Wolfgang Walther and Wolfgang Walther
8ee4e9f0bb
docs: Sort datatypes how-to alphabetically
...
The examples in this sections were in seemingly random order before.
2024-02-19 21:54:15 +01:00
Wolfgang Walther and Wolfgang Walther
8f2b6b1652
docs: Add hint about schema reloading with db-config=true
...
Resolves https://github.com/PostgREST/postgrest-docs/issues/490
2024-02-19 21:54:15 +01:00
Wolfgang Walther and Wolfgang Walther
b1deb049c8
docs: Clarify behavior of jwt-aud and tokens without aud claim
...
Resolves https://github.com/PostgREST/postgrest-docs/issues/479
2024-02-19 21:54:15 +01:00
Wolfgang Walther and Wolfgang Walther
51db5ce26f
docs: Add example for ordering by json field
...
Resolves https://github.com/PostgREST/postgrest-docs/issues/364
2024-02-19 21:54:15 +01:00
Wolfgang Walther and Wolfgang Walther
e7dde2806c
docs: Change tutorials to use identity column instead of serial/sequence
...
Resolves https://github.com/PostgREST/postgrest-docs/issues/311
2024-02-19 21:54:15 +01:00
Wolfgang Walther and Wolfgang Walther
4325a4f9d5
docs: Add links to resource embedding from insert/update/delete sections
...
Resolves https://github.com/PostgREST/postgrest-docs/issues/277
2024-02-19 21:54:15 +01:00
Wolfgang Walther and Wolfgang Walther
77715dcabf
docs: Rename remaining instances of computed columns to computed fields
...
Resolves https://github.com/PostgREST/postgrest-docs/issues/368
2024-02-19 21:54:15 +01:00
Wolfgang Walther and Wolfgang Walther
aaaf0572ce
docs: Remove deprecated auth0 features
...
As mentioned in https://github.com/PostgREST/postgrest/discussions/3088 rules and hooks are not
available to new tenants anymore, so the note is not helpful anymore.
Resolves #3088
Resolves https://github.com/PostgREST/postgrest-docs/issues/85
Resolves https://github.com/PostgREST/postgrest-docs/issues/715
2024-02-19 21:54:15 +01:00
Wolfgang Walther and Wolfgang Walther
500aad3360
docs: Clarify secret wording in tutorial 1
...
Resolves https://github.com/PostgREST/postgrest-docs/issues/108
2024-02-19 21:54:15 +01:00
Wolfgang Walther and Wolfgang Walther
3d95c41115
docs: Remove note about risk of asymmetric keys for JWT auth
...
The obviously wrong statement is, that PostgREST does not support asymmetric keys, while it
does. Extending on this type of attack is not necessary, because it is in fact covered by
the paragraph before - reading the algorithm from the JWT header is the problem in that case,
too. We don't do that.
This leaves us with the sentence about how the chosen library is the most important part. While
that is correct, the hint about high quality libraries for use on the *client* side is mis-
leading: The important part here is the library we choose to implement PostgREST with, not the
client-side lib. Thus, removing the whole paragraph is the best thing to do here.
Resolves https://github.com/PostgREST/postgrest-docs/issues/123
2024-02-19 21:54:15 +01:00
Wolfgang Walther and Wolfgang Walther
6eaaa9aa9b
docs: Remove note about possible memory leak on alpine
...
We don't have any justification to add this hint anywhere.
Resolves https://github.com/PostgREST/postgrest-docs/issues/399
2024-02-19 21:54:15 +01:00
Wolfgang Walther and Wolfgang Walther
f33bccbcdb
docs: Use port 5432 in tutorial 0 to avoid connecting to the wrong server
...
Some users connect PostgREST to the wrong PostgreSQL instance - likely because they are
not even aware that another instance is running. By using the standard port 5432 instead
of 5433, we avoid this problem. The user will be made aware very early that they have
another postgresql instance running - and can solve the problem at this stage. If they
decide to change the port, they are much more likely to remember that in the later stages
of the tutorial, too.
Resolves https://github.com/PostgREST/postgrest-docs/issues/304
2024-02-19 21:54:15 +01:00
Wolfgang Walther and Wolfgang Walther
6c886b1291
docs: Update output in tutorials to latest version
2024-02-19 21:54:15 +01:00
Wolfgang Walther and Wolfgang Walther
0e7af7b77b
docs: Various formatting improvements
2024-02-19 21:54:15 +01:00
Wolfgang Walther
72de95b069
docs: Fix spelling mistakes
2024-02-18 19:35:40 +01:00
Wolfgang Walther
c196d406d4
nix: Make postgrest-watch postgrest-docs-check work
...
This moves the _build folder into the repo root, to avoid postgrest-watch ending in an
infinite loop of restarting the build.
Also, for repeated use during development, running linkcheck is not a good idea, this
will quickly result in rate-limiting requests from various servers.
2024-02-18 16:12:20 +01:00
Wolfgang Walther and Wolfgang Walther
b435f1b2d4
nix: Move docs build and serve scripts into nix
...
This is long overdue. We expect everyone contributing to postgrest to use the nix tools,
so it makes no sense to carry around external tools anymore.
2024-02-18 13:10:00 +01:00
Wolfgang Walther and Wolfgang Walther
3750f35e3f
chore: Deduplicate static files between core and docs
2024-02-18 13:10:00 +01:00
Wolfgang Walther and Wolfgang Walther
c2a333efc4
chore: Bump version docs to 12.1-dev
...
See c004840e .
2024-02-18 13:10:00 +01:00
Laurence Isla and Wolfgang Walther
a1f2ecadda
nix: Move docs tools into core infrastructure
2024-02-18 13:10:00 +01:00
Wolfgang Walther
311a38193b
chore: Run postgrest-style on docs files
...
This prevents CI from failing after the merge.
2024-02-17 13:43:50 +01:00
Wolfgang Walther
4954859d68
chore: Prepare merge of postgrest-docs into postgrest main repo
...
This avoids some merge conflicts to allow git blame to detect renames properly.
2024-02-17 13:43:50 +01:00
Wolfgang Walther
1b855d805e
docs: Replace some permanent redirections with their target
...
And sort the ecosystemi's _devops list again.
2024-02-16 22:36:57 +01:00
Laurence Isla and Wolfgang Walther
4059e1ea76
Add tutorial for Godot 4 + PostgREST in ecosystem
2024-02-16 22:14:05 +01:00
Laurence Isla and Wolfgang Walther
93e50b1d90
docs: Enable non-broken link again
2024-02-16 22:11:00 +01:00
Wolfgang Walther and Wolfgang Walther
2ae96e7733
docs: Fix broken stackoverflow link
2024-02-16 22:04:07 +01:00
Laurence Isla and GitHub
4a0b93c451
Fix technical_specs in sample DB using UNIQUE instead of PRIMARY KEY
2024-02-08 14:10:17 -05:00
Laurence Isla and GitHub
439db880dd
Simplify htmx how-to functions using Pico CSS and Ionicons
2024-01-26 20:28:58 -05:00
steve-chavez
76b1c00935
docs: fix link to op modifiers
2024-01-22 23:49:59 -05:00
Laurence Isla and GitHub
9ef0e677e0
Use -g to prevent globbing in some curl examples
2024-01-17 12:39:42 -05:00
Laurence Isla and GitHub
cb5d80aff8
Remove HTTP Snippets
2024-01-17 09:07:37 -05:00
Laurence Isla and GitHub
be2778edb5
Replace the term 'password' with 'secret' to clarify the Tutorial 1
2024-01-17 09:06:20 -05:00
Parashoe and Laurence Isla
0e7d507e5e
Spelling correction ( #740 )
...
Spell correct "callounter" to "callcounter"
2024-01-15 20:22:42 -05:00
Laurence Isla and GitHub
74a3217bee
Update sponsor logo
2024-01-15 20:17:55 -05:00
steve-chavez
4bb98225d8
docs: remove Heroku integration
2024-01-10 17:23:13 -05:00
steve-chavez
c29d876f90
docs: add params preference
2024-01-04 16:09:07 -05:00
steve-chavez
1e4efafd9e
docs: add tx preference
2024-01-04 16:09:07 -05:00
steve-chavez
50ac91d1ae
docs: testing of media handlers as a note
...
Otherwise users think they're required steps. See the opening comment on
https://github.com/PostgREST/postgrest/issues/3124 .
2024-01-02 23:44:53 -05:00
Taimoor Zaeem and Steve Chavez
f73845159c
add documentation for max-affected preference
2023-12-30 23:07:45 -05:00
Laurence Isla and GitHub
0ce37f8fd6
Update sponsor image ( #728 )
2023-12-20 19:16:48 -05:00
Laurence Isla and Steve Chavez
c97bd1f01b
Add warning and fix to htmx how-to
2023-12-19 13:30:06 -05:00
steve-chavez
9e04bd7da6
docs: soap how-to is outdated
...
`*/*` can now be handled with media type handlers
2023-12-18 23:58:17 -05:00
Laurence Isla and GitHub
3ec6526467
Add new sponsor
2023-12-18 12:14:52 -05:00
steve-chavez
a59cfafe10
fix: correct any media type handler
2023-12-12 17:45:14 -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
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 GitHub
5bd7cda308
Priorize query parameters instead of headers in limits and pagination
2023-12-07 18:47:56 -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 Steve Chavez
f80a33cf32
Add missing curl requests in Preferences section
2023-12-06 17:22:31 -05:00