-
-
Notifications
You must be signed in to change notification settings - Fork 213
[Version 3] feat: allow_multiple_runs is true by default #780
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Thanks ! Maybe we have also to change some documentation and test ? |
LuisBlanche
approved these changes
Mar 19, 2025
0eca00d
to
06dfe40
Compare
* feat(api): add auth to project token endpoints * fix: add auth_context to project-token-service container * chores(api): run api unit tests on the CI Signed-off-by: inimaz <93inigo93@gmail.com> * add logs to project-token call * chores: custom CORS taken from env variable * fix: log fief response when there is no access token * fix: credentials included in fetch for project tokens * fix: remove use server from project token api calls Signed-off-by: inimaz <93inigo93@gmail.com> * fix: remove useless prints Signed-off-by: inimaz <93inigo93@gmail.com> --------- Signed-off-by: inimaz <93inigo93@gmail.com>
Add public flag to project Allow getting data for public project without authentication
Bumps [next](https://github.com/vercel/next.js) from 14.2.15 to 14.2.21. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v14.2.15...v14.2.21) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat: settings page update project * add animation saying changes saved Signed-off-by: inimaz <93inigo93@gmail.com> --------- Signed-off-by: inimaz <93inigo93@gmail.com>
* fix: fix account creation with cli login --------- Co-authored-by: patrick.lloret@protonmail.com <patrick.lloret@protonmail.com>
Signed-off-by: inimaz <93inigo93@gmail.com>
* ci: deploy app from ci * test triggering the deploy Signed-off-by: inimaz <93inigo93@gmail.com> * fix: add reference to local clever cli * unshallow the fetch Signed-off-by: inimaz <93inigo93@gmail.com> * fix: deploy to multiple applications using --alias APP_NAME Signed-off-by: inimaz <93inigo93@gmail.com> * reduce verbosity of deploy logs (no need for app logs) Signed-off-by: inimaz <93inigo93@gmail.com> * . --------- Signed-off-by: inimaz <93inigo93@gmail.com>
* chores: split github workflows * docs: typo in the name of the build jobs Signed-off-by: inimaz <93inigo93@gmail.com> --------- Signed-off-by: inimaz <93inigo93@gmail.com>
* feat: add experiment modal Signed-off-by: inimaz <93inigo93@gmail.com> * fix: timestamp optional * fix: timestamp * rearrange the ui * fix: experiment creation * fix: show id of created experiment Signed-off-by: inimaz <93inigo93@gmail.com> * fix: remove unnecessary fields from experiments Signed-off-by: inimaz <93inigo93@gmail.com> --------- Signed-off-by: inimaz <93inigo93@gmail.com>
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.24.8 to 7.27.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.0/packages/babel-runtime) --- updated-dependencies: - dependency-name: "@babel/runtime" dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* improvement: Upgrade to Next 15 * fix: organization navbar select not empty * feat: improved member page + loader + breadcrumb layout * feat: project settings page + code refactoring + public project page * lib: upgrade next for security * fix: clarify api client/server side with fief auth * feat: export json and csv + refactorings * improvement: create org and create project loading and refresh logic * fix: downgrade react-day-picker * build: update package.json * doc: updated readme to use pnpm * build: trigger build * feat: export to json button and data fetching * fix: build issue after rebase * fix: githbu build webapp with pnpm * fix: build-ui github action use pnpm build * fix: prettier fixes * fix: prettier pnpm lock * fix: ignore lock files in prettier
Intel(R) Xeon(R) W-11955M CPU @ 2.60GHz
06dfe40
to
289ba32
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The lock file has posed several issues lately. Setting as default
allow_multiple_runs=True
to not block users while we decide how to deal with it.