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

Remove unnecessary variable

github.com/prest/prest - 5ef263d62cf50b56c839720f17ca01a3908c86af authored about 2 years ago by Vinicius Mesel <[email protected]>
Adds new test cases

github.com/prest/prest - e4c6df5372984c27debbea705022d6aa92cd12dc authored about 2 years ago by Vinicius Mesel <[email protected]>
Fixes styling

github.com/prest/prest - 0e8cc7d19c8a550837b42249bb56047560d93d0a authored about 2 years ago by Vinicius Mesel <[email protected]>
Transform negative if to idiomatic go

github.com/prest/prest - 826d5dfa307a42259f3d5d647b0e15b8fd3088ba authored about 2 years ago by Vinicius Mesel <[email protected]>
Fixes 'Select with one aggregate function without group by' test

github.com/prest/prest - c517c6c78958e8b47051ca2737b38446fcac2012 authored about 2 years ago by Vinicius Mesel <[email protected]>
Adds testing coverage for the aggregation functions workaround

github.com/prest/prest - d46ad6db6d0d4447a59c5923925452c66b7245e6 authored about 2 years ago by Vinicius Mesel <[email protected]>
Adds support to aggregation functions without group by statements

github.com/prest/prest - 472f8998bd8a78bfff389e8c1923cab21427f0f8 authored about 2 years ago by Vinicius Mesel <[email protected]>
Removes MEDIAN group function as it does not exist.

github.com/prest/prest - a02a591eb25cdf928018ebbabc99468035190fa1 authored about 2 years ago by Vinicius Mesel <[email protected]>
set postgres minimal version to 9.5

`jsonb_agg` support
ref: #733

Signed-off-by: Avelino <[email protected]>

github.com/prest/prest - 26b61bd32fe3a6ee40f03b22098eaf2bb34375d4 authored about 2 years ago by Avelino <[email protected]>
set postgres minimal version to 9.5

jsonb_agg support
ref: https://github.com/prest/prest/pull/733

Signed-off-by: Avelino <avelinoru...

github.com/prest/doc-template - f59760f06c76a72d70770e6793275d6d196fbabc authored about 2 years ago by Avelino <[email protected]>
Fixes tests

github.com/prest/prest - 0c46ce0c84c16fce8bce6667e7f5ccf49aa992f9 authored about 2 years ago by Vinicius Mesel <[email protected]>
Fix: Changes JSON_AGG to JSONB_AGG, enabling better performance on the database aggregation operations

github.com/prest/prest - 416d66576282fbc1fe046aba8e6f1b4c9c2c5332 authored about 2 years ago by Vinicius Mesel <[email protected]>
Removes unnecessary spaces v3 - tables_test.go:159

github.com/prest/prest - ac26eb6d467a5b42f10829b404d2f78c20cc389a authored about 2 years ago by Vinicius Mesel <[email protected]>
Removes unnecessary spaces

github.com/prest/prest - 7148c2a513a93b2b91738540a6a3bc698c761a8b authored about 2 years ago by Vinicius Mesel <[email protected]>
Removes unnecessary spaces

github.com/prest/prest - ae6eb7b01bb54d4b5b2ce7a0ef848dd5b9168f40 authored about 2 years ago by Vinicius Mesel <[email protected]>
Adds new documentation for pagination parameters and fix some English typos and grammar.

github.com/prest/prest - 56f7c0f781d7e8a0efb503b113f64920d66207fd authored about 2 years ago by Vinicius Mesel <[email protected]>
Fixes test data

github.com/prest/prest - ba97cfd131050fc6e1e2511580013fa7745ae9a4 authored about 2 years ago by Vinicius Mesel <[email protected]>
Sets the default port to 3000, so its usable in every OS and maintains past-commits consistency

github.com/prest/prest - 20875048dd3a8554fbf8316bf5c1eef31b30c63d authored about 2 years ago by Vinicius Mesel <[email protected]>
Adds testing to the new operators

github.com/prest/prest - ce3e9312d0494eb3d79f9ea6de7125c70b91b19a authored about 2 years ago by Vinicius Mesel <[email protected]>
Adds new NOT ILIKE/LIKE operations to pREST

