Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
arsnova-click-v2-frontend
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
12
Merge Requests
12
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
ARSnova
arsnova-click-v2-frontend
Commits
1bd7114f
Commit
1bd7114f
authored
Nov 15, 2019
by
Christopher Mark Fullarton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Uses local install binary for sentry cli
parent
904d17de
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
.gitlab-ci.yml
.gitlab-ci.yml
+8
-8
package.json
package.json
+3
-3
No files found.
.gitlab-ci.yml
View file @
1bd7114f
...
@@ -105,10 +105,10 @@ sync_sentry:
...
@@ -105,10 +105,10 @@ sync_sentry:
-
export SENTRY_AUTH_TOKEN=$SENTRY_BASE_TOKEN
-
export SENTRY_AUTH_TOKEN=$SENTRY_BASE_TOKEN
-
export SENTRY_ORG=$SENTRY_BASE_ORGANIZATION
-
export SENTRY_ORG=$SENTRY_BASE_ORGANIZATION
-
export SENTRY_PROJECT=$SENTRY_BASE_PROJECT
-
export SENTRY_PROJECT=$SENTRY_BASE_PROJECT
-
sentry-cli releases new $CI_COMMIT_SHA
-
node_modules/@sentry/cli/bin/
sentry-cli releases new $CI_COMMIT_SHA
-
sentry-cli releases set-commits --auto $CI_COMMIT_SHA
-
node_modules/@sentry/cli/bin/
sentry-cli releases set-commits --auto $CI_COMMIT_SHA
-
sentry-cli releases files $CI_COMMIT_SHA upload-sourcemaps $CI_PROJECT_DIR/dist -x .js -x .map --validate --verbose --rewrite --strip-common-prefix
-
node_modules/@sentry/cli/bin/
sentry-cli releases files $CI_COMMIT_SHA upload-sourcemaps $CI_PROJECT_DIR/dist -x .js -x .map --validate --verbose --rewrite --strip-common-prefix
-
sentry-cli releases finalize $CI_COMMIT_SHA
-
node_modules/@sentry/cli/bin/
sentry-cli releases finalize $CI_COMMIT_SHA
-
echo "Finalized release for $CI_COMMIT_SHA"
-
echo "Finalized release for $CI_COMMIT_SHA"
deploy
:
deploy
:
...
@@ -187,10 +187,10 @@ sync_sentry-beta:
...
@@ -187,10 +187,10 @@ sync_sentry-beta:
-
export SENTRY_AUTH_TOKEN=$SENTRY_BASE_TOKEN
-
export SENTRY_AUTH_TOKEN=$SENTRY_BASE_TOKEN
-
export SENTRY_ORG=$SENTRY_BASE_ORGANIZATION
-
export SENTRY_ORG=$SENTRY_BASE_ORGANIZATION
-
export SENTRY_PROJECT=$SENTRY_BASE_PROJECT
-
export SENTRY_PROJECT=$SENTRY_BASE_PROJECT
-
sentry-cli releases new $CI_COMMIT_SHA
-
node_modules/@sentry/cli/bin/
sentry-cli releases new $CI_COMMIT_SHA
-
sentry-cli releases set-commits --auto $CI_COMMIT_SHA
-
node_modules/@sentry/cli/bin/
sentry-cli releases set-commits --auto $CI_COMMIT_SHA
-
sentry-cli releases files $CI_COMMIT_SHA upload-sourcemaps $CI_PROJECT_DIR/dist -x .js -x .map --validate --verbose --rewrite --strip-common-prefix
-
node_modules/@sentry/cli/bin/
sentry-cli releases files $CI_COMMIT_SHA upload-sourcemaps $CI_PROJECT_DIR/dist -x .js -x .map --validate --verbose --rewrite --strip-common-prefix
-
sentry-cli releases finalize $CI_COMMIT_SHA
-
node_modules/@sentry/cli/bin/
sentry-cli releases finalize $CI_COMMIT_SHA
-
echo "Finalized release for $CI_COMMIT_SHA"
-
echo "Finalized release for $CI_COMMIT_SHA"
deploy-beta
:
deploy-beta
:
...
...
package.json
View file @
1bd7114f
...
@@ -65,6 +65,7 @@
...
@@ -65,6 +65,7 @@
"
@ng-bootstrap/schematics
"
:
"
^2.0.0-alpha.1
"
,
"
@ng-bootstrap/schematics
"
:
"
^2.0.0-alpha.1
"
,
"
@ngx-translate/core
"
:
"
^11.0.1
"
,
"
@ngx-translate/core
"
:
"
^11.0.1
"
,
"
@ngx-translate/http-loader
"
:
"
~4.0.0
"
,
"
@ngx-translate/http-loader
"
:
"
~4.0.0
"
,
"
@sentry/browser
"
:
"
^5.9.0
"
,
"
@stomp/ng2-stompjs
"
:
"
^7.2.0
"
,
"
@stomp/ng2-stompjs
"
:
"
^7.2.0
"
,
"
angular-svg-icon
"
:
"
^8.0.0
"
,
"
angular-svg-icon
"
:
"
^8.0.0
"
,
"
angulartics2
"
:
"
^8.1.0
"
,
"
angulartics2
"
:
"
^8.1.0
"
,
...
@@ -72,11 +73,11 @@
...
@@ -72,11 +73,11 @@
"
bootstrap
"
:
"
^4.3.1
"
,
"
bootstrap
"
:
"
^4.3.1
"
,
"
cors
"
:
"
^2.8.5
"
,
"
cors
"
:
"
^2.8.5
"
,
"
dexie
"
:
"
^2.0.4
"
,
"
dexie
"
:
"
^2.0.4
"
,
"
marked
"
:
"
^0.7.0
"
,
"
messageformat
"
:
"
^2.3.0
"
,
"
messageformat
"
:
"
^2.3.0
"
,
"
ng2-simple-mq
"
:
"
^8.2.1
"
,
"
ng2-simple-mq
"
:
"
^8.2.1
"
,
"
ngx-infinite-scroll
"
:
"
^8.0.1
"
,
"
ngx-infinite-scroll
"
:
"
^8.0.1
"
,
"
ngx-markdown
"
:
"
^8.2.1
"
,
"
ngx-markdown
"
:
"
^8.2.1
"
,
"
marked
"
:
"
^0.7.0
"
,
"
ngx-toastr
"
:
"
^11.2.1
"
,
"
ngx-toastr
"
:
"
^11.2.1
"
,
"
ngx-translate-messageformat-compiler
"
:
"
^4.5.0
"
,
"
ngx-translate-messageformat-compiler
"
:
"
^4.5.0
"
,
"
node-sass
"
:
"
^4.13.0
"
,
"
node-sass
"
:
"
^4.13.0
"
,
...
@@ -85,8 +86,7 @@
...
@@ -85,8 +86,7 @@
"
ts-loader
"
:
"
^6.2.1
"
,
"
ts-loader
"
:
"
^6.2.1
"
,
"
tslib
"
:
"
^1.10.0
"
,
"
tslib
"
:
"
^1.10.0
"
,
"
web-animations-js
"
:
"
^2.3.2
"
,
"
web-animations-js
"
:
"
^2.3.2
"
,
"
zone.js
"
:
"
~0.9.1
"
,
"
zone.js
"
:
"
~0.9.1
"
"
@sentry/browser
"
:
"
^5.9.0
"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
"
@angular/cli
"
:
"
^8.3.18
"
,
"
@angular/cli
"
:
"
^8.3.18
"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment