forked from humanprotocol/human-protocol
-
Notifications
You must be signed in to change notification settings - Fork 0
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
CI/CD github workflows #25
Closed
Closed
Conversation
This file contains 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
Release 20230414
Release 20220428
Release 20230511
Merge develop to main
merge develop to main
develop to main
release 20230522 (humanprotocol#491)
Release 20230524
fix addReward event and improve contracts CD (humanprotocol#507)
Fix Python/Node SDK Publish
Develop to main 20230531
Release Q3 - sprint 1
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md) - [Commits](npm/node-semver@v5.7.1...v5.7.2) --- updated-dependencies: - dependency-name: semver dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Release Q3 - sprint 2
…ulnerabilities (humanprotocol#770) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-PYTHON37-1570178 - https://snyk.io/vuln/SNYK-DEBIAN10-PYTHON37-2764966 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-5741793 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-5741794 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-5741889 Co-authored-by: snyk-bot <snyk-bot@snyk.io>
…educe vulnerabilities (humanprotocol#771) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-PYTHON37-1570178 - https://snyk.io/vuln/SNYK-DEBIAN10-PYTHON37-2764966 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-5741793 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-5741794 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-5741889 Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Release 230822
Release 230824
Release 230904
Releae 20230919
Release 231002
Release 20231011
Release 20231017
Release 20231019
Release 20231109
Release 20231110
Release 20231114
fix: unit tests
Oracles-discovery
# Conflicts: # packages/apps/human-app/server/src/app.module.ts # packages/apps/human-app/server/src/modules/job-assignment/job-assignment.module.ts # packages/apps/human-app/server/src/modules/job-assignment/job-assignment.service.ts # packages/apps/human-app/server/src/modules/jobs-discovery/jobs-discovery.module.ts # packages/apps/human-app/server/src/modules/jobs-discovery/jobs-discovery.service.ts
TODO: * Fixtures alignment * Test alignment * Testing
portuu3
reviewed
Mar 12, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are those E2E tests? If the answer is no, why it need REPUTATION_ORACLE_URL?
we use this field in production (user registration and login) |
# Statistics exchange oracle
portuu3
approved these changes
Mar 21, 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
This Pull Request adds the CD/CD workflows
Summary of changes
Related issues
Fixes #22