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 |
|
+2        ![dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>](/assets/img/avatar_default.png)
|
4937f5354d
|
merge master into monorepo (#35)
* docs: add github action as recommended usage method (#3)
Add new github action as recommended usage method now that we are no
longer sponsored by vercel and the hosted endpoint is not available
anymore.
Co-authored-by: Ulysses Zhan <UlyssesZhan@gmail.com>
Co-authored-by: Zohan Subhash <zohan.subhash@gmail.com>
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
* docs: ensure example cards render correctly (#4)
Use my deployed environment so example cards render properly and are not
rate-limited by the public instance.
* fix docs links, prepare workflows, update action example
* fix formatting
* docs(theme): auto update theme readme (#5)
Co-authored-by: GitHub Readme Stats Bot <no-reply@githubreadmestats.com>
* ci(deps): Bump stefanzweifel/git-auto-commit-action from 7.0.0 to 7.1.0 (#6)
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 7.0.0 to 7.1.0.
- [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases)
- [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stefanzweifel/git-auto-commit-action/compare/28e16e81777b558cc906c8750092100bbb34c5e3...04702edda442b2e678b25b537cec683a1493fcb9)
---
updated-dependencies:
- dependency-name: stefanzweifel/git-auto-commit-action
dependency-version: 7.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* ci(deps): Bump actions/setup-node from 6.1.0 to 6.2.0 (#7)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6.1.0 to 6.2.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/395ad3262231945c25e8478fd5baf05154b1d79f...6044e13b5dc448c55e2357c09f80417699197238)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: 6.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* build(deps-dev): Bump prettier from 3.7.4 to 3.8.0 (#13)
Bumps [prettier](https://github.com/prettier/prettier) from 3.7.4 to 3.8.0.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/3.7.4...3.8.0)
---
updated-dependencies:
- dependency-name: prettier
dependency-version: 3.8.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* build(deps-dev): Bump eslint-plugin-jsdoc from 61.5.0 to 62.0.1 (#12)
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 61.5.0 to 62.0.1.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v61.5.0...v62.0.1)
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-version: 62.0.1
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* build(deps-dev): Bump globals from 16.5.0 to 17.0.0 (#9)
Bumps [globals](https://github.com/sindresorhus/globals) from 16.5.0 to 17.0.0.
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](https://github.com/sindresorhus/globals/compare/v16.5.0...v17.0.0)
---
updated-dependencies:
- dependency-name: globals
dependency-version: 17.0.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* docs: add github action as recommended usage method (#4716)
* docs: add github action as recommended usage method
Add new github action as recommended usage method now that we are no
longer sponsored by vercel and the hosted endpoint is not available
anymore.
Co-authored-by: Ulysses Zhan <UlyssesZhan@gmail.com>
Co-authored-by: Zohan Subhash <zohan.subhash@gmail.com>
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
* docs: improve action section
---------
Co-authored-by: Ulysses Zhan <UlyssesZhan@gmail.com>
Co-authored-by: Zohan Subhash <zohan.subhash@gmail.com>
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
* docs: add instructions to make PAT environment variable sensitive in Vercel deployment (#14)
Added instructions for setting environment variables securely.
Signed-off-by: Joey Chen <142381267+JoeyC-Dev@users.noreply.github.com>
* Fix default theme fallback when an invalid theme is passed (#15)
* fix(color): invalid theme fallback to default
Fixes: #4641
* test(color): add test case for invalid theme fallback to default
* style(color): add back the tab space
* test(color): fix color default theme
* fix(color): use 'in' instead of '.hasOwnProperty'
* fix new test
* format code
---------
Co-authored-by: mikyll <righi.michy@gmail.com>
* fix tests, add CI, fix on mac, extend docs (#25)
* tests: fix float problems and PAT problem
* extend CONTRIBUTING.md
* extend build documentation, add GH action, fix build on MacOS
* fix build on Vercel
* update .gitignore and CONTRIBUTING.md
* fix all tests
* add backend tests to CI
* make e2e tests work
* add debug log to e2e test
* ignore copied tests in CI
* feature(top langs card): add ability to change progress bar background color in normal layout (#16)
* #3307 enhancement : prog_bg_color query added to change the background of progress bar
* #3066 bug Fixed : readme.md file as stated
* #3066 bug Fixed : readme.md file as stated"
* #3066 bug Fixed : readme.md file as stated
* fix types.d.ts
* add test
---------
Co-authored-by: krishnoit <krishnoit100@gmail.com>
Co-authored-by: krishna seth <75961965+a-s-t-e-y-a@users.noreply.github.com>
* allow triggering workflows manually (#17)
* refactor: update languages JSON (#18)
Co-authored-by: martin-mfg <2026226+martin-mfg@users.noreply.github.com>
* remove remaining barrel files
* ci(deps): Bump actions/checkout from 6.0.1 to 6.0.2 (#19)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/8e8c483db84b4bee98b60c0593521ed34d9990e8...de0fac2e4500dabe0009e67214ff5f5447ce83dd)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 6.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* build(deps-dev): Bump prettier from 3.8.0 to 3.8.1 (#22)
Bumps [prettier](https://github.com/prettier/prettier) from 3.8.0 to 3.8.1.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/3.8.0...3.8.1)
---
updated-dependencies:
- dependency-name: prettier
dependency-version: 3.8.1
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* build(deps-dev): Bump globals from 17.0.0 to 17.1.0 (#23)
Bumps [globals](https://github.com/sindresorhus/globals) from 17.0.0 to 17.1.0.
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](https://github.com/sindresorhus/globals/compare/v17.0.0...v17.1.0)
---
updated-dependencies:
- dependency-name: globals
dependency-version: 17.1.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* ci(deps): Bump peter-evans/create-pull-request from 8.0.0 to 8.1.0 (#21)
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 8.0.0 to 8.1.0.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/98357b18bf14b5342f975ff684046ec3b2a07725...c0f553fe549906ede9cf27b5156039d195d2ece0)
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-version: 8.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* build(deps-dev): Bump eslint-plugin-jsdoc from 62.0.1 to 62.4.0 (#20)
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 62.0.1 to 62.4.0.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v62.0.1...v62.4.0)
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-version: 62.4.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Revert "remove remaining barrel files"
This reverts commit 31df917cbf.
* fix formatting
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Joey Chen <142381267+JoeyC-Dev@users.noreply.github.com>
Co-authored-by: Rick Staa <rick.staa@outlook.com>
Co-authored-by: Ulysses Zhan <UlyssesZhan@gmail.com>
Co-authored-by: Zohan Subhash <zohan.subhash@gmail.com>
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
Co-authored-by: GitHub Readme Stats Bot <no-reply@githubreadmestats.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joey Chen <142381267+JoeyC-Dev@users.noreply.github.com>
Co-authored-by: mikyll <righi.michy@gmail.com>
Co-authored-by: krishnoit <krishnoit100@gmail.com>
Co-authored-by: krishna seth <75961965+a-s-t-e-y-a@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2026-01-25 13:29:56 +01:00 |
|
Marco Pasqualetti
|
2871309af3
|
feat(frontend): enable knip (#31)
* feat(frontend): enable `knip`
* fix: remove stages barrel file
|
2026-01-24 15:30:39 +01:00 |
|
Marco Pasqualetti
|
90490046bb
|
feat(backend): enable knip (#30)
|
2026-01-23 17:15:30 +01:00 |
|
Marco Pasqualetti
|
dff4bfcecb
|
feat: setup eslint at root level (#27)
* feat: setup eslint at root level
* chore: disable craco eslint-plugin
* fix: add missing extension to import
* fix: apply review
* chore: use gitignore to exclude files from eslint
* chore: disable eslint step in craco via config rather than env variable
* chore: remove npmrc
* chore: remove `eslint-plugin-react` override
|
2026-01-21 22:48:08 +01:00 |
|
Marco Pasqualetti
|
74b314ab0f
|
refactor: setup prettier as formatter for the whole monorepo (#26)
|
2026-01-20 18:38:20 +01:00 |
|
 Marco Pasqualettiandmartin-mfg
|
8c065b473f
|
feat: setup monorepo using pnpm (#20)
* tests: fix float problems and PAT problem
* extend CONTRIBUTING.md
* extend build documentation, add GH action, fix build on MacOS
* fix build on Vercel
* update .gitignore and CONTRIBUTING.md
* feat: begin work on monorepo
* chore(actions/basic-build): use pnpm
* fix: vercel-deploy
* docs: updates with new folders
* chore: apply PR review comments
---------
Co-authored-by: martin-mfg <2026226+martin-mfg@users.noreply.github.com>
|
2026-01-19 14:11:58 +01:00 |
|
martin-mfg
|
51894a49df
|
fix typos in docs
|
2026-01-04 16:58:09 +01:00 |
|
martin-mfg
|
1aa0b1af3e
|
docs: add last 'local dev' step
|
2026-01-03 16:30:52 +01:00 |
|
martin-mfg
|
bd5cef2022
|
documentation improvements
|
2026-01-03 16:23:52 +01:00 |
|
martin-mfg
|
6f29532d07
|
longer timeout in 'repeat' workflow, heading for advanced docs
|
2026-01-02 18:09:59 +01:00 |
|
martin-mfg
|
a88e9a0c4c
|
move 'repeat' workflow to correct folder
|
2026-01-02 11:25:51 +01:00 |
|
martin-mfg
|
efe31de4f5
|
use new URLs, remove more .github/ files
|
2025-12-30 14:41:20 +01:00 |
|
martin-mfg
|
015620aabb
|
fixes for documentation files
|
2025-12-29 14:32:21 +01:00 |
|
martin-mfg
|
5f9f1723c8
|
re-organize documentation files
|
2025-12-28 23:50:46 +01:00 |
|
martin-mfg
|
d149e0e1f5
|
initiate monorepo, add original github-trends
|
2025-09-18 11:30:25 +02:00 |
|
martin-mfg
|
8d9565d851
|
Merge remote-tracking branch 'origin/master' into technical-improvements
|
2025-09-16 13:27:40 +02:00 |
|
 Frieder BluemleandAlexandr
|
c966becb9a
|
chore: standardize the GitHub and npm branding through the codebase (#4014)
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
|
2025-09-10 19:31:35 +03:00 |
|
martin-mfg
|
04dd868e2b
|
Merge remote-tracking branch 'origin/master' into technical-improvements
|
2025-09-09 15:29:10 +02:00 |
|
 ![dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>](/assets/img/avatar_default.png)
|
104dfbf340
|
ci(deps): bump actions/labeler from 5.0.0 to 6.0.1 (#4406)
Bumps [actions/labeler](https://github.com/actions/labeler) from 5.0.0 to 6.0.1.
- [Release notes](https://github.com/actions/labeler/releases)
- [Commits](https://github.com/actions/labeler/compare/8558fd74291d67161a8a78ce36a881fa63b766a9...634933edcd8ababfe52f92936142cc22ac488b1b)
---
updated-dependencies:
- dependency-name: actions/labeler
dependency-version: 6.0.1
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
|
2025-09-08 14:10:33 +03:00 |
|
 ![dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>](/assets/img/avatar_default.png)
|
c8e6976f35
|
ci(deps): bump actions/setup-node from 4.4.0 to 5.0.0 (#4405)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.4.0 to 5.0.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/49933ea5288caeca8642d1e84afbd3f7d6820020...a0853c24544627f65ddf259abe73b1d18a591444)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: 5.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
|
2025-09-08 14:06:38 +03:00 |
|
Alexandr Garbuzov
|
62069d08dd
|
ci: add ability to manually run the generate theme doc workflow (#4401)
|
2025-09-07 21:24:53 +03:00 |
|
Alexandr Garbuzov
|
9f0b9c7846
|
ci: fix prs cache clean workflow name to match naming style of other workflows (#4398)
|
2025-09-07 21:15:27 +03:00 |
|
Alexandr Garbuzov
|
891e31952b
|
chore: replace dependabot reviewer with codeowners file (#4394)
|
2025-09-07 21:11:55 +03:00 |
|
Alexandr Garbuzov
|
3adf254fb8
|
chore: remove outdated reviewer fields from dependabot config (#4393)
|
2025-09-07 21:08:57 +03:00 |
|
Alexandr Garbuzov
|
647f2e1c88
|
ci: add missing github token env to the theme prs closer workflow (#4388)
|
2025-09-07 20:53:13 +03:00 |
|
Alexandr Garbuzov
|
e27f7ed6d0
|
ci: temporary disable stale theme pr closer workflow (#3520)
|
2025-09-07 20:40:46 +03:00 |
|
Alexandr Garbuzov
|
a5cdd3f531
|
ci: temporary disable preview theme workflow (#3514)
* ci: temporary disable preview theme workflow
* dev
|
2025-09-07 20:37:25 +03:00 |
|
 ![dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>](/assets/img/avatar_default.png)
|
0a5fe6f7a6
|
ci(deps): bump actions/checkout from 4.1.1 to 5.0.0 (#4380)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 5.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4.1.1...08c6903cd8c0fde910a37f88322edcfb5dd907a8)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 5.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandr Garbuzov <qwerty541zxc@gmail.com>
|
2025-09-01 18:39:58 +03:00 |
|
martin-mfg
|
0506671078
|
Merge remote-tracking branch 'origin/master' into debugging
|
2025-08-29 19:21:57 +02:00 |
|
Alexandr Garbuzov
|
5ecf80b4d2
|
ci: add theme prs closer workflow (#3534)
* ci: add theme prs closer workflow
* permissions
|
2025-08-24 18:02:00 +03:00 |
|
Alexandr Garbuzov
|
070dbd312c
|
ci: remove redundant checkout step from prs cache clean workflow (#3655)
|
2025-08-24 17:25:46 +03:00 |
|
Alexandr Garbuzov
|
dd7582db8f
|
refactor: fix cards files names by removing duplicating postfix (#4376)
|
2025-08-24 17:14:18 +03:00 |
|
Alexandr Garbuzov
|
09cb2a596e
|
refactor: fix fetchers names by removing duplicating postfix (#4375)
|
2025-08-24 17:07:23 +03:00 |
|
Alexandr Garbuzov
|
8ae6980056
|
docs: remove outdated translations (#4369)
|
2025-08-24 16:57:23 +03:00 |
|
Alexandr Garbuzov
|
0cf6b18fa1
|
chore: bump node.js version from 18 to 22 in whole project (#4377)
|
2025-08-24 16:37:01 +03:00 |
|
 ![dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>](/assets/img/avatar_default.png)
|
6522de0e0a
|
ci(deps): bump bahmutov/npm-install from 1.10.9 to 1.10.10 (#4356)
Bumps [bahmutov/npm-install](https://github.com/bahmutov/npm-install) from 1.10.9 to 1.10.10.
- [Release notes](https://github.com/bahmutov/npm-install/releases)
- [Commits](https://github.com/bahmutov/npm-install/compare/6bbff949458c1dd99b20e185cee8c4d6fcf1212a...3714964fb879ebbbc108e167f0f3a0c81ec075c9)
---
updated-dependencies:
- dependency-name: bahmutov/npm-install
dependency-version: 1.10.10
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandr Garbuzov <qwerty541zxc@gmail.com>
|
2025-08-12 20:03:40 +03:00 |
|
 ![dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>](/assets/img/avatar_default.png)
|
096c9a93c0
|
ci(deps): bump actions/checkout from 4.2.2 to 5.0.0 (#4359)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/11bd71901bbe5b1630ceea73d27597364c9af683...08c6903cd8c0fde910a37f88322edcfb5dd907a8)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 5.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandr Garbuzov <qwerty541zxc@gmail.com>
|
2025-08-12 20:02:04 +03:00 |
|
martin-mfg
|
fbe6718ca6
|
change timings a bit
|
2025-06-29 12:04:55 +02:00 |
|
martin-mfg
|
233c47a073
|
adapt cache/cron/re-request/ISR times
|
2025-06-29 10:29:45 +02:00 |
|
martin-mfg
|
bfb92fefb6
|
cron: improve names, undo test changes
|
2025-06-28 17:30:43 +02:00 |
|
martin-mfg
|
3ead183c1e
|
test: create copy of new workflow
|
2025-06-28 16:44:49 +02:00 |
|
martin-mfg
|
e5772352b9
|
test: trigger every 5 min
|
2025-06-28 16:33:07 +02:00 |
|
martin-mfg
|
4925bc1e18
|
fix cron schedule
|
2025-06-28 14:41:24 +02:00 |
|
martin-mfg
|
57ceaa9396
|
add Github Action with cron job
|
2025-06-28 14:37:08 +02:00 |
|
martin-mfg
|
8a3a1bb081
|
move files back and adapt most paths
|
2025-06-24 19:36:47 +02:00 |
|
martin-mfg
|
3db04a154e
|
moving more files, adapting more paths
|
2025-06-23 19:18:47 +02:00 |
|
martin-mfg
|
31ca8a317a
|
move core app to .vercel/output/..., adapt only some paths
|
2025-06-23 15:55:46 +02:00 |
|
 ![dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>](/assets/img/avatar_default.png)
|
27ffc1aec6
|
ci(deps): bump stefanzweifel/git-auto-commit-action from 5.2.0 to 6.0.1 (#4300)
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 5.2.0 to 6.0.1.
- [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases)
- [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stefanzweifel/git-auto-commit-action/compare/b863ae1933cb653a53c021fe36dbb774e1fb9403...778341af668090896ca464160c2def5d1d1a3eb0)
---
updated-dependencies:
- dependency-name: stefanzweifel/git-auto-commit-action
dependency-version: 6.0.1
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
|
2025-06-17 20:52:35 +03:00 |
|
 ![dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>](/assets/img/avatar_default.png)
|
4306568359
|
ci(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2 (#4280)
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.4.1 to 2.4.2.
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](https://github.com/ossf/scorecard-action/compare/f49aabe0b5af0936a0987cfb85d86b75731b0186...05b42c624433fc40578a4040d5cf5e36ddca8cde)
---
updated-dependencies:
- dependency-name: ossf/scorecard-action
dependency-version: 2.4.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandr <qwerty541zxc@gmail.com>
|
2025-06-03 18:56:36 +03:00 |
|