Commit Graph

30 Commits

Author SHA1 Message Date
Dmitriy Pleshevskiy 18bf265510 feat: add mysql database supporting 2021-03-26 02:10:41 +03:00
Dmitriy Pleshevskiy 9e5c2192d4 feat: add dotenv to load migra config 2021-02-26 01:21:29 +03:00
Dmitriy Pleshevskiy bd57c75dfc feat: add config to upgrade command
... which adds the possibility to pass a specific migration
name to be updated
2021-02-25 00:47:16 +03:00
Dmitriy Pleshevskiy fef34be5ac feat: add number to downgrade command config 2021-02-25 00:03:54 +03:00
Dmitriy Pleshevskiy eb0775e35d refac: restructure database 2021-02-23 18:44:37 +03:00
Dmitriy Pleshevskiy d1d09ac912 feat: add command to gen shell completions 2021-02-23 18:16:26 +03:00
Dmitriy Pleshevskiy f4ad03cee0 refac: use join instead path builder 2021-02-22 23:13:50 +03:00
Dmitriy Pleshevskiy fb86640cbb chore: add badges to readme 2021-02-21 18:22:00 +03:00
Dmitriy Pleshevskiy d4106c50e6 refac: move postgres initialization to separate dir 2021-02-16 18:11:39 +03:00
Dmitriy Pleshevskiy 40c0a43dab refac: move commands to separate folder 2021-02-13 00:39:39 +03:00
Dmitriy Pleshevskiy ba73786a38 feat(cli): add error struct 2021-02-12 01:25:28 +03:00
Dmitriy Pleshevskiy db631fddd2 refac(cli): move migration struct to another file 2021-02-08 23:42:13 +03:00
Dmitriy Pleshevskiy edb234d44f feat: add support for custom path
... for config file initialization
2021-02-08 07:28:35 +03:00
Dmitriy Pleshevskiy 032e1b7287 feat: read database url from env variable
Now we can use migra cli without config initialization
2021-02-08 07:01:38 +03:00
Dmitriy Pleshevskiy fc68f9b6ae refac: revert applied migrations for list
... command and visually separated applied and pending migrations
2021-02-06 01:39:17 +03:00
Dmitriy Pleshevskiy 64381eb710 feat(cli): implement downgrade migration command 2021-02-06 01:37:30 +03:00
Dmitriy Pleshevskiy b5c2533bc6 feat(cli): add migrations table
feat(cli): implement upgrade database subcommand
feat(cli): add available migrations to list subcommand
2021-02-06 01:22:00 +03:00
Dmitriy Pleshevskiy 4a9ece8c02 chore(cli): move migrations to separate dir 2021-02-05 01:46:18 +03:00
Dmitriy Pleshevskiy e8cce2fca5 chore: merge cli with core 2021-02-05 01:37:25 +03:00
Dmitriy Pleshevskiy 5833e8802c refac: rename variables in make migration command 2021-02-03 10:19:37 +03:00
Dmitriy Pleshevskiy 9d3d44dfa1 feat(cli): implement make migration command
chore(deps): add chrono crate
2021-02-03 01:07:26 +03:00
Dmitriy Pleshevskiy 9fb8add4b8 feat(cli): implement list command
... that returns list of directory with migration
2021-02-02 23:50:45 +03:00
Dmitriy Pleshevskiy 38a18180eb chore(cli): add unimplemented commands 2021-02-02 00:55:41 +03:00
Dmitriy Pleshevskiy d175bfa8f0 feat(cli): add config path option 2021-02-02 00:53:33 +03:00
Dmitriy Pleshevskiy 942edd0f8b feat(cli): add recursive migra config search
... in parent directories
2021-02-01 23:51:25 +03:00
Dmitriy Pleshevskiy 4803357a6b refac(cli): implement path builder...
... instead mutated path buf
2021-01-31 14:54:54 +03:00
Dmitriy Pleshevskiy 7fa65c8197 feat(cli): add apply command
This command provide a possibility to run sql file by name
in root migra directory
2021-01-31 13:41:15 +03:00
Dmitriy Pleshevskiy ac27bfc4dd feat(cli): add toml config
- [x] init migra.toml with serialized default config
	parameters
- [x] read and desirealize config from migra.toml
2021-01-31 03:23:47 +03:00
Dmitriy Pleshevskiy 2811b8b293 refac(cli): move opts to separate file 2021-01-31 02:54:27 +03:00
Dmitriy Pleshevskiy a9b3351d82 feat(cli): add structopt 2021-01-31 02:40:20 +03:00