Ecosyste.ms: OpenCollective

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

prestd

prestd (PostgreSQL REST), low-code, simplify and accelerate development, ⚡ instant, realtime, high-performance on any Postgres application, existing or new
Collective - https://opencollective.com/prest - Website: https://prestd.com - Code: https://github.com/prest

create go mod in cmd/prestd folder

Signed-off-by: Avelino <[email protected]>

github.com/prest/prest - ffdc344d0190022d6a1b887124d6cdf403917cf6 authored about 4 years ago by Avelino <[email protected]>
unify go module files (#474)

Signed-off-by: Avelino <[email protected]>

github.com/prest/prest - 61b142cdc346d6cb318604e4120ec2fbf5a7582a authored about 4 years ago by Avelino <[email protected]>
Merge pull request #9 from prest/component/entity-list

implement(EntityList): create first version of entity list component

github.com/prest/prest.admin.archived - b5592989795d9a148f42ab449c423dc006d6c335 authored about 4 years ago by Guilherme Diego <[email protected]>
Fix: Types for Styles

Signed-off-by: Guilherme Diego <[email protected]>

github.com/prest/prest.admin.archived - c26a6aa4a9e4b8f869313480adce854060d0d1ef authored about 4 years ago by Guilherme Diego <[email protected]>
Fix: Maintainers comments

Signed-off-by: Guilherme Diego <[email protected]>

github.com/prest/prest.admin.archived - 3e8b5dd3bc38ad0280a87037346a63395144d10d authored about 4 years ago by Guilherme Diego <[email protected]>
Merge pull request #8 from prest/implement/query

Implement a initial PRestQuery Entity structure

github.com/prest/prest-node - a88bb09eed4c074cda29a44e884f88d60f25455c authored about 4 years ago by Avelino <[email protected]>
remove .vscode folder

Signed-off-by: Avelino <[email protected]>

github.com/prest/prest - f646e763875ac77068e9bdc493735e7f3017530f authored about 4 years ago by Avelino <[email protected]>
type name will be used as auth.AuthClaims by other packages

and that stutters; consider calling this Claims
https://app.codacy.com/gh/prest/prest/file/497781...

github.com/prest/prest - 3e8451dc70d65102c72d4d91b179c645d3052c3d authored about 4 years ago by Avelino <[email protected]>
use the schema to create the table prest_users

the database is deleted from each test group performed

Signed-off-by: Avelino <[email protected]>

github.com/prest/prest - 129704a6638e00aaa894f256b9f57de6a7bfdfb2 authored about 4 years ago by Avelino <[email protected]>
run migrate up auth on tests

Signed-off-by: Avelino <[email protected]>

github.com/prest/prest - b6a83b7130c81d3bd6b3b2dcd00bcf199a30e9c4 authored about 4 years ago by Avelino <[email protected]>
fixed auth table on main testdata

Signed-off-by: Avelino <[email protected]>

github.com/prest/prest - 7accdb7a1d6f1f78c8d4ec0d5857098747224d17 authored about 4 years ago by Avelino <[email protected]>
set table patter on testdata toml

Signed-off-by: Avelino <[email protected]>

github.com/prest/prest - 4c7e310d3a19db6e41b9b73d36e11b31eb6be7d1 authored about 4 years ago by Avelino <[email protected]>
isolate jwt claims

fixed: import cycle not allowed in test

Signed-off-by: Avelino <[email protected]>

github.com/prest/prest - df330a48a400070d42f40e6b9ef4aea381648662 authored about 4 years ago by Avelino <[email protected]>
basic documentation about the jwt token generating

endpoint /auth

Signed-off-by: Avelino <[email protected]>

github.com/prest/prest - 1517da37963b17a8cdc9df85274173dd67821881 authored about 4 years ago by Avelino <[email protected]>
use prefix in the standard table of the prest

so it is possible to identify which tables are from the pREST and API (project)

Signed-off-by: ...

github.com/prest/prest - ee3ec422291ac3eb795a855158c55b74af50f092 authored about 4 years ago by Avelino <[email protected]>
user field will be username

if our user (developer) wants to store email no problem, but we can not leave some places with em...

github.com/prest/prest - ac068d62afda2b69704d0939fbe960c8245586ca authored about 4 years ago by Avelino <[email protected]>
added body and basic auth support

basic request:
curl -i -X POST http://127.0.0.1:3000/auth --user "[email protected]:123456"

body re...

github.com/prest/prest - 5a646f50ecab4e024aa90abd9290dbfa30b98716 authored about 4 years ago by Avelino <[email protected]>
fixed config package

Signed-off-by: Avelino <[email protected]>

github.com/prest/prest - 96047b5b6e9268f4177ec82aefc3e9dc85bdc243 authored about 4 years ago by Avelino <[email protected]>
fixed typo: missing ',' before newline in composite literal

Signed-off-by: Avelino <[email protected]>

github.com/prest/prest - 111db3cb7281229a50456b1879da2de7e99f7665 authored about 4 years ago by Avelino <[email protected]>
clear struct tag on JWTWhiteList

Signed-off-by: Avelino <[email protected]>

github.com/prest/prest - 548041c5d1733051eb1c5996afbdce0199fb3e48 authored about 4 years ago by Avelino <[email protected]>
Merge branch 'avelino/auth' of github.com:prest/prest into avelino/auth

* 'avelino/auth' of github.com:prest/prest: (23 commits)
fixed gofmt
feat: implement auth jw...

github.com/prest/prest - face06def59101dc065f5843f728eb910b58ffee authored about 4 years ago by Avelino <[email protected]>
JWT white list support

Signed-off-by: Avelino <[email protected]>

github.com/prest/prest - e6a42446e412e4657afb50723b99d9831a8cee1d authored about 4 years ago by Avelino <[email protected]>
upgrade pREST long description

Signed-off-by: Avelino <[email protected]>

github.com/prest/prest - ab086a51dfa2ce69b70c4d469ca8826894ab31b9 authored about 4 years ago by Avelino <[email protected]>
test(controllers): password check, encryption and query build

github.com/prest/prest - 80e1f02219d67b8159ca66a946991abfddf325fc authored about 4 years ago by Tiago Temporin <[email protected]>
refactor(controllers): add users fields to User struct

github.com/prest/prest - 3bab9f592f8d21ef3d6d984c4af593b0df0023d3 authored about 4 years ago by Tiago Temporin <[email protected]>
feat(cmd): add /auth route when auth is enabled

github.com/prest/prest - c2231310a4fb9ae88c897fee6c4647bbb4bfc8b5 authored about 4 years ago by Tiago Temporin <[email protected]>
fixed gofmt

Signed-off-by: Avelino <[email protected]>

github.com/prest/prest - 0c8d4c1324bb6839525ff14d8013d01892406bd0 authored about 4 years ago by Avelino <[email protected]>
feat: implement auth jwt validation token

github.com/prest/prest - 9bb0a56e13a12cfe5acb20275d28228a63b20d36 authored about 4 years ago by Tiago Temporin <[email protected]>
chore: add data to test auth

github.com/prest/prest - 3954589eac684e34ddb92288f8564622419f0686 authored about 4 years ago by Tiago Temporin <[email protected]>
initial token generation structure

sharing how I imagine endpoint auth token generation
cc @tiaguinho

Signed-off-by: Avelino <t@ave...

github.com/prest/prest - 996e4cd67d19f1b88dc993651c71786454375da5 authored about 4 years ago by Avelino <[email protected]>
feat(controlers): implement basic authentication

github.com/prest/prest - a7a0215905cf8f98d4c3c9f2515e56765f0d5bd4 authored about 4 years ago by Tiago Temporin <[email protected]>
feat(config): set auth configurations

github.com/prest/prest - d11c4c91537fc8cd867c05d5f274cfce53dcea7f authored about 4 years ago by Tiago Temporin <[email protected]>
feat: add enabled flag to auth configuration

github.com/prest/prest - 29d181662250040ee5a30350bfa270eb7fc570fa authored about 4 years ago by Tiago Temporin <[email protected]>
feat(cmd): implement auth (up/down) migrations

github.com/prest/prest - 81f7473af35c92e707f91a5a08d56eca3ef75177 authored about 4 years ago by Tiago Temporin <[email protected]>
implement(query): first steps into Query entity

Signed-off-by: Guilherme Diego <[email protected]>

github.com/prest/prest-node - 71a71d61794a74d029a5f152ec4643cb3e34396c authored about 4 years ago by Guilherme Diego <[email protected]>
fixed gofmt

Signed-off-by: Avelino <[email protected]>

github.com/prest/prest - 12b302eeab85f7863cdeadc709f5ba84bb6443d0 authored about 4 years ago by Avelino <[email protected]>
feat: implement auth jwt validation token

github.com/prest/prest - e04b9fe908b312c53b4ea99c8af845cf08fd3a3c authored about 4 years ago by Tiago Temporin <[email protected]>
feat(cmd): add /auth route when auth is enabled

github.com/prest/prest - 5290f01bb835b5a5675d3a2e68d97274490adf9a authored about 4 years ago by Tiago Temporin <[email protected]>
refactor(controllers): add users fields to User struct

github.com/prest/prest - 2e0e3195ee3a307eebfebff9b4a74082700cbcc6 authored about 4 years ago by Tiago Temporin <[email protected]>
feat(cmd): implement auth (up/down) migrations

github.com/prest/prest - 83379aefe8909d1bb70b15f40574918fdfb1ac97 authored about 4 years ago by Tiago Temporin <[email protected]>
Double spacing cleaning on testdata migration test shell

Signed-off-by: Avelino <[email protected]>

github.com/prest/prest - e3e79cbe57039c7561523c83926f3b3d16c1cc19 authored about 4 years ago by Avelino <[email protected]>
fixed typo string on mock query on SQL SELECT (#464)

Signed-off-by: Avelino <[email protected]>

github.com/prest/prest - 5637ee27033dec7799a1f65f0e0cbfd314d2a231 authored about 4 years ago by Avelino <[email protected]>
Shutting down our Gitter

Ref: https://github.com/prest/prest/discussions/458

github.com/prest/prest - 433da5cfdfad600d2f51de647bae636f3e227139 authored about 4 years ago by Avelino <[email protected]>
Add http headers support to SQL script templates (#462)

* feat: make request headers accessible

from SQL scripts templates.

Close #409

Signed-o...

github.com/prest/prest - aee8920a84f51d0c7e91e519df5bf307f1debdb7 authored about 4 years ago by Christophe Camel <[email protected]>
Merge pull request #7 from prest/enhance/implement-crud

Add methods to Follow CRUD api

github.com/prest/prest-node - 0052bf16f193b03b7ba86224b19ffd37519504df authored about 4 years ago by Avelino <[email protected]>
enhance(TableConnector): Add CRUD methods

Signed-off-by: Guilherme Diego <[email protected]>

github.com/prest/prest-node - 548beaff6f308790e3709f3a427c8bb84e997b90 authored about 4 years ago by Guilherme Diego <[email protected]>
remove docker login on travis (#463)

remove docker login when not generating a release
```
Error response from daemon: Get https://...

github.com/prest/prest - 9fcc17393dc4fe8b53821644f3423a8f8f87a772 authored about 4 years ago by Avelino <[email protected]>
implement(EntityList): create first version of entity list component

Signed-off-by: Guilherme Diego <[email protected]>

github.com/prest/prest.admin.archived - 329d03a1207a95ef1cdb48c45910747e15030bbc authored about 4 years ago by Guilherme Diego <[email protected]>
test(controllers): password check, encryption and query build

github.com/prest/prest - 54298ddbb0e46ac57591a15c3217537d926bd5bf authored about 4 years ago by Tiago Temporin <[email protected]>
feat(controlers): implement basic authentication

github.com/prest/prest - 59e902935de4c2991448b950ef98451bbe1857be authored about 4 years ago by Tiago Temporin <[email protected]>
chore: add data to test auth

github.com/prest/prest - 05f613bd2dd2474c57b129d91e023b5bc97c4345 authored about 4 years ago by Tiago Temporin <[email protected]>
feat: add enabled flag to auth configuration

github.com/prest/prest - e7a080482d914432cd2569a1a1ea1ca54f5515a4 authored about 4 years ago by Tiago Temporin <[email protected]>
feat(config): set auth configurations

github.com/prest/prest - e4845c35a1b1fe5ae01d708ac163f8a92ea0f6ee authored about 4 years ago by Tiago Temporin <[email protected]>
improve coverage (#403)

* improve configuration tests

Signed-off-by: Tiago Temporin <[email protected]>

* tes...

github.com/prest/prest - 967e2bc9009c235dffef9e6c9f8ec7823222477e authored about 4 years ago by Tiago Temporin <[email protected]>
fixed github issue template multi labels (#454)

* fixed issue template server_bug_report

* fixed multi label on issue template

Signed-off-...

github.com/prest/prest - b5d6143ffeb671f027b21b9aefcfb117080e15be authored over 4 years ago by Avelino <[email protected]>
Update issue templates (#453)

* Update issue templates

* Update admin_server_custom.md

github.com/prest/prest - 762d0cb8d785d8427a2c31b4e412a2ceea2f06f9 authored over 4 years ago by Avelino <[email protected]>
Update server_bug_report.md

github.com/prest/prest - 66518e7ed20255c1c6855c00ef3781b08e22b0c9 authored over 4 years ago by Avelino <[email protected]>
test multi labels issue template

github.com/prest/prest - 4161e96e6dd36b65a8f58114d100339e7beb8c83 authored over 4 years ago by Avelino <[email protected]>
initial token generation structure

sharing how I imagine endpoint auth token generation
cc @tiaguinho

Signed-off-by: Avelino <t@ave...

github.com/prest/prest - 69b3995baa157fead2418dbb760dbefdc48105ad authored over 4 years ago by Avelino <[email protected]>
Use distroless image in docker distribution (#448)

* Use distroless image in docker distribution
fixed: #447

Signed-off-by: Avelino <t@avelino....

github.com/prest/prest - ff677ba52be9738292d1a838e54c45f8f11043a9 authored over 4 years ago by Avelino <[email protected]>
set target shell on shell script files (#450)

Fixed #449

github.com/prest/prest - 662291a2f9748593199c2b7a29d70653ab28e324 authored over 4 years ago by Avelino <[email protected]>
set alpine latest version (#445)

Signed-off-by: Avelino <[email protected]>

github.com/prest/prest - c112140820fe22c5b4c0f907fac0276006c50c43 authored over 4 years ago by Avelino <[email protected]>
Closes #5 (#6)

* Closes #5

* lint fixes

Co-authored-by: quentincaffeino <[email protected]>

github.com/prest/prest-node - 2186eb9267594854a23031d89570521f71d6a95f authored over 4 years ago by Sergei ZH <[email protected]>
Add .deepsource.toml

github.com/prest/prest - a3290d454958afc8b88b340e7216a66264ec271f authored over 4 years ago by DeepSource Bot <[email protected]>
Fix typo mistake in Dockerfile for entrypoint.sh (#441)

github.com/prest/prest - d1143cdc6fa37919506eb925d94d1989275a1d73 authored over 4 years ago by Weverton do Couto Timoteo <[email protected]>
Configure SourceLevel linters (#440)

* Rename .codeclimate by .sourcelevel.yml

* Use latest channel for all engines

For more in...

github.com/prest/prest - 848b59379065670d98758ec8143323129cd4526e authored over 4 years ago by Weverton do Couto Timoteo <[email protected]>
change(.ignores): add new ignored paths to npm and git

github.com/prest/prest-node - 5581d40a853afbc14685456230aeb28d86d73b05 authored over 4 years ago by Guilherme Diego <[email protected]>
enhance(cli): Export types and add a good readme

github.com/prest/prest-node - 70ae77e3e5450e90eb8f33dd829426352417a867 authored over 4 years ago by Guilherme Diego <[email protected]>
refactor: edit dockerfile

Signed-off-by: matheusfrancisco <[email protected]>

github.com/prest/prest - 9b23b7bdc0f2482f423f38c2e83eba7a46bb6d52 authored over 4 years ago by matheusfrancisco <[email protected]>
change(workflow): put all steps into one workflow

github.com/prest/prest-node - b9ff3990c733a0a2c1c8c683c8a4f48529e3a9b5 authored over 4 years ago by Guilherme Diego <[email protected]>
refactor(project): api from function to object approach

github.com/prest/prest-node - 0fc7821bd6cfe9d6902a685789259eb80ede84cb authored over 4 years ago by Guilherme Diego <[email protected]>
fix(workflow): add empty step

github.com/prest/prest-node - 0c702d2491bd21b62b8193db9e39c7a8467ac564 authored over 4 years ago by Guilherme Diego <[email protected]>
enhance code coverage in http module (#1)

* fix(test): enhance coverage to not break test command

* fix(workflow): test.yml workflow name

github.com/prest/prest-node - 1b4b9574510ab58f70365e23d6b98eebbc2cab88 authored over 4 years ago by Guilherme Diego <[email protected]>
add(workflow): automated deploy on npm

github.com/prest/prest-node - b4b22f6101bbaaa99c322c6c639634457e227ef2 authored over 4 years ago by Guilherme Diego <[email protected]>
fix(workflow): refactor main to be a test workflow

github.com/prest/prest-node - 53ce3ec7c2e6995ed07741c70d520afe0952bbb1 authored over 4 years ago by Guilherme Diego <[email protected]>
add(api): first methods to consume api

github.com/prest/prest-node - 4b0e55d6683194aa7c499d764449a565f5c454e3 authored over 4 years ago by Guilherme Diego <[email protected]>
set version 1.0.4

Signed-off-by: Avelino <[email protected]>

github.com/prest/prest - 1a8264810a316c853b8559a8a3430cbe43f7bdf0 authored over 4 years ago by Avelino <[email protected]>
list endpoint /show on docs (#434)

lists the table structure - all fields contained in the tablelists the table structure - all fie...

github.com/prest/prest - c963cb94c59fd98271c77b23efd67abf625c1cf4 authored over 4 years ago by Avelino <[email protected]>
refactor migrate commands (#430)

* refactor migrate commands

- remove create command and goto command, refactor migration to u...

github.com/prest/prest - cfa0f1f80ff7c4fa68bdef716e351156286792ce authored over 4 years ago by Felipe Oliveira <[email protected]>
set docker registry path (#432)

* set docker registry path
fixed: #431

Signed-off-by: Avelino <[email protected]>

* fixed tra...

github.com/prest/prest - d9d3ebc0d554e6fa8250630524c289303781bd90 authored over 4 years ago by Avelino <[email protected]>
implement(http): makeRequest logic to manipulate urls and axios request

github.com/prest/prest-node - 04e18c1f21d9d28bcfc97c8c131fc226b22b9609 authored over 4 years ago by Guilherme Diego <[email protected]>
implemented endpoint to table description (/show/...) (#414)

* implemented endpoint to table list issue 411

* test travis

* fix: change travis running ...

github.com/prest/prest - 360f542236f781cb373b4a5d6ad60c3200334914 authored over 4 years ago by DIEGO DOS SANTOS <[email protected]>
add(coveralls): Action to send coverage

github.com/prest/prest-node - 5ffe9ee63d0101dd02f130b636eef6cf460babcb authored over 4 years ago by Guilherme Diego <[email protected]>
implement(store): module to control some lib options

github.com/prest/prest-node - c34984d9185913553d43c2b1fbc18d45e15d04ae authored over 4 years ago by Guilherme Diego <[email protected]>
add(project): typedoc to create documentation

github.com/prest/prest-node - 23891d2cc7dedd9275535ea4fde3c48bd35062ca authored over 4 years ago by Guilherme Diego <[email protected]>
add(actions): create test action

github.com/prest/prest-node - d140b8aef07fbadeda633c4403d727975412aaaa authored over 4 years ago by Guilherme Diego <[email protected]>
enhance(ci/cd): add quality commands

github.com/prest/prest-node - 5121ee5bdcc39446391ea06e3a707ae5bd204644 authored over 4 years ago by Guilherme Diego <[email protected]>
add(project): initial configs

github.com/prest/prest-node - cc473a78c6160aa9ef1a9f149ef5917f4611f946 authored over 4 years ago by Guilherme Diego <[email protected]>
Initial commit

github.com/prest/prest-node - 89bca427fbf4e6174d7d440d9dfeae5c95cc4c65 authored over 4 years ago by Guilherme Diego <[email protected]>
travis PR: check TRAVIS_PULL_REQUEST before exec goveralls

github.com/prest/prest - 65849983d3d825d119365fec8b8452bee3da1854 authored over 4 years ago by Avelino <[email protected]>
move docker login to releaser script

Signed-off-by: Avelino <[email protected]>

github.com/prest/prest - 2467abc1c1c8652599dbf9a2df978d5766304fd8 authored over 4 years ago by Avelino <[email protected]>
update pREST logo url

github.com/prest/prest-heroku - 813c7558e7d3dc231a9560ec380ffdeff79f24a8 authored over 4 years ago by Avelino <[email protected]>
godocs documentation url

Signed-off-by: Avelino <[email protected]>

github.com/prest/prest - 978df0203019888c1bfe512e180b082aece51031 authored over 4 years ago by Avelino <[email protected]>
docs: fixed example custom middlewares

Signed-off-by: Avelino <[email protected]>

github.com/prest/prest - 28871ed6a4644f8276a6a3425b413e4d29743ee3 authored over 4 years ago by Avelino <[email protected]>
update example prest as web framework

Signed-off-by: Avelino <[email protected]>

github.com/prest/prest - 7c3cf2b3439a48104b92f0a60d526b2009bf5cbc authored over 4 years ago by Avelino <[email protected]>
add(Header): first code for component

github.com/prest/prest.admin.archived - ca7135da583cd186d11e8c3a1ddd278bef08b0be authored over 4 years ago by Guilherme Diego <[email protected]>
fix(typescript): tsc bad emit and test problems with Jest declaration

github.com/prest/prest.admin.archived - 625890dd251ff6d4afe6b76d6310e8c12db10662 authored over 4 years ago by Guilherme Diego <[email protected]>
Merge branch 'master' of github.com:prest/prest into avelino/organize-issue-template

* 'master' of github.com:prest/prest:
fixed typo bug label
clearing old names forgotten in s...

github.com/prest/prest - fe6c5c53ae69ae021b30e5a07456f1ce349d021f authored over 4 years ago by Avelino <[email protected]>
set string on issue template about field

Signed-off-by: Avelino <[email protected]>

github.com/prest/prest - 11c950e294ba390730d80a6fbe02c624b6071266 authored over 4 years ago by Avelino <[email protected]>
clearing old names forgotten in some files

Signed-off-by: Avelino <[email protected]>

github.com/prest/prest - 642ce433b2490a4912be5543abbe2d7a95798299 authored over 4 years ago by Avelino <[email protected]>