Aravind Shankar
|
c64a83f073
|
display error message for invalid migration file (fix #1224) (#1238)
|
2019-01-04 15:15:54 +05:30 |
|
Aravind Shankar
|
56dbc59822
|
better error messages for duplicate migration versions (close #1148) (#1157)
|
2018-12-04 10:03:03 +05:30 |
|
Aravind Shankar
|
6d2fd1db0d
|
added support for file information in hasuradb driver (close #1136) (#1143)
|
2018-12-03 16:50:53 +05:30 |
|
Abilash Menon
|
0993740786
|
add reload metadata command to the cli (close #722) (#725)
|
2018-10-16 11:55:30 +05:30 |
|
Daniel P
|
b91704e3ca
|
fix typos is multiple files (#728)
|
2018-10-15 12:29:51 +05:30 |
|
Aravind Shankar
|
396a2ccf8d
|
change hasuradb url format, export some migrate functions (#294)
* fix migrate to use headers in query params
* export executeMigrations and PrintStatus
|
2018-08-22 00:07:47 +05:30 |
|
Aravind Shankar
|
75dbe35a21
|
create down migrations for actions from console (close #164) (#173)
|
2018-07-20 16:01:33 +05:30 |
|
Aravind Shankar
|
80c1994dc2
|
inserts into schema_migration only once per version (fix #127) (#128)
|
2018-07-12 19:54:46 +05:30 |
|
Aravind Shankar
|
6a20784b95
|
move metadata.yml file inside migrations folder, fix #122 (#125)
metadata.yaml will be present inside migrations folder
|
2018-07-12 18:22:25 +05:30 |
|
Aravind Shankar
|
268f0856d0
|
go vet cli code (#110)
|
2018-07-11 17:43:31 +05:30 |
|
Aravind Shankar
|
186340c156
|
fix #96, when access-key is set, cli should use it to contact api (#100)
|
2018-07-11 14:58:53 +05:30 |
|
Aravind Shankar
|
1bff452cb4
|
handle server endpoints that contains a url path (#64)
|
2018-07-09 19:17:38 +05:30 |
|
Aravind Shankar
|
1998e211af
|
cli: update tests (#47)
* remove docker from migrate cmd test
* export migration status
* [cli] add fake writer for spinner
* Update console.go
* Update migrate_test.go
|
2018-07-06 10:36:27 +05:30 |
|
Aravind Shankar
|
260d565e6e
|
cli: tests for metadata commands (#18)
* [cli] added urlPrefix, consoleMode
* [cli] fix: down=all should throw error if down migration is missing
* [cli] added tests for metadata
|
2018-06-29 15:32:33 +05:30 |
|
Aravind Shankar
|
59dd23cd17
|
[migrate status] fix: no migration files message when there are no migration files (#1)
```
$ hasura migrate status
VERSION SOURCE STATUS DATABASE STATUS
```
|
2018-06-28 14:08:47 +05:30 |
|
Aravind Shankar
|
048c067fa1
|
[cli] add tests for migrate commands (#9)
|
2018-06-28 14:06:57 +05:30 |
|
Shahidh K Muhammed
|
6d0d75fbe3
|
[cli] add comments (#4)
Especially for godoc
|
2018-06-28 14:06:25 +05:30 |
|
Shahidh
|
8e41d75aa3
|
refactor most of the code
|
2018-06-26 21:39:32 +05:30 |
|
Shahidh
|
f7409ef2eb
|
add hasura cli package
|
2018-06-24 19:10:48 +05:30 |
|