mdr1384 and Steve 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 Chavez and GitHub
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 Isla and GitHub
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 Isla and GitHub
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
Laurence Isla and GitHub
b37bacb19a
Add Limezest/postgrest-cloud-run to ecosystem
2022-07-08 12:27:14 -05:00
fjf2002 and GitHub
06ece64cb0
HOW-TO for SOAP ( #554 )
2022-06-29 10:11:15 -05:00
Laurence Isla and GitHub
65c2754719
Modify GeoJSON examples from views to functions ( #551 )
2022-06-21 17:38:29 -05:00
Steve Chavez and GitHub
360cfa3fbd
clarify errors ( #550 )
2022-06-20 13:50:47 -05:00
steve-chavez
13ce0f3354
add bulk update
2022-06-16 11:11:37 -05:00
steve-chavez
5305998a95
disallowed full table update
2022-06-16 11:11:37 -05:00
steve-chavez
a9baa5bc9f
lowercase upsert
2022-06-16 11:11:37 -05:00
Laurence Isla and GitHub
580184532b
Add 9.0.1 changelog
2022-06-14 10:40:10 -05:00
Franz-Josef Färber and Steve Chavez
48783087de
RPC POST for function w/single unnamed XML param, postgrest-PR #2300
2022-06-03 11:53:38 -05:00
Laurence Isla and GitHub
96c169e593
Add bytea to working with types and improve img example ( #542 )
2022-05-27 17:12:47 -05:00
Laurence Isla and GitHub
209b70cbfc
Add disclaimer on $ usage in jwt-secret values ( #543 )
2022-05-25 17:29:52 -05:00
Laurence Isla and Steve Chavez
06956c1994
Add explicit use of special timestamp values
2022-05-24 23:06:46 -05:00
Laurence Isla and GitHub
06ab9fbd67
Add how to work with array columns ( #538 )
2022-05-20 03:37:27 +02:00
Laurence Isla and GitHub
340c96883e
Fix main explanation on views with joins ( #537 )
...
* Fix indentation and example view
* Change films.id to just id
2022-05-19 23:44:31 +02:00
Laurence Isla and GitHub
496a1734ec
Add documentation on embedding views containing joins
2022-05-18 20:50:06 -05:00
Franz-Josef Färber and Steve Chavez
6e24e23b4b
Allow returning XML
2022-05-05 10:57:38 -05:00
Laurence Isla and GitHub
9c23ac2f39
Reorganize error groups
2022-05-02 23:14:24 -05:00
steve-chavez
5f3284eed0
fix broken links
2022-05-02 19:42:02 -05:00
steve-chavez
72bffddbf1
Add limited updates/deletions
...
Also move updates to its own section
2022-05-02 19:42:02 -05:00
dependabot[bot] and Steve Chavez
f6c68ddafb
Bump cachix/install-nix-action from 16 to 17
...
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action ) from 16 to 17.
- [Release notes](https://github.com/cachix/install-nix-action/releases )
- [Commits](https://github.com/cachix/install-nix-action/compare/v16...v17 )
---
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-04-11 13:22:12 -05:00
Michael Kane Juncker and Wolfgang Walther
6f79b41bc1
feat(api): add match/imatch operators for regular expression support - refs PostgREST/postgrest#2236
2022-04-11 08:56:45 +02:00
Christopher Ahlers and Steve Chavez
06156eb797
Update ecosystem.rst
...
Fixed incorrect link for the swift library in Client-Side Libraries section. It now links properly to: https://github.com/supabase-community/postgrest-swift
2022-04-04 20:14:05 -05:00
Laurence Isla and GitHub
e1c987dc5f
Add latest page ( #521 )
...
* better highlight for composite/array reference
2022-03-27 17:54:48 +02:00
Laurence Isla and GitHub
eb4c428da6
Fix unordered list styles
2022-03-25 00:14:18 -05:00
Laurence Isla and GitHub
5688bc1521
Add JSON, Composite and Ranges types to the working with types how-to
2022-03-24 17:48:43 -05:00
Laurence Isla and GitHub
a8034df2bf
Add how to on PostGIS and hstore data types ( #516 )
2022-03-22 11:30:45 +01:00
Steve Chavez and GitHub
f56373313e
Fix not reloading on ALTER TYPE ( #517 )
2022-03-22 10:57:04 +01:00
Laurence Isla and GitHub
8f98948078
Add Errors reference ( #430 )
...
* Adds PostgREST' error codes
* Move error information to a dedicated reference page
* Organize errors into tables
2022-03-14 21:03:01 +01:00
Laurence Isla and GitHub
1489fc84b8
Recommend specifying host names for health check ( #514 )
...
In case of multiple network interfaces
2022-03-14 20:56:34 +01:00
dependabot[bot] and GitHub
ea58095e92
Bump actions/checkout from 2.4.0 to 3 ( #512 )
2022-03-08 01:56:21 +01:00
Laurence Isla and GitHub
98976e4d57
Add how-to for working with PostgreSQL data types
2022-03-04 20:04:49 -05:00
Wolfgang Walther and Wolfgang Walther
e9ef876433
Add hint on how to prevent exposing computed columns as RPCs
...
Signed-off-by: Wolfgang Walther <walther@technowledgy.de >
2022-02-28 13:14:53 +01:00
Laurence Isla and GitHub
4aff0caa59
Add documentation on the minimal health check
2022-02-23 17:25:07 -05:00
Adam Kliment and GitHub
fbe317b244
Update auth.rst ( #507 )
2022-02-22 11:48:22 -05:00
Laurence Isla and GitHub
abe0daa3dc
Add example for array and composite type columns
2022-02-15 14:20:12 -05:00
Steve Chavez and GitHub
b209731ff3
Add admin section on file descriptors ( #504 )
2022-02-09 14:17:22 -05:00
Electronoob and Wolfgang Walther
9049ed1f71
updated the example config switch
...
replacing postgrest 2 with postgrest -e
2022-02-08 08:54:05 +01:00
Wolfgang Walther and Wolfgang Walther
6aeb5065f8
Add docs about accessing array items and fields of composite types with JSON operators.
...
Added in https://github.com/PostgREST/postgrest/pull/2145
Signed-off-by: Wolfgang Walther <walther@technowledgy.de >
2022-02-04 22:31:28 +01:00
Wolfgang Walther and Wolfgang Walther
4d6909a08f
Mention computed columns can be on the extra search path.
...
Signed-off-by: Wolfgang Walther <walther@technowledgy.de >
2022-02-04 22:31:28 +01:00
Wolfgang Walther and Wolfgang Walther
9c0db849ce
Move JSON Columns and Computed Columns sections one level up
...
Both of those are about select and filters - so do not belong into "Vertical Filtering" only.
Signed-off-by: Wolfgang Walther <walther@technowledgy.de >
2022-02-04 22:31:28 +01:00
Wolfgang Walther and Wolfgang Walther
71dd891d2f
fix postgrest-serve after move to docs/ folder
...
Signed-off-by: Wolfgang Walther <walther@technowledgy.de >
2022-02-04 22:31:28 +01:00
Wolfgang Walther and Wolfgang Walther
43a92d4e6b
ci: Only run linkcheck in pull requests to main branch
...
Avoids running linkcheck on back branches, where links are outdated anyway.
Signed-off-by: Wolfgang Walther <walther@technowledgy.de >
2022-01-30 16:32:14 +01:00
Wolfgang Walther and Wolfgang Walther
e7e102bc42
ci: switch to GitHub Actions
...
Signed-off-by: Wolfgang Walther <walther@technowledgy.de >
2022-01-30 16:32:14 +01:00
Wolfgang Walther and Wolfgang Walther
91f1580f95
Fix warning when using docker host network
...
Resolves #491
Signed-off-by: Wolfgang Walther <walther@technowledgy.de >
2022-01-30 14:24:51 +01:00