Ecosyste.ms: OpenCollective

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

ORY

Support ORY in their mission to build the new ID stack
Collective - https://opencollective.com/ory - Website: https://www.ory.sh - Code: https://github.com/ory

added String() function

github.com/ory/gojsonschema - 1a69e316ade0b4084ad387384488690fc9e26d4f authored almost 12 years ago by sigu-399 <[email protected]>
parsing and checking types

github.com/ory/gojsonschema - e21a835263363e16388f1b09245bc7f3974d398a authored almost 12 years ago by sigu-399 <[email protected]>
changed etype to types (JsonSchemaType)

github.com/ory/gojsonschema - a0b564f5620173cc88d6f8fcf4652a19861f2c4e authored almost 12 years ago by sigu-399 <[email protected]>
added schemaType

github.com/ory/gojsonschema - 744e11e43e6407f7e6fe8ee659137eead96f868b authored almost 12 years ago by sigu-399 <[email protected]>
basic implementation of validation function

github.com/ory/gojsonschema - 7c2b020dd8f6d440085c92c09b3fb92dddce9e54 authored almost 12 years ago by sigu-399 <[email protected]>
added validation.go

github.com/ory/gojsonschema - 4aa86837f1a6972e6a58aaa3445f04bccecbfe75 authored almost 12 years ago by sigu-399 <[email protected]>
exported GetHttpJson

github.com/ory/gojsonschema - 1cd0c08f879f2a9d32c8ca80bffb61fe433755c8 authored almost 12 years ago by sigu-399 <[email protected]>
use consts for types

github.com/ory/gojsonschema - 2ffefdd8c29d1033d8909e29719203109cf0f62e authored almost 12 years ago by sigu-399 <[email protected]>
made consts of types

github.com/ory/gojsonschema - 721f713eb9806f488a402b601c788dd5087ac9e9 authored almost 12 years ago by sigu-399 <[email protected]>
made etype a string and not a string pointer

github.com/ory/gojsonschema - bb4a69ee65db542666511242357c04730ea0e264 authored almost 12 years ago by sigu-399 <[email protected]>
added type check and items/properties parsing

github.com/ory/gojsonschema - f05d708f942cff0f500811bbcdfa045e05c0502b authored almost 12 years ago by sigu-399 <[email protected]>
cleaned up display

github.com/ory/gojsonschema - 0623f075992389c0095a5e95fc75cb9f38f7d237 authored almost 12 years ago by sigu-399 <[email protected]>
moved schemaDocument consts to types.go

github.com/ory/gojsonschema - 583e97d34d320307702065722facd76eeeeeb1dd authored almost 12 years ago by sigu-399 <[email protected]>
added schema in type checking error message

github.com/ory/gojsonschema - e67b950bb5409e858b16114e039988fd29a04ddb authored almost 12 years ago by sigu-399 <[email protected]>
checking schema type

github.com/ory/gojsonschema - 89407bb5cdc9fc811f490af3c9fb3cad885a95dc authored almost 12 years ago by sigu-399 <[email protected]>
JsonSchema property is no more a pointer, no $ref allowed in root schema

github.com/ory/gojsonschema - 8c86dd9c2e588c5c69d1fc8ea9df4a9a3bcf25ac authored almost 12 years ago by sigu-399 <[email protected]>
made constants of most used texts

github.com/ory/gojsonschema - 1e40a792c9c565521ea3e405c77986ce7ce2cf98 authored almost 12 years ago by sigu-399 <[email protected]>
made constants of key names

github.com/ory/gojsonschema - d2987d4688355d5cedb29c2ad232b587dca919eb authored almost 12 years ago by sigu-399 <[email protected]>
cleaned up error messages

github.com/ory/gojsonschema - a4816467c14811c05c842481992ce1b087a685aa authored almost 12 years ago by sigu-399 <[email protected]>
moved error messages to types.go

github.com/ory/gojsonschema - fc334055e63f15381bef795674cfa57e49cbf6fc authored almost 12 years ago by sigu-399 <[email protected]>
moved getHttpJson to SchemaPool

github.com/ory/gojsonschema - 31fc5d154d5ee731a2612ac25e38a56ac9ac19e0 authored almost 12 years ago by sigu-399 <[email protected]>
removed jsonutil

github.com/ory/gojsonschema - 8507ea6c99833c37ddd8c44a57ee3a4c40a49ada authored almost 12 years ago by sigu-399 <[email protected]>
added type parsing, and pointer error handling

github.com/ory/gojsonschema - a12a43a86283439e2af244f1f72dae96e31c4a74 authored almost 12 years ago by sigu-399 <[email protected]>
added schema type (etype)

