steve-chavez
6b9fde59cd
fix: any handler sets a default application/json
...
Now it sets application/octet-stream as the generic type.
2023-12-12 17:44:07 -05:00
Laurence Isla and Steve Chavez
1e65a72264
Add missing in-db configuration for jwt-cache-max-lifetime
2023-12-12 16:36:24 -05:00
Laurence Isla and GitHub
4fb521cac6
fix: add jwt_cache_max_lifetime as an in-database configuration option ( #3102 )
2023-12-12 16:29:50 -05:00
steve-chavez
cf258ef499
fix: add missing pgrst.server_timing_enabled
2023-12-12 10:58:22 -05:00
Laurence Isla and GitHub
0938e72c5c
Add new sponsor ( #723 )
2023-12-12 10:39:05 -05:00
Laurence Isla and Steve Chavez
e31363a325
chore: add new sponsor
2023-12-12 10:38:09 -05:00
Laurence Isla and GitHub
5bd7cda308
Priorize query parameters instead of headers in limits and pagination
2023-12-07 18:47:56 -05:00
Andrei Dziahel and GitHub
cbfff2804d
fix: replace json parser error with generic msg ( #3090 )
2023-12-07 18:04:51 -05:00
Andrei Dziahel and Steve Chavez
41ea4e6db6
ci: cancel in-progress loadtests for PRs as well
2023-12-07 16:01:32 -05:00
Andrei Dziahel and Steve Chavez
f9294c5e43
ci: test only head of branch
2023-12-07 16:01:32 -05:00
Laurence Isla and GitHub
d24a3c82ef
Add meta tags using an Open Graph extension
2023-12-07 15:52:57 -05:00
Laurence Isla and GitHub
c6b71551f4
changelog: move missplaced unreleased fix ( #3094 )
2023-12-07 11:00:46 -05:00
Laurence Isla and GitHub
d49e3d7132
fix: allow using special characters in json keys ( #3081 )
...
* increase memory size test
2023-12-06 17:28:51 -05:00
Laurence Isla and Steve Chavez
f80a33cf32
Add missing curl requests in Preferences section
2023-12-06 17:22:31 -05:00
steve-chavez
8fd4fa0d09
fix: any media type should be bytea
2023-12-05 17:48:16 -05:00
Andrei Dziahel and GitHub
72083361bc
ci: similar jobs use a single cache for Nix stores
...
Jobs that use the setup-nix action will share a single cache, which is created by a previous warm up Job.
2023-12-05 13:57:18 -05:00
Laurence Isla and GitHub
48dee75d1a
Separate Admin into Observability and Health Check ( #716 )
2023-12-04 16:32:02 -05:00
dependabot[bot] and GitHub
92573215b9
Bump cachix/install-nix-action from 23 to 24 ( #714 )
2023-12-04 16:31:07 -05:00
dependabot[bot] and GitHub
6277eb43f7
build(deps): bump cachix/cachix-action in /.github/actions/setup-nix ( #3085 )
2023-12-04 15:39:40 -05:00
steve-chavez
b04a7f0080
fix server-timing header section
...
Also link it to jwt caching
2023-12-02 01:41:26 -05:00
steve-chavez
0c65bf494d
changelog: update to 12.0.0
2023-12-01 19:37:11 -05:00
steve-chavez
70c0d88fa7
bring back schema isolation on its own page
2023-12-01 19:03:23 -05:00
steve-chavez
2b4e0cc10a
move return representation to preferences page
2023-12-01 18:32:38 -05:00
steve-chavez
1268b0a258
split pagination/count into own page
2023-12-01 16:24:52 -05:00
steve-chavez
11f40c384a
use the clearer START TRANSACTION
2023-12-01 16:24:52 -05:00
Tim Abdulla and GitHub
2bb9cee996
Add documentation for aggregate functions ( #701 )
2023-12-01 11:38:42 -05:00
steve-chavez
a38eee399e
chore: improve mt handlers snippets
2023-12-01 10:59:48 -05:00
steve-chavez
ee4321623f
chore: improve intro of media type handlers
2023-12-01 10:51:46 -05:00
steve-chavez
49903ca6db
chore: wording of media type handlers
2023-12-01 10:08:12 -05:00
steve-chavez
d15e357d2e
reference: media type handlers
2023-11-30 23:27:06 -05:00
Laurence Isla and GitHub
62512268cd
Add PostgREST installation using package managers to tut0
2023-11-30 18:20:54 -05:00
Laurence Isla and GitHub
84152b483a
Remove db-use-legacy-gucs
2023-11-29 15:37:25 -05:00
steve-chavez
9fe11249f9
feat: custom SQL handler for the "*/*" media type
2023-11-28 23:14:38 -05:00
Laurence Isla and GitHub
7640de34e2
refactor: use a data type instead of Map for Server Timing
2023-11-28 18:26:56 -05:00
Andrei Dziahel and Steve Chavez
31ce39ba36
ci: cabal+GHC: tweak caching
...
Makes it to cache only relevant directories, adds `dist-newstyle` to prevent needless rebuilding even harder and shortens cache key name by supplying `hashFiles`multiple arguments
2023-11-28 12:48:57 -05:00
Laurence Isla and GitHub
ca5eb64deb
chore: fix server-timing metric order and doctest
2023-11-28 12:45:39 -05:00
Andrei Dziahel and Steve Chavez
a72241ad4e
ci: fixes job caches not producing after recent cabal upgrade
...
Recent cabal adopted XDG guidelines and stores data
across multiple directories under $HOME.
Creating ~/.cabal manually returns old behavior and allows caching single directory again.
2023-11-28 11:52:52 -05:00
steve-chavez
b080f59bac
test: server timing on root and options method
2023-11-28 10:25:25 -05:00
steve-chavez
558e9d40e8
changelog: join server-timing entries
2023-11-28 10:25:25 -05:00
steve-chavez
958339b8d3
chore: change server timing render to response
...
"render" is a loaded term than might be thought as the generation
of a full HTML page. While for this phase we only process the status
and the headers.
Changing it to "response" so is not misleading at least. Users can check the
docs for clarification.
2023-11-28 10:25:25 -05:00
steve-chavez
3d56f8435d
chore: delete dead error codes
2023-11-28 10:25:25 -05:00
steve-chavez
e620ae5e9c
pin sphinx-tabs ver
2023-11-28 07:46:13 -05:00
steve-chavez
bd6d8624ab
fix: sphinx breaking change
...
see https://github.com/sphinx-doc/sphinx/issues/10474
2023-11-28 07:46:13 -05:00
steve-chavez
03e384d55b
remove release notes
2023-11-28 07:46:13 -05:00
Laurence Isla and Steve Chavez
dfa875c8c7
fix: do not log internal db errors like 'acquisition timeout' when log-level=crit
2023-11-27 23:06:40 -05:00
Laurence Isla and Steve Chavez
33891e3a73
feat: log all internal database errors to stderr
2023-11-27 23:06:40 -05:00
Laurence Isla and Steve Chavez
8483459d59
chore: add missing --example for server-timing-enabled
2023-11-24 17:41:16 -05:00
Andrei Dziahel and GitHub
7b5c2f03fc
introducing server-timing-header config parameter ( #700 )
2023-11-24 16:50:28 -05:00
Laurence Isla and Steve Chavez
b538ab9823
feat: add timing for the api request parse
2023-11-24 16:29:25 -05:00
Laurence Isla and Steve Chavez
850b15fe13
fix: change timing name from 'query' to 'transaction'
2023-11-24 16:29:25 -05:00