-
Notifications
You must be signed in to change notification settings - Fork 43
Release 20241004 #2589
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
Release 20241004 #2589
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
…d to job_completed (#2564) * Need to change event type task_completed to job_completed * Fix tests
…e_url` (#2562) * Use correct url for get_reputation_oracle_url * Add tests for `get_reputation_oracle_url` * Minor change to re-run the pipeline Restarting the job doesn't help.
* Use translations and Links for updateVersionModal * Updated initial texts
Bumps [openpgp](https://github.com/openpgpjs/openpgpjs) from 5.11.1 to 5.11.2. - [Release notes](https://github.com/openpgpjs/openpgpjs/releases) - [Commits](openpgpjs/openpgpjs@v5.11.1...v5.11.2) --- updated-dependencies: - dependency-name: openpgp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@nomicfoundation/hardhat-verify](https://github.com/nomicfoundation/hardhat) from 2.0.9 to 2.0.11. - [Release notes](https://github.com/nomicfoundation/hardhat/releases) - [Commits](https://github.com/nomicfoundation/hardhat/compare/@nomicfoundation/[email protected]...@nomicfoundation/[email protected]) --- updated-dependencies: - dependency-name: "@nomicfoundation/hardhat-verify" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material) from 5.16.7 to 6.1.1. - [Release notes](https://github.com/mui/material-ui/releases) - [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md) - [Commits](https://github.com/mui/material-ui/commits/v6.1.1/packages/mui-icons-material) --- updated-dependencies: - dependency-name: "@mui/icons-material" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) from 1.6.0 to 2.1.1. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.1/packages/ui) --- updated-dependencies: - dependency-name: "@vitest/ui" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Allow reassignation for fortune exchange oracle * Avoid problems when filter fields are empty
Update assignment status for rejected solutions in exchange oracle
Add test for reassignation
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.4.8 to 6.5.0. - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](testing-library/jest-dom@v6.4.8...v6.5.0) --- updated-dependencies: - dependency-name: "@testing-library/jest-dom" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Improved script * Fixed lint * Fixed required values * Set test env var to Reputation Oracle * Updated configs * Fixed unit tests * Added required for kyc api key * make kyc api key required --------- Co-authored-by: portuu3 <[email protected]>
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
3 Skipped Deployments
|
…ers (#2554) * Optimize track_completed_tasks and track_completed_projects * Combine _process_skeletons_from_boxes_escrows and _process_plain_escrows * Select escrows only with at least one completed project * Handle case where there's unexpectedly more than one project in escrow * Add EscrowValidation entity * Remove redundant commit * Remove outdated comment * Restructure _handle_escrow_validations as _handle_escrow_validation * Apply suggestions from code review Co-authored-by: Maxim Zhiltsov <[email protected]> * Clean up update_projects_by_status and update_tasks_by_status Both functions were used only in a very particular case. They should not disguise as generic functions. * Replace Result.fetchall() with Result.all() * Simplify explanation for `create_escrow_validations` flow * Remove commits from cvat service * Don't update EscrowValidation records where status already is `awaiting` * Use format_sequence for log entries * Rename get_escrows_for_validation -> prepare_escrows_for_validation * Regroup functions * Change how we handle escrow validation * Change default prepare_escrows_for_validation limit to 5 * Update LockNotAvailable handling --------- Co-authored-by: Maxim Zhiltsov <[email protected]>
* Fixed cron error * Updated cron service
Dzeranov
approved these changes
Oct 4, 2024
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.
Description
Releae 20241004
Summary of changes