Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/prest/config
pREST config package
https://github.com/prest/config
* fix: check and set environment vars
* test: fix test
* refactor: remove duplicated GetEnv
3ca30566379e882323831637b273899a6cdf5704 authored over 4 years ago* config: extract parseDatabaseURL and portFromEnv
* c_test: add Test_parseDatabaseURL
* c...
8a78beea4d9932c3c483fad5c9846cd4e282df91 authored almost 6 years agocloud factor support: PORT to http port
080ab42e282b0c81033053922267eb24d7145f7d authored over 6 years agoref https://github.com/prest/prest/issues/333
fa413975d89bfc1b55b9fefb477e61efe1786431 authored over 6 years ago* from os/user to github.com/mitchellh/go-homedir
Why not just use os/user? The built-in os/u...
619b86188d0a38a40b34b3f38c0aa4156a55a387 authored over 6 years agoe384ae04e4775df06ede895cba1e5617632416f5 authored over 6 years ago
* database url connection support
* remove print/debug
* cloud factor supported
ref #315
...
* remove message when using a config file because file is not mandatory
and also can be mixed w...
* remove warning when load with restrict equals false, because it should only happens
when star...
* add JWT algo configuration
* add unit tests for JWT algo config parameter
7073425ef6f1d0f84f2d9ebbd8f12de946718e35 authored almost 7 years ago* Add HTTPHost to basic config struct
* Use "0.0.0.0" as HTTPHost default
* Use vipers Get...
2f8d6d72ae3c197a9a7671438a02ad0fc023673b authored about 7 years agohttps
1a9f774888c317b36bdd4b81edd5eb6bd7d9d03c authored about 7 years ago3739ad5e5cfd7a9f7ecdb97372b65acfb59a9e76 authored about 7 years ago
* fix file mandatory
* move to table test and group vars
f8b5c7ff71deceaba4cd285127c693532ec05d85 authored about 7 years ago* displaying the config file
* throw a error when file its not found.
b5d873eb45f9d6868668576dd54caf25ad8cf5aa authored about 7 years ago2389a79e0ce49dcf89e91103ec72344116470a59 authored over 7 years ago
9665a525a8df084bd754b9167e6d9ea5c9b80861 authored over 7 years ago
* created var Adapter
* travis ci test
* revert test travis
* revert test travis
* i...
66054993908738e81420f05bdec9be6cb1db1969 authored over 7 years agoadd config to disable cache stmt
bfca1511fc843e9def7f2a536a48d5d794dead91 authored over 7 years ago1c44366b40a09a1b6d2dcd8c24e9eb8d444e1c78 authored over 7 years ago
* add new config to enable jwt default
* add tests
* remove duplicated line
* rename va...
23df0f5a236376d21b84c18a47e9ea4a1755eda5 authored over 7 years agoadd Go 1.9 in travis platforms
5678a16dd047e5f2636fed5a0bd3fdecae450449 authored over 7 years ago9d1b6aa44809469e20cb3f9c73a1c24a1b79f04d authored over 7 years ago
* Use SQL file to load database structure
* Update schema.sh
* Update schema.sql
45159e3046d456853f5618a0107e03f84981346d authored over 7 years agoSigned-off-by: Elton Souza <[email protected]>
11ec32bbc8c32bd951c1aa51c8dc72edab084d3b authored over 7 years ago23838e7a0cbcd4ef2806934d39592b9ff62a3b27 authored over 7 years ago
Remove unnecessary middlewares
29de2ff6aaec4284867036f86f812ac5e9700228 authored over 7 years ago0443d5c5367097724e5e532690aff5b514d23a1a authored over 7 years ago
ref: https://github.com/prest/middlewares/pull/3
b19ab797019bdfe7c4e9a7e69598badbb9af8560 authored over 7 years agoUsing nuveo log instead of Print statement
708ebf155893d66afa146c8b33dfb9492c0a98f2 authored over 7 years agod0ccdda63b179f132c44935ee3e880029a866a83 authored over 7 years ago
use nuveo/log
93f08c4642c74cf21fde91c403b47c276466e791 authored over 7 years ago8d85edd1ba97f7a5d2fa32b22a728aa3ce0df7aa authored over 7 years ago
d9878e15eec3f75b1b25c88abca53bf923d2c36c authored over 7 years ago
7a3d5f8e52b181e0639478974c954fe12c81beff authored over 7 years ago
Refactor config/middlewares package
166de8e49f39782cf1eee577e56c9c73384f0d7f authored over 7 years ago872046f075f598f8f2eb3bc8ae0f3aecbe831df2 authored over 7 years ago
* github.com:prest/config:
Create README.md
bd728099fcb0174621aadd39fe4d2d0f236644b6 authored over 7 years ago
* github.com:prest/config:
Initial commit
3552615ae2da0b626e2856bb943692651550f6c9 authored over 7 years ago
4327498bf880ecdba8d2b6e442f0d734290fed8e authored over 7 years ago
* copy all headers from fake ResponseWriter to ResponseWriter
* add tests
* use our cors m...
499a6c1133753dec1fc4fd4ce469186101b581dc authored over 7 years ago2ee6b0b36485366d99b582f91a525a06141612ed authored over 7 years ago
* introduce debug mode
* add info about debug on README
* add test
* fix tests
* rem...
0af7e5b24b489cfc8cd9fe26072ab8732521d23d authored over 7 years ago* file no more mandatory
* remove extension
* better way to get file name
668daaf95f7ceffafed28464955eb6fd950498c0 authored over 7 years ago* update testes
* remove init() functions
* configure cmd on Execute() function
7fa6155867716f99b288685f399935ae05647b77 authored over 7 years ago* add error handler
* create Get to connect without panic if error
* use Get to connect in...
28a6286bb75ed89b1b9aea08b8451df04da16736 authored over 7 years ago* Remove prepare from queries scripts
Assume it scripts written by users are `prepared` by de...
c3a5925b65ae263c2e90e2c13c5b924a2ef492d2 authored almost 8 years ago* Remove unnecessary code
* Remove unnecessary code
* Remove unnecessary code
* update ...
39d1b75c55cf71c9b6735c856ddd67adffe56180 authored almost 8 years ago* created connection timeout configuration
* created postgres timeout test
* moved timeout...
9f045bd27a3296f8ed2e710aefb0314eccdbc1bf authored almost 8 years ago* fix issue #122, removing access control from base stack
* fix tests
* dont clean env
...
faf0eaff699c9a3233e234c56f235c7ea391419b authored almost 8 years agoc5d1e8d783d980131e4bd5fa2f64731ec073b423 authored almost 8 years ago
ca178328061a054994f1207b24986b26d3920475 authored almost 8 years ago
45ed7211182b40dde3e41b7cd29862d01f4bac8f authored almost 8 years ago
Signed-off-by: Felipe Oliveira <[email protected]>
b0f7b9a7c49e5fb43ede72db5cafef881a58713f authored almost 8 years ago* show error if have error in config file
* stop execution when found an error in conf
* r...
d17e85120aeb33379a3d6a8a0aa9906ac03fe622 authored almost 8 years agoa36c47a33f448053bc4fb22831d265858e61d4f4 authored almost 8 years ago
1b70773e6923c7f0ad0dc10748a8274f42114430 authored almost 8 years ago
7a45654f2ec8ebee269d2e8074ab8f0b4861d8c2 authored almost 8 years ago
866947519f8b3a63977f3fa87a52c6193ed507f3 authored almost 8 years ago
dd73e3e27bb1c0340db73839a3fdb20a41d07f53 authored almost 8 years ago
* Fixed PREST_CONF env
* Update vendor package
* Change testing package on adapters/postgr...
774770f0e41b0fb3494a109237338ba0c8876db7 authored about 8 years ago* Improvements handlers of Rollback/Commit
* Add endpoint to _QUERIES with location of script...
726d0f4a61bacf61a22a0d2dad1574507cde1051 authored about 8 years ago680c080a223fde3ffdb69eaa583e4f59e147abd8 authored about 8 years ago
9e88deffebbb69cfe5862335594baca213c6ad74 authored about 8 years ago
32b15498f2ee756f329f545a54fded32a768fab2 authored about 8 years ago
a9b2e4a1d0e504db014a08e228c6dbef3cf66d8c authored about 8 years ago
14524037caefd86fb24dd490817bc8464885d5cb authored about 8 years ago
cca28afe115a8f90cac3e03e91c6b501bbaed2c6 authored about 8 years ago
26b63fe10774a47ae23d4dd16300e5f743c1c720 authored about 8 years ago
272cfed5524c5339fa27da4d0d5eaec985cdb789 authored about 8 years ago
940863b54ed474901ba84d2c9cdec7ad76982da2 authored about 8 years ago
4771d4ef9ee79e966bfcbe75a18bbec93ee58633 authored about 8 years ago
4210b196a7b22f6d6a25949ffc264c4eaeefed4e authored about 8 years ago
a5d5cdb145c324a7d5d7c093c0f0e08c1771ff35 authored about 8 years ago
6a799998814d286bd7b1e41ad0c8356dd659ead5 authored about 8 years ago
fcf47cb5648da5e3883be1d7d70c63bac4c4c159 authored about 8 years ago
fbdadc5e6d78890ce62f3449a0be1a33adcdb5a9 authored about 8 years ago
3dbbcb696ca3144c9078ab856a6258cb3fac242c authored about 8 years ago
d78fba8711e7183e56e811107d1a083ce06de214 authored about 8 years ago