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: set configs from environment vars (#28)

* fix: check and set environment vars

* test: fix test

* refactor: remove duplicated GetEnv

3ca30566379e882323831637b273899a6cdf5704 authored over 4 years ago
Database url fix (#26)

* config: extract parseDatabaseURL and portFromEnv

* c_test: add Test_parseDatabaseURL

* c...

8a78beea4d9932c3c483fad5c9846cd4e282df91 authored almost 6 years ago
Merge pull request #25 from prest/issue_333

cloud factor support: PORT to http port

080ab42e282b0c81033053922267eb24d7145f7d authored over 6 years ago
cloud factor support: PORT to http port

ref https://github.com/prest/prest/issues/333

fa413975d89bfc1b55b9fefb477e61efe1786431 authored over 6 years ago
from os/user to github.com/mitchellh/go-homedir (#24)

* 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 ago
fix some lint errors

e384ae04e4775df06ede895cba1e5617632416f5 authored over 6 years ago
database connection url support (#23)

* database url connection support

* remove print/debug

* cloud factor supported
ref #315
...

8d07860dff0c45f8d4418a31dfcb377631b2e63b authored over 6 years ago
delete messages (#22)

* remove message when using a config file because file is not mandatory
and also can be mixed w...

c90158cbf8eea3fc64521542427c56bd2164c0fa authored over 6 years ago
remove warning about public configurations (#21)

* remove warning when load with restrict equals false, because it should only happens
when star...

2defca481708df3e20511162b3dd338a662b7775 authored over 6 years ago
Add JWT-algo configuration (#20)

* add JWT algo configuration

* add unit tests for JWT algo config parameter

7073425ef6f1d0f84f2d9ebbd8f12de946718e35 authored almost 7 years ago
Add HTTPHost to basic config struct (#18)

* Add HTTPHost to basic config struct

* Use "0.0.0.0" as HTTPHost default

* Use vipers Get...

2f8d6d72ae3c197a9a7671438a02ad0fc023673b authored about 7 years ago
Merge pull request #17 from RekGRpth/master

https

1a9f774888c317b36bdd4b81edd5eb6bd7d9d03c authored about 7 years ago
https

3739ad5e5cfd7a9f7ecdb97372b65acfb59a9e76 authored about 7 years ago
fix file mandatory (#16)

* fix file mandatory

* move to table test and group vars

f8b5c7ff71deceaba4cd285127c693532ec05d85 authored about 7 years ago
Config file (#15)

* displaying the config file

* throw a error when file its not found.

b5d873eb45f9d6868668576dd54caf25ad8cf5aa authored about 7 years ago
configurable context path (#14)

2389a79e0ce49dcf89e91103ec72344116470a59 authored over 7 years ago
add ssl configurations (#13)

9665a525a8df084bd754b9167e6d9ea5c9b80861 authored over 7 years ago
restructuring for use of more than one database adapter / config (#7)

* created var Adapter

* travis ci test

* revert test travis

* revert test travis

* i...

66054993908738e81420f05bdec9be6cb1db1969 authored over 7 years ago
Merge pull request #12 from prest/cache_disable

add config to disable cache stmt

bfca1511fc843e9def7f2a536a48d5d794dead91 authored over 7 years ago
add config to disable cache stmt

1c44366b40a09a1b6d2dcd8c24e9eb8d444e1c78 authored over 7 years ago
jwt default implementation (#11)

* add new config to enable jwt default

* add tests

* remove duplicated line

* rename va...

23df0f5a236376d21b84c18a47e9ea4a1755eda5 authored over 7 years ago
Merge pull request #10 from andrewsmedina/master

add Go 1.9 in travis platforms

5678a16dd047e5f2636fed5a0bd3fdecae450449 authored over 7 years ago
add Go 1.9 in travis platforms

9d1b6aa44809469e20cb3f9c73a1c24a1b79f04d authored over 7 years ago
Use SQL file to load database structure (#9)

* Use SQL file to load database structure

* Update schema.sh

* Update schema.sql

45159e3046d456853f5618a0107e03f84981346d authored over 7 years ago
Accept request with end slash on url (#8)

Signed-off-by: Elton Souza <[email protected]>

11ec32bbc8c32bd951c1aa51c8dc72edab084d3b authored over 7 years ago
improving support for CORS by handling preflight request and configurable allowed headers header (#6)

23838e7a0cbcd4ef2806934d39592b9ff62a3b27 authored over 7 years ago
Merge pull request #5 from prest/feature/remove_old_middlewares

Remove unnecessary middlewares

29de2ff6aaec4284867036f86f812ac5e9700228 authored over 7 years ago
Add coverage output to gitignore

0443d5c5367097724e5e532690aff5b514d23a1a authored over 7 years ago
Remove old middleware files.

ref: https://github.com/prest/middlewares/pull/3

b19ab797019bdfe7c4e9a7e69598badbb9af8560 authored over 7 years ago
Merge pull request #4 from prest/nuveo_log

Using nuveo log instead of Print statement

708ebf155893d66afa146c8b33dfb9492c0a98f2 authored over 7 years ago
Remove Println statement to use Nuveo Log

d0ccdda63b179f132c44935ee3e880029a866a83 authored over 7 years ago
Merge pull request #3 from prest/use-nuveo/log

use nuveo/log

93f08c4642c74cf21fde91c403b47c276466e791 authored over 7 years ago
use nuveo/log

8d85edd1ba97f7a5d2fa32b22a728aa3ce0df7aa authored over 7 years ago
badges

d9878e15eec3f75b1b25c88abca53bf923d2c36c authored over 7 years ago
add travis

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

Refactor config/middlewares package

166de8e49f39782cf1eee577e56c9c73384f0d7f authored over 7 years ago
Refactor config/middlewares package

872046f075f598f8f2eb3bc8ae0f3aecbe831df2 authored over 7 years ago
Merge github.com:prest/config

* github.com:prest/config:
Create README.md

f71c95bf2b286c8f7adb9cb204fa5c806f6101c3 authored over 7 years ago
Create README.md

bd728099fcb0174621aadd39fe4d2d0f236644b6 authored over 7 years ago
Merge github.com:prest/config

* github.com:prest/config:
Initial commit

8c60c7ea80399ff2f508cc983a53506cd0f91033 authored over 7 years ago
Initial commit

3552615ae2da0b626e2856bb943692651550f6c9 authored over 7 years ago
Fix issue #186 (#188)

4327498bf880ecdba8d2b6e442f0d734290fed8e authored over 7 years ago
fix cors (#183)

* copy all headers from fake ResponseWriter to ResponseWriter

* add tests

* use our cors m...

499a6c1133753dec1fc4fd4ce469186101b581dc authored over 7 years ago
fix toml config file loading on windows (#180)

2ee6b0b36485366d99b582f91a525a06141612ed authored over 7 years ago
introduce debug mode (#148)

* introduce debug mode

* add info about debug on README

* add test

* fix tests

* rem...

0af7e5b24b489cfc8cd9fe26072ab8732521d23d authored over 7 years ago
file no more mandatory (#144)

* file no more mandatory

* remove extension

* better way to get file name

668daaf95f7ceffafed28464955eb6fd950498c0 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

7fa6155867716f99b288685f399935ae05647b77 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...

28a6286bb75ed89b1b9aea08b8451df04da16736 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...

c3a5925b65ae263c2e90e2c13c5b924a2ef492d2 authored almost 8 years ago
Refactoring to prevent multiple configuration loads (#131)

* Remove unnecessary code

* Remove unnecessary code

* Remove unnecessary code

* update ...

39d1b75c55cf71c9b6735c856ddd67adffe56180 authored almost 8 years ago
connection timeout configuration (#127)

* 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 (#123)

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

* fix tests

* dont clean env

...

faf0eaff699c9a3233e234c56f235c7ea391419b authored almost 8 years ago
remove 1 recovery and add logger (#121)

c5d1e8d783d980131e4bd5fa2f64731ec073b423 authored almost 8 years ago
possibility to reorder (#120)

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

45ed7211182b40dde3e41b7cd29862d01f4bac8f authored almost 8 years ago
enable add custom middleware (#117)

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

b0f7b9a7c49e5fb43ede72db5cafef881a58713f authored almost 8 years ago
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
updating from master

a36c47a33f448053bc4fb22831d265858e61d4f4 authored almost 8 years ago
added cors support

1b70773e6923c7f0ad0dc10748a8274f42114430 authored almost 8 years ago
created config/routers test

7a45654f2ec8ebee269d2e8074ab8f0b4861d8c2 authored almost 8 years ago
renamed routers.go

866947519f8b3a63977f3fa87a52c6193ed507f3 authored almost 8 years ago
modules structure

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

* Fixed PREST_CONF env

* Update vendor package

* Change testing package on adapters/postgr...

774770f0e41b0fb3494a109237338ba0c8876db7 authored about 8 years ago
Add process queries (#78)

* Improvements handlers of Rollback/Commit

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

726d0f4a61bacf61a22a0d2dad1574507cde1051 authored about 8 years ago
fix TestInitConf restrict check

680c080a223fde3ffdb69eaa583e4f59e147abd8 authored about 8 years ago
created tests

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

32b15498f2ee756f329f545a54fded32a768fab2 authored about 8 years ago
initial access permissions - WIP

a9b2e4a1d0e504db014a08e228c6dbef3cf66d8c authored about 8 years ago
fix docs

14524037caefd86fb24dd490817bc8464885d5cb authored about 8 years ago
migrate up, migrate down, migrate create

cca28afe115a8f90cac3e03e91c6b501bbaed2c6 authored about 8 years ago
added connection pool

26b63fe10774a47ae23d4dd16300e5f743c1c720 authored about 8 years ago
json to toml

272cfed5524c5339fa27da4d0d5eaec985cdb789 authored about 8 years ago
update viper end fix tests

940863b54ed474901ba84d2c9cdec7ad76982da2 authored about 8 years ago
fix file path in test

4771d4ef9ee79e966bfcbe75a18bbec93ee58633 authored about 8 years ago
conf file tests

4210b196a7b22f6d6a25949ffc264c4eaeefed4e authored about 8 years ago
config file implementation

a5d5cdb145c324a7d5d7c093c0f0e08c1771ff35 authored about 8 years ago
accept PGPort on config

6a799998814d286bd7b1e41ad0c8356dd659ead5 authored about 8 years ago
jwt implementation

fcf47cb5648da5e3883be1d7d70c63bac4c4c159 authored about 8 years ago
used Prest struct for all config coming os env

fbdadc5e6d78890ce62f3449a0be1a33adcdb5a9 authored about 8 years ago
create Prest (struct) stores the environment variable

3dbbcb696ca3144c9078ab856a6258cb3fac242c authored about 8 years ago
get env config for pgx (postgresql config)

d78fba8711e7183e56e811107d1a083ce06de214 authored about 8 years ago