Aswin M Prabhu
7feb82ed98
add test for subscriptions, improve coverage ( fix #191 )
2018-07-25 12:14:27 +05:30
Aswin M Prabhu
a127b5ae59
show access key as password on the console ( fix #98 ) ( #203 )
2018-07-24 17:29:53 +05:30
Rishichandra Wawhal
9b61964b71
retry websocket connection on failure ( fix #198 ) ( #200 )
2018-07-24 15:22:47 +05:30
Rakesh Emmadi
ad31f02b51
add ca certificates to packager ( fix #195 ) ( #197 )
2018-07-24 13:17:09 +05:30
Aravind Shankar
aef56ba196
configure git while updating manifests repo ( #190 )
2018-07-24 09:35:32 +05:30
Cosmin Radoi
453f7d8b7f
refactor: convert function expression to arrow function ( #181 )
...
Just a few cases of converting a traditional function to ES6 arrow functions. Pure refactoring.
2018-07-23 11:59:56 +05:30
Shahidh K Muhammed
9081a27259
open secure websockets if console and endpoint are both on https (fix 182) ( #183 )
2018-07-21 05:18:57 +05:30
Shahidh
0b15987db9
ciignore: always pass checks for tags
2018-07-21 01:38:16 +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
Rakesh Emmadi
27e2d647bb
add _inc and jsonb operators to update_mutation ( close #159 ) ( #169 )
2018-07-20 16:21:20 +05:30
Aravind Shankar
75dbe35a21
create down migrations for actions from console ( close #164 ) ( #173 )
2018-07-20 16:01:33 +05:30
Anon Ray
07ac9fe345
add more tests ( #170 )
2018-07-20 13:49:06 +05:30
Vamshi Surabhi
e3f960da96
initial support for livequeries ( #176 )
...
fix #59
2018-07-20 12:52:46 +05:30
ASWIN M PRABHU
8d83cbedd3
fix error when altering schema in raw_sql ( fix #171 ) ( #172 )
2018-07-19 16:51:35 +05:30
Praveen Durairaj
81da2f7d1a
add cascade option for raw sql ( close #161 ) ( #168 )
2018-07-19 16:38:32 +05:30
Rishichandra Wawhal
7ea67f207c
add uuid column type in console ( close #142 ) ( #160 )
2018-07-18 18:16:04 +05:30
Shahidh K Muhammed
8aa481c639
deploy script enhancements ( close #112 ) ( #155 )
...
[skip ci]
2018-07-18 17:57:09 +05:30
Arpit Kushwaha
126fd754ed
update discord link on readme ( #163 )
...
[skip ci]
2018-07-18 17:42:41 +05:30
Shahidh K Muhammed
7a42e7a7fa
ciignore: always build master branch ( #162 )
...
* always pass build worthiness check for master
[skip ci]
2018-07-18 17:13:37 +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
msrahman07
78c1bd9c94
metadiscourse marker not needed ( #157 )
...
However, if you have encountered a bug --> "If you have encountered a bug"
2018-07-18 11:52:42 +05:30
Shahidh K Muhammed
3cb62622b2
update ciignore to take circleci compare url ( #158 )
2018-07-18 11:16:52 +05:30
Shahidh K Muhammed
92935bed40
add ciignore ( #153 )
...
Builds with changes only to files mentioned in `.ciignore` will fail on circleci at the `check_build_worthiness` step.
2018-07-18 11:00:52 +05:30
Aravind Shankar
5985bf8e9e
deploy script enhancements ( #124 )
2018-07-17 22:30:26 +05:30
Vamshi Surabhi
679310b008
accomodate for the precedence of IS before 9.5, closes #150
2018-07-17 22:26:47 +05:30
Rakesh Emmadi
5efa366b49
add 'on_conflict' argument to insert mutation ( closes #105 )
...
* add 'on_conflict' condition to allow upsert mutation, closes #105
* check for empty unique or primary key constraints
* add 'on_conflict' condition test cases and introspection test case
* update 'conflict_action' enum values' description
2018-07-17 18:53:23 +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
Earl St Sauver
6d68a819e0
update path in server contributing guide ( #136 )
...
update path in server contributing guide
2018-07-16 19:27:13 +05:30
dsandip
cd0fa79147
clarify commercial license ( #137 )
2018-07-16 18:47:58 +05:30
Shahidh K Muhammed
681471f0c9
add website link
2018-07-16 18:25:05 +05:30
Shahidh K Muhammed
cf88a9c3a8
readme updates ( #135 )
2018-07-16 16:22:27 +05:30
ASWIN M PRABHU
c16e3ca949
improve tests for relationships ( close #130 ) ( #131 )
2018-07-16 15:30:40 +05:30
Vamshi Surabhi
8afa6b6fa0
Merge pull request #129 from rakeshkky/issue-106
...
add _is_null operator (closes #106 )
2018-07-13 15:07:11 +05:30
Aravind Shankar
80c1994dc2
inserts into schema_migration only once per version ( fix #127 ) ( #128 )
2018-07-12 19:54:46 +05:30
rakeshkky
a094394f38
server: add _is_null operator, closes #106
2018-07-12 19:33:02 +05:30
shahidhk
1b2217517d
update badges
2018-07-12 19:10:15 +05:30
shahidhk
b890b0fd5e
edit badges and remove a word
2018-07-12 19:01:46 +05:30
dsandip
ecce5c22db
update README community section ( #126 )
2018-07-12 18:22:57 +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
dsandip
c8f8d98ff3
add images to assets, update readme ( #118 )
2018-07-12 01:14:08 +05:30
Rishichandra Wawhal
87359fb9fc
show indicative comments on graphiql if no tables are present ( #120 )
2018-07-12 00:54:14 +05:30
Rikin Kachhia
45cd97f9b8
fix and/or expressions in permissions builder ( #119 )
2018-07-12 00:51:26 +05:30
Praveen Durairaj
32750d65fb
fix secure endpoint link, update contributing guide ( #117 )
2018-07-11 20:07:23 +05:30
dsandip
0c03134e78
update readme content ( #114 )
2018-07-11 19:12:49 +05:30
Aravind Shankar
268f0856d0
go vet cli code ( #110 )
2018-07-11 17:43:31 +05:30
Shahidh K Muhammed
58db3b7ba9
update readme and code of conduct ( #108 )
2018-07-11 17:37:49 +05:30
Rishichandra Wawhal
3a085da736
testing console tests in the ci ( #83 )
...
* testing console tests in the ci
* console: making cypress wait for the server to start
* console: fixing failing tests
* console: update failing test
* console: cleaned up modify tests
* console: fixed a failing test for api-explorer
2018-07-11 17:32:29 +05:30
Praveen Durairaj
3f9859b8dd
fix schema dropdown ui, redirect with urlPrefix, fix #97 ( #107 )
...
Also fixes the graphiql rendering where on header change, requests were being made.
2018-07-11 17:18:14 +05:30