Updates Go packages
Recent Commits to minha-receita:main
-
Updates Go packages
-
Merge pull request #425 from cuducos/deprecates-mirror
Merge pull request #425 from cuducos/deprecates-mirror Remove o espelho de dados
-
Deprecates mirror
Deprecates mirror Closes #392
-
Adjusts shapes in ETL docs
Adjusts shapes in ETL docs
-
Merges `check` package into `download`
Merges `check` package into `download`
-
Enhance contributing guide
Enhance contributing guide
-
Moves contributing guide to the docs
Moves contributing guide to the docs It is get too long and a having and automated table of contents might be useful.
-
Adds links to Grafana
Adds links to Grafana
-
Simplifies updated endpoint
Simplifies updated endpoint
-
Revert "Adds index to Postgre's metadata table"
Revert "Adds index to Postgre's metadata table" `key` is already a primary key, no need for an index. This reverts commit de194baa8bf33ec7db0373e2bd028506a393d853.
-
Makes Grafana follow system's theme preference
Makes Grafana follow system's theme preference
-
Adds index to Postgre's metadata table
Adds index to Postgre's metadata table
-
Adds more memory to Grafana
Adds more memory to Grafana
-
Updates Go packages
Updates Go packages Closes #420 Closes $421
-
Removes New Relic
Removes New Relic
-
Adds Grafana
Adds Grafana
-
Only builds the Docker image if tests and checks are green
Only builds the Docker image if tests and checks are green
-
Adds Prometheus metrics and endpoint
Adds Prometheus metrics and endpoint
-
Updates AWS packages
Updates AWS packages Closes #415 Closes #416 Closes #418 Closes #419
-
Merge pull request #417 from cuducos/dependabot/go_modules/github.com…
Merge pull request #417 from cuducos/dependabot/go_modules/github.com/avast/retry-go/v4-4.7.0 Bump github.com/avast/retry-go/v4 from 4.6.1 to 4.7.0
-
Bump github.com/avast/retry-go/v4 from 4.6.1 to 4.7.0
Bump github.com/avast/retry-go/v4 from 4.6.1 to 4.7.0 Bumps [github.com/avast/retry-go/v4](https://github.com/avast/retry-go) from 4.6.1 to 4.7.0. - [Release notes](https://github.com/avast/retry-go/releases) - [Commits](https://github.com/avast/retry-go/compare/4.6.1...4.7.0) --- updated-dependencies: - dependency-name: github.com/avast/retry-go/v4 dependency-version: 4.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-
Hardcodes missing country code
Hardcodes missing country code
-
Updates AWS packages
Updates AWS packages Co-authored-by: Mauricio Nunes <mutila@gmail.com> Closes #410 Closes #411 Closes #413
-
Updates AWS packages
Updates AWS packages Closes #410 Closes #411 Closes #413
-
Merge pull request #412 from cuducos/dependabot/go_modules/github.com…
Merge pull request #412 from cuducos/dependabot/go_modules/github.com/huandu/go-sqlbuilder-1.38.0 Bump github.com/huandu/go-sqlbuilder from 1.37.0 to 1.38.0
-
Replaces: `OrderBy` (deprecated) -> `OrderByAsc`
Replaces: `OrderBy` (deprecated) -> `OrderByAsc`
-
Bump github.com/huandu/go-sqlbuilder from 1.37.0 to 1.38.0
Bump github.com/huandu/go-sqlbuilder from 1.37.0 to 1.38.0 Bumps [github.com/huandu/go-sqlbuilder](https://github.com/huandu/go-sqlbuilder) from 1.37.0 to 1.38.0. - [Release notes](https://github.com/huandu/go-sqlbuilder/releases) - [Commits](https://github.com/huandu/go-sqlbuilder/compare/v1.37.0...v1.38.0) --- updated-dependencies: - dependency-name: github.com/huandu/go-sqlbuilder dependency-version: 1.38.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-
Merge pull request #407 from cuducos/mirror-deprecate-warning
Merge pull request #407 from cuducos/mirror-deprecate-warning Adiciona aviso de retirada do ar no site do espelo de dados e no commando `mirror`
-
Adds deprecated warning to the mirror
Adds deprecated warning to the mirror Relates to #392
-
Deprecates checksum commands
Deprecates checksum commands The official source never implemented them and I have seen no usage out there for this part of the tooling (happy to revert if that is not the case).
-
Merge pull request #406 from cuducos/cuducos/golangci-lint-sample
Merge pull request #406 from cuducos/cuducos/golangci-lint-sample Verifica erros ignorados no pacote `sample`
-
Migrates: `staticcheck` -> `golangci-lint`
Migrates: `staticcheck` -> `golangci-lint` Closes #401
-
Checks errors in the sample package
Checks errors in the sample package
-
Merge pull request #405 from cuducos/cuducos/golangci-lint-download
Merge pull request #405 from cuducos/cuducos/golangci-lint-download Verifica erros ignorados no pacote de download
-
Checks errors in the download package
Checks errors in the download package
-
Merge pull request #404 from cuducos/cuducos/golangci-lint-etl
Merge pull request #404 from cuducos/cuducos/golangci-lint-etl Verifica erros ignorados no ETL
-
Minor fixes based on the tests
Minor fixes based on the tests