github.com/ory/gojsonschema - 9e678b680054bcd78619b56d68b9c7f8c94ba5ce authored almost 12 years ago by sigu-399 <[email protected]>
added type to display

github.com/ory/gojsonschema - 59d763cb77b521aba6feea3afa8c383babcee1fb authored almost 12 years ago by sigu-399 <[email protected]>
use pointer to get the fragment reference

github.com/ory/gojsonschema - d2faf3be639607b428e24f6ecfd04264cf00da36 authored almost 12 years ago by sigu-399 <[email protected]>
added file scheme qualifier

github.com/ory/gojsonschema - 20b4f9337a082beee5d9a4556a32b63e58e6f80e authored almost 12 years ago by sigu-399 <[email protected]>
fixed display of ref & id

github.com/ory/gojsonschema - 71c0dbc775927bd5e9594c4d332e631dac242279 authored almost 12 years ago by sigu-399 <[email protected]>
added id in display

github.com/ory/gojsonschema - 09ac443676bee6f10067b9b21880c7b6a686823a authored almost 12 years ago by sigu-399 <[email protected]>
better handling of $ref using pool. canonical test first, then try

inheritance

github.com/ory/gojsonschema - af9c01b2e6d3d7a556a7581d348c148a1e96f7db authored almost 12 years ago by sigu-399 <[email protected]>
load first schema through pool

github.com/ory/gojsonschema - ec5cb0f0abf71c3bcb4d4c7e7682eb2c7455e734 authored almost 12 years ago by sigu-399 <[email protected]>
added schema pool system

github.com/ory/gojsonschema - f65adf376252d5b10c029c01e4f9ba87b6a1f5c8 authored almost 12 years ago by sigu-399 <[email protected]>
added inheritance to handle $ref

github.com/ory/gojsonschema - 6bf2200a8d84e519dfddd4a4a1bd71d96f7bfe77 authored almost 12 years ago by sigu-399 <[email protected]>
go fmt(ed)

github.com/ory/gojsonschema - 66ed3c0cc8fe57997d0ddb8f6ecde69b58e7b910 authored almost 12 years ago by sigu-399 <[email protected]>
added parent schema

github.com/ory/gojsonschema - 293263da1b1c2459c52a260eff1355a2ca67d845 authored almost 12 years ago by sigu-399 <[email protected]>
giving all nodes the correct $ref by parent

github.com/ory/gojsonschema - 2c3cf715deffa532515d2f7a9236985f4973ce5e authored almost 12 years ago by sigu-399 <[email protected]>
adapted code to handle $ref, not as a string, but a JsonReference

github.com/ory/gojsonschema - 97db71f0c0bad5d14a32cc6c6ef236d7eaf50fb4 authored almost 12 years ago by sigu-399 <[email protected]>
made $ref a JsonReference

github.com/ory/gojsonschema - 0a5fed0e71de190476ec12c9c954b52f7e46d6fd authored almost 12 years ago by sigu-399 <[email protected]>
moved json loading to jsonutils

github.com/ory/gojsonschema - 528a3f5e6dfaf6a7f87b995c2418a6c483669d17 authored almost 12 years ago by sigu-399 <[email protected]>
added jsonutils, utility functions for json

github.com/ory/gojsonschema - 9962e7c379045dc11a6e49d21934bb65b5ef2853 authored almost 12 years ago by sigu-399 <[email protected]>
improved subschemas parsing, differencing items/properties/definitions

github.com/ory/gojsonschema - e2edfada66e041b3d5b8bb8c37afd7c42e65e7af authored almost 12 years ago by sigu-399 <[email protected]>
added isStringInSlice

github.com/ory/gojsonschema - a4dbf6ff3a4ff21169e71046c6cff2ecc3fec346 authored almost 12 years ago by sigu-399 <[email protected]>
added const types

github.com/ory/gojsonschema - 43908f11438dbc99c221ff14a7c25a139d4b282f authored almost 12 years ago by sigu-399 <[email protected]>
handle $schema keyword

github.com/ory/gojsonschema - b6f3fdf479a247637d7fbd35e1d8d92a587f4238 authored almost 12 years ago by sigu-399 <[email protected]>
added schema keyword

github.com/ory/gojsonschema - 0bda7b6f1adb5b592b57f0ba386c26427c4e45bc authored almost 12 years ago by sigu-399 <[email protected]>
added parsing of items

github.com/ory/gojsonschema - ff8d2bf1436570ebcccd657ed8d3f2d9487fd711 authored almost 12 years ago by sigu-399 <[email protected]>
fixed property name retrieving

