Ecosyste.ms: OpenCollective

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

github.com/prest/prest

PostgreSQL ➕ REST, low-code, simplify and accelerate development, ⚡ instant, realtime, high-performance on any Postgres application, existing or new
https://github.com/prest/prest

Improve json return (#158)

* Use json_agg instead of assembling the answer and then return the json via Go

* remove redu...

11bab058754c246fc794cc0e9e228e892b5b2ed4 authored over 7 years ago by Cesar Gimenes <[email protected]>
Improve json return (#158)

* Use json_agg instead of assembling the answer and then return the json via Go

* remove redu...

8727160fab87cfe14143bee56ee9b4029970854b authored over 7 years ago by Cesar Gimenes <[email protected]>
Improve json return (#158)

* Use json_agg instead of assembling the answer and then return the json via Go

* remove redu...

4012cffd72f1e14a4d4954d355a1ae7622cb3b4d authored over 7 years ago by Cesar Gimenes <[email protected]>
Merge pull request #159 from nuveo/remove_mock

remove mock

b9f7abea00616c8ea983097933b3dc4b99aa169c authored over 7 years ago by Cesar Gimenes <[email protected]>
remove mock

61d46eca690fc39b05fabe478e424a7af0493438 authored over 7 years ago by Felipe Oliveira <[email protected]>
remove mock

4b73d8f14329fdd966b01fe1b7786c30fe9e6d44 authored over 7 years ago by Felipe Oliveira <[email protected]>
prevent more than load when use pREST as a module (#155)

62d8edfb9010dc27ac8bf3c1199b9971aa615fd1 authored over 7 years ago by Felipe Oliveira <[email protected]>
prevent more than load when use pREST as a module (#155)

c9671c8a5e0f5701a5a3facb86071127c0a16638 authored over 7 years ago by Felipe Oliveira <[email protected]>
a mock of database connection (#154)

* a mock of database connection

* test execute a query using mock

* fix tests

* fix cod...

e7d121346e83332991c7f6eccf1ffa568a5d7132 authored over 7 years ago by Felipe Oliveira <[email protected]>
a mock of database connection (#154)

* a mock of database connection

* test execute a query using mock

* fix tests

* fix cod...

8584906266b352db2b9ea24cd2f98d23bdb308d6 authored over 7 years ago by Felipe Oliveira <[email protected]>
implement funcs to help scripts (#152)

* implement funcs to help scripts

* use file name

* params are optinal now

* params are...

c44c1b97961104279a985e9f7efe3500e6b10c24 authored over 7 years ago by Felipe Oliveira <[email protected]>
implement funcs to help scripts (#152)

* implement funcs to help scripts

* use file name

* params are optinal now

* params are...

c9fd47e3bb1e3cd857a85386e1e3df003d446b52 authored over 7 years ago by Felipe Oliveira <[email protected]>
implement funcs to help scripts (#152)

* implement funcs to help scripts

* use file name

* params are optinal now

* params are...

3a5ad4974c495ed8063be8bd9d3530a567b162be authored over 7 years ago by Felipe Oliveira <[email protected]>
implement funcs to help scripts (#152)

* implement funcs to help scripts

* use file name

* params are optinal now

* params are...

52f53cfbc7ea7a39a9435aaeeb7af772ee71da74 authored over 7 years ago by Felipe Oliveira <[email protected]>
fix bug in insert json (#150)

* try to reproduce bug in insert json

* print bug

* add new table for this test

* updat...

29eda67483c099e80bc36bfe994bd621d08c4c47 authored over 7 years ago by Felipe Oliveira <[email protected]>
fix bug in insert json (#150)

* try to reproduce bug in insert json

* print bug

* add new table for this test

* updat...

4331e30fa3f2df3db702daad8e69d9ad18aec5bf authored over 7 years ago by Felipe Oliveira <[email protected]>
introduce debug mode (#148)

* introduce debug mode

* add info about debug on README

* add test

* fix tests

* rem...

e59f790995034e600444ee3137f6df5d4b340801 authored over 7 years ago by Felipe Oliveira <[email protected]>
introduce debug mode (#148)

* introduce debug mode

* add info about debug on README

* add test

* fix tests

* rem...

0af7e5b24b489cfc8cd9fe26072ab8732521d23d authored over 7 years ago by Felipe Oliveira <[email protected]>
introduce debug mode (#148)

* introduce debug mode

* add info about debug on README

* add test

* fix tests

* rem...

aedf6af921a9db31e45ee29ef393eb0d17a62ab0 authored over 7 years ago by Felipe Oliveira <[email protected]>
file no more mandatory (#144)

* file no more mandatory

* remove extension

* better way to get file name

d4ba63e1eb4a179b61b903c4fe62f0bdcc700c0c authored over 7 years ago by Felipe Oliveira <[email protected]>
file no more mandatory (#144)

* file no more mandatory

* remove extension

* better way to get file name

668daaf95f7ceffafed28464955eb6fd950498c0 authored over 7 years ago by Felipe Oliveira <[email protected]>
improve chkInvalidIdentifier function and fix bug when passing empty string (#143)

e9e322b5c6a024176364aea82815182da17b353c authored over 7 years ago by Cesar Gimenes <[email protected]>
improve chkInvalidIdentifier function and fix bug when passing empty string (#143)

12aff7314f2eebc297b37d00909db24be8accb6f authored over 7 years ago by Cesar Gimenes <[email protected]>
Remove rubocop from code climate engines (#141)

3579aea2330a2534f35eb6f332a4d41e056fbad0 authored over 7 years ago by Cássio Botaro <[email protected]>
Merge branch 'master' of github.com:nuveo/prest

* 'master' of github.com:nuveo/prest:
Prevents multiple startup when the pREST is used as a pa...

b6643cbba9b31b44b3444a6cca4e07476ff15021 authored over 7 years ago by Avelino <[email protected]>
added codeclimate code analytic

1bdfdaaf7a463e13588786c0960d6dd2529c336e authored over 7 years ago by Avelino <[email protected]>
Prevents multiple startup when the pREST is used as a package. (#139)

* update testes

* remove init() functions

* configure cmd on Execute() function

7fa6155867716f99b288685f399935ae05647b77 authored over 7 years ago by Cesar Gimenes <[email protected]>
Prevents multiple startup when the pREST is used as a package. (#139)

* update testes

* remove init() functions

* configure cmd on Execute() function

db11285defa2a1818c5a479da328e58a7b2c0d8d authored over 7 years ago by Cesar Gimenes <[email protected]>
Prevents multiple startup when the pREST is used as a package. (#139)

* update testes

* remove init() functions

* configure cmd on Execute() function

b676b44e01eef373f04b464816228424fc483354 authored over 7 years ago by Cesar Gimenes <[email protected]>
Prevents multiple startup when the pREST is used as a package. (#139)

* update testes

* remove init() functions

* configure cmd on Execute() function

80290604da6900c864e9671e539728b945b926f9 authored over 7 years ago by Cesar Gimenes <[email protected]>
Prevents multiple startup when the pREST is used as a package. (#139)

* update testes

* remove init() functions

* configure cmd on Execute() function

30c0ff1e6e6f65d321a1d082d606dd18fedb07fd authored over 7 years ago by Cesar Gimenes <[email protected]>
set new release 0.1.7

655605511bdbe30eb1af73dd83e175c26dc76791 authored over 7 years ago by Avelino <[email protected]>
set new release 0.1.7

c194003d2a1ac444980ea763278ba9821abe7140 authored over 7 years ago by Avelino <[email protected]>
Improve error return (#137)

* add error handler

* create Get to connect without panic if error

* use Get to connect in...

c30b8a2843aaea8df7e1415460c942d57d305122 authored over 7 years ago by Cesar Gimenes <[email protected]>
Improve error return (#137)

* add error handler

* create Get to connect without panic if error

* use Get to connect in...

7263121e46ca3c09ac4dc6ac784a74d71060676e authored over 7 years ago by Cesar Gimenes <[email protected]>
Improve error return (#137)

* add error handler

* create Get to connect without panic if error

* use Get to connect in...

0eec32a9c9fe32e6ef7651ba82d939bfcecefcaa authored over 7 years ago by Cesar Gimenes <[email protected]>
Improve error return (#137)

* add error handler

* create Get to connect without panic if error

* use Get to connect in...

28a6286bb75ed89b1b9aea08b8451df04da16736 authored over 7 years ago by Cesar Gimenes <[email protected]>
Improve error return (#137)

* add error handler

* create Get to connect without panic if error

* use Get to connect in...

0bfc23c8276e3659fbb779c72d3b71aa5f183543 authored over 7 years ago by Cesar Gimenes <[email protected]>
fix config propagate for all commands (#136)

* fix config propagate for all commands

* fix travis

efbc6a66dcf3fc39b2ed909565d669e25580da80 authored over 7 years ago by Felipe Oliveira <[email protected]>
fix config propagate for all commands (#136)

* fix config propagate for all commands

* fix travis

87a54334bfd2ac009a5ec1d0ba2b1f3280ad36f1 authored over 7 years ago by Felipe Oliveira <[email protected]>
Remove prepare from queries scripts (#134)

* Remove prepare from queries scripts

Assume it scripts written by users are `prepared` by de...

c3a5925b65ae263c2e90e2c13c5b924a2ef492d2 authored over 7 years ago by Mario Idival <[email protected]>
Remove prepare from queries scripts (#134)

* Remove prepare from queries scripts

Assume it scripts written by users are `prepared` by de...

f3f5ec5b93aed37a3b851871aa1316a7c8650b31 authored over 7 years ago by Mario Idival <[email protected]>
Remove prepare from queries scripts (#134)

* Remove prepare from queries scripts

Assume it scripts written by users are `prepared` by de...

3cba551c0041f2e5f521e683be86008f953639a5 authored over 7 years ago by Mario Idival <[email protected]>
Remove prepare from queries scripts (#134)

* Remove prepare from queries scripts

Assume it scripts written by users are `prepared` by de...

31d2f99b41a8eb8b2c0c4a0ffcede614ba2eac30 authored over 7 years ago by Mario Idival <[email protected]>
Refactoring to prevent multiple configuration loads (#131)

* Remove unnecessary code

* Remove unnecessary code

* Remove unnecessary code

* update ...

089c60e2eb151cfbb8b2e759c443e939fcadfd18 authored over 7 years ago by Cesar Gimenes <[email protected]>
Refactoring to prevent multiple configuration loads (#131)

* Remove unnecessary code

* Remove unnecessary code

* Remove unnecessary code

* update ...

39d1b75c55cf71c9b6735c856ddd67adffe56180 authored over 7 years ago by Cesar Gimenes <[email protected]>
Refactoring to prevent multiple configuration loads (#131)

* Remove unnecessary code

* Remove unnecessary code

* Remove unnecessary code

* update ...

71681994524551a7ce9f0116551a894b138ec186 authored over 7 years ago by Cesar Gimenes <[email protected]>
Refactoring to prevent multiple configuration loads (#131)

* Remove unnecessary code

* Remove unnecessary code

* Remove unnecessary code

* update ...

4cc7b84c1ddd0b3adb22a6ad229a1ef5e2445eb9 authored over 7 years ago by Cesar Gimenes <[email protected]>
Refactoring to prevent multiple configuration loads (#131)

* Remove unnecessary code

* Remove unnecessary code

* Remove unnecessary code

* update ...

3dd2d28ad564036f577057889086af2b6c4299f3 authored over 7 years ago by Cesar Gimenes <[email protected]>
Xml renderer support (#129)

* implementation and remove comment from test case

* add test

* sync vendor

* fix some ...

d062e8276b8302c70d6091d37da4856b2a0e1717 authored over 7 years ago by Felipe Oliveira <[email protected]>
Xml renderer support (#129)

* implementation and remove comment from test case

* add test

* sync vendor

* fix some ...

1f25b6aec0a362da6a4f360330441b3cce883000 authored over 7 years ago by Felipe Oliveira <[email protected]>
Xml renderer support (#129)

* implementation and remove comment from test case

* add test

* sync vendor

* fix some ...

30e522ecd487d3ad1f3987e52909cfae50aa5688 authored over 7 years ago by Felipe Oliveira <[email protected]>
set new release 0.1.6

6db6eb56a6e1fba6f221cd1bb77a8ecb1abb29f1 authored almost 8 years ago by Avelino <[email protected]>
set new release 0.1.6

832b8544a346bb9a7d03acc2090daf7e80c77ea2 authored almost 8 years ago by Avelino <[email protected]>
fix memory leak (#128)

03e0786d5ba7666921d3946d34313a190dbc4fc6 authored almost 8 years ago by Henrique Chehad <[email protected]>
fix memory leak (#128)

0e1e5bb407f01ac32bff1426512adaaa4c334601 authored almost 8 years ago by Henrique Chehad <[email protected]>
set new release 0.1.5

7c97f0b44c6faf344529d3d0aa1f72f32d67a095 authored almost 8 years ago by Avelino <[email protected]>
set new release 0.1.5

5ca7ee94523ff9ef157c471bc56b3c34ee5f1369 authored almost 8 years ago by Avelino <[email protected]>
connection timeout configuration (#127)

* created connection timeout configuration

* created postgres timeout test

* moved timeout...

9f045bd27a3296f8ed2e710aefb0314eccdbc1bf authored almost 8 years ago by Henrique Chehad <[email protected]>
connection timeout configuration (#127)

* created connection timeout configuration

* created postgres timeout test

* moved timeout...

999f5c0c593105cf1ceb3b171c7adf160610bc93 authored almost 8 years ago by Henrique Chehad <[email protected]>
connection timeout configuration (#127)

* created connection timeout configuration

* created postgres timeout test

* moved timeout...

93cd83b2e00c4835cf61c387b48096cc94538009 authored almost 8 years ago by Henrique Chehad <[email protected]>
Added version command line (#125)

* added version command line
print current version pREST

* create migrate version cmd

0cb1289dc50eeab423740138c87d93d678a1f36d authored almost 8 years ago by Thiago Avelino <[email protected]>
Added version command line (#125)

* added version command line
print current version pREST

* create migrate version cmd

be3cf87f6766e3c0d77d4f16aad0835a506d97cb authored almost 8 years ago by Thiago Avelino <[email protected]>
Added version command line (#125)

* added version command line
print current version pREST

* create migrate version cmd

8df2085d58363e5f9fda9dcd1c70b65408f0c816 authored almost 8 years ago by Thiago Avelino <[email protected]>
fix issue #122, removing access control from base stack (#123)

* fix issue #122, removing access control from base stack

* fix tests

* dont clean env

...

faf0eaff699c9a3233e234c56f235c7ea391419b authored almost 8 years ago by Felipe Oliveira <[email protected]>
fix issue #122, removing access control from base stack (#123)

* fix issue #122, removing access control from base stack

* fix tests

* dont clean env

...

1e8a38fca033f1b283e570f6144a04c5d82c0464 authored almost 8 years ago by Felipe Oliveira <[email protected]>
Fixed should have comment version var

7c68ffddce735033cf3aa9081f802029238c5ac5 authored almost 8 years ago by Avelino <[email protected]>
remove 1 recovery and add logger (#121)

c5d1e8d783d980131e4bd5fa2f64731ec073b423 authored almost 8 years ago by Felipe Oliveira <[email protected]>
remove 1 recovery and add logger (#121)

49f2bdb11e8af3a863181d0895bbe8401b16ceea authored almost 8 years ago by Felipe Oliveira <[email protected]>
possibility to reorder (#120)

08c5592dc5b461fff5dce2a7121c2b59f862b6e7 authored almost 8 years ago by Felipe Oliveira <[email protected]>
possibility to reorder (#120)

92ca666a7a28a00416702efd66925279edae06b0 authored almost 8 years ago by Felipe Oliveira <[email protected]>
possibility to reorder (#120)

69b40d392f3dac1db7430f893700f394f9f72576 authored almost 8 years ago by Felipe Oliveira <[email protected]>
possibility to reorder (#120)

ca178328061a054994f1207b24986b26d3920475 authored almost 8 years ago by Felipe Oliveira <[email protected]>
fix some warnings (#116)

f0f992585e97651943f41ba82a54f4cd2b520ce8 authored almost 8 years ago by Felipe Oliveira <[email protected]>
fix some warnings (#116)

15bee3566aafafe6cffea764b9abfafaed2750f8 authored almost 8 years ago by Felipe Oliveira <[email protected]>
fix some warnings (#116)

44ec08a809793cf04a1647cf202de08a5335062b authored almost 8 years ago by Felipe Oliveira <[email protected]>
fix some warnings (#116)

45ed7211182b40dde3e41b7cd29862d01f4bac8f authored almost 8 years ago by Felipe Oliveira <[email protected]>
enable add custom middleware (#117)

Signed-off-by: Felipe Oliveira <[email protected]>

2320a8ff5ca8fe074c332c8643dd9504522d9306 authored almost 8 years ago by Felipe Oliveira <[email protected]>
enable add custom middleware (#117)

Signed-off-by: Felipe Oliveira <[email protected]>

915706683bc363d681c60e97f6ad23a20ca21631 authored almost 8 years ago by Felipe Oliveira <[email protected]>
enable add custom middleware (#117)

Signed-off-by: Felipe Oliveira <[email protected]>

b0f7b9a7c49e5fb43ede72db5cafef881a58713f authored almost 8 years ago by Felipe Oliveira <[email protected]>
add 1.8 and tip (#118)

56acee2d02cfc205aa32b1cce77a27c1a378faa8 authored almost 8 years ago by Felipe Oliveira <[email protected]>
generate release 0.1.2

0879cbef401b9d4b8b9457c7adfe088acc3d5ea9 authored almost 8 years ago by Avelino <[email protected]>
show error if have error in config file (#115)

* show error if have error in config file

* stop execution when found an error in conf

* r...

ca8415076e36e5c413a062c5b893264a3e282965 authored almost 8 years ago by Henrique Chehad <[email protected]>
show error if have error in config file (#115)

* show error if have error in config file

* stop execution when found an error in conf

* r...

d17e85120aeb33379a3d6a8a0aa9906ac03fe622 authored almost 8 years ago by Henrique Chehad <[email protected]>
show error if have error in config file (#115)

* show error if have error in config file

* stop execution when found an error in conf

* r...

30eaaf24b77141b628fce188ac32ef5c8f7ecc52 authored almost 8 years ago by Henrique Chehad <[email protected]>
execute script as public function (#109)

* execute script as public function

* created TestExecuteScriptQuery

78e45238b1a6c05530f8a2b2ca90f05e276ff161 authored almost 8 years ago by Henrique Chehad <[email protected]>
execute script as public function (#109)

* execute script as public function

* created TestExecuteScriptQuery

4d6c029174110a0d0335d8a6cf2eeb22c44bb631 authored almost 8 years ago by Henrique Chehad <[email protected]>
fix schemas count (#111)

* fix schemas count

* add test case

* fix body

* array

3bb1676bafee044367fa719aca66f0bee02dc557 authored almost 8 years ago by Felipe Oliveira <[email protected]>
fix schemas count (#111)

* fix schemas count

* add test case

* fix body

* array

09d1eaf6a194a5a04c6fd3d170634cd845c429b5 authored almost 8 years ago by Felipe Oliveira <[email protected]>
fix schemas count (#111)

* fix schemas count

* add test case

* fix body

* array

925bbe38a6e35bdfb419561eb21cf0d508689838 authored almost 8 years ago by Felipe Oliveira <[email protected]>
[WIP] fix database count (#110)

* fix database count

* fix database count

* fix tests

* fix test

* remove println

feff0a4caa160418a82337a6d245188174aa79df authored almost 8 years ago by Felipe Oliveira <[email protected]>
[WIP] fix database count (#110)

* fix database count

* fix database count

* fix tests

* fix test

* remove println

2a9e55217802d7739ef44a8132edd1fde88e3df3 authored almost 8 years ago by Felipe Oliveira <[email protected]>
[WIP] fix database count (#110)

* fix database count

* fix database count

* fix tests

* fix test

* remove println

b69b2ccba78af160353da12662984f1720ad949a authored almost 8 years ago by Felipe Oliveira <[email protected]>
Merge pull request #106 from henriquechehad/modules-v2

Modules structure

4eb65dd0e053dc67fe9da2d81eb27bbdd7cef440 authored almost 8 years ago by Cássio Botaro <[email protected]>
updating from master

ecf1ff9b6dd2339a02d45021bcf8d50fb2a55d93 authored almost 8 years ago by Henrique Chehad <[email protected]>
updating from master

91df612d544cadb29b11a9a43b15d71686b8d3d9 authored almost 8 years ago by Henrique Chehad <[email protected]>
updating from master

a36c47a33f448053bc4fb22831d265858e61d4f4 authored almost 8 years ago by Henrique Chehad <[email protected]>
Merge pull request #107 from henriquechehad/cors-support

CORS support

b6543a49d35725cfcfe06ce68d3aa60d11309313 authored almost 8 years ago by Cássio Botaro <[email protected]>
added cors new vendors

68ad00dbbe9d7d40fb0aa82df3e5381177589e81 authored almost 8 years ago by Henrique Chehad <[email protected]>
added cors support

db9d0b400821385597fa59923439d665abf3f739 authored almost 8 years ago by Henrique Chehad <[email protected]>