Skip to content
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

chore: Increase workflow maxsize for frontend #697

Merged
merged 1 commit into from
Jul 31, 2023

Conversation

Milouu
Copy link
Contributor

@Milouu Milouu commented Jul 26, 2023

Description

Increase the number of tasks displayable in the frontend workflow from 1000 to 5000.

@Milouu Milouu requested a review from a team as a code owner July 26, 2023 13:52
@github-actions github-actions bot added the api label Jul 26, 2023
@Milouu Milouu force-pushed the chore/bigger-workflow-maxsize branch from 7185840 to fa438d6 Compare July 26, 2023 13:54
Signed-off-by: Milouu <milan.roustan@owkin.com>
@Milouu Milouu force-pushed the chore/bigger-workflow-maxsize branch from fa438d6 to 2a4205e Compare July 31, 2023 12:26
@Milouu Milouu merged commit 1efba23 into main Jul 31, 2023
6 checks passed
@Milouu Milouu deleted the chore/bigger-workflow-maxsize branch July 31, 2023 12:31
@Milouu Milouu mentioned this pull request Sep 5, 2023
Milouu added a commit that referenced this pull request Sep 7, 2023
### Added

- New `SECRET_KEY` optional environment variable
([#671](#671))
- `/api-token-auth/` and the associated tokens can now be disabled
through the `EXPIRY_TOKEN_ENABLED` environment variable and
`server.allowImplicitLogin` chart value
([#698](#698))
- Tokens issued by `/api-token-auth/` can now be deleted like other API
tokens, through a `DELETE` request on the `/active-api-tokens` endpoint
([#698](#698))

### Changed

- Increase the number of tasks displayable in frontend workflow
[#697](#697)
- BREAKING: Change the format of many API responses from
`{"message":...}` to `{"detail":...}`
([#705](#705))

### Removed

- BREAKING: `SECRET_KEY_PATH` and `SECRET_KEY_LOAD_AND_STORE`
environment variables
([#671](#671))
- Removed logic for storing `SECRET_KEY` at startup, in order to
increase stability; it should be done at a higher level, i.e. the chart
([#671](#671))

## Fixed

- `/api-token-auth/` sometimes handing out tokens that are about to
expire ([#698](#698))

Signed-off-by: Milouu <milan.roustan@owkin.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants