Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

prestd

prestd (PostgreSQL REST), low-code, simplify and accelerate development, ⚡ instant, realtime, high-performance on any Postgres application, existing or new
Collective - https://opencollective.com/prest - Website: https://prestd.com - Code: https://github.com/prest

Fix middlewares package import

github.com/prest/controllers - 43a41b5ece9f87ef45b6003489eae6aaaa78d84e authored over 7 years ago
Merge pull request #2 from prest/fix/middlewares_import

Fix middleware import

github.com/prest/prest - 4890cf744a98b00d8014856307e3f5178520b090 authored over 7 years ago
Merge pull request #2 from prest/fix/middlewares_import

Fix middleware import

github.com/prest/cmd - 4890cf744a98b00d8014856307e3f5178520b090 authored over 7 years ago
Add initial travis file

github.com/prest/cmd - 98c3a8676abb6f1f3a225756f289bcf6ead6c7cd authored over 7 years ago
Add initial travis file

github.com/prest/prest - 98c3a8676abb6f1f3a225756f289bcf6ead6c7cd authored over 7 years ago
Fix middleware import

github.com/prest/prest - 3475713b859634f416bc1a1dbc70bf0075a925af authored over 7 years ago
Fix middleware import

github.com/prest/cmd - 3475713b859634f416bc1a1dbc70bf0075a925af authored over 7 years ago
Merge pull request #5 from prest/feature/badges

Status badges

github.com/prest/prest - 7df0c7912a0d360d435cac3ab99c6a376aa66498 authored over 7 years ago
Merge pull request #5 from prest/feature/badges

Status badges

github.com/prest/middlewares - 7df0c7912a0d360d435cac3ab99c6a376aa66498 authored over 7 years ago
Add status badges

github.com/prest/middlewares - 7b0f3982e9c70054295f89a23c559bcae9b487d3 authored over 7 years ago
Add status badges

github.com/prest/prest - 7b0f3982e9c70054295f89a23c559bcae9b487d3 authored over 7 years ago
Merge pull request #5 from prest/feature/remove_old_middlewares

Remove unnecessary middlewares

github.com/prest/config - 29de2ff6aaec4284867036f86f812ac5e9700228 authored over 7 years ago
Merge pull request #5 from prest/feature/remove_old_middlewares

Remove unnecessary middlewares

github.com/prest/prest - 29de2ff6aaec4284867036f86f812ac5e9700228 authored over 7 years ago
Merge pull request #4 from prest/capital

remove capital

github.com/prest/prest - b1923dcc9f091d41152edf60a58019f025da900a authored over 7 years ago
Merge pull request #4 from prest/capital

remove capital

github.com/prest/middlewares - b1923dcc9f091d41152edf60a58019f025da900a authored over 7 years ago
Add coverage output to gitignore

github.com/prest/prest - 0443d5c5367097724e5e532690aff5b514d23a1a authored over 7 years ago
Add coverage output to gitignore

github.com/prest/config - 0443d5c5367097724e5e532690aff5b514d23a1a authored over 7 years ago
Remove old middleware files.

ref: https://github.com/prest/middlewares/pull/3

github.com/prest/prest - b19ab797019bdfe7c4e9a7e69598badbb9af8560 authored over 7 years ago
Remove old middleware files.

ref: https://github.com/prest/middlewares/pull/3

github.com/prest/config - b19ab797019bdfe7c4e9a7e69598badbb9af8560 authored over 7 years ago
remove dot

github.com/prest/prest - 9bbb9831ab78046aaa9a0577ac1ddc92d78e68b5 authored over 7 years ago
remove capital

github.com/prest/middlewares - 419d4327a28f0d63425bb6a11a16080f92c3b281 authored over 7 years ago
remove capital

