Aravind Shankar
8043ddeebf
accept a json or yaml file for metadata apply command ( close #1698 ) ( #1746 )
2019-03-20 10:40:06 +05:30
Aravind Shankar
040bef2fd5
add options to create migration from files from sql and server ( close #1699 ) ( #1761 )
2019-03-18 22:10:04 +05:30
nizar-m
f83a8e591f
rename access-key to admin-secret ( close #1347 ) ( #1540 )
...
Rename the admin secret key header used to access GraphQL engine from X-Hasura-Access-Key to X-Hasura-Admin-Secret.
Server CLI and console all support the older flag but marks it as deprecated.
2019-02-14 15:07:47 +05:30
Aravind Shankar
d489f2d90f
added a cli flag to skip update checks ( close #1586 ) ( #1600 )
...
adds a global flag `--skip-update-check`
2019-02-14 11:46:36 +05:30
Shahidh K Muhammed
55cc5fb044
cli: add new install script, commands ( #1556 )
2019-02-05 18:21:21 +05:30
Aravind Shankar
20be2e5ab1
add update-cli command to cli ( close #1239 ) ( #1251 )
2019-02-04 16:21:29 +05:30
Daniel Compton
a5c9347d75
update help text for console command ( close #1507 ) ( #1508 )
2019-01-29 21:32:49 +05:30
Shahidh K Muhammed
0bb233e825
infer topic based on version set in telemetry struct ( #1511 )
2019-01-29 10:37:22 +05:30
Shahidh K Muhammed
11e7c3f9d6
add anonymous telemetry ( #1401 )
2019-01-28 19:25:28 +05:30
Rakesh Emmadi
0bf2457e23
allow exposing postgres functions through GraphQL interface ( close #333 ) ( #1073 )
2019-01-25 09:01:54 +05:30
Shahidh K Muhammed
ace701a24a
update cli contributing guide ( #1412 )
2019-01-22 12:10:59 +05:30
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
Anon Ray
512ee6fb9f
adds basic support for remote schemas/schema stitching ( #952 )
2018-11-23 18:32:46 +05:30
Abhinav Srivastava
c776cd84a6
update multiple files ( #943 )
2018-11-08 12:02:57 +05:30
Shahidh K Muhammed
eb926f572a
remove docs from cli folder ( #918 )
2018-10-30 10:38:38 +05:30
Taru
2127ae878b
fix a typo in metadata command ( #788 )
2018-10-20 08:53:20 +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
Sunita Sen
a8abc40ece
fix typo in cli readme ( #698 )
2018-10-11 12:49:10 +05:30
Aravind
de2ceea132
update help for metadata export command ( #661 )
2018-10-08 12:54:43 +05:30
Gaurav Sachdeva
d02361ce14
fix typos, punctuation, etc in docs ( #635 )
2018-10-04 19:55:46 +05:30
Shahidh K Muhammed
ac004fec38
validate the directory before executing migrate create ( fix #585 ) ( #586 )
2018-10-01 15:42:12 +05:30
Shahidh K Muhammed
848dfce4a5
update cli docs ( #561 )
2018-09-28 12:57:10 +05:30
Shahidh K Muhammed
330f90de40
add project flag, change persistentprerun to prerun ( close #552 ) ( #557 )
...
### Description
Adds `--project` flag to the CLI and changes all `PersistentPreRuns` to `PreRuns`
What component does this PR affect?
- [ ] Server
- [ ] Console
- [x] CLI
- [ ] Docs
- [ ] Community Content
- [ ] Build System
### Related Issue
#552
2018-09-27 19:27:17 +05:30
Maxim Makarov
0fc4ebf09a
fix typos in metadata command ( #493 )
2018-09-20 07:00:37 +05:30
Shahidh K Muhammed
5929ec5be3
add installation manifests ( #432 )
2018-09-13 15:03:13 +05:30
Aravind Shankar
9c7c650d2b
migration apply should not fail if there are no migrations ( close #389 ) ( #390 )
2018-09-10 18:51:30 +05:30
Tirumarai Selvan
82e09efce6
add event triggers ( #329 )
2018-09-05 16:56:46 +05:30
Aravind Shankar
ea9b187e7c
update tests to use access key ( close #113 ) ( #296 )
...
Closes #113
2018-08-30 21:24:12 +05:30
Shahidh K Muhammed
fc9104f0c9
compare only major and minor versions for cli-server ( fix #331 ) ( #332 )
2018-08-30 16:14:07 +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
Shahidh K Muhammed
0ed3ff6418
remove manifests directory from init ( close #254 ) ( #258 )
2018-08-06 17:03:17 +05:30
Shahidh
80db149cbd
fix typo in godoc link
2018-07-21 00:37:40 +05:30
Shahidh
7980012e1d
update md files
2018-07-21 00:35:51 +05:30
Shahidh K Muhammed
dec39a10ba
create statically linked binaries for cli ( close #175 ) ( #179 )
...
[skip ci]
2018-07-20 16:30:25 +05:30
Aravind Shankar
75dbe35a21
create down migrations for actions from console ( close #164 ) ( #173 )
2018-07-20 16:01:33 +05:30
Shahidh K Muhammed
9c848e2b94
add option to serve console assets from a local directory ( #145 )
...
* add option to serve console assets from a local directory
* remove /console prefix
* update gin context only if static dir is present
2018-07-18 16:22:07 +05:30
Aravind Shankar
5985bf8e9e
deploy script enhancements ( #124 )
2018-07-17 22:30:26 +05:30
Shahidh K Muhammed
24c13c04d4
readme updates ( #149 )
...
* Update README.md
fix discord link.
* update cli readme and contributing guide
2018-07-17 18:32: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
5b02dee7d2
close #44 , replace goyaml with ghodss/yaml ( #101 )
2018-07-11 14:54:13 +05:30
Aravind Shankar
5e14c293f2
close #102 , unexport ParsedEndpoint in config ( #103 )
2018-07-11 14:52:36 +05:30
Shahidh K Muhammed
83ab85fb04
update readme and contributing guides ( #90 )
2018-07-11 10:27:03 +05:30
Shahidh K Muhammed
50165fc1ed
circleci integration ( #74 )
2018-07-10 10:01:02 +00:00
Aravind Shankar
1bff452cb4
handle server endpoints that contains a url path ( #64 )
2018-07-09 19:17:38 +05:30