-
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
build: Update Scala and SBT versions #836
Open
FabioPinheiro
wants to merge
4
commits into
main
Choose a base branch
from
update_scala_sbt_versions
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
* Add everything Signed-off-by: Shota Jolbordi <shota.jolbordi@iohk.io> * Remove migration tests Signed-off-by: Shota Jolbordi <shota.jolbordi@iohk.io> * add ingnore invalid create option for postres mega linter Signed-off-by: Shota Jolbordi <shota.jolbordi@iohk.io> * Try mega linter 7 Signed-off-by: Shota Jolbordi <shota.jolbordi@iohk.io> * edit megalinter.yaml Signed-off-by: Shota Jolbordi <shota.jolbordi@iohk.io> * Disable some linters Signed-off-by: Shota Jolbordi <shota.jolbordi@iohk.io> --------- Signed-off-by: Shota Jolbordi <shota.jolbordi@iohk.io>
* Start cleaning up docs Signed-off-by: Shota Jolbordi <shota.jolbordi@iohk.io> * Remove more files Signed-off-by: Shota Jolbordi <shota.jolbordi@iohk.io> * Fix compilation issue Signed-off-by: Shota Jolbordi <shota.jolbordi@iohk.io> * Trim docs Signed-off-by: Shota Jolbordi <shota.jolbordi@iohk.io> * Fix compilation errors Signed-off-by: Shota Jolbordi <shota.jolbordi@iohk.io> * Remove some bitcoin test resources and old docs Signed-off-by: Shota Jolbordi <shota.jolbordi@iohk.io> * Lint Signed-off-by: Shota Jolbordi <shota.jolbordi@iohk.io> * Fix tests Signed-off-by: Shota Jolbordi <shota.jolbordi@iohk.io> --------- Signed-off-by: Shota Jolbordi <shota.jolbordi@iohk.io>
* ATL-6668: Delete legacy operation related to credentials This commit deletes the IssueCredentialBatchOperation and RevokeCredentialsOperation. It does not delete node API, daos nor repositories related to credentials * ATL-6668: Delete more files related to VCs This commit deletes even more files related to VC operations. It also removes some dependencies on the old SDK * ATL-6668: Delete unused tables This commit deletes tables and indexes from VC legacy operations * ATL-6668: Fix formatting * ATL-6668: Address review comments This commit deletes references to legacy VC code in protobuf and sql definitions
🦙 MegaLinter status:
|
Descriptor | Linter | Files | Fixed | Errors |
---|---|---|---|---|
✅ ACTION | actionlint | 1 | 0 | |
markdownlint | 5 | 90 | ||
markdown-link-check | 5 | 10 | ||
✅ MARKDOWN | markdown-table-formatter | 5 | 0 | |
protolint | 5 | 5 | ||
✅ REPOSITORY | dustilock | yes | no | |
✅ REPOSITORY | git_diff | yes | no | |
✅ REPOSITORY | grype | yes | no | |
kics | yes | 51 | ||
✅ REPOSITORY | syft | yes | no | |
✅ REPOSITORY | trivy-sbom | yes | no | |
trufflehog | yes | 1 | ||
✅ SQL | sql-lint | 2 | 0 | |
prettier | 2 | 1 | ||
✅ YAML | v8r | 2 | 0 | |
✅ YAML | yamllint | 2 | 0 |
See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true
in mega-linter.yml to validate all sources, not only the diff
FabioPinheiro
force-pushed
the
update_scala_sbt_versions
branch
2 times, most recently
from
April 17, 2024 17:03
691de70
to
eddd67a
Compare
yshyn-iohk
approved these changes
Apr 17, 2024
Update Scala version to 2.13.13 Update SBT version to 1.9.9 Update kind-projector version to 0.13.3 Minor fixs
FabioPinheiro
force-pushed
the
update_scala_sbt_versions
branch
from
April 17, 2024 17:35
eddd67a
to
46f68df
Compare
EzequielPostan
approved these changes
Apr 19, 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.
Overview
Update Scala and SBT version
Update Scala version to 2.13.13
Update SBT version to 1.9.9
Update kind-projector version to 0.13.3
Minor fixs
Pre-submit checklist:
Pre-merge checklist: