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

Set default database on Custom Query (#22)

7200b74ea33aa7b94b6aa5631a51f99c47dcf5b1 authored over 5 years ago
Return 404 response for inserts,updates and deletes (#21)

* Return 404 response for inserts,updates and deletes with invalid schema and or tables

* Del...

f5a8ae792806ad799b3f84f3a1404d1b6701d743 authored about 6 years ago
Returning (#20)

* update return selected value set by _returning=*/field

* fix typo

* cleaning

* fix re...

b69fb390b8f49cfd2e0cd2e9d45db9ebfde24e88 authored over 6 years ago
Merge pull request #18 from prest/fix_insert_statuscode

Insert status code

361ea773137700c98f56c7f49e959ed4ff5cc975 authored over 6 years ago
update tests

12c95a544d86a844bd11b94b23c121bf777a3f0c authored over 6 years ago
returns status 201 instead of 200 in insert

813208828c341cacb5db4c58e0d7101404461330 authored over 6 years ago
Revised batch insert (#17)

* muilti values

* variadic arguments

* header to choose insert batch method

* jst the t...

7244bc3090d575148bfb685ba3ae82917d339cfe authored over 6 years ago
Batch insert (#16)

* Add BatchInsertInTables to make inserts with batch

* implement batch functions

* add tes...

a680d0f6bb94c92891e6b7f8b50cf128d7645797 authored almost 7 years ago
Statements encapsulate (#15)

* databases used encapsulate statements

* schemas used encapsulate statements

* tables use...

03ddc995e3ef557f1014b1c876c6aed9cf68327e authored almost 7 years ago
Merge pull request #14 from joelmdesouza/master

Adjusted UpdateTable for compatibility with other Adapters

721f80153a5db7f7ffaf88a46c17dc91bbc54cfd authored almost 7 years ago
Adjusted UpdateTable for compatibility with other Adapters

Inverted the order of the generation of the values to the natural order of the query, SET and th...

a0b6be8e4f5e5f5e36e89f749cdcdb7dbf455841 authored almost 7 years ago
Refactoring to use SQL Adapter Methods (#13)

ad78673b72a7ea8f3afaecf19dc5687eb2eca5df authored almost 7 years ago
Support access to all databases in PostgreSQL cluster (#10)

* Support access to all databases in PostgreSQL cluster

* Joel`s conflicts and merge manuali ...

b7c5947030a81e7524a03d16ea6c6b0726d0fb1b authored about 7 years ago
Joel`s conflicts and merge manuali (#11)

Joel`s conflicts and merge manualy

0d568c2474bb92d47ae28896b265945207945f10 authored about 7 years ago
Support Distinct function in query (#9)

e55ed9a9dea707093e5f423cb4259113bda16470 authored over 7 years ago
Use SQL file to load database structure (#8)

424bf753aee7b819b1eb12687e94ee0d6e89e25a authored over 7 years ago
readme better

b76ca93f10f835c7630288746e5ff71aadf53a9c authored over 7 years ago
Merge pull request #5 from prest/fix/middlewares_import

Fix middlewares package import

9c37a728cc4c614e3ee42cbdeff91555425902ce authored over 7 years ago
Fix middlewares package import

43a41b5ece9f87ef45b6003489eae6aaaa78d84e authored over 7 years ago
wrapper names with " (#4)

* wrapper names with "

* add more tests

* create new table config on tests

* create new...

19c7291495c5842b1107783d0bdb7720ff8418ca authored over 7 years ago
badges

7da58d1f72070001bb9e38ebabb37867f94956b8 authored over 7 years ago
now fields permission return a slice and an error (#3)

db2a3dc621fdfac7811f9e0c623ef8ea145d785c authored over 7 years ago
Revert "now fields permission return a slice and an error"

I commit on master by mistake

This reverts commit 6be2d6ba60978ba43d43fae7e04fd2de7046a01f.

b1bece1c499550ac318391ba93e36c8b39df670c authored over 7 years ago
now fields permission return a slice and an error

6be2d6ba60978ba43d43fae7e04fd2de7046a01f authored over 7 years ago
scanner implementation (#2)

* scanner implementation

* travis

* fix schma sh

* remove sum: tests
not working, revi...

f48378546201dffcf31ef658e8453e05f2b66f53 authored over 7 years ago
Merge pull request #1 from prest/improvements/refactor-controllers

Refactor controllers package

9f650d5e24c173b6579df04c936697d24b2c4dfd authored over 7 years ago
Refactor controllers package

b721770930f110e9216094be477405d7073ae670 authored over 7 years ago
Merge github.com:prest/controllers

* github.com:prest/controllers:
Initial commit

fd94fc5bacabaf83756214d3235ec1da81e1e03b authored over 7 years ago
Initial commit

d594d8430b25dabd246bc26e320018d0eda3e21a authored over 7 years ago
Add support to HAVING clause (#177)

* Add support to HAVING clause

* Update README.md

4c30ab64dd67075be1d6d10d375036458983d033 authored over 7 years ago
Add Group by clause support (#176)

* Add support to aggregation function and group by

* Change chkInvalidIdentify to permit func...

0835881cf9425ceb7b5741eaee9bbb968c41ab27 authored over 7 years ago
standardize insert func

7428af6b954af4b7725b0a1270c39c87490fa74d authored over 7 years ago
fix bug when body is empty

32fdea50c4f2bc6f3a04cb7bb4f52a3f3de7a4b5 authored over 7 years ago
standardize update func

e82785250b05a6518c1bb34277970e0be3c7facf authored over 7 years ago
standardize delete func

98c7e12c660e747051db81b044af0846b8023fed authored over 7 years ago
go fmt

a7280f91e6ff7c900d4cc0ab71dd18bf9c1aa6a4 authored over 7 years ago
fix tests

7e263196d5e983e76c852750dad04a841f8ca8fe authored over 7 years ago
remove data wrapper

a6348ac88f4c9939c6e02ade61d8ffb5b78a457b authored over 7 years ago
Add array support (#156)

* basic array support

* support array field on update

* add examples of array field

* a...

de7ab7ca11ece27a37249ee0e21179de385d8965 authored over 7 years ago
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
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
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
introduce debug mode (#148)

* introduce debug mode

* add info about debug on README

* add test

* fix tests

* rem...

aedf6af921a9db31e45ee29ef393eb0d17a62ab0 authored over 7 years ago
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
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
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
Refactoring to prevent multiple configuration loads (#131)

* Remove unnecessary code

* Remove unnecessary code

* Remove unnecessary code

* update ...

3dd2d28ad564036f577057889086af2b6c4299f3 authored almost 8 years ago
Xml renderer support (#129)

* implementation and remove comment from test case

* add test

* sync vendor

* fix some ...

30e522ecd487d3ad1f3987e52909cfae50aa5688 authored almost 8 years ago
fix some warnings (#116)

15bee3566aafafe6cffea764b9abfafaed2750f8 authored almost 8 years ago
execute script as public function (#109)

* execute script as public function

* created TestExecuteScriptQuery

78e45238b1a6c05530f8a2b2ca90f05e276ff161 authored almost 8 years ago
fix schemas count (#111)

* fix schemas count

* add test case

* fix body

* array

3bb1676bafee044367fa719aca66f0bee02dc557 authored almost 8 years ago
[WIP] fix database count (#110)

* fix database count

* fix database count

* fix tests

* fix test

* remove println

2a9e55217802d7739ef44a8132edd1fde88e3df3 authored almost 8 years ago
Improvements testing package (#93)

* Fixed PREST_CONF env

* Update vendor package

* Change testing package on adapters/postgr...

2bcdab25dac772b1c36bbb0e13cf4eb302140661 authored almost 8 years ago
Null and not null operators (#90)

* null and not null impl

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

...

8bfaf0696202ef9c397b20172060cad541422e66 authored almost 8 years ago
Add others comparisons in WHERE (#83)

* Add others comparasions in WHERE

* Fix test

* Change where filters

* Add some test wi...

7679100235686f1083af5ec485508d27e6c6dee4 authored almost 8 years ago
Remove _VIEW endpoint (#82)

* Remove view endpoint

* Remove view endpoint

* Removing unused controller

08951ff3e22d8d558aea66d8cd083cccd939b4a1 authored almost 8 years ago
Add process queries (#78)

* Improvements handlers of Rollback/Commit

* Add endpoint to _QUERIES with location of script...

8ed8ac5d93e7d2702d79586f5a130a92e1f55fb7 authored almost 8 years ago
defer close body (#81)

b79d150543ce03af113d8b56ada78aa36097eaaa authored almost 8 years ago
[WIP] Change Access Control verification (#80)

* Create utils to middleware

* Remove old permission verifications

* Create middleware to ...

83b789e5aeb4c7721e7a0c4caeec371aa03ae1ec authored almost 8 years ago
Increase test cover (#69)

* Increase WhereByRequest function

In `WhereByRequest` function it is only allowed to search ...

306f23364204ac166ae11b980ce641d0f8d2561b authored about 8 years ago
Moving function to correct place

7ea71f14a315200cb301d1b96a1eff6f13f34cee authored about 8 years ago
Improvements tests and change endpoint to process view

9aa4a994535fa81e40c4a0cbe9c0cc4ebe5a53be authored about 8 years ago
Add Select operation from Views

0437df67a5e2d5d02ca9292f3ff21d42e6cdf351 authored about 8 years ago
removed debug fmt.println's

5c6c029077cc13cf770dc544681bc7bdcef40613 authored about 8 years ago
updated request fields handler / tests

d604155210f0c1d0b709849a86f192c6faf33840 authored about 8 years ago
updated tests, test db and config

c5fbe0e342f9129991e671d837aa24dcf4e3ebc1 authored about 8 years ago
updates in fields select / merge with master

b29c5e8f84e1dcc7a6ed356229571d81b99a6de8 authored about 8 years ago
initial access permissions - WIP

826ed0c16d08af75c7960865cab9605f0a4bdfab authored about 8 years ago
Make changes in statements/queries

f4541730483f18d838c9ba9dac769f4e222dfa53 authored about 8 years ago
Resolve problems in PR

54c01de76ac74721f307675f277cb19b8cbcad21 authored about 8 years ago
Add doc's and more tests

69402ab8d9f081435876162af7230558d27587f4 authored about 8 years ago
Add '_select' fields feature

007e88b3c14b88570f1368d361b3c4bdbcca8bae authored about 8 years ago
created ORDER BY tests for GetSchemas and GetDatabases

18654729fb5619b33f525b20275c869bac30005c authored about 8 years ago
implemented ORDER BY in GetDatabases

ec02aae727acae0ca0778329aa19041b7f3d7b7b authored about 8 years ago
implemented ORDER BY in GetSchemas

3c454bd378bb2d19d735610e93ae30abaf44a8bd authored about 8 years ago
GetTablesByDatabaseAndSchema implemented order by

dda464038126689298ac4d69fd896f0edaf22776 authored about 8 years ago
fix GetTables WHERE

f25e1dcfc3e6cd6a9b8b694dcfc645967e78340a authored about 8 years ago
refactored GetTables to work with ORDER BY

7a2cdbb03a1dec973a708edb6b956aca42960ffc authored about 8 years ago
created order by

378fa8d4de02a0aa60595d99263a8fbd0cdbc02b authored about 8 years ago
removed unused condition

c8d3a3b6050ce0dcad2246884d435808f4a489be authored about 8 years ago
more tests

8fccc6a71f81a0151b270a11a211e06317a14600 authored about 8 years ago
created join feature

4e36e2eb9eab5ea88a8bd02d6216505a9520e36a authored about 8 years ago
correct "whereValues" vector order

e5d5614fbc08a8f189a4e0c5e8daaf3d814293a1 authored about 8 years ago
change Request struct to accept numbers

0ade1123e6cb033664fb29e66741789cb9d4b9cb authored about 8 years ago
add return to http.Error

0fd996a5a99f8572cd1f188005db0ef6a71c42bf authored about 8 years ago
add return to http.Error

db74dcd9714a444f40eabd3f015b7e057b4acb4d authored about 8 years ago
add return to where http.Error

b7d03935463b33c12ef819f61ed0e52753a57aa1 authored about 8 years ago
update to use new error returned by WhereByRequest

de7c9558ebb6f47b55ad14d8030006a9030383c9 authored about 8 years ago
update to use new PaginateIfPossible

d7697c490aa153c3203ef7ba69f3a5ca7107c4a6 authored about 8 years ago
update UpdateTable to init placeholder with correct number

4320e03d599732fbb0aefa359f5e1a0214feac19 authored about 8 years ago
lite improve to test functions

3f5f80e73973e052ca7351475ca476afb22ad374 authored about 8 years ago
WhereByRequest new return array interface{} to bi complaint to database SQL API

8b49dfbdfd5b0a4721c075d3af48dd5e7c3e142c authored about 8 years ago
WhereByRequest values are now returned in the correct order

19c909291520b055a3bc6824d3b22bce77e95b16 authored about 8 years ago
try fix tests

c5dff7f3e29ee0e7c83533ecfa3b142228ae2de5 authored about 8 years ago
fix tests imports

6d5cda29832fab1a13452c68f7a6fd01c29eb304 authored about 8 years ago
update tests

bd23095bb3f6b046d30edd08e05176f5dce4037d authored about 8 years ago
update controller implementation

c65894ebdedfb5c57329ee53ba514930f92cc455 authored about 8 years ago
delete tests

3ebe60202c15d1dd640bc7aa43335971a9a4affc authored about 8 years ago
delete controller implementation

fbb7385926053f1e5ce87f2a25245fcd78fb929e authored about 8 years ago
insert tests

0e401fd9fb4aec90664f161dae024c242f2630e6 authored about 8 years ago