Commit Graph
2459 Commits
Author SHA1 Message Date
Martin 3fc1484fcd ci: avoid multiple ci runs when event is pull_request (#48)
-
https://docs.github.com/en/actions/how-tos/write-workflows/choose-when-workflows-run/control-workflow-concurrency
-
https://docs.github.com/en/actions/reference/workflows-and-actions/contexts#github-context
> `github.ref_name`: The short ref name of the branch or tag that
triggered the workflow run. This value matches the branch or tag name
shown on GitHub. For example, feature-branch-1.For pull requests that
were not merged, the format is <pr_number>/merge.
2026-02-08 06:50:49 +01:00
Martin 27a5ce4de9 ci: remove monorepo branch from pull_request.branches (#49) 2026-02-08 06:45:41 +01:00
Martin 54dd1f2c35 fix login urls (#50) 2026-02-08 06:36:36 +01:00
martin-mfg 88ffaf8c9e fix login urls 2026-02-08 06:33:13 +01:00
Marco Pasqualetti 433cd84087 ci: remove monorepo branch from pull_request.branches 2026-02-08 03:00:35 +01:00
Marco Pasqualetti 046a0cfd39 ci: avoid multiple ci runs when event is pull_request 2026-02-07 20:42:07 +01:00
Martin ef52e2b341 fix frontend process.env, cleanup (#44)
- fix `process.env` in frontend
- remove redundant frontend command "build-trends"
- remove outdated frontend/README.md
- add documentation about skipping Vercel build cache
2026-02-07 17:51:40 +01:00
martin-mfg 8cd32880c2 try with Vercel build cache 4 2026-02-07 17:40:34 +01:00
martin-mfg d2d2d4bc71 try with Vercel build cache 3 2026-02-07 17:26:34 +01:00
martin-mfg 43dbca0e9c remove docs for skipping vercel build 2026-02-07 16:11:16 +01:00
martin-mfg d5fd9990bf try with Vercel build cache 2 2026-02-07 16:00:34 +01:00
martin-mfg 8ef2c8034f try with Vercel build cache 2026-02-07 15:54:51 +01:00
martin-mfg 601f2d999a different approach for 'process.env' 2026-02-07 15:36:25 +01:00
martin-mfg 7549265c8d comment: fix 'dev' command 2026-02-07 13:39:52 +01:00
martin-mfg 1cbca64681 fix dependabot intervals again 2026-02-06 18:13:17 +01:00
martin-mfg 09321258e7 fix dependabot intervals 2026-02-06 18:10:20 +01:00
Martin 0a4a579d0a add dependabot (#45) 2026-02-06 18:08:00 +01:00
martin-mfg e7b920f449 add dependabot 2026-02-06 18:05:17 +01:00
martin-mfg ca5a59df07 revert rewrite change 2026-02-06 17:34:37 +01:00
martin-mfg 35955f93f1 add skipping build cache to docs 2026-02-06 17:24:50 +01:00
martin-mfg ad30a5bd2e cleanup, remove redundant 'build-trends' 2026-02-06 17:20:49 +01:00
martin-mfg 063baf7808 fix typo 2026-02-06 16:53:38 +01:00
martin-mfg d28e11696e use different env define 2026-02-06 16:50:26 +01:00
martin-mfg db7e859f9e remove 'process.env' define 2026-02-06 13:46:16 +01:00
martin-mfg ef0518a44c exclude 'process' polyfill 2026-02-06 13:36:01 +01:00
martin-mfg 8cfe8f3023 update backend rewrite 2026-02-06 12:21:35 +01:00
martin-mfg ccc9958621 disable minify 2026-02-06 12:18:19 +01:00
Martin 336163118f merge monorepo into master (#43) 2026-02-06 11:44:38 +01:00
martin-mfg b57658b274 upgrade pnpm 2026-02-06 10:04:41 +01:00
martin-mfg b46c7a826c try fix Vercel frontend build 3, amended 2026-02-05 21:51:49 +01:00
martin-mfg 5f51562dd8 try fix Vercel frontend build 2 2026-02-05 21:37:52 +01:00
martin-mfg 05c99f4557 try fix Vercel frontend build 2026-02-05 21:26:27 +01:00
martin-mfg 867af4bba5 try fix Vercel build 7 2026-02-05 21:09:13 +01:00
martin-mfg efa5beb521 try fix Vercel build 6 2026-02-05 20:51:48 +01:00
martin-mfg 38f68e4c71 try fix Vercel build 5 2026-02-05 20:41:26 +01:00
martin-mfg 3c23af5eb5 try fix Vercel build 4 2026-02-05 20:34:55 +01:00
martin-mfg ddf43bf3cd try fix Vercel build 3 2026-02-05 19:16:00 +01:00
martin-mfg 59870651eb debug logs: don't use ll 2026-02-05 18:56:51 +01:00
martin-mfg 787b259638 add debug logs 2026-02-05 18:54:19 +01:00
martin-mfg 471bb22547 try fix Vercel build 2 2026-02-05 18:14:37 +01:00
martin-mfg ebacc4942b try fix Vercel build 2026-02-05 17:59:32 +01:00
martin-mfg 0987ff587d Merge remote-tracking branch 'origin/monorepo' into intermediate-merge 2026-02-03 12:26:07 +01:00
martin-mfg 24423eca77 Merge commit '4937f5354d4d580a07dd3448aeba4252a62dd68a' 2026-02-03 12:21:37 +01:00
Martin b24677beee feat(frontend): Login - split components into multiple subcomponents (#42)
- closes #40

I have divided Login into many subcomponents.
I think that each component has a name that clearly states its purpose.
2026-02-03 09:56:14 +01:00
Marco Pasqualetti 5ac8e03b2a fix: remove leftover class and retrigger github action 2026-02-02 21:08:07 +01:00
Marco Pasqualetti 407bd95a9e feat(frontend): Login - split components into multiple subcomponents 2026-02-02 13:25:03 +01:00
Martin e0bce6e5ea feat(frontend): adds typescript-eslint (#39)
- closes #38
- closes #28
2026-02-01 11:05:01 +01:00
Marco Pasqualetti 8ff9fd0f81 fix: apply review comments 2026-02-01 03:51:30 +01:00
Marco Pasqualetti 6d17615750 feat(frontend): adds typescript-eslint 2026-01-31 02:27:04 +01:00
Marco Pasqualetti 24907643ac feat(frontend): convert to ts (#37)
* feat(frontend): convert to ts

* refactor(frontend): axios-override - simplify shouldMock type

* fix: refine stage labels

* refactor(frontend): refine `useUserId` signature

* fix(frontend): descriptionLines and langsCount can be undefined

* refactor(frontend): refine casting on redirectCode

* refactor(frontend): refine stageIndex title and types

* refactor(frontend): apply pr review comments changes

* refactor(frontend): group properties using reference groups

* refactor(frontend): remove outdated comment

* fix(frontend): mock-http - simplify code
2026-01-29 09:42:25 +01:00