Ecosyste.ms: OpenCollective

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

github.com/ory/x

Libraries used in the Ory ecosystem
https://github.com/ory/x

docs: Updates issue and pull request templates (#136)

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

c48eedb3c43c6e42d82a73308d714c6e59885651 authored almost 5 years ago
chore: switch to our analytics fork (#135)

dde27030869305bf9851a680c61911871d27cf76 authored almost 5 years ago
feat(httpx): decompressable http requests (#134)

25491147dbbc3cbe091e37852c554afa6bae48a5 authored almost 5 years ago
chore: bump viper to support string arrays as csv (#130)

8ea34bc983481ab0f4410438bca411d430fc8380 authored almost 5 years ago
feat(sqlcon): detect PostgreSQL "serialization_failure" error 40001 (#129)

34fdfa9071e5dc5621a4238d0df4c8f96361ab34 authored almost 5 years ago
feat(metricsx): add close function (#128)

1abd736eecaeb16a6b41fe5efdc87cda2aa69f02 authored almost 5 years ago
feat(viperx): add WatchAndValidateViper wrapper (#126)

7b392207c1f6fca750e380643f41895cdaee81ba authored almost 5 years ago
fix(metricsx): fall back only when sqa-opt-out errors (#127)

a4a3eddf26b76895b2dc0557f26f28cf9d0ab349 authored almost 5 years ago
feat: bump viper and add automatic type injection from json schema (#125)

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

5f2f112ce89fe78ec966bfbb0338503d4eab4956 authored almost 5 years ago
refactor: Bump herodot to 0.7.0 (#124)

c2dcb5c121eba60cb7fb7b76099be917c6a9b532 authored almost 5 years ago
feat(sqlxx): support json marshaling for NullTime

e083a5b5b6b8d802a12f41d9f2bc85446547cb4f authored almost 5 years ago
feat: Add more sql helper types (#122)

84a63d601ffd8ad1caee2f598d678e166b602c06 authored almost 5 years ago
feat(sqlxx): Add SQL helper types (#121)

f3c7aca0224a919b6fca093200ffa408032e3084 authored almost 5 years ago
fix(sqlcon): Parse DSN manually instead of using url.Parse (#119)

f09f5c955c86b9aa3eed222775da5020fbfce065 authored almost 5 years ago
feat(jsonschemax): Add readOnly flag to path (#114)

992d0cc25202e039c303e41c674ad98c5c15ea5b authored almost 5 years ago
fix(viperx): multiple validation errors (#117)

0427fe7bd8c4dc8f7172f31b5b37bf9a3c53b845 authored almost 5 years ago
refactor: switch from lib/pq to jackc/{pgconn,pgx} (#118)

400477d52ed124d603ce96849ae3bdb549e31b47 authored almost 5 years ago
fix(viperx): Log error if its not a validation error (#116)

d71aba71f5a3bf7c7fba06e0a75228c0a089e79b authored almost 5 years ago
feat(randx): Add distribution check (#115)

79d16d8eea86f6603bf42a49bc1797211d2a6105 authored almost 5 years ago
feat(jsonschemax): Add PathEnhancer to extensions (#113)

578fea42928a1f0b35daa4ce7f157c58e4a0b1a3 authored almost 5 years ago
fix: Replace gojsonschema with jsonschema (#112)

75ea93ff3336e452963fa9e388d104a9b438dc55 authored almost 5 years ago
docs: Updates issue and pull request templates (#111)

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

51ca8cf112ef5bd5c841ff0b88689285f5f86160 authored about 5 years ago
viperx: Return logger in InitializeConfig (#110)

af94f47965cab68c0e5b44f4bc5ae665d9692119 authored about 5 years ago
jsonschemax: add more information to paths (#109)

894fc840d00b4982af33483ed4db5841572c48cb authored about 5 years ago
jsonschemax: Properly process Else keyword (#108)

941b3a2f058b1bc71a64b04d732ec86e35135c3d authored about 5 years ago
ci: Add nancy orb and bump deps (#107)

d149f68d20442ff1569fed80b0c62462247a6036 authored about 5 years ago
jsonschemax: Add format and pattern to path (#106)

1065fe615ae4f43d9a2d313e81b649c4dd120448 authored about 5 years ago
pagination: Add check for total < limit (#103)

Added additional condition to set header when limit provided exceeds the number of items found

3ae341745d19bedd2dc1dca00858d4b310f081ec authored about 5 years ago
docs: Updates issue and pull request templates (#105)

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

2c26d297f60e13952033accc61c62952b774736a authored about 5 years ago
Add abiltity to specify timeout when creating client (#102)

closes ory/oathkeeper#310

951e6df67e2d0e50cdf654abe035b101eb900c2a authored about 5 years ago
Add helper method to get config with env vars (#100)

00002c6064bd630b5f72df0592adf66293709034 authored about 5 years ago
Resolve sqlcon/dbal related issues (#99)

34b576812b4fdfaa81e1842e9541489670fd13e2 authored about 5 years ago
Update instrumentedsql to latest version (#98)

Closes #97

624e65bbc9e14c34395ed42a08da0cab4a72702e authored about 5 years ago
sqlcon: Better support other DBAL like pop (#96)

12b99486a8863273d4409f6d924a561caf997c0e authored about 5 years ago
errorsx: Add package for dealing with nil-causers. (#95)

4ed05aa968981297405c99470c9a411e8757be40 authored about 5 years ago
Add and improve several JSON-related helpers (#94)

eaadae98911fb77fcc285aa41f614ae0decd729f authored about 5 years ago
jsonschemax: Allow recursive references with limit

This patch adds method ListPathsWithRecursion which enables
returning recursive references until...

9043a76176b0e392c5c679e9e6db02fecbc09c6c authored about 5 years ago
decoderx: Use ListPathsWithRecursion to allow recursive refs

This patch makes use of newly introduced ListPathsWithRecursion function to allow recursive refs...

9b1d4ca51e298e5afa659e7346901e3561592dcc authored about 5 years ago
Support full JSON Pointer syntax in JSONPointerToDotNotation (#91)

3e5c46f9508273868d81147e3a78034f21b5c4b2 authored about 5 years ago
Improve JSON Schema-related features (#90)

ca5341aa4b6a5181998c181e2583ab39436fd992 authored about 5 years ago
u

493c9c3dde5a823a60aa1f12bde210e506f0a326 authored about 5 years ago
parserx: Add HTTP Body Parser for form and json payloads (#89)

This patch adds two packages used for decoding HTTP Body Payloads (e.g. form-encoded or JSON). I...

07e94af2edee2b700f974399573a11aec7716c8e authored about 5 years ago
Remove debug printf (#88)

daa4e84009f4e9989c4f785268b3b7e8db1f93d0 authored about 5 years ago
viperx: Resolve missing keys and defaults (#87)

2deda0679255358ef24ef744a77a30c8e38f72b1 authored over 5 years ago
viperx: Set defaults from schema

165ef9cb68fa0741a76acf2f48aa63542d612a26 authored over 5 years ago
viperx: Added viper BindEnvsToSchema helper

f487d2af2ab2b287893bac568f44e42b49551cd6 authored over 5 years ago
viperx: Auto-load envs when validating schema

38cd2e2fe56990d289c9ffa44d4d57e1bfc6a3cb authored over 5 years ago
viperx: Properly use BindEnv for binding keys

329ff71ce4526d3b653170b220d2434c2bb6cfcf authored over 5 years ago
sqlcon: Fix username&password exposed when dsn's schema is mysql (#83)

9959a307c5908d5e1015c112a49eada07b3911a6 authored over 5 years ago
reqlog: Set log level to trace for excluded (#84)

4ac658cea58db29b417026d172fbfb6b567d1c9e authored over 5 years ago
viperx: use gojsonschema error wrappers (#82)

16e06420a941a5ad61496243494f0d725bbdcb15 authored over 5 years ago
viperx: Improve error response (#81)

cb5e8111c18ea981edcf583ad2e1195f858a93d7 authored over 5 years ago
sqlcon: Add helper for driver name (#80)

aaa0aab2cbde047c5658afa9546ddd84244cea44 authored over 5 years ago
reqlog: Fix nil pointer issue

64adca2172b8c5aeadd0ca9777017e4a19764d85 authored over 5 years ago
Rename reqlog package

9dd474fb036259706e271b02dd4a91285769168f authored over 5 years ago
reqlog: Fork negroni-logrus and add custom log level (#78)

7c9eb6c387044705f8ebe60333170aab78991870 authored over 5 years ago
dockertest: Remove url parsing in connect() (#77)

0111a45390a486d9ce9457737d096b399907fba0 authored over 5 years ago
Adapt and simplify DBAL logic to fix Go 1.12.7 regression (#76)

ede0bd4b0da3ba2a3ac51d14d865b0f25080770c authored over 5 years ago
Simplify SQL connection logic and error tracing and resolve Go 1.12.8 regression (#75)

958b3bd3be6a60cbd46a9ddb4f74670f01581905 authored over 5 years ago
docs: Updates issue and pull request templates (#74)

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

7c3e28e062de69c2a0a3a348dee37d2883797c1b authored over 5 years ago
docs: Updates issue and pull request templates (#73)

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

0ee7ed881d4a9965b4d678ff0c574f8772c912d2 authored over 5 years ago
docs: Updates issue and pull request templates (#72)

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

750ca27c074f59c2e3cf6e484eb61226b55c2c73 authored over 5 years ago
docs: Updates issue and pull request templates (#71)

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

34c10cd8df86c493144f76d2a2e9057e8a2a72cc authored over 5 years ago
docs: Updates issue and pull request templates (#69)

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

0d8ef37bb0e3b058c7ee131dbad230d3c4fbc163 authored over 5 years ago
Remove schema yaml documentation

8d1ecf1a727fc427d51945770a7c7a83b786b402 authored over 5 years ago
Remove accidental node_modules commit

ee2cbd0fd0b62ca36ecfcd90a11e4d5353f29d34 authored over 5 years ago
Improve env susbst prefix in schema docs

906337d0394438e079b2ac4e3148a1a6ad938ac1 authored over 5 years ago
Improve schemas and add yaml configuration

c6ff1214434463eb2d0815441fe0e8615b2f67b9 authored over 5 years ago
Copy changes recursively

3712decc6065b56d9b9a999d669169d31154a1f8 authored over 5 years ago
Update schema destination directory

c3eae094cf824eb17f1e66ce36d1be6edef5cea5 authored over 5 years ago
Push schemas to ory/docs

759297d59374df7b08e9dad9c2fea68303b390c7 authored over 5 years ago
viperx: Improve validation and watcher helpers (#68)

0f9c2eff5a35b91d0e129bc3197d8473ac50b313 authored over 5 years ago
Remove required field from corsx json schema

8e7cc5e518b33aabe9e0212e164076fa5633d344 authored over 5 years ago
Improve JSON Schemas

67bbcd6f10ffe1deb8e659030e2c3c9489e06b41 authored over 5 years ago
corsx: Use right key for debug setting

0a4684f6fc7952554247d3609f5cefb385f5fe90 authored over 5 years ago
Add JSON Schemas for several packages

424091e24f8f2c72eb79fa539cdd4f168fd41cd7 authored over 5 years ago
viperx: Add watching and improve error message (#66)

952c6a68e017c77ddf912bc2d6608970ff78ac1b authored over 5 years ago
viperx: Resolve YAML to JSON marshalling issues (#65)

22e8d28dd122c70209b9b8fd535afaea694f8d01 authored over 5 years ago
jsonx: Add NewStrictDecoder (#61)

9277469d6b8312d1cc3a6e78a69f69e77cf83548 authored over 5 years ago
viperx: Add config validator (#64)

e7da39e74b61560e12e9753f6a3a54a580b03cb2 authored over 5 years ago
viperx: Add file configuration helpers (#63)

cb68302118707797f911eba61e4c62eea67da347 authored over 5 years ago
tracing: Add B3 and standard Jaeger Env parsing (#62)

Some changes were made to the tracer in Hydra, but that is no longer
being used. Copying those ...

f1fc1a71add7d391009b41872f903771cc88df54 authored over 5 years ago
Create FUNDING.yml

f56114461e213a75b5f893aa72e281103ae89e0e authored over 5 years ago
sqlcon: Resolve broken cockroach connectivity (#60)

576c0d7d7140c4eda99b9397a7e336c06fdf9fbf authored over 5 years ago
sqlcon: Use proper driver in sqlx.NewDb (#59)

5c1e155abad2b45cde2fd953e6654f8b978e1d1c authored over 5 years ago
tracing: Add Propagation config (#58)

Related to https://github.com/ory/hydra/pull/1456

4353faf73688b9222f01f3c028ce986e0d70bc71 authored over 5 years ago
sqlcon: Do not escape mysql connection strings (#57)

f10ffc30d443a5a4b07103ba167fdbc557ebf4b7 authored over 5 years ago
docs: Updates issue and pull request templates (#56)

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

6b64dd73aa3d91d33727732cb5045872773232cd authored over 5 years ago
docs: Updates issue and pull request templates (#55)

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

63ea79b6ed09620fe7147374dd6b42072899fb03 authored over 5 years ago
jwskx: Add signing key generator (#54)

acebf0abb35bdf444ea6213f199a301d9c6ef9b4 authored over 5 years ago
docs: Updates issue and pull request templates (#53)

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

4c9d20e2d7600d77686514f2fec4e04c6fea445c authored over 5 years ago
migratest: Use glob instead of string for filtering (#52)

NewPackerMigrationSource filter slice now supports glob pattern matching in addition to regular ...

53bd8034179c7cf6311f90e50b6e4d68ed8a31c6 authored over 5 years ago
corsx: Add sane defaults to ParseOptions (#50)

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

23472731fcedf785ce4bf7c142910881f2b83cc3 authored over 5 years ago
httpx: Add helpers for creating resilient http.Clients (#51)

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

15e3557725e696804bda2cd71a6434c5d93f0f8d authored over 5 years ago
sqlcon: Add support for CockroachDB (#40)

Signed-off-by: David López <[email protected]>

1d07df7e31b30c50a484299babcfdb67aee90231 authored almost 6 years ago
viperx: Add default to bool parser (#48)

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

e77e70a4e8365ed5f12405c13b10a26b36cc2eef authored almost 6 years ago
sqlxx: Allow exclusion of tags (#47)

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

c3f1077854138d9ef7d3cbecad4d4bfc4ae78577 authored almost 6 years ago
sqlxx: Introduce helpers for named insert/updates (#46)

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

d8637195031d36ae0343ef5f9d654bb193ade024 authored almost 6 years ago
sqlcon: Resolve panic in GetDatabaseRetry

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

9692b8d764fd4e14fa9ab27a930ac18cc10f9e0e authored almost 6 years ago
Introduce go module-able tool dependencies

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

9c6ee9e8517564d800ac0ae79aa0adef238d8834 authored almost 6 years ago