github.com/prest/prest - f48ba4de48e2f9a350d487d5cc0ae4c47bd0e1b1 authored about 2 years ago by Vinicius Mesel <[email protected]>
Bump github.com/stretchr/testify from 1.8.0 to 1.8.1

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.0 to 1.8.1.
- ...

github.com/prest/prest - be261ac3cbf52e96c35b5de8ddf93faf6a1d9648 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix ctx lint err

github.com/prest/prest - ad79f36ab11f45926abfad57b44817649842786a authored about 2 years ago by Arthur Silva <[email protected]>
fix lint issues

github.com/prest/prest - c30e946cf295495a11cc8db2e4ff21879f43004c authored about 2 years ago by Arthur Silva <[email protected]>
replace cors middleware

github.com/prest/prest - 66ae23d4779c8338bf1e0d268279267e29257633 authored about 2 years ago by Arthur Silva <[email protected]>
allow credentials

github.com/prest/prest - 7d4ce411b3bbf8f9232e3b5d40500f167b6ebf87 authored about 2 years ago by Arthur Silva <[email protected]>
add options method as default

github.com/prest/prest - 5817d364ce56c0b4944b873b04ed4e2346045be4 authored about 2 years ago by Arthur Silva <[email protected]>
set cors allow credentials configurable

