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

refactor(go-libs): Move to dedicated repository #1709

Merged
merged 11 commits into from
Sep 20, 2024
Merged

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    4578b3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e81b82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d821cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d764de8 View commit details
    Browse the repository at this point in the history
  5. chore: add chi router import to multiple files

    Add the "github.com/go-chi/chi/v5" import to the following files:
    - components/ledger/internal/api/v2/controllers_transactions.go
    - components/ledger/internal/api/v2/controllers_ledgers.go
    - components/ledger/internal/api/v1/controllers_accounts.go
    - components/ledger/internal/api/v1/middleware_auto_create_ledger.go
    - components/ledger/internal/api/v1/controllers_transactions.go
    - components/ledger/internal/api/v2/middlewares_metrics.go
    - components/ledger/internal/api/v1/routes.go
    - components/ledger/internal/api/v2/controllers_get_ledger.go
    - components/ledger/internal/api/v1/middlewares_metrics.go
    - components/ledger/internal/api/backend/resolver.go
    - components/ledger/cmd/serve.go
    - components/ledger/internal/api/v2/controllers_info.go
    - components/ledger/internal/api/v2/controllers_create_ledger.go
    - components/ledger/internal/api/router.go
    - components/ledger/internal/api/v2/controllers_accounts.go
    - components/ledger/internal/api/module.go
    - components/ledger/internal/api/v2/routes.go
    - components/ledger/internal/api/v1/controllers_info.go
    flemzord committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    9591839 View commit details
    Browse the repository at this point in the history
  6. chore: add new dependencies to various components

    - Add "github.com/stoewer/go-strcase" to application.go
    - Add "github.com/formancehq/go-libs/collectionutils" to create.go
    - Add "github.com/formancehq/go-libs/collectionutils" to reconciler.go
    - Add "github.com/formancehq/operator/internal/core" and "gopkg.in/yaml.v3"
      to configuration.go
    - Add "github.com/formancehq/go-libs/collectionutils" to deployment.go
    - Update go.mod and go.sum files with new dependencies
    flemzord committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    c2d68b3 View commit details
    Browse the repository at this point in the history
  7. fix(payments): import

    flemzord committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    c3b99a9 View commit details
    Browse the repository at this point in the history
  8. fix(ee): import

    flemzord committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    0a9314b View commit details
    Browse the repository at this point in the history
  9. fix: Integration test

    flemzord committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    eee7a15 View commit details
    Browse the repository at this point in the history
  10. fix(tests): import

    flemzord committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    71b96e0 View commit details
    Browse the repository at this point in the history
  11. fix: Integration test

    flemzord committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    f9f47be View commit details
    Browse the repository at this point in the history