Commit Graph

33 Commits

Author SHA1 Message Date
14f54eddd3 Workflow: change image to ubuntu-node for faster building
Some checks failed
Build Docker Image / Build Docker Image (push) Failing after 4s
Build Docker Image / Restart Docker Compose (push) Has been cancelled
Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
2025-11-26 14:50:31 +07:00
591d89aa61 Workflow: change image to ubuntu-node for faster building
Some checks failed
Build Docker Image / Restart Docker Compose (push) Successful in 0s
Build Docker Image / Build Docker Image (push) Has been cancelled
Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
2025-11-26 14:40:57 +07:00
4c39683348 Workflow: added ng-ttc-frontend
Some checks failed
Build Docker Image / Restart Docker Compose (push) Has been cancelled
Build Docker Image / Build Docker Image (push) Has been cancelled
Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
2025-11-25 21:11:32 +07:00
291485f7b7 Workflow: added execpipe/hostpipe from micro-service-api
All checks were successful
Build Docker Image / Build Docker Image (push) Successful in 7m22s
Build Docker Image / Restart Docker Compose (push) Successful in 1s
Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
2025-11-24 15:34:03 +07:00
4278a54726 workflow: try again p.2
Some checks failed
Build Docker Image / Build Docker Image (push) Failing after 8m56s
Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
2025-11-23 22:15:37 +07:00
252997510e workflow: try again
Some checks are pending
Build Docker Image / Build Docker Image (push) Waiting to run
Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
2025-11-23 22:08:48 +07:00
b5213b7d44 workflow: host.docker.internal
Some checks failed
Build Docker Image / Build Docker Image (push) Failing after 6m20s
Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
2025-11-23 21:53:47 +07:00
bcaf213d24 workflow: call watcherd when docker image is updated
Some checks failed
Build Docker Image / Build Docker Image (push) Has been cancelled
Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
2025-11-23 21:34:53 +07:00
f68f76373c workflow: fix typo on docker rm
All checks were successful
Build Docker Image / Build Docker Image (push) Successful in 5m46s
Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
2025-11-23 13:22:04 +07:00
19a5245536 Workflow: set +e-e to docker rm container
Some checks failed
Build Docker Image / Build Docker Image (push) Has been cancelled
Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
2025-11-23 13:19:53 +07:00
HAPFEX
8cedef205a Workflow: disable api url patching
All checks were successful
Build Docker Image / Build Docker Image (push) Successful in 6m21s
2025-11-21 18:49:30 +07:00
1c7729ab99 workflow: change temporary api port to 8080
All checks were successful
Build Docker Image / Build Docker Image (push) Successful in 6m50s
Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
2025-11-21 11:50:14 +07:00
651a120e2b workflow: fix path and typo once again
All checks were successful
Build Docker Image / Build Docker Image (push) Successful in 6m24s
Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
2025-11-21 09:58:36 +07:00
14e7223974 workflow: fix path for sed
Some checks failed
Build Docker Image / Build Docker Image (push) Failing after 5m43s
Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
2025-11-21 09:21:01 +07:00
ff95446e07 workflow: temporary change api url when build image
Some checks failed
Build Docker Image / Build Docker Image (push) Failing after 5m30s
Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
2025-11-21 08:14:08 +07:00
3bb798c39e workflow: temporary change api url to wg
Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
2025-11-21 08:11:35 +07:00
ebb1f2e0d6 workflow: testing build docker image
All checks were successful
Build Docker Image / Build Docker Image (push) Successful in 5m53s
Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
2025-11-20 10:38:00 +07:00
a7906c6a34 workflow: locate dist folder
All checks were successful
Build Docker Image / Build Docker Image (push) Successful in 5m52s
Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
2025-11-20 10:01:53 +07:00
1406d36d72 workflow: install @angular/cli as global
Some checks failed
Build Docker Image / Build Docker Image (push) Failing after 5m49s
Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
2025-11-20 09:39:07 +07:00
87571f8332 workflow: --include=dev to npm install due to --dev is deprecated
Some checks failed
Build Docker Image / Build Docker Image (push) Failing after 4m51s
Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
2025-11-20 09:23:03 +07:00
856b6b41a8 workflow: added --force --legacy-peer-deps --dev to npm install
Some checks failed
Build Docker Image / Build Docker Image (push) Failing after 4m59s
the issue was dev tools wasn't installed if --dev is not passed.

Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
2025-11-20 09:16:53 +07:00
9a05e78fc5 workflow: npm install use --legacy-peer-deps instead of --force
Some checks failed
Build Docker Image / Build Docker Image (push) Failing after 5m13s
Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
2025-11-20 09:04:29 +07:00
de73c8d68f workflow: fix path for apt sed'in, verify why angular is not installed
Some checks failed
Build Docker Image / Build Docker Image (push) Failing after 6m46s
angular issue is about the version itself, but verification is needed by front-end dev too. cannot figure it out yet why isn't installing on ubuntu noble container.

ubuntu noble is using /etc/apt/source.list.d, unlike debian.

Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
2025-11-20 07:07:57 +07:00
cd6e0595a9 workflow: remove install docker, sudo sed and test ng build release
Some checks failed
Build Docker Image / Build Docker Image (push) Failing after 5m58s
since docker is already exist inside the container, no need to reinstall.

Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
2025-11-20 06:36:59 +07:00
39457af479 workflow: typo, try again
Some checks failed
Build Docker Image / Build Docker Image (push) Has been cancelled
Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
2025-11-20 06:31:17 +07:00
0c05d9eadf workflow: change package mirror to kku, install and test docker-in-docker
Some checks failed
Build Docker Image / Build Docker Image (push) Failing after 24s
Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
2025-11-20 06:29:35 +07:00
1847bf5d65 workflow: npm install --force
All checks were successful
Build Docker Image / Build Docker Image (push) Successful in 6m14s
Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
2025-11-20 06:06:31 +07:00
290f5cae6a workflows: testing npm install
Some checks failed
Build Docker Image / Build Docker Image (push) Failing after 2m56s
Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
2025-11-20 05:59:14 +07:00
538ee11053 workflow: fix yaml format
All checks were successful
Build Docker Image / Build Docker Image (push) Successful in 26s
2025-11-20 05:46:37 +07:00
5b3bc79199 workflow: added verify project tree
Some checks failed
Build Docker Image / Preparing Dependecies (push) Failing after 1s
2025-11-20 05:42:43 +07:00
5ce012b558 workflow: test p.1
All checks were successful
Build Docker Image / Preparing Dependecies (push) Successful in 1m25s
2025-11-16 21:51:06 +07:00
8f9159a330 workflow: test p.1 2025-11-16 21:48:42 +07:00
60662d88d4 workflow: initial workflow placeholder file 2025-11-16 21:33:05 +07:00