Abhinav Srivastava
c776cd84a6
update multiple files ( #943 )
2018-11-08 12:02:57 +05:30
czakarian
e756061439
update typo in console readme ( close #944 ) ( #945 )
2018-11-04 08:05:21 +05:30
Rakesh Emmadi
999580481c
allow specifying a list of columns that can be inserted ( close #250 ) ( #917 )
2018-11-02 20:38:38 +05:30
surendran82
a32d94f841
update logo in console ( #934 )
2018-10-31 17:23:38 +05:30
Rishichandra Wawhal
4890434477
fix broken redirect from table/edit to table/browse ( close #905 ) ( #935 )
2018-10-30 16:24:51 +05:30
Karthik Venkateswaran
b84a03fc38
fix issue with pending event trigger logs when opened ( #926 )
2018-10-29 23:42:22 +05:30
Karthik Venkateswaran
a1febadf47
remove tries filter from where clause for pending events ( #921 )
2018-10-29 20:27:51 +05:30
Karthik Venkateswaran
c3f4c35141
handle non-public schema cases for manual relationship creation ( close #911 ) ( #912 )
2018-10-29 17:50:17 +05:30
Karthik Venkateswaran
4e08be15d6
handle table/schema names in relationship suggestions properly ( close #876 ) ( #879 )
2018-10-27 15:40:11 +05:30
Karthik Venkateswaran
92182e9af3
update advanced settings in create trigger page ( close #654 ) ( #868 )
2018-10-27 09:52:23 +05:30
Aravind Shankar
add2d40517
added support for composite relationship suggestions ( close #284 ) ( #808 )
2018-10-27 09:08:17 +05:30
Karthikeya Viswanath
224042a28b
set event trigger headers from console (close 523) ( #812 )
2018-10-27 09:03:54 +05:30
Tirumarai Selvan
baf7c493bc
respect retry-after header on event trigger response ( #525 )
2018-10-26 21:58:03 +05:30
Vamshi Surabhi
8b0082eac1
clean up user variables parsing logic and fix explain api ( #869 )
2018-10-26 21:27:22 +05:30
Rakesh Emmadi
fb842fde6f
optional 'set' field in insert permissions, closes #216 ( #622 )
2018-10-26 20:28:20 +05:30
Rakesh Emmadi
a8cee16ab5
support aggregations ( closes #786 ) ( #787 )
...
* support for count and aggregations on columns, close #786
* support explain query for aggregations
* '<arr-rel>_agg' in '<table>' type, fix order by for aggregations
* add 'allow_aggregations' key in select permissions
* Add checkbox to toggle count and aggregations on columns on select permission
* align aggregation checkbox with columns div
* improve readability of the generated sql
* alias is needed at the top level aggregation
* throw internal errors for unexpected fields
* rename SelFld to more readable TableAggFld
* rename agg to aggregate
2018-10-26 14:32:43 +05:30
Aravind Shankar
e437604f57
quote schema identifier separately ( close #837 ) ( #838 )
2018-10-26 08:23:14 +05:30
Karthik Venkateswaran
748b6c91c9
increase width of schema text section ( fix #820 ) ( #822 )
2018-10-20 14:49:07 +05:30
Karthik Venkateswaran
0e56c98959
add syntax highlighting for sql in query analysis ( #819 )
...
* Send headers as part of request headers too
* Disable helper functions from linting
* Update hasura-console-graphiql to filter mutations from analyze list
* Update hasura-console-graphiql to 0.0.6
2018-10-19 14:47:41 +05:30
Karthik Venkateswaran
bcb3dadf27
send headers as part of request headers too for explain query ( #816 )
2018-10-19 10:50:43 +05:30
Vamshi Surabhi
ac537330d0
explain a graphql query, similar to explain of an sql statement ( close #562 ) ( #805 )
2018-10-19 07:45:28 +05:30
Aravind Shankar
9818819151
track multiple instances of table/view in run sql ( close #784 ) ( #785 )
2018-10-17 10:56:35 +05:30
Aravind Shankar
bdcb282c32
don't check for run sql migration name in server mode ( fix #778 ) ( #780 )
2018-10-16 17:18:42 +05:30
Shrey
421606f124
add name field for migrations created via run_sql ( close #541 ) ( #750 )
2018-10-15 18:09:27 +05:30
Burak Özdemir
feb8968879
fix e.g. and i.e. typos ( #732 )
2018-10-15 14:17:21 +05:30
Aravind Shankar
6591095ba1
fix track table error when table name is immediately followed by '(' ( close #717 ) #718
2018-10-15 11:42:08 +05:30
Rakesh Emmadi
49dd7bf98b
allow mutations on views only if they are allowed by postgres ( fix #232 ) ( #339 )
2018-10-12 17:36:12 +05:30
Léo Pradel
7d1361ceb7
fix broken link on console readme ( #697 )
2018-10-11 09:13:26 +05:30
Rikin Kachhia
27302fae68
console: add support for _is_null operator in permissions ( #700 )
2018-10-11 09:11:08 +05:30
Aravind Shankar
813795d094
fix to append uriPrefix on schema change event ( close #691 ) ( #692 )
2018-10-10 15:16:19 +05:30
Karthikeya Viswanath
882719f7e7
add reset metadata button to settings page ( close #515 ) ( #673 )
2018-10-10 13:05:18 +05:30
Aravind Shankar
40c391df09
track table in run_sql handles schema name and table name separately ( close #484 ) ( #685 )
2018-10-10 10:34:19 +05:30
Aravind Shankar
a68bb61250
improve version check for server dependent features ( close #388 ) ( #676 )
2018-10-09 16:33:48 +05:30
Zac Braddy
4f2fd73f2c
insert row inputs respect null and default values ( fix #545 ) ( #589 )
2018-10-09 15:50:29 +05:30
Rishichandra Wawhal
137ab673ef
remove an unnecessary test from console ( #681 )
2018-10-09 14:55:03 +05:30
Peter McAree
936d4c7b85
metadata button appears for custom versions (fixe #618 ) ( #662 )
2018-10-09 14:05:44 +05:30
Arash Khazaei
dbdd79a987
fix alert in cli mode without accesskey ( close #536 ) ( #588 )
2018-10-09 11:55:10 +05:30
Karthikeya Viswanath
64286f69ed
add clear access key button ( close #486 ) ( #675 )
2018-10-08 19:50:33 +05:30
Akshit Bhalla
fc68477b63
add phantom div for update check banner ( fix #271 ) ( #665 )
2018-10-08 19:49:20 +05:30
Shrey
69b57625a0
add keybinding to submit sql query ( close #542 )
2018-10-08 19:38:22 +05:30
Sunita Sen
3d9cad7708
fixe typo in console readme ( #658 )
2018-10-05 23:39:56 +05:30
Kevin Raynel
5abd18a156
enable redux-dev-tools if present in dev mode ( closes #606 ) ( #607 )
2018-10-05 19:14:03 +05:30
Varun Dey
b439d15725
fix typo in cypress readme ( #651 )
2018-10-05 15:25:49 +05:30
Karthik Venkateswaran
80a5f00ae4
fix failing tests on console ( #650 )
2018-10-05 15:10:00 +05:30
Gaurav Sachdeva
d02361ce14
fix typos, punctuation, etc in docs ( #635 )
2018-10-04 19:55:46 +05:30
Karthik Venkateswaran
b07d04a4a4
configuration list is alphabetical, add note in sql tab for down migrations ( close #616 ) ( close #617 )
2018-10-04 15:12:01 +05:30
Praveen Durairaj
509c8b89ed
logo and favicon update on console ( #627 )
2018-10-03 18:49:56 +05:30
Karthikeya Viswanath
f34338f792
add tooltip for upsert option under custom permissions ( #546 ) ( #566 )
2018-10-02 12:17:28 +05:30
Kevin Raynel
05dea9f888
fix typo in proptypes validation ( fixes #604 ) ( #605 )
2018-10-02 11:44:13 +05:30
Akash Agrawal
ffa0938a86
ask for confirmation before deleting event triggers ( close #599 )
2018-10-02 11:02:54 +05:30