Commit Graph
567 Commits
Author SHA1 Message Date
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 ChavezandGitHub 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 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 ChavezandLaurence 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
Laurence IslaandGitHub 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
Laurence IslaandGitHub f588bb6daf Fix info on updates without filters 2023-04-13 18:38:07 -05:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
6da204d554 Bump cachix/install-nix-action from 19 to 20 (#597)
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 19 to 20.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v19...v20)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-06 11:17:46 -05:00
Steve ChavezandGitHub cf8ced1014 remove wrong claim about CSV being faster (#595) 2023-02-13 22:29:38 -05:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
adeb622d31 Bump cachix/install-nix-action from 18 to 19 (#593)
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 18 to 19.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v18...v19)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-13 12:34:33 -05:00
Steve ChavezandGitHub 87b383316d fix: PGRST003 status code to 504 (#594) 2023-02-13 11:06:22 -05:00
Ian EybergandGitHub 6089a46235 adding link to ops unikernel package (#586) 2023-02-09 18:43:11 -05:00
Laurence IslaandGitHub 6b65a5b151 Add HTTP status codes to PGRST errors (#590) 2023-02-09 16:48:17 -05:00
Laurence IslaandGitHub 378a225a9b Add db-pool-acquisition-timeout configuration parameter 2023-02-09 14:56:38 -05:00
Steve ChavezandGitHub 082b418334 Add db-plan-enabled recommendation (#588)
* fix broken links
2023-01-28 20:20:48 -05:00
Franz-Josef FärberandSteve Chavez 8be87ed4ac Minor improvements to sql-user-management-using-postgres-users-and-passwords.rst 2023-01-04 02:22:41 -03:00
fjf2002andGitHub f6e3b77643 how-to: SQL User Management using postgres’ users and passwords (#581) 2022-11-16 17:10:18 -05:00
Laurence IslaandSteve Chavez f3831427e5 Fix broken links and dictcheck 2022-11-14 22:14:04 -05:00
Laurence IslaandSteve Chavez 485e4db4d7 Fix auth page due to anonymous requests not allowed when db-anon-role is not set 2022-11-14 22:14:04 -05:00
Laurence IslaandSteve Chavez a6af266ab7 Fix step 3 of the tutorial 0 2022-11-14 22:14:04 -05:00
Andrea BernicchiaandGitHub 50eb42bf46 LICENSE file added (#579) 2022-11-02 12:23:35 -05:00
Andrea Bernicchiaandsteve-chavez 8a98b4ed26 Update heroku installation docs
* Heroku installation docs aligned with https://github.com/PostgREST/postgrest-heroku/pull/40
* Update install.rst
2022-10-27 16:38:25 -05:00
dependabot[bot]andSteve Chavez 73f759ef3a Bump cachix/install-nix-action from 17 to 18
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 17 to 18.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v17...v18)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-17 21:06:34 -05:00
Laurence IslaandGitHub fdb975c87c Add information on preflight requests in CORS subsection 2022-09-21 19:09:50 -05:00
Laurence IslaandSteve Chavez d507f2f0f4 Shorten explanations for the working with types section 2022-09-19 21:55:31 -05:00
mdr1384andSteve Chavez 022101ae3c Fix example code in computed relationships
Looks like a copy-paste error - the `films.id` column should be associated with the `premieres.film_id` column.
2022-09-15 18:33:14 -05:00
Steve ChavezandGitHub 9128c8602a Refine docs for v10
* shorten release page

* shorten explain docs

* add limited update/delete to release page

* refine relationships

* refine disambiguation

* refine release page

* remove migration guide

* add author to WWT how-to
2022-08-26 16:08:08 -05:00
Laurence IslaandGitHub a0c463b998 Add missing changes/fixes/features for v10 2022-08-23 21:59:48 -05:00
steve-chavez eb100cc746 clarify * as an alias of % for LIKE 2022-08-05 18:36:25 -05:00
Laurence IslaandGitHub 2592639d1b Reword and clarify embedding on views 2022-07-19 10:51:36 -05:00
steve-chavez bba960d4c6 new m2m relationship detection 2022-07-12 00:02:09 -05:00