Murat Mirgün ERCAN and steve-chavez
07cc6547ee
Add Supabase-go Library Ecosystem
2021-05-29 20:20:48 -05:00
Lee Yi Jie Joel and Steve Chavez
92c5066a79
docs: add elixir client library
2021-05-28 10:19:48 -05:00
steve-chavez
2768019710
Add GNUHost as a sponsor
2021-04-23 17:16:11 -05:00
Amanda and GitHub
038fcc02b2
Adding a hint to Hello World
...
This note helps people who are hitting this error `{"hint":null,"details":null,"code":"42P01","message":"relation \"api.todos\" does not exist"}`
https://github.com/PostgREST/postgrest/issues/1009
2021-04-19 10:04:34 +02:00
steve-chavez
535ebba219
Remove subzero link
2021-04-09 23:34:54 -05:00
Wolfgang Walther and Wolfgang Walther
7e4810f0a6
change Master to Main in heroku deploy steps
2021-04-06 16:31:24 +02:00
Wolfgang Walther
8273e270f2
Change http to https in README.md
2021-04-06 15:43:32 +02:00
Wolfgang Walther
d5b9f6cc88
fix postgrest repo link in CONTRIBUTING.md
2021-04-06 11:09:33 +02:00
Wolfgang Walther and Wolfgang Walther
aa38221fc1
Add linkcheck to CI
2021-04-06 10:19:44 +02:00
Wolfgang Walther and Wolfgang Walther
92395eae8a
added postgrest-docs-linkcheck; clean up links
...
* removed outdated links
* updated permanent redirections
* updated postgres docs links to current version
* sort links in ecosystems by repo-name
* change http:// to https://
2021-04-06 10:19:44 +02:00
Wolfgang Walther and Wolfgang Walther
a1178a8016
move "Build from Source" to installation chapter and remove "Running the Test Suite"
2021-04-06 10:19:44 +02:00
Wolfgang Walther and GitHub
2a2a4fdd92
remove translation section from readme
...
TODO: implement a proper translation workflow
2021-04-05 21:52:31 +02:00
steve-chavez
9f50e1d2d7
Add Supabase as a sponsor
2021-03-25 20:53:59 -05:00
Alexis Panagiotopouos and steve-chavez
d77da6bd49
Update api.rst
...
Changed SET LOCAL to SELECT set_config( ... ) so that the value of the header can be dynamically calculated. Supported in versions 9.6 and above.
2021-03-12 10:07:56 -05:00
steve-chavez
82e9895e1f
Update CYBERTEC logo and url
2021-02-25 18:19:51 -05:00
Copple and GitHub
5728bbc4b9
Add Supabase to In Production and client libraries ( #389 )
2021-02-18 09:16:19 -05:00
Max H and GitHub
89942601e4
Fix headline numbering in tutorial 1
2021-01-21 08:33:58 +01:00
Gurjeet Singh and Steve Chavez
c3ad07fcc0
Minor grammar fix
2020-12-27 10:57:46 -05:00
Joshua Taillon and Wolfgang Walther
a4fe838308
Fix outdated environment variable for docker compose
...
Also removed a deprecated `links` setting from the docker-compose, since that's not needed any more
2020-12-08 21:09:46 +01:00
Wolfgang Walther and Wolfgang Walther
b0ba2f709c
remove Makefile and Pipfile
2020-11-30 21:35:33 +01:00
Wolfgang Walther and Wolfgang Walther
d6caa5dae9
make docs full-width, resolves #351
2020-11-29 23:55:41 +01:00
Wolfgang Walther and Wolfgang Walther
881170b9ff
Fix build warnings to satisfy postgrest-docs-build
2020-11-29 23:54:48 +01:00
Wolfgang Walther and Wolfgang Walther
634a0c70b7
Fix spelling to satisfy postgrest-docs-spellcheck
2020-11-29 23:54:48 +01:00
Wolfgang Walther and Wolfgang Walther
84e5597091
Add postgrest-docs-dictcheck to remove obsolete words from postgrest.dict
2020-11-29 23:54:48 +01:00
Wolfgang Walther and Wolfgang Walther
b83ee94fae
Add nix-shell tools, fix circleci, resolves #322
2020-11-29 23:54:48 +01:00
Miodrag Milić and steve-chavez
ea2e166aa1
Add chocolatey installation method
...
#369
2020-11-28 18:51:25 -05:00
Wolfgang Walther and Steve Chavez
9f15044e63
Add note about embedding of view-chains and the interaction with db-extra-search-path
2020-11-22 18:10:04 -05:00
Francois-Guillaume Ribreau and steve-chavez
fbef0078d5
Update index.rst
...
- add netwo
- add how to guide :)
- fix my name :')
2020-11-02 14:02:49 -05:00
Wolfgang Walther and Steve Chavez
06dba3953f
calling variadic functions
2020-10-27 21:03:12 -05:00
Exahilosys and Steve Chavez
15d5b8a292
Moved aiodata to Extensions
2020-10-24 22:18:28 -05:00
Exa and Steve Chavez
a05aed9b3e
Added aiodata
2020-10-24 22:18:28 -05:00
Gergely Mészáros and steve-chavez
32173bed4d
Missing library dependency
...
Without zlib1g-dev the build process fails.
2020-09-28 10:10:34 -05:00
Severin Ibarluzea and steve-chavez
57200320c3
add postgrest-vercel and postgrest-node
2020-09-21 11:27:11 -05:00
Saltuk Alakus and GitHub
089895ac27
Improvements for Auth0 documentation. ( #350 )
...
Update for Auth0 integration with the OIDC flow using APIs
2020-08-26 19:23:54 -05:00
Vikas Prasad and steve-chavez
5b59e79dc9
Mention --install-ghc flag is needed only for the first time. ( #347 )
2020-08-20 14:23:14 -05:00
Geoffrey van Wyk and steve-chavez
92f76722cc
Fix order of options in tar command ( #345 )
...
With the current order, the tar command thinks the name of the archive is J.
This happens on Windows 10 WSL2 with tar 1.29.
2020-08-20 13:50:30 -05:00
Sam Khawase and Steve Chavez
47bd27badb
Updated the link to the blog post for PostgREST + Auth0 tutorial
2020-08-17 20:45:21 -05:00
Wolfgang Walther and GitHub
49bc82bfca
Clarify function volatility and location header ( #339 )
...
* clarify location header only available with PK
* clarify function volatility and GET/POST
* improve stable/immutable for post and get
* add 405 for read only transaction error
2020-08-13 10:29:32 -05:00
Aleš Najmann and GitHub
c7e623549d
Add Windows installation using Scoop to install page ( #342 )
2020-08-04 12:02:44 -05:00
vbalasu and steve-chavez
7f67cf78e7
Update ecosystem.rst ( #341 )
...
Added pg-notify-webook
2020-07-28 11:31:59 -05:00
Tad Lispy and GitHub
5811682025
Fix #334 : Alter default privileges ( #338 )
...
* Suggest granting execute on all functions in schema api
* Suggest to permanently alter default privileges on functions
2020-07-17 11:36:45 -05:00
Teemu Sirviö and Steve Chavez
4c92fc7bca
Update links to pg-safeupdate
...
Change broken links to Bitbucket to GitHub.
2020-07-09 11:28:10 -05:00
steve-chavez
c518585259
Add FreeBSD port to install page
2020-06-28 13:46:39 -05:00
steve-chavez
7e3c14a71a
Update community tutorials
...
- Description to keycloak tutorial
- Correct gisops tutorial link
2020-06-16 13:52:43 -05:00
Mathieu Passenaud and steve-chavez
864a1440be
added https://www.mathieupassenaud.fr/codeless_backend/ tutorial
2020-06-16 13:43:45 -05:00
Andrew Hall and Steve Chavez
702df3218d
add redux-postgrest to client-side libraries
...
As per https://github.com/andytango/redux-postgrest/issues/7
2020-06-12 19:41:54 -05:00
Bobbie Soedirgo and Steve Chavez
78bd10acc9
Add supabase/postgrest-rs client library
2020-06-11 08:54:47 -05:00
steve-chavez
94441c70c0
Add upcoming page
2020-06-05 14:35:45 -05:00
Steve Chavez and GitHub
a869734140
reference: Add response.status GUC ( #329 )
...
Related to https://github.com/PostgREST/postgrest/pull/1541
2020-06-05 13:01:52 -05:00
waltherjj and Steve Chavez
ff8fd648bb
Add new JS (Vue) client to /ecosystem
...
Hey! We developed a Vue.js library, happy to be part of this. Thank you for postgREST!
2020-05-27 12:54:16 -05:00