github.com/prest/prest - 419d4327a28f0d63425bb6a11a16080f92c3b281 authored over 7 years ago
Move config/middlewares to simply config.go on middlewares (#3)

* Move config/middlewares to simply config

* Bring config tests to new repository

* Add co...

github.com/prest/prest - d1d7c045b60f8b8dd2979f80a0b2800c671240d7 authored over 7 years ago
Move config/middlewares to simply config.go on middlewares (#3)

* Move config/middlewares to simply config

* Bring config tests to new repository

* Add co...

github.com/prest/middlewares - d1d7c045b60f8b8dd2979f80a0b2800c671240d7 authored over 7 years ago
add ClearStmt

add ClearStmt function used to reset the cache and allow multiple tests

github.com/prest/prest - ee8d242b190eea9e31c68ca016d74e035e4c2235 authored over 7 years ago
add ClearStmt

add ClearStmt function used to reset the cache and allow multiple tests

github.com/prest/adapters - ee8d242b190eea9e31c68ca016d74e035e4c2235 authored over 7 years ago
Merge pull request #4 from prest/nuveo_log

Using nuveo log instead of Print statement

github.com/prest/config - 708ebf155893d66afa146c8b33dfb9492c0a98f2 authored over 7 years ago
Merge pull request #4 from prest/nuveo_log

Using nuveo log instead of Print statement

github.com/prest/prest - 708ebf155893d66afa146c8b33dfb9492c0a98f2 authored over 7 years ago
Remove Println statement to use Nuveo Log

github.com/prest/config - d0ccdda63b179f132c44935ee3e880029a866a83 authored over 7 years ago
Remove Println statement to use Nuveo Log

github.com/prest/prest - d0ccdda63b179f132c44935ee3e880029a866a83 authored over 7 years ago
Merge pull request #273 from maknahar/master

Fixed a couple of typos

github.com/prest/migrate - 804f9c2d4f403bdea957346b5c8ede7d66b4ba37 authored over 7 years ago
update adapters

github.com/prest/prest - a0128da9b51d78655de369d0479dbab05581ed4e authored over 7 years ago
do not close prepare (#12)

* do not close prepare

* fix queries

* remove transaction

github.com/prest/adapters - 984f436ea163bb8e079fee187cc62c3fcfe907a0 authored over 7 years ago
do not close prepare (#12)

* do not close prepare

* fix queries

* remove transaction

github.com/prest/prest - 984f436ea163bb8e079fee187cc62c3fcfe907a0 authored over 7 years ago
Fixed a couple of typos

github.com/prest/migrate - 81c0a17f206aa5ba763477276607934a40c390e6 authored over 7 years ago
Merge pull request #272 from twrobel3/bugfix/cockroachTxnSig

Update cockroachDB Txn signatures

github.com/prest/migrate - 2570d5866d87da6ab95d0fe9aac10cbd5641418d authored over 7 years ago
vendor: update adapters

github.com/prest/prest - 6a828f3b6217cbf9709dd42a0b8fbfbee8becc51 authored over 7 years ago
Merge pull request #11 from prest/prepare

do not prepare all request

github.com/prest/prest - bb91b770027b47ec96a2ae62f1b77678a18b274e authored over 7 years ago
Merge pull request #11 from prest/prepare

do not prepare all request

github.com/prest/adapters - bb91b770027b47ec96a2ae62f1b77678a18b274e authored over 7 years ago
Update cockroachDB Txn signatures

cockroach-go made a backwards-incompatible change to their transaction
function signatures, whic...

github.com/prest/migrate - 2c0f4f588eebdab0eb64501761e29abfee6ebe64 authored over 7 years ago
make public

github.com/prest/prest - 8fdd903dcd6049b919000c750b1f09e38a7a09fe authored over 7 years ago
fix nil pointer

github.com/prest/adapters - 0dd8bdb294867bf165d904423869bbedb22c8c90 authored over 7 years ago
fix nil pointer

github.com/prest/prest - 0dd8bdb294867bf165d904423869bbedb22c8c90 authored over 7 years ago
do not prepare all request

github.com/prest/prest - d4be9304ea5642d354edf9d7463fee0f909d9f1a authored over 7 years ago
do not prepare all request

github.com/prest/adapters - d4be9304ea5642d354edf9d7463fee0f909d9f1a authored over 7 years ago
vendor: update dependencies

github.com/prest/prest - 77443e6233c236b02cd88ca0cff910dfc8838713 authored over 7 years ago
wrapper names with " (#4)

* wrapper names with "

* add more tests

* create new table config on tests

* create new...

github.com/prest/controllers - 19c7291495c5842b1107783d0bdb7720ff8418ca authored over 7 years ago
wrapper names with " (#4)

* wrapper names with "

* add more tests

* create new table config on tests

* create new...

github.com/prest/prest - 19c7291495c5842b1107783d0bdb7720ff8418ca authored over 7 years ago
Merge pull request #10 from prest/casesensitive

bug fix multiple quotes

github.com/prest/adapters - ecfe333d09c97529111a95418f92a162589811ad authored over 7 years ago
Merge pull request #10 from prest/casesensitive

bug fix multiple quotes

github.com/prest/prest - ecfe333d09c97529111a95418f92a162589811ad authored over 7 years ago
bug fix multiple quotes

github.com/prest/adapters - 274f3fc1f839618a9873e1078a5aafff8600b061 authored over 7 years ago
bug fix multiple quotes

github.com/prest/prest - 274f3fc1f839618a9873e1078a5aafff8600b061 authored over 7 years ago
fix bugs with alias and ajust check indentifier on case FUNC("field") (#9)

github.com/prest/adapters - ff8e85b6fa5cd7087ea527fe00dedaec5b3720db authored over 7 years ago
fix bugs with alias and ajust check indentifier on case FUNC("field") (#9)

github.com/prest/prest - ff8e85b6fa5cd7087ea527fe00dedaec5b3720db authored over 7 years ago
wrapper names with " (#8)

github.com/prest/prest - d3b86d303fa96c79bb0fba885e7148a20c30f2b5 authored over 7 years ago
wrapper names with " (#8)

github.com/prest/adapters - d3b86d303fa96c79bb0fba885e7148a20c30f2b5 authored over 7 years ago
modify table statements to make case sensitive query (#1)

* modify table statements to make case sensitive query

* add travis

github.com/prest/statements - 0a7bec557aa6c9c0d8d20a208dccc04f8795dc8e authored over 7 years ago
vendor: update adapters

github.com/prest/prest - 2cb41d5c212617c32255a199216e6fdd3e95e9bb authored over 7 years ago
Merge pull request #7 from prest/farray

add some type support to FormatArray

github.com/prest/adapters - 69fc98d5442bad002ff77de40cf0d1bcf999fa56 authored over 7 years ago
Merge pull request #7 from prest/farray

add some type support to FormatArray

github.com/prest/prest - 69fc98d5442bad002ff77de40cf0d1bcf999fa56 authored over 7 years ago
add some type support to FormatArray

github.com/prest/adapters - 7c866f768fcf2440b9f49f1cc817707f324e8f85 authored over 7 years ago
add some type support to FormatArray

github.com/prest/prest - 7c866f768fcf2440b9f49f1cc817707f324e8f85 authored over 7 years ago
update all dependencies (#204)

github.com/prest/prest - 74a717dec56ffa939019d56efb6c8d30cb5d2663 authored over 7 years ago
Merge pull request #6 from prest/array

rename parseArray to FormatArray

github.com/prest/adapters - 49e5421e4a9791b1de4f0c62ebc31030fc846ce6 authored over 7 years ago
Merge pull request #6 from prest/array

rename parseArray to FormatArray

github.com/prest/prest - 49e5421e4a9791b1de4f0c62ebc31030fc846ce6 authored over 7 years ago
rename parseArray to FormatArray

github.com/prest/adapters - 102a4c9b5f1b18c5d4c864c6b80ad2450c3b9a13 authored over 7 years ago
rename parseArray to FormatArray

github.com/prest/prest - 102a4c9b5f1b18c5d4c864c6b80ad2450c3b9a13 authored over 7 years ago
use nuveo/log (#5)

github.com/prest/adapters - d6bda74188b0200281b92b8bac9d1c1f40ea9221 authored over 7 years ago
use nuveo/log (#5)

github.com/prest/prest - d6bda74188b0200281b92b8bac9d1c1f40ea9221 authored over 7 years ago
Merge pull request #3 from prest/use-nuveo/log

use nuveo/log

github.com/prest/config - 93f08c4642c74cf21fde91c403b47c276466e791 authored over 7 years ago
Merge pull request #3 from prest/use-nuveo/log

use nuveo/log

github.com/prest/prest - 93f08c4642c74cf21fde91c403b47c276466e791 authored over 7 years ago
use nuveo/log

github.com/prest/config - 8d85edd1ba97f7a5d2fa32b22a728aa3ce0df7aa authored over 7 years ago
use nuveo/log

github.com/prest/prest - 8d85edd1ba97f7a5d2fa32b22a728aa3ce0df7aa authored over 7 years ago
subindo dbtime

github.com/prest/prest - 10cd2ac7918d2582a4299e3c2d7e15b66aa96bbf authored over 7 years ago
subindo dbtime

github.com/prest/dbtime - 10cd2ac7918d2582a4299e3c2d7e15b66aa96bbf authored over 7 years ago
Initial commit

github.com/prest/dbtime - 5e3ebb9e566df80aac3dccffc4bc991ce2493b26 authored over 7 years ago
Initial commit

github.com/prest/prest - 5e3ebb9e566df80aac3dccffc4bc991ce2493b26 authored over 7 years ago
vendor: update middlewares package

github.com/prest/prest - cdb3ae72001eb2b199fa6fe9e6abb6e5e6011a57 authored over 7 years ago
Add travis.yml file

github.com/prest/prest - 30f9da57710e3da7d94176f909ceba3610051391 authored over 7 years ago
Add travis.yml file

github.com/prest/middlewares - 30f9da57710e3da7d94176f909ceba3610051391 authored over 7 years ago
Merge pull request #2 from prest/fix_renderFormat_function

pREST middleware accepts only HTTP 200 as success

github.com/prest/middlewares - 06e897949f9773d1a6e6bc474b4e72ca2ad64c99 authored over 7 years ago
Merge pull request #2 from prest/fix_renderFormat_function

pREST middleware accepts only HTTP 200 as success

github.com/prest/prest - 06e897949f9773d1a6e6bc474b4e72ca2ad64c99 authored over 7 years ago
Middleware render must return error only for 4xx and 5xx headers

github.com/prest/prest - c703f5d407cd46a5adbabb7657eeb197aecd9f0c authored over 7 years ago
Middleware render must return error only for 4xx and 5xx headers

github.com/prest/middlewares - c703f5d407cd46a5adbabb7657eeb197aecd9f0c authored over 7 years ago
Merge pull request #267 from nicolas33/FAQ-extension

Faq extension

github.com/prest/migrate - 8b5365e62cb4ce94f42c2f2866d73aaab092c59d authored over 7 years ago
Improvements/refactor packages (#195)

* Remove moved packages

* Setup with new packages

* Remove unecessary vendor

* Include ...

github.com/prest/prest - 0dc036d91ad674282bba154a39aeea5fcbaed800 authored over 7 years ago
add travis

github.com/prest/config - 7a3d5f8e52b181e0639478974c954fe12c81beff authored over 7 years ago
add travis

github.com/prest/prest - 7a3d5f8e52b181e0639478974c954fe12c81beff authored over 7 years ago
now fields permission return a slice and an error (#3)

github.com/prest/prest - db2a3dc621fdfac7811f9e0c623ef8ea145d785c authored over 7 years ago
now fields permission return a slice and an error (#3)

github.com/prest/controllers - db2a3dc621fdfac7811f9e0c623ef8ea145d785c authored over 7 years ago
Fix problem with fields permissions (#4)

github.com/prest/prest - 557ae5b961e4855d1afde55f0dabcc04b53a8555 authored over 7 years ago
Fix problem with fields permissions (#4)

github.com/prest/adapters - 557ae5b961e4855d1afde55f0dabcc04b53a8555 authored over 7 years ago