Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/prest/controllers
pREST controllers package
https://github.com/prest/controllers
7200b74ea33aa7b94b6aa5631a51f99c47dcf5b1 authored over 5 years ago
* Return 404 response for inserts,updates and deletes with invalid schema and or tables
* Del...
f5a8ae792806ad799b3f84f3a1404d1b6701d743 authored about 6 years ago* update return selected value set by _returning=*/field
* fix typo
* cleaning
* fix re...
b69fb390b8f49cfd2e0cd2e9d45db9ebfde24e88 authored over 6 years agoInsert status code
361ea773137700c98f56c7f49e959ed4ff5cc975 authored over 6 years ago12c95a544d86a844bd11b94b23c121bf777a3f0c authored over 6 years ago
813208828c341cacb5db4c58e0d7101404461330 authored over 6 years ago
* muilti values
* variadic arguments
* header to choose insert batch method
* jst the t...
7244bc3090d575148bfb685ba3ae82917d339cfe authored over 6 years ago* Add BatchInsertInTables to make inserts with batch
* implement batch functions
* add tes...
a680d0f6bb94c92891e6b7f8b50cf128d7645797 authored almost 7 years ago* databases used encapsulate statements
* schemas used encapsulate statements
* tables use...
03ddc995e3ef557f1014b1c876c6aed9cf68327e authored almost 7 years agoAdjusted UpdateTable for compatibility with other Adapters
721f80153a5db7f7ffaf88a46c17dc91bbc54cfd authored almost 7 years agoInverted the order of the generation of the values to the natural order of the query, SET and th...
a0b6be8e4f5e5f5e36e89f749cdcdb7dbf455841 authored almost 7 years agoad78673b72a7ea8f3afaecf19dc5687eb2eca5df authored almost 7 years ago
* Support access to all databases in PostgreSQL cluster
* Joel`s conflicts and merge manuali ...
b7c5947030a81e7524a03d16ea6c6b0726d0fb1b authored about 7 years agoJoel`s conflicts and merge manualy
0d568c2474bb92d47ae28896b265945207945f10 authored about 7 years agoe55ed9a9dea707093e5f423cb4259113bda16470 authored over 7 years ago
424bf753aee7b819b1eb12687e94ee0d6e89e25a authored over 7 years ago
b76ca93f10f835c7630288746e5ff71aadf53a9c authored over 7 years ago
Fix middlewares package import
9c37a728cc4c614e3ee42cbdeff91555425902ce authored over 7 years ago43a41b5ece9f87ef45b6003489eae6aaaa78d84e authored over 7 years ago
* wrapper names with "
* add more tests
* create new table config on tests
* create new...
19c7291495c5842b1107783d0bdb7720ff8418ca authored over 7 years ago7da58d1f72070001bb9e38ebabb37867f94956b8 authored over 7 years ago
db2a3dc621fdfac7811f9e0c623ef8ea145d785c authored over 7 years ago
I commit on master by mistake
This reverts commit 6be2d6ba60978ba43d43fae7e04fd2de7046a01f.
b1bece1c499550ac318391ba93e36c8b39df670c authored over 7 years ago6be2d6ba60978ba43d43fae7e04fd2de7046a01f authored over 7 years ago
* scanner implementation
* travis
* fix schma sh
* remove sum: tests
not working, revi...
Refactor controllers package
9f650d5e24c173b6579df04c936697d24b2c4dfd authored over 7 years agob721770930f110e9216094be477405d7073ae670 authored over 7 years ago
* github.com:prest/controllers:
Initial commit
d594d8430b25dabd246bc26e320018d0eda3e21a authored over 7 years ago
* Add support to HAVING clause
* Update README.md
4c30ab64dd67075be1d6d10d375036458983d033 authored over 7 years ago* Add support to aggregation function and group by
* Change chkInvalidIdentify to permit func...
0835881cf9425ceb7b5741eaee9bbb968c41ab27 authored over 7 years ago7428af6b954af4b7725b0a1270c39c87490fa74d authored over 7 years ago
32fdea50c4f2bc6f3a04cb7bb4f52a3f3de7a4b5 authored over 7 years ago
e82785250b05a6518c1bb34277970e0be3c7facf authored over 7 years ago
98c7e12c660e747051db81b044af0846b8023fed authored over 7 years ago
a7280f91e6ff7c900d4cc0ab71dd18bf9c1aa6a4 authored over 7 years ago
7e263196d5e983e76c852750dad04a841f8ca8fe authored over 7 years ago
a6348ac88f4c9939c6e02ade61d8ffb5b78a457b authored over 7 years ago
* basic array support
* support array field on update
* add examples of array field
* a...
de7ab7ca11ece27a37249ee0e21179de385d8965 authored over 7 years ago* Use json_agg instead of assembling the answer and then return the json via Go
* remove redu...
8727160fab87cfe14143bee56ee9b4029970854b authored over 7 years ago* implement funcs to help scripts
* use file name
* params are optinal now
* params are...
52f53cfbc7ea7a39a9435aaeeb7af772ee71da74 authored over 7 years ago* try to reproduce bug in insert json
* print bug
* add new table for this test
* updat...
4331e30fa3f2df3db702daad8e69d9ad18aec5bf authored over 7 years ago* introduce debug mode
* add info about debug on README
* add test
* fix tests
* rem...
aedf6af921a9db31e45ee29ef393eb0d17a62ab0 authored over 7 years ago* update testes
* remove init() functions
* configure cmd on Execute() function
30c0ff1e6e6f65d321a1d082d606dd18fedb07fd authored over 7 years ago* add error handler
* create Get to connect without panic if error
* use Get to connect in...
0bfc23c8276e3659fbb779c72d3b71aa5f183543 authored over 7 years ago* Remove prepare from queries scripts
Assume it scripts written by users are `prepared` by de...
3cba551c0041f2e5f521e683be86008f953639a5 authored over 7 years ago* Remove unnecessary code
* Remove unnecessary code
* Remove unnecessary code
* update ...
3dd2d28ad564036f577057889086af2b6c4299f3 authored almost 8 years ago* implementation and remove comment from test case
* add test
* sync vendor
* fix some ...
30e522ecd487d3ad1f3987e52909cfae50aa5688 authored almost 8 years ago15bee3566aafafe6cffea764b9abfafaed2750f8 authored almost 8 years ago
* execute script as public function
* created TestExecuteScriptQuery
78e45238b1a6c05530f8a2b2ca90f05e276ff161 authored almost 8 years ago* fix schemas count
* add test case
* fix body
* array
3bb1676bafee044367fa719aca66f0bee02dc557 authored almost 8 years ago* fix database count
* fix database count
* fix tests
* fix test
* remove println
2a9e55217802d7739ef44a8132edd1fde88e3df3 authored almost 8 years ago* Fixed PREST_CONF env
* Update vendor package
* Change testing package on adapters/postgr...
2bcdab25dac772b1c36bbb0e13cf4eb302140661 authored almost 8 years ago* null and not null impl
Signed-off-by: Felipe Oliveira <[email protected]>
...
8bfaf0696202ef9c397b20172060cad541422e66 authored almost 8 years ago* Add others comparasions in WHERE
* Fix test
* Change where filters
* Add some test wi...
7679100235686f1083af5ec485508d27e6c6dee4 authored almost 8 years ago* Remove view endpoint
* Remove view endpoint
* Removing unused controller
08951ff3e22d8d558aea66d8cd083cccd939b4a1 authored almost 8 years ago* Improvements handlers of Rollback/Commit
* Add endpoint to _QUERIES with location of script...
8ed8ac5d93e7d2702d79586f5a130a92e1f55fb7 authored almost 8 years agob79d150543ce03af113d8b56ada78aa36097eaaa authored almost 8 years ago
* Create utils to middleware
* Remove old permission verifications
* Create middleware to ...
83b789e5aeb4c7721e7a0c4caeec371aa03ae1ec authored almost 8 years ago* Increase WhereByRequest function
In `WhereByRequest` function it is only allowed to search ...
306f23364204ac166ae11b980ce641d0f8d2561b authored about 8 years ago7ea71f14a315200cb301d1b96a1eff6f13f34cee authored about 8 years ago
9aa4a994535fa81e40c4a0cbe9c0cc4ebe5a53be authored about 8 years ago
0437df67a5e2d5d02ca9292f3ff21d42e6cdf351 authored about 8 years ago
5c6c029077cc13cf770dc544681bc7bdcef40613 authored about 8 years ago
d604155210f0c1d0b709849a86f192c6faf33840 authored about 8 years ago
c5fbe0e342f9129991e671d837aa24dcf4e3ebc1 authored about 8 years ago
b29c5e8f84e1dcc7a6ed356229571d81b99a6de8 authored about 8 years ago
826ed0c16d08af75c7960865cab9605f0a4bdfab authored about 8 years ago
f4541730483f18d838c9ba9dac769f4e222dfa53 authored about 8 years ago
54c01de76ac74721f307675f277cb19b8cbcad21 authored about 8 years ago
69402ab8d9f081435876162af7230558d27587f4 authored about 8 years ago
007e88b3c14b88570f1368d361b3c4bdbcca8bae authored about 8 years ago
18654729fb5619b33f525b20275c869bac30005c authored about 8 years ago
ec02aae727acae0ca0778329aa19041b7f3d7b7b authored about 8 years ago
3c454bd378bb2d19d735610e93ae30abaf44a8bd authored about 8 years ago
dda464038126689298ac4d69fd896f0edaf22776 authored about 8 years ago
f25e1dcfc3e6cd6a9b8b694dcfc645967e78340a authored about 8 years ago
7a2cdbb03a1dec973a708edb6b956aca42960ffc authored about 8 years ago
378fa8d4de02a0aa60595d99263a8fbd0cdbc02b authored about 8 years ago
c8d3a3b6050ce0dcad2246884d435808f4a489be authored about 8 years ago
8fccc6a71f81a0151b270a11a211e06317a14600 authored about 8 years ago
4e36e2eb9eab5ea88a8bd02d6216505a9520e36a authored about 8 years ago
e5d5614fbc08a8f189a4e0c5e8daaf3d814293a1 authored about 8 years ago
0ade1123e6cb033664fb29e66741789cb9d4b9cb authored about 8 years ago
0fd996a5a99f8572cd1f188005db0ef6a71c42bf authored about 8 years ago
db74dcd9714a444f40eabd3f015b7e057b4acb4d authored about 8 years ago
b7d03935463b33c12ef819f61ed0e52753a57aa1 authored about 8 years ago
de7c9558ebb6f47b55ad14d8030006a9030383c9 authored about 8 years ago
d7697c490aa153c3203ef7ba69f3a5ca7107c4a6 authored about 8 years ago
4320e03d599732fbb0aefa359f5e1a0214feac19 authored about 8 years ago
3f5f80e73973e052ca7351475ca476afb22ad374 authored about 8 years ago
8b49dfbdfd5b0a4721c075d3af48dd5e7c3e142c authored about 8 years ago
19c909291520b055a3bc6824d3b22bce77e95b16 authored about 8 years ago
c5dff7f3e29ee0e7c83533ecfa3b142228ae2de5 authored about 8 years ago
6d5cda29832fab1a13452c68f7a6fd01c29eb304 authored about 8 years ago
bd23095bb3f6b046d30edd08e05176f5dce4037d authored about 8 years ago
c65894ebdedfb5c57329ee53ba514930f92cc455 authored about 8 years ago
3ebe60202c15d1dd640bc7aa43335971a9a4affc authored about 8 years ago
fbb7385926053f1e5ce87f2a25245fcd78fb929e authored about 8 years ago
0e401fd9fb4aec90664f161dae024c242f2630e6 authored about 8 years ago