#90 Feature/setup ci cd
Merge request reports
Activity
changed milestone to %Sprint 3
added CI/CD Sprint Backlog labels
- frontend/Dockerfile 0 → 100644
1 FROM node:10 2 3 WORKDIR /usr/src/app/frontend 4 5 COPY package*.json /usr/src/app/frontend/ 6 Im not sure
When using
NODE_ENV=production
, will the frontend fetch variables from.env.production
? You need to test that first.Otherwise, you should do
COPY <PATH_TO_ENV_PRODUCTION> /usr/src/app/frontend/.env
so that.env.production
will overwrite.env
(and consequently use the content of.env.production
from.env
file)
64 "browserslist": [ 65 "> 1%", 66 "last 2 versions", 67 "not dead" 68 ], 69 "gitHooks": { 70 "pre-commit": "lint-staged" 71 }, 72 "lint-staged": { 73 "*.{js,jsx,vue}": [ 74 "vue-cli-service lint", 75 "git add" 76 ] 77 } 78 } 1 { Hmmm, api.js file must be refactored. Maybe it's because used of ternary if else. Frontend-ers must change it to casual if else style
Edited by Kurniandha Sukma YunastrianIf that
api.js
file could be refactored, I think we could activateeslint
at the production as well. But for now, it works, so... I think we could update it later :)Edited by Ranindya Paramitha
added 68 commits
-
2d580964...944da4ff - 32 commits from branch
develop
- b4fed4cb - try CI/CD
- 6405f2dc - try CI/CD
- f6ac047c - try CI/CD
- 5b775b9c - try CI/CD
- 7deb0f69 - try CI/CD
- 7f085ad0 - try CI/CD
- 7de4a2cf - try CI/CD
- 9a767e6d - try CI/CD
- 56a9351e - try CI/CD
- 9cbe05af - try CI/CD
- d128e3d0 - try CI/CD
- 3b39fdbd - try CI/CD
- 2ba83fb3 - try CI/CD
- 959fe490 - try CI/CD
- d27c61a5 - try CI/CD
- 7ffc8064 - try CI/CD
- f1271dfd - try CI/CD
- 2295df04 - try CI/CD
- 81b081a4 - try CI/CD
- 52f423e6 - try CI/CD
- 9678d90c - try CI/CD
- a23dc596 - try CI/CD
- 12edeb67 - try CI/CD frontend
- 18d23c5a - try CI/CD frontend
- 987f4643 - try CI/CD test
- 208f5127 - try CI/CD test
- 3d559df7 - commented hardcode test env set
- 9314d3f4 - fix lecturer unit test error
- 82bb2c3f - change script frontend serve
- ce5e0822 - change script frontend serve
- 6f8a5918 - try CI/CD frontend
- a82dfa15 - try CI/CD frontend
- ce8f3f2d - try CI/CD frontend
- 76b6d151 - update hook
- b129f605 - update host alias
- e8134cab - config branch
Toggle commit list-
2d580964...944da4ff - 32 commits from branch
added 38 commits
-
e8134cab...69630abd - 2 commits from branch
develop
- 5edaccc5 - try CI/CD
- f4c55064 - try CI/CD
- cfbea721 - try CI/CD
- f826f541 - try CI/CD
- c4f3d500 - try CI/CD
- 76753134 - try CI/CD
- 16557264 - try CI/CD
- 27adb96c - try CI/CD
- 12028822 - try CI/CD
- 61f346f9 - try CI/CD
- 0d6719e3 - try CI/CD
- 579e8d9f - try CI/CD
- 68ac07d6 - try CI/CD
- 42c1fa24 - try CI/CD
- e0426743 - try CI/CD
- e8620006 - try CI/CD
- d07bebb3 - try CI/CD
- b7a11fda - try CI/CD
- ff458ed5 - try CI/CD
- 087ed1b3 - try CI/CD
- 72cf2b4c - try CI/CD
- 355b15da - try CI/CD
- c0a623b8 - try CI/CD frontend
- 0ccb0f43 - try CI/CD frontend
- be04117e - try CI/CD test
- a270bfd0 - try CI/CD test
- a6059615 - commented hardcode test env set
- 2cf56df1 - fix lecturer unit test error
- 5f474566 - change script frontend serve
- 43147e03 - change script frontend serve
- dcb1fd58 - try CI/CD frontend
- 86b650cf - try CI/CD frontend
- 8b6ecc13 - try CI/CD frontend
- e1097a5f - update hook
- 5fc5aad9 - update host alias
- 996f2a03 - config branch
Toggle commit list-
e8134cab...69630abd - 2 commits from branch
added 38 commits
-
996f2a03...54ba0ff5 - 2 commits from branch
develop
- 00d5037d - try CI/CD
- 3bf24dc9 - try CI/CD
- 7e22bbe3 - try CI/CD
- 7ee332b4 - try CI/CD
- 0b61bd40 - try CI/CD
- 72c70ee1 - try CI/CD
- 708495f3 - try CI/CD
- f3db1ecc - try CI/CD
- 8ec7dac1 - try CI/CD
- a16cbd4d - try CI/CD
- d4d0bae9 - try CI/CD
- c52d320b - try CI/CD
- 8bec62e5 - try CI/CD
- d80ab2e5 - try CI/CD
- 3ef91d9a - try CI/CD
- e8bb9712 - try CI/CD
- 178ba457 - try CI/CD
- 1ce673e2 - try CI/CD
- 11ae0c92 - try CI/CD
- 13c00690 - try CI/CD
- 3dfc1953 - try CI/CD
- 57d241a1 - try CI/CD
- 0f785a8d - try CI/CD frontend
- 66a06b8e - try CI/CD frontend
- 0bd7d76d - try CI/CD test
- 798a8706 - try CI/CD test
- 3a4f036e - commented hardcode test env set
- 7e516c34 - fix lecturer unit test error
- 141b4540 - change script frontend serve
- 75657efc - change script frontend serve
- 3ebf163b - try CI/CD frontend
- de37757b - try CI/CD frontend
- f4f9f34b - try CI/CD frontend
- 624957ae - update hook
- f226ea40 - update host alias
- e1389c2b - config branch
Toggle commit list-
996f2a03...54ba0ff5 - 2 commits from branch
added 38 commits
-
e1389c2b...3621a1e9 - 4 commits from branch
develop
- 46552214 - try CI/CD
- 3187a003 - try CI/CD
- 5ef4224d - try CI/CD
- 85b0dd58 - try CI/CD
- a9e6f6de - try CI/CD
- 8fe314fb - try CI/CD
- 2cc6bd60 - try CI/CD
- 9c82d20e - try CI/CD
- c129285a - try CI/CD
- c8d95752 - try CI/CD
- d20fe3b2 - try CI/CD
- e52b4a0b - try CI/CD
- 6b201cc5 - try CI/CD
- 0f586777 - try CI/CD
- 2c0f26b9 - try CI/CD
- 71e28787 - try CI/CD
- 105f4bf1 - try CI/CD
- 4c558cc5 - try CI/CD
- 55c199fc - try CI/CD
- 9eee4199 - try CI/CD
- 54a7729c - try CI/CD
- b8f873dd - try CI/CD
- cf5c60b7 - try CI/CD frontend
- 63023a62 - try CI/CD frontend
- f026ca72 - try CI/CD test
- 5c7707e2 - try CI/CD test
- 5a8837a6 - change script frontend serve
- fb4fcc74 - change script frontend serve
- 522bc859 - try CI/CD frontend
- f041f9cb - try CI/CD frontend
- 418f450d - try CI/CD frontend
- 529df26b - update hook
- b530f597 - update host alias
- 30537bc3 - config branch
Toggle commit list-
e1389c2b...3621a1e9 - 4 commits from branch
added 58 commits
-
30537bc3...72f71797 - 29 commits from branch
develop
- 86c00864 - try CI/CD
- 4dcb341f - try CI/CD
- 1d2117c9 - try CI/CD
- 2cac2617 - try CI/CD
- aec04018 - try CI/CD
- 82367ad9 - try CI/CD
- d7aaa482 - try CI/CD
- 1769d86e - try CI/CD
- 4345a5a3 - try CI/CD
- d865098c - try CI/CD
- 4657983f - try CI/CD
- d54fee11 - try CI/CD
- 787f3767 - try CI/CD
- 1934e20a - try CI/CD
- 6c745213 - try CI/CD
- 05b01d29 - try CI/CD
- 6c987d7b - try CI/CD
- edba252f - try CI/CD
- ac6144a3 - try CI/CD
- 7bb0451b - try CI/CD frontend
- cd89a02e - try CI/CD frontend
- 511d1ec4 - try CI/CD test
- 6721475e - try CI/CD test
- dd24e44a - change script frontend serve
- 579712dc - try CI/CD frontend
- 149ab03e - try CI/CD frontend
- 59ee71c7 - update hook
- 0936ae66 - update host alias
- 75ecab61 - config branch
Toggle commit list-
30537bc3...72f71797 - 29 commits from branch
added 31 commits
-
75ecab61...51e67411 - 2 commits from branch
develop
- 1e37459e - try CI/CD
- 635d51b2 - try CI/CD
- c21f6554 - try CI/CD
- 557fd2d3 - try CI/CD
- eea43ad9 - try CI/CD
- c45963b1 - try CI/CD
- f56e7db4 - try CI/CD
- 6413b2d0 - try CI/CD
- ed4af852 - try CI/CD
- ff5e76a0 - try CI/CD
- 31b987de - try CI/CD
- a05a6e2f - try CI/CD
- 70feda1e - try CI/CD
- eeaaf2cf - try CI/CD
- d29fb455 - try CI/CD
- 2e096a05 - try CI/CD
- 3698ca7c - try CI/CD
- e1a1a195 - try CI/CD
- aae59e88 - try CI/CD
- abf213cc - try CI/CD frontend
- c32e9306 - try CI/CD frontend
- 11f59575 - try CI/CD test
- b1742eb5 - try CI/CD test
- b19788a8 - change script frontend serve
- ad87e2c3 - try CI/CD frontend
- 8128a160 - try CI/CD frontend
- 8c67cc9f - update hook
- b6bd8d0f - update host alias
- 1bf2c579 - config branch
Toggle commit list-
75ecab61...51e67411 - 2 commits from branch
added 32 commits
-
1bf2c579...a893e3e5 - 3 commits from branch
develop
- e6d46187 - try CI/CD
- a8f65827 - try CI/CD
- d2ace4e0 - try CI/CD
- 0dd4fddc - try CI/CD
- 3ee1d7c7 - try CI/CD
- 3e1ab6d6 - try CI/CD
- fdc63c76 - try CI/CD
- c82319be - try CI/CD
- 29533661 - try CI/CD
- 2844f2ca - try CI/CD
- 62a8a583 - try CI/CD
- 2bb6458f - try CI/CD
- d521b50c - try CI/CD
- a0ab0c48 - try CI/CD
- 065efb82 - try CI/CD
- 7047338e - try CI/CD
- 1e9a5d40 - try CI/CD
- e38b0320 - try CI/CD
- 74bda3d6 - try CI/CD
- f8e3d6f5 - try CI/CD frontend
- c140f069 - try CI/CD frontend
- 591e70c4 - try CI/CD test
- e0efd904 - try CI/CD test
- 34be840a - change script frontend serve
- 1ed4c189 - try CI/CD frontend
- 4178f529 - try CI/CD frontend
- f7191a76 - update hook
- 5a85762c - update host alias
- 2b6c79a6 - config branch
Toggle commit list-
1bf2c579...a893e3e5 - 3 commits from branch
added 30 commits
-
c875f796 - 1 commit from branch
develop
- 5dcb2506 - try CI/CD
- c16ab788 - try CI/CD
- 686ff785 - try CI/CD
- 43ae35ff - try CI/CD
- 5c55e521 - try CI/CD
- 37601355 - try CI/CD
- 53005f5e - try CI/CD
- 30b6a796 - try CI/CD
- b14fc3da - try CI/CD
- 37e4d218 - try CI/CD
- ffd107c7 - try CI/CD
- e091785d - try CI/CD
- 14e51e7f - try CI/CD
- 66ed4447 - try CI/CD
- 24f9fc5c - try CI/CD
- 93db6f3a - try CI/CD
- 3ed53d72 - try CI/CD
- c5bcb4fd - try CI/CD
- 7fbce6e8 - try CI/CD
- 24af6839 - try CI/CD frontend
- fe6f92c3 - try CI/CD frontend
- 5d268931 - try CI/CD test
- 00fd52d3 - try CI/CD test
- 10995585 - change script frontend serve
- 16db787a - try CI/CD frontend
- f12ee006 - try CI/CD frontend
- 1ed653b3 - update hook
- e58074ec - update host alias
- 95933071 - config branch
Toggle commit list-
c875f796 - 1 commit from branch
added 30 commits
-
96bf755a - 1 commit from branch
develop
- c03c0598 - try CI/CD
- ef67bcb6 - try CI/CD
- 5f5b916d - try CI/CD
- e37b99ee - try CI/CD
- d5f87a98 - try CI/CD
- b879ea72 - try CI/CD
- ea01182b - try CI/CD
- 84e62bc9 - try CI/CD
- 5972a281 - try CI/CD
- 02ee2b8a - try CI/CD
- d359da1b - try CI/CD
- e4a0496c - try CI/CD
- fbb61172 - try CI/CD
- 0af024d0 - try CI/CD
- 79662f87 - try CI/CD
- 8dd5c815 - try CI/CD
- bd758a4d - try CI/CD
- 5f10bdfe - try CI/CD
- f38bca23 - try CI/CD
- 6b736358 - try CI/CD frontend
- fbfa8343 - try CI/CD frontend
- a7f036b9 - try CI/CD test
- 27806e00 - try CI/CD test
- 8baaacc1 - change script frontend serve
- 97b1dc03 - try CI/CD frontend
- bf192472 - try CI/CD frontend
- b280073a - update hook
- a476276a - update host alias
- 44d09733 - config branch
Toggle commit list-
96bf755a - 1 commit from branch