From 9d73b1395969aede3986957f445e2be15f060d9a Mon Sep 17 00:00:00 2001 From: Alfredo Sanzo Date: Fri, 12 Jan 2024 11:07:12 -0300 Subject: [PATCH] changes for repo rename --- app/components/bug-report-modal.js | 2 +- app/templates/components/bug-report-modal.hbs | 2 +- app/templates/components/version.hbs | 2 +- package.json | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/components/bug-report-modal.js b/app/components/bug-report-modal.js index a7271f338..ebaab8479 100644 --- a/app/components/bug-report-modal.js +++ b/app/components/bug-report-modal.js @@ -5,7 +5,7 @@ export default Component.extend({ actions: { // Only used with alternative version with github integration. createIssue() { - fetch('https://api.github.com/repos/Program-AR/pilas-bloques/issues', { + fetch('https://api.github.com/repos/Program-AR/pilas-bloques-app/issues', { method: 'POST', headers: { 'Authorization': 'token githubFakeToken' diff --git a/app/templates/components/bug-report-modal.hbs b/app/templates/components/bug-report-modal.hbs index aa2e6cd99..a9f255f4d 100644 --- a/app/templates/components/bug-report-modal.hbs +++ b/app/templates/components/bug-report-modal.hbs @@ -4,7 +4,7 @@

{{t "components.bugReportModal.error"}}

{{t "components.bugReportModal.askTeacher"}}

{{t "components.bugReportModal.mail"}}pilasbloques@program.ar

-

{{t "components.bugReportModal.githubReport"}}{{ t "components.bugReportModal.issueTracker"}}

+

{{t "components.bugReportModal.githubReport"}}{{ t "components.bugReportModal.issueTracker"}}

diff --git a/app/templates/components/version.hbs b/app/templates/components/version.hbs index c2d80e2a5..9c706dc09 100644 --- a/app/templates/components/version.hbs +++ b/app/templates/components/version.hbs @@ -1,6 +1,6 @@
{{concat (app-version versionOnly=true) this.groupId}} {{paper-icon "code"}} - + {{app-version shaOnly=true}}
\ No newline at end of file diff --git a/package.json b/package.json index 0530ec5ff..9660344cc 100644 --- a/package.json +++ b/package.json @@ -44,9 +44,9 @@ "test:CI": "ember test", "build": "ember build", "build:prod": "ember build --environment=production --output-path dist_prod", - "pilasweb:build": "cd ../pilasweb; make build; cd ../pilas-bloques; cp -rf ../pilasweb node_modules/pilasweb/", + "pilasweb:build": "cd ../pilasweb; make build; cd ../pilas-bloques-ember; cp -rf ../pilasweb node_modules/pilasweb/", "exercises:watch": "cd ../pilas-bloques-exercises; node_modules/grunt-cli/bin/grunt watch", - "exercises:build": "cd ../pilas-bloques-exercises; node_modules/grunt-cli/bin/grunt run:build ;cd ../pilas-bloques ;cp -rf ../pilas-bloques-exercises/dist node_modules/pilas-bloques-exercises", + "exercises:build": "cd ../pilas-bloques-exercises; node_modules/grunt-cli/bin/grunt run:build ;cd ../pilas-bloques-ember ;cp -rf ../pilas-bloques-exercises/dist node_modules/pilas-bloques-exercises", "pack:linux_x64_deb": "bash ./scripts/package.sh -linux_x64_deb", "pack:linux_ia32_zip": "bash ./scripts/package.sh -linux_ia32_zip", "pack:linux_x64_zip": "bash ./scripts/package.sh -linux_x64_zip",