Skip to content

Conversation

@portuu3
Copy link
Collaborator

@portuu3 portuu3 commented Oct 4, 2024

Description

Releae 20241004

Summary of changes

  • Depencencies bumps
  • Generate envs doc improvements
  • HUMAN App fix to disable jobs discovery and hcaptcha for users without KYC
  • Allow job reasignation in Fortune
  • CVAT updates

flopez7 and others added 13 commits September 27, 2024 17:37
…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
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]>
@portuu3 portuu3 self-assigned this Oct 4, 2024
@vercel
Copy link

vercel bot commented Oct 4, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
human-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 4, 2024 1:17pm
3 Skipped Deployments
Name Status Preview Comments Updated (UTC)
faucet-frontend ⬜️ Ignored (Inspect) Visit Preview Oct 4, 2024 1:17pm
faucet-server ⬜️ Ignored (Inspect) Visit Preview Oct 4, 2024 1:17pm
human-dashboard-frontend ⬜️ Skipped (Inspect) Oct 4, 2024 1:17pm

…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
@vercel vercel bot temporarily deployed to Preview – human-dashboard-frontend October 4, 2024 13:16 Inactive
@Dzeranov Dzeranov self-requested a review October 4, 2024 13:59
@Dzeranov Dzeranov changed the title Releae 20241004 Release 20241004 Oct 4, 2024
@portuu3 portuu3 merged commit 964fd22 into main Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

6 participants