github.com/ory/gojsonschema - d1bd6b9c374c03cb0d391290149da193f67f40b2 authored almost 12 years ago by sigu-399 <[email protected]>
fixed display

github.com/ory/gojsonschema - 67c7ee2e6a859b19b703a5ae40071b9ecc39a174 authored almost 12 years ago by sigu-399 <[email protected]>
fixed /n to \n

github.com/ory/gojsonschema - 78650af230e2dc7351cf924210137fdd622a0197 authored almost 12 years ago by sigu-399 <[email protected]>
recursive display of schemas

github.com/ory/gojsonschema - 4269798b084e79fb14e0d9f2ed9e51cfd8a45f9b authored almost 12 years ago by sigu-399 <[email protected]>
added addChild to schema

github.com/ory/gojsonschema - 6c388f0e9b82747df31192b7a03eaa36c26c701d authored almost 12 years ago by sigu-399 <[email protected]>
disabled properties check

github.com/ory/gojsonschema - 9482ed612a3c48613a5a331634060a52d8fa31ca authored almost 12 years ago by sigu-399 <[email protected]>
fixed properties check

github.com/ory/gojsonschema - f077121303f0f6db6e66c572d11415b864d93b35 authored almost 12 years ago by sigu-399 <[email protected]>
added utility funcs for testing/debugging purposes

github.com/ory/gojsonschema - 802282ea329f34a17ee002c7b638070445abca48 authored almost 12 years ago by sigu-399 <[email protected]>
added properties checks

github.com/ory/gojsonschema - f65c2dfaa8369a8875b45e75f71a5f5ab52ed648 authored almost 12 years ago by sigu-399 <[email protected]>
added schema property parsing

github.com/ory/gojsonschema - aecabe532c9d4d5195842cc42f5951e2ee5889d6 authored almost 12 years ago by sigu-399 <[email protected]>
added validationutil : helper functions

github.com/ory/gojsonschema - 659eb073d95711031a55cf5471419b0dc225dcf1 authored almost 12 years ago by sigu-399 <[email protected]>
added schema.go

github.com/ory/gojsonschema - 5e9e5b1821d116f095d9adff9fd0068f01200b30 authored almost 12 years ago by sigu-399 <[email protected]>
mved schema to schemaDocument, parsing of schemas and subschemas

github.com/ory/gojsonschema - 87e7f821a6d3e4c53b374236f2adf0282d048b6d authored almost 12 years ago by sigu-399 <[email protected]>
refactoring to handle references

github.com/ory/gojsonschema - af3908a85215078bd99a5bb3a8629d8b92de37fd authored almost 12 years ago by sigu-399 <[email protected]>
redefined data structure

github.com/ory/gojsonschema - 37c52703686e89a261bcd1dc181eee4ac7c50e14 authored almost 12 years ago by sigu-399 <[email protected]>
added consts to handle json schema keys

github.com/ory/gojsonschema - db4b1280ee52cb1a9b00ab1489861808d542a27d authored almost 12 years ago by sigu-399 <[email protected]>
added id keyword

github.com/ory/gojsonschema - f8c24b7aa933698b00ca748eb1be6f7808ad5356 authored almost 12 years ago by sigu-399 <[email protected]>
implemented schema headers parsing

github.com/ory/gojsonschema - beba96e219a9a8fddebb8453b3ec0d04cd5c7111 authored almost 12 years ago by sigu-399 <[email protected]>
initial sources files commit

github.com/ory/gojsonschema - c3a290a263ba791738fc6a6d6777b89f68c093bd authored almost 12 years ago by sigu-399 <[email protected]>
added eclipse project file to gitignore

github.com/ory/gojsonschema - d952db7ecaa78b95bd5582ef655d1d026382e011 authored almost 12 years ago by sigu-399 <[email protected]>
Initial commit

github.com/ory/gojsonschema - 859533773e225589ec3448efa13883d330ad7562 authored almost 12 years ago by sigu-399 <[email protected]>
Truncate session files when writing, otherwise we might not be able to parse them later on. Patch from Michael Stapelberg (thanks!). Closes #1

github.com/ory/sessions - c044c93603af0d545821becf4fae68ea969eb074 authored about 12 years ago by moraes <[email protected]>
Initial files.

github.com/ory/sessions - 918ff72419db9e2713ec29a67d58b186c564b6a0 authored over 12 years ago by moraes <[email protected]>
Initial commit

github.com/ory/sessions - ea6d91b8bcfd38908e017706751b8ffe1d7da526 authored over 12 years ago by rodrigo moraes <[email protected]>