• Joined on 2025-08-31
xiner pushed to main at xiner/CICD 2025-12-19 06:35:13 +00:00
5f8373b5ef fix: remove docker cli installation
xiner pushed to main at xiner/CICD 2025-12-19 06:09:30 +00:00
0fb25ea395 feat: setup standalone build and docker deployment
xiner pushed to main at xiner/CICD 2025-12-19 02:06:33 +00:00
4bd5c687bc feat: setup standalone build and docker deployment
xiner pushed to main at xiner/CICD 2025-12-17 09:16:31 +00:00
xiner pushed to main at xiner/CICD 2025-12-17 09:07:12 +00:00
dbed215d5b ci: run job in node:20 container and install git; add proxy env
xiner pushed to main at xiner/CICD 2025-12-16 03:54:45 +00:00
ca23d03634 node
xiner pushed to main at xiner/CICD 2025-12-15 10:48:47 +00:00
909767b9ce ci: run job in node:20 container and install git; add proxy env
xiner pushed to main at xiner/CICD 2025-12-15 10:46:43 +00:00
2cfd9ae72d ci: run job in node:20 container and install git; add proxy env
xiner pushed to main at xiner/CICD 2025-12-15 10:35:50 +00:00
86fd51bfab ci: run job in node:20 container and install git; add proxy env
xiner pushed to main at xiner/CICD 2025-12-15 09:54:22 +00:00
40e6a3a52a ci: run job in node:20 container and install git; add proxy env
xiner pushed to main at xiner/CICD 2025-12-15 09:53:29 +00:00
068e90f5eb ci: run job in node:20 container and install git; add proxy env
xiner pushed to main at xiner/CICD 2025-12-15 08:59:25 +00:00
7b03524c62 ci: add HTTP(S)_PROXY env and proxy setup
xiner pushed to main at xiner/CICD 2025-12-15 07:12:43 +00:00
de25bc3b01 ci: add HTTP(S)_PROXY env and proxy setup
xiner pushed to main at xiner/CICD 2025-12-12 11:26:48 +00:00
3cd01fa71e ci: add HTTP(S)_PROXY env and proxy setup
205ae6aec6 ci: add HTTP(S)_PROXY env and proxy setup
Compare 2 commits »
xiner pushed to main at xiner/CICD 2025-12-12 08:27:29 +00:00
8884d2eb4f update runner tag: tag
xiner pushed to main at xiner/CICD 2025-12-12 08:25:10 +00:00
23431655e9 ci: use self-hosted runner
xiner created branch main in xiner/CICD 2025-12-12 08:21:19 +00:00
xiner pushed to main at xiner/CICD 2025-12-12 08:21:19 +00:00
83dd36d842 feat: init Next.js app and CI
xiner created repository xiner/CICD 2025-12-12 08:11:30 +00:00
xiner pushed to dev at xiner/Nexus_Edu 2025-11-30 13:59:17 +00:00
4b84a09538 fix(dev): bind frontend to 127.0.0.1:8080 and avoid EACCES\nfix(backend): bind server to 127.0.0.1:8081, add permissive CORS whitelist\nfix(auth): login form UX remove default username, clarify placeholder, add test account autofill\nchore(api): set frontend API_BASE_URL to 127.0.0.1:8081\nrefactor(assignments): lifecycle/state logic and archive endpoint\nfeat(analytics): add exam stats endpoint and client method\nchore(lint): add eslint configs