Wolfgang Walther and GitHub
a80eb2ff0e
Add docker-compose file to run tests ( #1463 )
2020-03-24 09:50:06 -05:00
Duncan Ogilvie and GitHub
e23b7afa3c
Fix the 'Roles for Each Web User' example ( #313 )
...
Add missing `ALTER TABLE ... ENABLE ROW LEVEL SECURITY;`
2020-03-23 11:48:09 -05:00
Duncan Ogilvie and GitHub
fe59f9bedf
Improve command line help ( #1465 )
...
Make jwt-secret explicit about 32 characters minimum.
2020-03-21 18:44:08 -05:00
sdiehl
7e081500f3
Supports lts 15.x
2020-03-21 13:20:57 +00:00
Patrik Keller and GitHub
334dda611c
Tutorial: Providing images for <img> ( #307 )
2020-03-17 12:59:40 -05:00
Steve Chavez and GitHub
0f8838623b
Fix empty headers being added on POST/PATCH/DELETE ( #1458 )
2020-03-13 11:02:38 -05:00
yang and GitHub
a343536539
Add type basic_auth.jwt_token. ( #308 )
...
Or the function login will show error.
2020-03-12 12:58:07 -05:00
Steve Chavez and GitHub
0d3dc8509c
Add sompani to production list ( #306 )
2020-03-12 10:39:15 -05:00
Robert and GitHub
5b5945e427
Update configurator-pg to 0.2.0 (better error messages) ( #1457 )
...
* Don't indent first line of configuration parser error messages
configurator-pg returns multi-line errors now. Alternatively,
we could indent all the lines.
2020-03-12 10:04:44 -05:00
Robert Vollmert and Steve Chavez
dea57bd1be
Raise lower bound for configurator-pg.
...
Building on GHC 8.8.3 requires the MonadFail instance that 0.1.0.6
provides.
2020-03-09 13:06:27 -05:00
Robert Vollmert and Steve Chavez
3e81a38438
Relax upper bounds for GHC 8.8.3 / stackage lts-15.3.
...
Specifically, allow base 4.13 which ships with GHC 8.8, as well
as several dependency updates including hasql-transaction 1.0,
swagger 2.5 and warp 3.3.
2020-03-09 13:06:27 -05:00
Robert Vollmert and Steve Chavez
dfdf3d30b3
Fix test typo.
2020-03-07 13:04:17 -05:00
Robert Vollmert and Steve Chavez
60b64d3e81
Upgrade hspec-wai dependency to 0.10.
2020-03-07 13:04:17 -05:00
Robert Vollmert and Steve Chavez
962fba4d16
Update stack.yaml.lock for HSYaml extra-deps.
2020-03-07 13:04:17 -05:00
steve-chavez
de218e900b
Fix for sylish-haskell
2020-02-21 13:30:30 -05:00
H20-17 and GitHub
66e0e88539
Clarify function privileges section ( #303 )
...
* Add best_practices.rst file
* Move function privileges to best_practices.rst
2020-02-18 17:04:17 -05:00
steve-chavez
53f35f638c
Add on_conflict query parameter
2020-02-15 13:56:38 -05:00
steve-chavez
f34a480a99
Add misc header improvements to upcoming
2020-02-15 13:56:38 -05:00
steve-chavez
1d54b8b07d
Add fixes to upcoming
2020-02-15 13:56:38 -05:00
steve-chavez
2aae1a3894
Add unix socket changes
2020-02-15 13:56:38 -05:00
steve-chavez
87528412c0
Add overriding provided headers note
2020-02-15 13:56:38 -05:00
steve-chavez
5fd86e682b
Add setting headers via pre-request
2020-02-15 13:56:38 -05:00
steve-chavez
1f40492d64
Add request path/method GUC
2020-02-15 13:56:38 -05:00
steve-chavez
0ed1d31c72
Add embedding disambiguation in upcoming
2020-02-15 13:56:38 -05:00
steve-chavez
c4005ad8f2
Change server-proxy-uri 2 openapi-server-proxy-uri
2020-02-15 13:56:38 -05:00
steve-chavez
878752faee
Correct join table paragraph
2020-02-08 14:52:28 -05:00
Wouter Scherphof and Steve Chavez
f6c67ffdc1
correction url embedded resources through join tables
2020-02-08 14:40:15 -05:00
Copple and steve-chavez
95fccbb00f
Add supabase/postgrest-js client library
2020-02-03 12:44:40 -05:00
steve-chavez
b75e7cef90
Change server-proxy-uri 2 openapi-server-proxy-uri
...
The server-proxy-uri config option mislead into thinking it was a
web server global setting when it's only related to OpenAPI.
2020-02-02 15:23:32 -05:00
Stephen Diehl and GitHub
2666f1e830
0.3 Release ( #115 )
...
* Add total ConvertText alternative to Conv
* Explain ConvertText's meaning
* Rename convertText to toS for compatibility
* 0.3.0 Refactor (#111 )
* Begin work on 0.3 refactor
* Remove old docs folder
* Fix dodgy exports
* 4.8 constraint for null and length
* Guards for Semigroup export for base<4.9
* Fix Data.Bits exports
* Guards for typeable exports
* Remove unused pragmas
* Update hlint.yaml
* Use liftM because of pre-AMP quirkk
* Data.Char exports
* Rework Exception exports
* Fix bounds
* Adding Monad.Fail shim
* Fix displayException export
* Explicit GHC.Prim import for ancient ghc
* Explicit raise# for base-4.7
* Flush legacy testing infrastructure
* Update git location
* Update README
* Add Partial module
* Add concurrency exports
* Explicit GHC.Float exports
* Bounds for threadWaitReadSTM, threadWaitWriteSTM, forkOSWithUnmask
* Fix for weird undocumented underflowError weirdness
* forkOSWithUnask for base>4.8
* Fix GHC.Real exports pre base-4.7
* Fix withMVarMasked for base-4.7
* Update nix derivation
* Update derivation
* Update derivation
* Explicit functor exports
* <$ export
* Overwrite binary
* Fix some missing exports
* Update Changelog
* Minor export fixes base<4.9
* Explicit exports
* Export handler
* Generate export lists for multiple versions (#114 )
* Generate export lists for #112
* Make export lists format OccName uniformly
* Make compile on ancient GHC
* Use Foldable.concat
* Hacks to make ghc-7.6 API happy
* liftIO shim
* Fix sortOn warning
* Update ChangeLog
* Update base bounds
* Export conventions
* Update Haddocks
* Document GHC magic
2020-01-24 11:06:09 +00:00
Ivan Gabriele and Steve Chavez
1caf114e5a
Add postgrester client library
2020-01-23 18:13:15 -05:00
steve-chavez
9b1224827a
Allow overriding headers Location,Content-Type,etc
2020-01-21 12:28:05 -05:00
steve-chavez
c7f78fa7fc
Add response.headers on GET/POST/PATCH/PUT/DELETE
2020-01-21 12:28:05 -05:00
steve-chavez
7dade7f466
Add request method and path GUCs
2020-01-21 12:28:05 -05:00
steve-chavez
b20e1150a5
Add GUC for accessing the Authorization header
2020-01-21 12:28:05 -05:00
steve-chavez
aa0d6a6831
Update BACKERS.md
2020-01-21 12:28:05 -05:00
Remo and Steve Chavez
da1cf9f76d
Add postgrest-sessions-example to Example Apps ( #294 )
2020-01-19 14:17:55 -05:00
Steve Chavez and GitHub
4cd05681dd
Add embedding disambiguation section ( #290 )
2020-01-06 09:43:54 -05:00
Steve Chavez and GitHub
663faa1f82
Allow specifying the constraint name to disambiguate an embedding ( #1430 )
...
Makes previous duck typing regex unnecessary since the FK can be renamed
to a singular name or to any other format.
* Remove embedding with duck typed column names
* Allow embedding by foreign key name
* Add junction disambiguation tests
2020-01-06 09:42:33 -05:00
sdiehl
03f73d8cde
Name nix workflow
2020-01-04 23:12:42 +00:00
sdiehl
af6cabe185
Added Nix CI
2020-01-04 23:02:48 +00:00
sdiehl
e7a8e99f3f
Fix install path for cabal.
2020-01-04 19:07:36 +00:00
sdiehl
0fda50b372
Cache cabal builds
2020-01-04 19:04:42 +00:00
sdiehl
76ad00a018
Run cabal update.
2020-01-04 18:49:38 +00:00
sdiehl
e9da6f635e
Add HLint action.
2020-01-04 18:48:01 +00:00
sdiehl
e02ac85388
Fix Stack build names
2020-01-04 17:57:19 +00:00
sdiehl
3dd5152aba
Build Stack CI on PRs
2020-01-04 17:55:55 +00:00
sdiehl
0ea2c5146a
Seperate Stack and Cabal scripts
2020-01-04 17:54:59 +00:00
sdiehl
612726f87e
Fix YAML for workflow
2020-01-04 17:29:28 +00:00
sdiehl
4d1f8dc86b
Add Stack CI script
2020-01-04 17:28:27 +00:00