github.com/prest/prest - 0ac946d46462695a4b3d2a85e1eb0e2ce5897b96 authored about 2 years ago by Arthur Silva <[email protected]>
Bump github.com/spf13/viper from 1.12.0 to 1.13.0

Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.12.0 to 1.13.0.
- [Release...

github.com/prest/prest - 9cbac083c8efa75e7f9093d664016d9a084d4632 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump github.com/spf13/cobra from 1.4.0 to 1.6.0

Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.4.0 to 1.6.0.
- [Release n...

github.com/prest/prest - 62b3afc7618f8aef58a6b0266cd843734271f5ca authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
update golang version in docker

github.com/prest/prest - b1712dfb0ea214cfc58beb29a5c0a7fca98b4cb9 authored about 2 years ago by Arthur Silva <[email protected]>
encrypt and getSelectQuery simplifications

github.com/prest/prest - 16b78a2fa32f0a7fe4910f9af965f8ffedd6a5fb authored about 2 years ago by Arthur Silva <[email protected]>
add key type for context

github.com/prest/prest - d593b68c69bfa90ab2462a5b31abe9f326cd01ed authored about 2 years ago by Arthur Silva <[email protected]>
fix lint

github.com/prest/prest - 5326bde94349fdd9df3022a2239f24c38aa9e988 authored about 2 years ago by Arthur Silva <[email protected]>
fix schema tests

* fix fmt

github.com/prest/prest - a2e5719f66c60614de73baf8b50e4a8b98525caa authored about 2 years ago by Arthur Silva <[email protected]>
fix typo

github.com/prest/prest - 87b924a30b52bd8c32d0fae516cea248efbdd974 authored about 2 years ago by Arthur Silva <[email protected]>
add local run docs

github.com/prest/prest - 7dd348c789f7c61805a81b8b2c068362ebcc5c38 authored about 2 years ago by Arthur Silva <[email protected]>
fix identifier err msg

github.com/prest/prest - 0fa4eeac3737480027431d14adb821527746187c authored about 2 years ago by Arthur Silva <[email protected]>
remove xsite error

github.com/prest/prest - 5e7d50d9651468955da16523f64e397116ad60c9 authored about 2 years ago by Arthur Silva <[email protected]>
add context pkg

github.com/prest/prest - 32d7d47b029547a07fba41689ef47e563fde5481 authored about 2 years ago by Arthur Silva <[email protected]>
revert dc comment

github.com/prest/prest - ab006bef60bddcac24e2e9dfa2ecc2a6ea60a805 authored about 2 years ago by Arthur Silva <[email protected]>
fix router comment

github.com/prest/prest - 925aefaf3257a806ca05c7b17a9ad8bf15e8cde8 authored about 2 years ago by Arthur Silva <[email protected]>
add comments

github.com/prest/prest - b183e67608ac5d3677f95da603038af8678e1606 authored about 2 years ago by Arthur Silva <[email protected]>
add QueryCtx

github.com/prest/prest - be10652a04afcbcf03eed11bd57efae03c6d34c0 authored about 2 years ago by Arthur Silva <[email protected]>
route fixes

github.com/prest/prest - 5fbca8d7c3d4560d209ae1c66f9d4da92619638c authored about 2 years ago by Arthur Silva <[email protected]>
avoid db get error

github.com/prest/prest - 76cd4ce8ff8ba288e635f76633316575e87cecbd authored about 2 years ago by Arthur Silva <[email protected]>
check err

github.com/prest/prest - 9c3ba5133279e0ba2bee4a8da571b2b107c7e398 authored about 2 years ago by Arthur Silva <[email protected]>
add QueryCountCtx

github.com/prest/prest - dd930e76f9ac9ceb117d03977b713319b9b48e9b authored about 2 years ago by Arthur Silva <[email protected]>
fix json errors

github.com/prest/prest - 5122397d0283581fed3f4c3d4e5487d105f38913 authored about 2 years ago by Arthur Silva <[email protected]>
disable v2 route

github.com/prest/prest - ae1bb371cce383f7a5a352a22a519ecc1376e232 authored about 2 years ago by Arthur Silva <[email protected]>
fix tests

github.com/prest/prest - 234677ff95c1089eeda306df7180732f239a8859 authored about 2 years ago by Arthur Silva <[email protected]>
simplify cfg logic

* reduces default maxidleconn

github.com/prest/prest - a170823e05df67176d3a7280d8070806f4068087 authored about 2 years ago by Arthur Silva <[email protected]>
move ctx set

github.com/prest/prest - d8fddf80d1880842ef185ab88ea662d2b9eedf45 authored about 2 years ago by Arthur Silva <[email protected]>
add ShowTableCtx

github.com/prest/prest - 8d451a65deb8c78192cd97631aa813e3301048d0 authored about 2 years ago by Arthur Silva <[email protected]>
docs: todo remove setdatabase

github.com/prest/prest - f4224f7635632edf045ea7af7c7b11edb270629c authored about 2 years ago by Arthur Silva <[email protected]>
update modules

github.com/prest/prest - d72c1ebff08591be84317e76bb6a2ac35b5f10ed authored about 2 years ago by Arthur Silva <[email protected]>
separate golangci-lint in action

github.com/prest/prest - 523ad15ab018b944a09c72f1e09a768f409c1e6d authored about 2 years ago by Arthur Silva <[email protected]>
only run build's docker steps on main branch

github.com/prest/prest - f02711f8eb71d31d10dd1d73ab24947dcaab2975 authored about 2 years ago by Arthur Silva <[email protected]>
fix PR automated comments

github.com/prest/prest - ab565afb7aa3633f836931d033c463c9022eb159 authored about 2 years ago by Arthur Silva <[email protected]>
add InsertCtx

github.com/prest/prest - d2550d239d991269e21517366fe5ba7ca714ee9c authored about 2 years ago by Arthur Silva <[email protected]>
fix tests

github.com/prest/prest - 6523b3d79a5c21ac8f537f89b5d3843bba2fec80 authored about 2 years ago by Arthur Silva <[email protected]>
add GetTransactionCtx and ExecuteScriptsCtx

github.com/prest/prest - 2d5bef4350656eb586a2d47aff6f15f7b8ef793d authored about 2 years ago by Arthur Silva <[email protected]>
add BatchInsertValuesCtx and BatchInsertCopyCtx

github.com/prest/prest - 97ea1a6afc4675e7f7566ec5c3d00b7b4b5f8d91 authored about 2 years ago by Arthur Silva <[email protected]>
add DeleteCtx

github.com/prest/prest - 7d49f104532bbe01323442d13cc58a1f15477bf9 authored about 2 years ago by Arthur Silva <[email protected]>
remove unused code

* fix lint errors

github.com/prest/prest - a8ea6c4da0cbef45d7f57f9ead3b202d26f23d0a authored about 2 years ago by Arthur Silva <[email protected]>
add UpdateCtx

github.com/prest/prest - a5b7f898aa07febf0fde62136d11713aa0216d53 authored about 2 years ago by Arthur Silva <[email protected]>
pass db address and fix logs

github.com/prest/prest - eadc8f4f40e6be4d4c658e71ecd09b04545b97f8 authored about 2 years ago by Arthur Silva <[email protected]>
pass ctx to WriteSQL

github.com/prest/prest - d263930bc1b71843a51e0d51eb2d2d756d33e3bd authored about 2 years ago by Arthur Silva <[email protected]>
fix logs

github.com/prest/prest - e9414fe9d3a07a461899ebfae3e9ead1b38e49db authored about 2 years ago by Arthur Silva <[email protected]>
use require on DoRequest tests

github.com/prest/prest - b4b7846ea92d8bb44cb6870163b4a6f4795429e7 authored about 2 years ago by Arthur Silva <[email protected]>
fix test case

github.com/prest/prest - 4a2a3169fd117f594cb1507688c90bd367ccc2d2 authored about 2 years ago by Arthur Silva <[email protected]>
simplify returns

* adds tests
* add errors file

github.com/prest/prest - fa008171113de377d0271d6ae321cb9c0420ffb1 authored about 2 years ago by Arthur Silva <[email protected]>
add errors

github.com/prest/prest - f7e9fb113447cb69ee3aac6cfc9cf3644a00239c authored about 2 years ago by Arthur Silva <[email protected]>
add default request timeout to config

* add SetTimeoutToContext and docs
* defaults to 60 seconds
* bump go to 1.18
* fix tests
* norm...

github.com/prest/prest - d067263b17f3e8c9bf92dc8b92f04fcebe6a94f9 authored about 2 years ago by Arthur Silva <[email protected]>
Bump github.com/tidwall/buntdb from 1.2.9 to 1.2.10

Bumps [github.com/tidwall/buntdb](https://github.com/tidwall/buntdb) from 1.2.9 to 1.2.10.
- [Re...

github.com/prest/prest - 4d9e2c4dc08a7a03360437351e539c047eb22b65 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
README: change pREST to prestd

github.com/prest/prest - 721dc03f67f01b34f9b460aed20a122991347cce authored over 2 years ago by Avelino <[email protected]>
Bump github.com/stretchr/testify from 1.7.1 to 1.7.2

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.1 to 1.7.2.
- ...

github.com/prest/prest - d8d35790aea447eb58e9be17117470627902198a authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump github.com/spf13/viper from 1.11.0 to 1.12.0

Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.11.0 to 1.12.0.
- [Release...

github.com/prest/prest - 41cc084047ef132fcdbfd2f920ce02bfce53870d authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump github.com/lib/pq from 1.10.5 to 1.10.6

Bumps [github.com/lib/pq](https://github.com/lib/pq) from 1.10.5 to 1.10.6.
- [Release notes](ht...

github.com/prest/prest - 02a164ffb54e7b2b3ef0ff348d4b8c2ed88ee3fa authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump github.com/jmoiron/sqlx from 1.3.4 to 1.3.5

Bumps [github.com/jmoiron/sqlx](https://github.com/jmoiron/sqlx) from 1.3.4 to 1.3.5.
- [Release...

github.com/prest/prest - 81ca46dfab0eacd1d279bfb91e664bf921ca60cf authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix tests to work with github workflow

github.com/prest/prest - ab5658472662818f4a07917ae68809269de7d202 authored over 2 years ago by bdm-oslandia <[email protected]>
Add schema configuration for prest_users table

github.com/prest/prest - e45abe7b0b01cca9628a9f14d2fc2c94f64e8ec5 authored over 2 years ago by bdm-oslandia <[email protected]>
Fix config tests

github.com/prest/prest - 4b3614d8f0f138b81e9e1c27361f69f69b173149 authored over 2 years ago by bdm-oslandia <[email protected]>
init/db: populate example table

github.com/prest/prestd-buildui - f78ba8e5d2217dfda6b13099f84c5e2e5b22f9d9 authored over 2 years ago by Avelino <[email protected]>
Bump minimist from 1.2.5 to 1.2.6

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](ht...

github.com/prest/prestd-buildui - f31fb613b434ff8cfeb94848b878f6f2aac02d0e authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
doc: put reference links (knowledge transfer)

github.com/prest/prestd-buildui - 4ac95e45d3de4a9281f4bede18a8043a0e00a8ac authored over 2 years ago by Avelino <[email protected]>
package: upgrade

github.com/prest/prestd-buildui - 4c43c9b4d4efa0f5da9a48107fbf7d3754f78857 authored over 2 years ago by Avelino <[email protected]>
next/config: set default

if no environment variable is declared we will use default values

github.com/prest/prestd-buildui - 23fb4b6e01962b9fd2386eebba7c0aea2d4f808e authored over 2 years ago by Avelino <[email protected]>
update how to run the project

github.com/prest/prestd-buildui - f6d3d30a07174a592c541967e86716006420c78d authored over 2 years ago by Avelino <[email protected]>
Bump github.com/spf13/viper from 1.10.1 to 1.11.0

Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.10.1 to 1.11.0.
- [Release...

github.com/prest/prest - e46c8128446a4024636d056fb235a05edf2e11a9 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump github.com/lib/pq from 1.10.4 to 1.10.5

Bumps [github.com/lib/pq](https://github.com/lib/pq) from 1.10.4 to 1.10.5.
- [Release notes](ht...

github.com/prest/prest - e37bdbe646da38b4409c7de626d998211972ec09 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fixed contribution link

fixed: https://github.com/prest/prest/issues/690

github.com/prest/prest - 498d35d7acccc2aa84be9e54b63bcd9a230ba9ee authored over 2 years ago by Avelino <[email protected]>
Bump github.com/stretchr/testify from 1.7.0 to 1.7.1

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.0 to 1.7.1.
- ...

github.com/prest/prest - 26a7e27d6db0abe0eab0cbbc8dc946fdd66fe37c authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump github.com/spf13/cobra from 1.3.0 to 1.4.0

Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.3.0 to 1.4.0.
- [Release n...

github.com/prest/prest - 0977300e530c9f5a7cb7aca17b8e7cbbc8cb1f20 authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Create codeql-analysis.yml

github.com/prest/prestd-buildui - f1dc67288d15cceb1ce28ed12b97cdff2ada9a98 authored almost 3 years ago by Avelino <[email protected]>
Bump next from 12.0.8 to 12.0.9

Bumps [next](https://github.com/vercel/next.js) from 12.0.8 to 12.0.9.
- [Release notes](https:/...

github.com/prest/prestd-buildui - 6a6af9337c64991b1457b5a78b5047f702c1e399 authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Dependabot: node-fetch to 2.6.7

CVE-2022-0235: High severity
https://github.com/advisories/GHSA-r683-j2x4-v87g
Vulnerable version...

github.com/prest/prestd-buildui - 7f5b29ff1c90069eb286429ee3be8ece6850ec7b authored almost 3 years ago by Avelino <[email protected]>
remove docs folder

we will use the docs.prestd.com documentation, here will be the markdown files
will be written in...

github.com/prest/prestd-buildui - 52e9409063dad50cc47dafc220752c3f35f9ad50 authored almost 3 years ago by Avelino <[email protected]>
prest/lib: use export default

we no longer need the environment variables declaring table and schema

Signed-off-by: Avelino <a...

github.com/prest/prestd-buildui - 8ad4ed386206016e77174dcca2a6036aeca887f2 authored almost 3 years ago by Avelino <[email protected]>
add link on buildui head name

Signed-off-by: Avelino <[email protected]>

github.com/prest/prestd-buildui - d98c9748be942844fd013f7af930db5f0b638002 authored almost 3 years ago by Avelino <[email protected]>
fixed edit entity

Signed-off-by: Avelino <[email protected]>

github.com/prest/prestd-buildui - 1d3f13a159c9cdb686ce26af239c52a2ada0cc2a authored almost 3 years ago by Avelino <[email protected]>