File tree 7 files changed +27
-0
lines changed
7 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 5
5
** /dist
6
6
* .sqlite3
7
7
** /settings_local * .py
8
+ .tox
Original file line number Diff line number Diff line change @@ -30,6 +30,13 @@ RUN yarn
30
30
COPY ./django_airavata/apps/groups/ .
31
31
RUN yarn run build
32
32
33
+ # build auth javascript
34
+ WORKDIR /code/django_airavata/apps/auth
35
+ COPY ./django_airavata/apps/auth/package.json ./django_airavata/apps/auth/yarn.lock ./
36
+ RUN yarn
37
+ COPY ./django_airavata/apps/auth/ .
38
+ RUN yarn run build
39
+
33
40
# build workspace/django-airavata-workspace-plugin-api javascript
34
41
# This one must come before workspace build
35
42
WORKDIR /code/django_airavata/apps/workspace/django-airavata-workspace-plugin-api
@@ -83,6 +90,8 @@ WORKDIR /code/django_airavata/apps/admin/static/django_airavata_admin
83
90
COPY --from=build-stage /code/django_airavata/apps/admin/static/django_airavata_admin .
84
91
WORKDIR /code/django_airavata/apps/groups/static/django_airavata_groups
85
92
COPY --from=build-stage /code/django_airavata/apps/groups/static/django_airavata_groups .
93
+ WORKDIR /code/django_airavata/apps/auth/static/django_airavata_auth
94
+ COPY --from=build-stage /code/django_airavata/apps/auth/static/django_airavata_auth .
86
95
WORKDIR /code/django_airavata/apps/workspace/static/django_airavata_workspace
87
96
COPY --from=build-stage /code/django_airavata/apps/workspace/static/django_airavata_workspace .
88
97
WORKDIR /code/django_airavata/apps/dataparsers/static/django_airavata_dataparsers
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
6
6
echo -e " Running production JS builds"
7
7
(cd $SCRIPT_DIR /django_airavata/apps/api && yarn && yarn run build) || exit 1
8
8
(cd $SCRIPT_DIR /django_airavata/static/common && yarn && yarn run build) || exit 1
9
+ (cd $SCRIPT_DIR /django_airavata/apps/auth && yarn && yarn run build) || exit 1
9
10
(cd $SCRIPT_DIR /django_airavata/apps/admin && yarn && yarn run build) || exit 1
10
11
(cd $SCRIPT_DIR /django_airavata/apps/groups && yarn && yarn run build) || exit 1
11
12
(cd $SCRIPT_DIR /django_airavata/apps/workspace/django-airavata-workspace-plugin-api && yarn && yarn run build) || exit 1
Original file line number Diff line number Diff line change @@ -8430,6 +8430,11 @@ vm-browserify@^1.0.1:
8430
8430
resolved "https://registry.yarnpkg.com/vm-browserify/-/vm-browserify-1.1.2.tgz#78641c488b8e6ca91a75f511e7a3b32a86e5dda0"
8431
8431
integrity sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==
8432
8432
8433
+ vue-async-computed@^3.9.0 :
8434
+ version "3.9.0"
8435
+ resolved "https://registry.yarnpkg.com/vue-async-computed/-/vue-async-computed-3.9.0.tgz#af3181c25168bfe9d86d8ffbc7033bf9e484fe84"
8436
+ integrity sha512-ac6m/9zxHHNGGKNOU1en8qNk+fAmEbJLuWL7qyQTFuH3vjv3V4urv//QHcVzCobROM6btnaDG2b+XYMncF/ETA==
8437
+
8433
8438
vue-datetime@^1.0.0-beta.10 :
8434
8439
version "1.0.0-beta.11"
8435
8440
resolved "https://registry.yarnpkg.com/vue-datetime/-/vue-datetime-1.0.0-beta.11.tgz#283b5182dabe0ab372e375e9c47acb3b41524ffa"
Original file line number Diff line number Diff line change @@ -8378,6 +8378,11 @@ vm-browserify@^1.0.1:
8378
8378
resolved "https://registry.yarnpkg.com/vm-browserify/-/vm-browserify-1.1.2.tgz#78641c488b8e6ca91a75f511e7a3b32a86e5dda0"
8379
8379
integrity sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==
8380
8380
8381
+ vue-async-computed@^3.9.0 :
8382
+ version "3.9.0"
8383
+ resolved "https://registry.yarnpkg.com/vue-async-computed/-/vue-async-computed-3.9.0.tgz#af3181c25168bfe9d86d8ffbc7033bf9e484fe84"
8384
+ integrity sha512-ac6m/9zxHHNGGKNOU1en8qNk+fAmEbJLuWL7qyQTFuH3vjv3V4urv//QHcVzCobROM6btnaDG2b+XYMncF/ETA==
8385
+
8381
8386
vue-eslint-parser@^2.0.3 :
8382
8387
version "2.0.3"
8383
8388
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-2.0.3.tgz#c268c96c6d94cfe3d938a5f7593959b0ca3360d1"
Original file line number Diff line number Diff line change @@ -8378,6 +8378,11 @@ vm-browserify@^1.0.1:
8378
8378
resolved "https://registry.yarnpkg.com/vm-browserify/-/vm-browserify-1.1.2.tgz#78641c488b8e6ca91a75f511e7a3b32a86e5dda0"
8379
8379
integrity sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==
8380
8380
8381
+ vue-async-computed@^3.9.0 :
8382
+ version "3.9.0"
8383
+ resolved "https://registry.yarnpkg.com/vue-async-computed/-/vue-async-computed-3.9.0.tgz#af3181c25168bfe9d86d8ffbc7033bf9e484fe84"
8384
+ integrity sha512-ac6m/9zxHHNGGKNOU1en8qNk+fAmEbJLuWL7qyQTFuH3vjv3V4urv//QHcVzCobROM6btnaDG2b+XYMncF/ETA==
8385
+
8381
8386
vue-eslint-parser@^2.0.3 :
8382
8387
version "2.0.3"
8383
8388
resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-2.0.3.tgz#c268c96c6d94cfe3d938a5f7593959b0ca3360d1"
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
5
5
echo -e " Linting JS"
6
6
(cd $SCRIPT_DIR /django_airavata/apps/api && yarn && yarn run lint) || exit 1
7
7
(cd $SCRIPT_DIR /django_airavata/static/common && yarn && yarn run lint) || exit 1
8
+ (cd $SCRIPT_DIR /django_airavata/apps/auth && yarn && yarn run lint) || exit 1
8
9
(cd $SCRIPT_DIR /django_airavata/apps/admin && yarn && yarn run lint) || exit 1
9
10
(cd $SCRIPT_DIR /django_airavata/apps/groups && yarn && yarn run lint) || exit 1
10
11
(cd $SCRIPT_DIR /django_airavata/apps/workspace/django-airavata-workspace-plugin-api && yarn && yarn run lint) || exit 1
You can’t perform that action at this time.
0 commit comments