steve-chavez
fc635d18ae
split the API reference
2023-05-10 14:21:31 -03:00
steve-chavez
c82b23940b
add missing mention to cache reload on recovery
2023-05-10 12:52:39 -03:00
steve-chavez
a530030b71
add integrations
...
* Move Nginx and systemd to integration
* Move External JWT Generatio to integration
* greenplum short notice
2023-05-08 14:33:29 -03:00
steve-chavez
637a6e281d
Move part of admin to references
...
- Add integrations section with Nginx and SystemD
- Move Nginx and SystemD sections from admin on integrations
2023-05-08 13:17:33 -03:00
steve-chavez
79620396ed
remove manual inclusion of pages on index
...
* drop unavailable doc pages from release notes
* rename releases pages so they order in TOC
2023-05-08 08:58:09 -03:00
Steve Chavez and GitHub
36300da16d
connection pool reference ( #616 )
...
* add link in index to external jwt
* change pgrst errors location for better reading
2023-05-07 10:25:12 -05:00
steve-chavez
a867d79c42
nix: withTmpDb psql notice can't mutate the db
...
Use the postgres role instead of the authenticator on the notice
2023-05-05 20:03:09 -03:00
steve-chavez
082e9b14e9
transactions reference doesn't consider anon reqs
...
Change authenticated to user impersonation.
2023-05-05 12:04:46 -03:00
steve-chavez
2e1dc0738a
readthedocs doesn't build anymore
...
Pin the python version to solve it.
2023-05-05 12:04:46 -03:00
steve-chavez
9a3973be35
add transactions reference
2023-05-05 12:04:46 -03:00
steve-chavez
560ec79a90
clarify schema cache and errors page
2023-05-05 12:04:46 -03:00
steve-chavez
9de94274cf
shorten some paragraphs in errors page
2023-05-03 17:47:54 -03:00
steve-chavez
837df8b045
schema cache title is redundant on navbar
...
Use a raw html title for correcting this
2023-05-03 17:47:54 -03:00
steve-chavez
4fb13ebae6
add tables to db authz
2023-05-03 17:47:54 -03:00
steve-chavez
8ec925c33e
clarify view security invoker feature
...
Move RULEs limitation to Insertions
2023-05-03 17:47:54 -03:00
steve-chavez
d1d159d1e0
join schema structure with db authz
2023-05-03 17:47:54 -03:00
steve-chavez
4f4ae27a2d
clarify custom validation
2023-05-03 08:45:05 -03:00
steve-chavez
764f0a0352
link authn to db authz
2023-05-03 00:38:23 -03:00
steve-chavez
473035575c
database as single source of truth philosophy
...
make it clear at the index
2023-05-03 00:06:17 -03:00
steve-chavez
638aa8369d
fix broken link
2023-05-03 00:06:17 -03:00
steve-chavez
55cc616a5e
Authentication as a reference
...
* Creates a Database Authorization topic
* Moves JWT from Auth0 into Ecosystem
* Moves SQL User Management to a how-to
2023-05-03 00:06:17 -03:00
steve-chavez
4197d2f739
bump version to 11.0.1
v11.0.1
2023-04-27 21:30:40 -05:00
steve-chavez
c10ba8e214
fix: skew of 30 seconds for JWT validation
2023-04-27 21:06:06 -05:00
steve-chavez
887948d259
fix: missing=default error msg on generated column
2023-04-27 19:27:09 -05:00
steve-chavez
c63786733a
fix: no schema privilege for schema cache
...
This was due to the usage of pg_get_serial_sequence
2023-04-27 19:27:09 -05:00
steve-chavez
4fe696dd96
nix: PGRST_DB_ANON_ROLE default for postgrest-run
...
Makes manually testing a feature easier
2023-04-27 19:27:09 -05:00
steve-chavez
67936b343f
test: prove that authenticator is not a superuser
2023-04-27 19:27:09 -05:00
steve-chavez
b0e395f495
nix: no SUPERUSER for connection role
...
Change :USER to :PGUSER in SQL scripts
2023-04-27 19:27:09 -05:00
Steve Chavez and Laurence Isla
4e49310d6e
Clarify pool connection features
2023-04-25 20:27:02 -05:00
424eac4b3e
Add documentation for v10.2.0
...
Co-authored-by: Steve Chavez <stevechavezast@gmail.com >
2023-04-25 20:27:02 -05:00
dependabot[bot] and GitHub
3b55a27ef3
build(deps): bump codecov/codecov-action from 3.1.2 to 3.1.3 ( #2765 )
2023-04-24 11:21:49 -05:00
Laurence Isla and GitHub
f55ced0306
Add a warning when working with computed relationships
2023-04-21 17:04:31 -05:00
Steve Chavez
516a4daacf
snippet for computed rel overload
2023-04-18 17:16:51 -05:00
Steve Chavez
3ff9b81c7d
Remove public from schema cache event trigger
2023-04-18 13:25:01 -05:00
dependabot[bot] and GitHub
43da81c30c
build(deps): bump codecov/codecov-action from 3.1.1 to 3.1.2 ( #2757 )
2023-04-18 12:25:50 -05:00
steve-chavez
dd2f5511d8
bump version to 11.0.0
v11.0.0
2023-04-16 14:22:38 -05:00
steve-chavez
49c349c846
chore: CHANGELOG to include release 10.2.0
2023-04-16 12:18:10 -05:00
steve-chavez
aaf77902f6
feat: isolation level for roles/functions
2023-04-15 18:05:04 -05:00
steve-chavez
4c555cbd5d
refactor: authRole to ByteString
2023-04-15 18:05:04 -05:00
steve-chavez
3e53796120
correct missing=default with GENERATED BY column
2023-04-14 22:12:34 -05:00
Laurence Isla and GitHub
0a2b7064c7
fix: PATCH requests not recognizing embedded filters
...
- Already fixed in #2618
- Adds tests and CHANGELOG
2023-04-14 16:42:55 -05:00
Laurence Isla and GitHub
f588bb6daf
Fix info on updates without filters
2023-04-13 18:38:07 -05:00
steve-chavez
ce378e6b3a
refactor: clarify Scalar type
...
It now contains the type of the scalar. This way we can discriminate the
void type in a more obvious way.
2023-04-13 18:17:43 -05:00
steve-chavez
feadf59bb3
refactor: rename Proc module to Routine
...
Assuming that functions=procedures is wrong since pg11, which introduced
real stored procedures.
2023-04-13 18:17:43 -05:00
Laurence Isla and GitHub
ad7d80a430
ci: clean files from arm server only on build failure/cancel for a version release
2023-04-13 16:29:26 -05:00
steve-chavez
e572d1d1a2
feat: configurable role settings
2023-04-10 14:27:08 -05:00
steve-chavez
c06237cc56
fix: db settings and pg version query not prepared
2023-04-10 14:27:08 -05:00
steve-chavez
c656a870f4
bump version to 10.2.0.20230407
2023-04-07 14:02:14 -05:00
steve-chavez
1b625cb77a
feat: any/all modifiers for operators
...
Only for the eq,like,ilike,gt,gte,lt,lte,match,imatch operators
2023-04-07 13:10:57 -05:00
Robert Vollmert
394bd22148
feat: use hasql-pool-0.9, add db-pool-max-lifetime ( fixes #2638 )
...
- db-pool-acquisition-timeout is no longer optional, defaults to 10s
- new option db-pool-max-lifetime limits the maximal lifetime of a
postgresql connection, defaults to 30m
2023-04-06 22:40:22 +02:00