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

build: Update Scala and SBT versions #836

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Mar 25, 2024

  1. refactor: clean up migrations (#830)

    * Add everything
    
    Signed-off-by: Shota Jolbordi <[email protected]>
    
    * Remove migration tests
    
    Signed-off-by: Shota Jolbordi <[email protected]>
    
    * add ingnore invalid create option for postres mega linter
    
    Signed-off-by: Shota Jolbordi <[email protected]>
    
    * Try mega linter 7
    
    Signed-off-by: Shota Jolbordi <[email protected]>
    
    * edit megalinter.yaml
    
    Signed-off-by: Shota Jolbordi <[email protected]>
    
    * Disable some linters
    
    Signed-off-by: Shota Jolbordi <[email protected]>
    
    ---------
    
    Signed-off-by: Shota Jolbordi <[email protected]>
    shotexa authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    4961d10 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. refactor(node): remove legacy BE files (#832)

    * Start cleaning up docs
    
    Signed-off-by: Shota Jolbordi <[email protected]>
    
    * Remove more files
    
    Signed-off-by: Shota Jolbordi <[email protected]>
    
    * Fix compilation issue
    
    Signed-off-by: Shota Jolbordi <[email protected]>
    
    * Trim docs
    
    Signed-off-by: Shota Jolbordi <[email protected]>
    
    * Fix compilation errors
    
    Signed-off-by: Shota Jolbordi <[email protected]>
    
    * Remove some bitcoin test resources and old docs
    
    Signed-off-by: Shota Jolbordi <[email protected]>
    
    * Lint
    
    Signed-off-by: Shota Jolbordi <[email protected]>
    
    * Fix tests
    
    Signed-off-by: Shota Jolbordi <[email protected]>
    
    ---------
    
    Signed-off-by: Shota Jolbordi <[email protected]>
    shotexa authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    25d1fae View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. refactor: Delete legacy operation related to credentials (#831)

    * 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
    EzequielPostan authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    0dc8d9e View commit details
    Browse the repository at this point in the history
  2. build: 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
    FabioPinheiro committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    46f68df View commit details
    Browse the repository at this point in the history