Nikolai Lebedev and Joe Nelson
546b766022
Reduce join size on allColumns for start speed ( #1021 )
2017-11-25 15:11:59 -06:00
Joe Nelson
e48a206075
Use parens for IN operator
...
Paren-free is deprecated
2017-11-04 23:17:39 -05:00
Brian Thorne and Joe Nelson
82d2d781be
Fix typo in api.rst ( #113 )
2017-11-04 00:59:04 -05:00
Timothy and Stephen Diehl
8eb1633dd8
Add warnings for partial functions ( #70 )
2017-10-24 14:27:18 +01:00
steve-chavez
57477749aa
Run tests on both PostgreSQL 9.4 and 9.6 on CircleCI
2017-10-18 17:41:55 -05:00
steve-chavez
188f947437
Maintain backward compatibility on GUC headers feature
...
If pg version >= 9.6 is detected the feature is enabled,
also all of the 9.6 dependent tests are moved to their own spec.
2017-10-18 17:41:55 -05:00
steve-chavez
b9a591aecb
Add ability to map GUC to http response headers
2017-10-18 17:41:55 -05:00
steve-chavez
38de56de4a
Add ability to map raise errorcode/message to http status
2017-10-18 17:41:55 -05:00
Pi3r and Joe Nelson
d9a250d2cb
Remove hjsonpointer ( #1004 )
...
It is a deps of hjsonchema and does not need to be pinned to a specific version.
2017-10-18 13:11:21 -04:00
Pi3r and Joe Nelson
2b5ae34c5a
Update jose to 0.6 ( #997 )
2017-10-15 10:49:25 -04:00
steve-chavez
d1a8c3a6f8
Fix #974 RPC error when function has single OUT param
2017-10-09 10:45:17 -05:00
steve-chavez
7a3f350f1c
Fix bad OpenAPI output when having functions with OUT/INOUT params
2017-10-09 10:45:17 -05:00
steve-chavez
e1cab584a3
Add test for #996 embed bug when table name = column name
2017-10-09 10:45:17 -05:00
Joe Nelson
59ab74b861
Add items to ecosystem
2017-10-08 13:35:35 -05:00
Joe Nelson and GitHub
a3d87edda3
Explain how sql comments appear in the openapi output ( #111 )
2017-10-08 12:38:46 -05:00
Joe Nelson and GitHub
9598e3948d
Show how to use a JWK literal in the config file ( #110 )
2017-10-07 19:59:30 -05:00
Joe Nelson and GitHub
e7ddea0acf
Document long jwt secrets as required ( #109 )
...
* Use long jwt secrets as required
* Fix spelling and adjust custom dictionary
2017-10-07 13:03:30 -05:00
grotsev and Joe Nelson
8f49f731d0
Fix embedded column conflicts table name ( #996 )
2017-10-05 21:03:27 -05:00
Stephen Diehl
2c44add128
Merge branch '4e6-ghc-822rc1'
2017-10-05 13:20:58 +01:00
Stephen Diehl
62393669dc
update the travis file for 8.2.2
2017-10-05 13:20:47 +01:00
Dmitry Bushev
abf2fbc369
Support GHC-8.2.2
...
When compiling with GHC 8.2.2-rc1:
```
src/Error.hs:25:17: error:
Variable ‘r’ used as both a kind and a type
Did you intend to use TypeInType?
|
25 | error :: forall (r :: RuntimeRep) . forall (a :: TYPE r) . HasCallStack => Text -> a
| ^^^^^^^^^^^^^^^^^
```
`TypeInType` should be enabled, see GHC issue 14121
https://ghc.haskell.org/trac/ghc/ticket/14121
2017-10-05 14:29:35 +03:00
Pi3r and Stephen Diehl
72085dec92
Add putErrLn to match putStrLn ( #67 )
...
* Add `putErrLn` to match `putStrLn`
Fix #66
* Add putErr for the most usual inference case
* Rename `putErr` into `putErrText`
In order to allow further specializations in the future if necessary.
2017-10-04 08:53:19 +01:00
Joe Nelson and GitHub
7bf384d0f8
Link to new docker hub repo ( #995 )
2017-10-03 11:04:51 -05:00
Russell Davies and Joe Nelson
922ae0e0c9
Update JWT configuration section for JWK and aud ( #106 )
2017-09-29 00:53:03 -05:00
Eric Bréchemier and Joe Nelson
65c9d549c1
Read secret file as binary, without premature parsing as UTF-8 ( #876 ) ( #988 )
2017-09-28 21:54:50 -05:00
Steve Chávez and Joe Nelson
a6cce691b5
Fix RPC GET filters bugs with not/{plain,phrase}fts operators ( #980 )
2017-09-26 20:07:36 -07:00
Elliot Murphy and Joe Nelson
3ccae4bb8b
Allow configurable audience claim ( #975 )
2017-09-26 07:29:20 -07:00
Steve Chávez and Joe Nelson
4ba27d84a4
Fix some OpenAPI issues ( #970 )
...
* Fix #933 , update externals docs url to current version
* Fix #962 , openApi don't err on nonexistent schema
* Fix #954 , make OpenAPI rpc output dependent on user privileges
2017-09-25 23:09:52 -07:00
Steve Chávez and Joe Nelson
cf19ad0369
Allow GET on RPC ( #946 )
2017-09-17 11:16:46 -05:00
Tony Day and Stephen Diehl
923194c5b2
ghc-8.2 HasField, Type & * ( #65 )
2017-09-15 13:43:41 +01:00
Joe Nelson
edefd3040c
Section about new FTS features
...
Fixes #61
2017-09-09 21:27:36 -05:00
Joe Nelson
a93ddbee5a
Unicode
...
Fixes #62
2017-09-09 20:52:12 -05:00
Joe Nelson
45ddafc2a8
How to determine server version
...
Fixes #63
2017-09-09 20:36:10 -05:00
Joe Nelson
5185a92798
Move config section to install page
...
Document special host binding addresses
Fixes #83
2017-09-09 20:21:46 -05:00
Joe Nelson
0da8cb230f
Proper error code for failed content negotiation
...
Fixes #95
2017-09-09 19:49:42 -05:00
Joe Nelson
e4741d43e4
Note for windows users
2017-09-09 19:30:20 -05:00
Joe Nelson and GitHub
32117ba477
Dockerfile has typo in server proxy uri variable ( #968 )
...
* s/URL/URI/ in dockerfile
* Treat blank proxy uri as missing
2017-09-09 15:58:37 -05:00
Joe Nelson
5fc48057f8
Actually pg 9.5 is needed, not 9.3
2017-09-09 15:41:05 -05:00
Joe Nelson
973e7cb90e
How to use docker
2017-09-09 15:40:49 -05:00
Joe Nelson and GitHub
893b66c969
Merge pull request #964 from steve-chavez/tsquery-options
...
Allow specifying dictionary and plain/phrase in full text search
2017-09-09 10:17:02 -05:00
steve-chavez
6c2f179b48
Remove isnot and notin operators and refactor
2017-09-08 19:56:00 -05:00
steve-chavez
dff4d766a8
Allow dictionary and plain/phrase in fts
2017-09-08 19:56:00 -05:00
steve-chavez
d98a05023d
Change circle build-test job to use PostgreSQL 9.6.2
2017-09-08 19:56:00 -05:00
ilovezfs and Joe Nelson
0d37be9017
Constrain jose to < 0.6 ( #967 )
2017-09-08 13:16:00 -05:00
Steve Chávez and Joe Nelson
b478e5158b
Bump version ( #963 )
v0.4.3.0
2017-09-06 11:05:14 -05:00
Will O'Brien and Joe Nelson
4b1e594270
Add notice about reverting OIDC default ( #99 )
2017-09-05 22:25:43 -05:00
Steve Chávez and Joe Nelson
4901f4327f
Add autorelease for linux distros, osx and windows ( #923 )
2017-09-05 18:37:15 -05:00
daurnimator and Joe Nelson
adb3f5c8c0
Allow passing URI with database to tests ( #942 )
2017-08-23 19:42:05 -05:00
Joe Nelson and GitHub
9b5ce3a8af
Treat blank host config param as missing ( #948 )
...
Docker may pass in an empty string, in which case use the default value
2017-08-23 19:41:45 -05:00
Stephen Diehl
5964f545cf
fix bifunctor import for base 4.8
2017-08-22 19:55:51 +01:00