Skip to content

Releases: artefactual-labs/migrate

v0.1.1

10 Nov 12:30
5200f96

Choose a tag to compare

Changelog

  • 5200f96 Fix CI workflows
  • dd9e381 Remove skip-ci check
  • 87b7811 Fix skip-ci check
  • 36dc314 Pre-download the temporal CLI
  • bf288cd Manage backoff exhaustion
  • a98a08b Bump astral-sh/setup-uv in the all-github-actions group
  • 26dd054 Remove --no-progress option from Trivy scan
  • c087308 Fix pinning issues in security CI workflow
  • bcd6520 Add new security GitHub Action
  • 2b2c790 Increase ssmock shutdown timeout
  • f092cce Update workflow reuse policy
  • cee0264 Add worker concurrency opts
  • 21f3785 Document the concurrency model
  • 478918d Add go mod tidy check
  • c10b695 Upload codecov report
  • 4ce65ce Update vulnerable deps
  • 82c8c8f Add codecov report
  • 38d4860 Add make deps to list outdated deps

v0.1.0

23 Oct 10:17
a8544ce

Choose a tag to compare

Changelog

  • a8544ce Reintroduce fixity
  • 77382ad Print config path
  • 9344913 Clean up config structure
  • fa884a7 Enable SQLite db config
  • e1e871a Update bine tools
  • a7ede5a Bump the all-go-modules group with 2 updates
  • b842719 Fix deb/rpm content overrides
  • 181a228 Bump astral-sh/setup-uv in the all-github-actions group
  • 0bc73f8 Increase temporal dev-server deadline
  • 4d8181f Include temporal-cli binaries
  • 805e600 Bump the all-go-modules group across 1 directory with 3 updates
  • 57ca90c Write more testscripts with ssmock
  • c283dbe Remove actions.go
  • 9d4f35b Fix task_queue config
  • 637eeca Introduce ssmock package
  • f8e53e2 Use git source for changelog in GoReleaser
  • 7472ec8 Update releaser config
  • 20eb3f3 Leverage context in workercmd
  • 22bfed2 Use ff to implement migrate command
  • 4fc3d43 Write some config docs
  • 0c9682c Consolidate entry points in root
  • 19f93a2 Bump the all-go-modules group with 3 updates
  • 43484dc Bump the all-github-actions group with 4 updates
  • f6fffcd Fix release workflow issues
  • 28ba759 Fix validate-semver action path
  • 5ebeafb Try golangci-lint action to compare performance
  • 4776db6 Automate release
  • 22c72ad Validate action pinning
  • 862ff6a Add Dependabot config
  • 8f32f66 Enable config of Temporal client
  • 2933395 Allow arbitrary environment variables in config
  • 38c7a30 Support config search and JSON with comments
  • 2c93e07 Include AGENTS.md file
  • 7346a6c Provide config template file
  • 3dbb952 Remove dead code
  • ee1ad2e Add unreachable func detector
  • 7da6021 Improve docs in README.md
  • 443abe7 Avoid panics
  • 9a0464b Avoid use of global logger
  • fa6b8aa Add simple test to storage_service package
  • 51d4959 Add http scheme only if missing
  • 6385140 Centralize storage client
  • 50da4c8 list-filter: ignore empty lines
  • c313d4a Add tests for cmd/list-filter
  • a0c70ad Move packages to internal
  • 53c7e8e Move efs to pkg/database/migrations
  • d1d67b1 Add go-test-race job to CI
  • d26cf04 Add first test
  • 9a7eea6 Remove pause workflow
  • 134c799 Remove unidiomatic exitIfErr helper
  • c1c4dcf Create logger from stderr
  • 33a2059 Avoid logging in SS client
  • 1e2b7ce Move main logic into exec()
  • 318ee40 Avoid unneeded global
  • e48a462 Add comments to actions fns
  • a52fe4c Remove dead code
  • 32e564b Set GOLANGCI_LINT_CACHE in CI
  • d9a8e6f bobgen: use new upsert syntax
  • 15f8555 bobgen: accept int64 in FormatByteSize
  • a0342c2 bobgen: adopt new query signature
  • 20f45c8 bobgen: convert uint64 to int64
  • 63bca17 bobgen: use the new loader API
  • 003ea07 Bump bob from 0.25.0 to 0.41.1
  • 67cda13 Enable golangci-lint job caching
  • e920125 Add pre-commit check to pr.yml workflow
  • 3d56891 Move scripts logic to Makefile
  • c984dab Use modernc.org/sqlite
  • 17c0884 Remove sample report
  • a9811ef Move root main to cmd/list-filter
  • b10b930 Add pull request checks
  • a66a9f6 Use the inherited context
  • 5fa1894 Fix linting issues
  • 915e23c Format the code with golangci-lint
  • 84b750f Add golangci-lint config file
  • b3eccc6 Update module path
  • 89f88b2 Install bine as a go tool
  • 56efe0a Bump go from 1.23.5 to 1.25.1
  • 9b67229 Update README
  • db82676 Add pre-commit configuration
  • e89e2d3 Add LICENSE
  • 0270329 Initial commit