Commit Graph

67 Commits

Author SHA1 Message Date
Dmitriy Pleshevskiy 22744ab229 chore: remove appendix from apache license 2021-02-22 11:49:47 +03:00
Dmitriy Pleshevskiy 08f260d06a fix: typo in license files 2021-02-22 11:47:56 +03:00
Dmitriy Pleshevskiy e3c3879376 chore: add tests for upgrade command 2021-02-22 00:34:13 +03:00
Dmitriy Pleshevskiy afb1c8a4e3 chore: add test for make command 2021-02-21 23:57:13 +03:00
Dmitriy Pleshevskiy 6b352c31a2 chore: print to stdout in make command
... about successfully created directory with structure for
migration
2021-02-21 23:35:59 +03:00
Dmitriy Pleshevskiy 1d8297cec2 chore: add licences to repo 2021-02-21 23:33:27 +03:00
Dmitriy Pleshevskiy c7338c9206 chore: add information about supported databases
...to readme
2021-02-21 23:19:57 +03:00
Dmitriy Pleshevskiy eda1a05d70 chore: change structure of integration tests 2021-02-21 18:51:10 +03:00
Dmitriy Pleshevskiy e60ed07137 chore: add code of conduct 2021-02-21 18:43:27 +03:00
Dmitriy Pleshevskiy fb86640cbb chore: add badges to readme 2021-02-21 18:22:00 +03:00
Dmitriy Pleshevskiy 7d631b1d24 fix: future clippy warnings 2021-02-21 17:53:43 +03:00
Dmitriy Pleshevskiy 4ed8861279 ci: configure github actions 2021-02-21 17:43:03 +03:00
Dmitriy Pleshevskiy 7a6f39d195 chore: add format on save 2021-02-20 23:13:21 +03:00
Dmitriy Pleshevskiy 5dc240c851 style: format tests 2021-02-20 23:13:08 +03:00
Dmitriy Pleshevskiy 51f631d900 chore: add tests for init command 2021-02-20 23:07:40 +03:00
Dmitriy Pleshevskiy e32a93442f chore: add integration tests for list command 2021-02-20 22:33:14 +03:00
Dmitriy Pleshevskiy a5b3d33bef chore: split tests for...
merge query with params function
2021-02-20 22:31:59 +03:00
Dmitriy Pleshevskiy a4d8218307 fix: applied migration names from query response 2021-02-19 22:37:27 +03:00
Dmitriy Pleshevskiy 7bd4f3d1f9 fix: merge query with params 2021-02-19 22:20:48 +03:00
Dmitriy Pleshevskiy a7ab5572df refac: add database connection manager
feat: add supported client to manifest
2021-02-18 12:29:13 +03:00
Dmitriy Pleshevskiy d4106c50e6 refac: move postgres initialization to separate dir 2021-02-16 18:11:39 +03:00
Dmitriy Pleshevskiy 9679519380 refac: remove unused vars 2021-02-15 23:23:35 +03:00
Dmitriy Pleshevskiy 92c07f4181 refac: remove stmt constants from manager trait 2021-02-15 23:22:13 +03:00
Dmitriy Pleshevskiy 33f392e18e refac: add additional trait for migration names 2021-02-15 13:47:45 +03:00
Dmitriy Pleshevskiy 109c9ce52f refac: add migration manager 2021-02-15 13:06:09 +03:00
Dmitriy Pleshevskiy 1b16aff6e5 refac: rename database connection to postgres 2021-02-14 12:10:12 +03:00
Dmitriy Pleshevskiy 481760ee6e refac: add trait for upgrade and downgrade 2021-02-14 00:03:37 +03:00
Dmitriy Pleshevskiy 429b33f8d7 fix: key in sample and test manifests 2021-02-13 23:47:41 +03:00
Dmitriy Pleshevskiy 1d8993d1f0 refac: rename method
... to open database connection
2021-02-13 23:46:21 +03:00
Dmitriy Pleshevskiy 8f834264d8 refac: add struct for db connection 2021-02-13 23:44:41 +03:00
Dmitriy Pleshevskiy 40c0a43dab refac: move commands to separate folder 2021-02-13 00:39:39 +03:00
Dmitriy Pleshevskiy 20a520b662 feat: tests for list command 2021-02-12 01:25:55 +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 f588912175 style: rename table name in function name 2021-02-08 23:39:22 +03:00
Dmitriy Pleshevskiy 80c9b6988b chore(cli): bump version 2021-02-08 07:42:39 +03:00
Dmitriy Pleshevskiy e8ac947f3e chore: add simple readme 2021-02-08 07:41:52 +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 1b8c2a4273 chore: update cargo manifest 2021-02-06 01:52:57 +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