Releases: leonvogt/lunar
Releases · leonvogt/lunar
v0.0.1-beta04
Changelog
- e6142dd Update
.goreleaser.yaml
- rename Homebrew package fromlunar
tolunar-db
v0.0.1-beta03
v0.0.1-beta02
Changelog
- c471ee1 Update
.goreleaser.yaml
- add Homebrew publishing introductions
v0.0.1-beta01
Changelog
- f2ed7a5 Add GitHub test workflow
- d18a795 Add
lunar remove
command - 4b7f4eb Add
lunar replace
command - 744178f Add
lunar.yml
to .gitignore - 9d5e98e Add basic CLI interface with "spf13/cobra"
- 4e61b5d Add basic GitHub workflow for goreleaser
- d1c5045 Add basic
.goreleaser.yaml
config - d017c82 Add basic
lunar init
command - 2f2417c Add basic
lunar list
command - 49986b0 Add basic
lunar restore
command - 778da39 Add basic
lunar snapshot
command - 5ad8ca5 Add basic
main.go
- 489912d Add basic snapshot logic
- 12a23b5 Add basic test setup
- 7719aea Add bun packages
pgdriver
andpgdialect
- cc96552 Add conditional onboarding
- 12b77f0 Add dummy directory to git - to fix GitHub test action
- 9229a9a Add flags
--database-url
anddatabase-name
to commandlunar init
- f604d49 Add new mod
github.com/leonvogt/lunar
- 95b0894 Add package
github.com/uptrace/bun@latest
- 416b734 Add package
gopkg.in/yaml.v2
- 2b6d810 Add restore test
- 90fed50 Always close the no longer needed database connection
- 2d918be Enhance
lunar init
- b6fad7a Extract DB operations into a own file
- eee1b67 Extract Lunar config into a own file
- 3a922ac Initial commit
- efcf76b Plot available databases and store chosen database in a config file
- ee8a338 Refactor - remove duplication
- 10a745d Refactor database connection - always listen to connection URL from the config
- 7c18e4b Replace .sql import with handcrafted import
- d713616 Replace
uptrace/bun
withlib/pq
- e55e34b Run
go mod tidy
- e2da7c4 Run
go mod tidy
- 19c075c Typo
- 21de2ed Update cmd aliases
- 3b7e610 Update flag
database-name
- change shortcut fromn
tod
- bd11b28 Upgrade
gopkg.in/yaml
from v2 to v3