Sign in
fuchsia
/
third_party
/
github.com
/
xeipuuv
/
gojsonschema
/
HEAD
8bcffc8
Merge branch 'hoshsadiq-master'
by Johan Dorland
· 7 years ago
main
master
a85afca
PR Changes
by Hosh Sadiq
· 7 years ago
ad28024
make jsonContext public + improve result.AddError
by Hosh Sadiq
· 7 years ago
a5881c7
Add public Result.AddError method
by Hosh Sadiq
· 7 years ago
418464d
Allow external use of AddError
by Hosh Sadiq
· 7 years ago
70e5934
Merge pull request #177 from hoshsadiq/master
by xeipuuv
· 7 years ago
67a4203
Merge pull request #172 from johandorland/float
by xeipuuv
· 7 years ago
c02fa6b
Merge pull request #176 from jbirch/master
by xeipuuv
· 7 years ago
6b57122
Fix tests
by Hosh Sadiq
· 7 years ago
4c91039
Merge errors for then/else + fix error description
by Hosh Sadiq
· 7 years ago
6664329
Add support for if/then/else
by Hosh Sadiq
· 7 years ago
35fe65b
Don't attempt to set a version of testify to work around https://github.com/Masterminds/glide/issues/741
by Jason Birch
· 7 years ago
5d8ca14
Move stretchr/testify to an explicit test dependency with corrected version number
by Jason Birch
· 7 years ago
5a5ca1a
Bump up Go version to 1.5 and update dependencies
by Johan Dorland
· 7 years ago
b48c621
Use math/big.Float instead of float64 to prevent rounding errors
by Johan Dorland
· 7 years ago
511d08a
Merge pull request #161 from notjames/schema-excptn-bug
by xeipuuv
· 7 years ago
b7d5174
Merge pull request #171 from johandorland/idrefparsing
by xeipuuv
· 7 years ago
8ceb7b8
Merge pull request #169 from ashb/allow-pointers-on-loader-source
by xeipuuv
· 7 years ago
2903842
Merge pull request #167 from maxibanki/patch-1
by xeipuuv
· 7 years ago
83a7f63
Implement id parsing in conjuction with $ref fixes
by Johan Dorland
· 7 years ago
6637feb
Allow "#/path" pointers on Loader sources
by Ash Berlin-Taylor
· 7 years ago
74a5b03
Added GoDoc badge
by Max Schmitt
· 7 years ago
212d8a0
Merge pull request #164 from stoplightio/master
by xeipuuv
· 7 years ago
270ff91
- ignore any format's that aren't defined: https://spacetelescope.github.io/understanding-json-schema/reference/string.html#format
by Tom Pytleski
· 7 years ago
3f523f4
Merge pull request #163 from chrisdostert/master
by xeipuuv
· 7 years ago
9382a30
BUGFIX: template var used to dereference the proper exception value. Disambiguated STRING_SCHEMA const
by Jim Conner
· 7 years ago
c8bf4a9
Added example of usage on Number format and fixed interface sample
by Ricardo
· 8 years ago
3372ff1
Added tests coverage for number format check
by Ricardo
· 8 years ago
8cfd055
Removed check for String type when running FormatChecker
by Ricardo
· 8 years ago
90a5d08
Added option to check format also on numbers
by Ricardo
· 8 years ago
0c8571a
Merge pull request #154 from rrenganathan/ValidateSchemaSyntax
by xeipuuv
· 8 years ago
4484cf5
Merge pull request #152 from chrisdostert/uri-reference-format
by xeipuuv
· 8 years ago
507c9be
Added check for Parse Error
by Ranjani Renganathan
· 8 years ago
bb168f6
updated
by Ranjani Renganathan
· 8 years ago
2324f49
added "fmt" in imports
by Ranjani Renganathan
· 8 years ago
138e087
Error messaging for Schema
by Ranjani Renganathan
· 8 years ago
8a8cc2c
feat) add json schema v6 uri-reference format #126
by Chris Dostert
· 8 years ago
a55c211
Merge pull request #148 from freakingawesome/include-context-in-error-templates
by xeipuuv
· 8 years ago
8cbc83b
Include Context.String() as parameter for error messages
by Chad Gilbert
· 8 years ago
20fdae5
Merge pull request #147 from freakingawesome/error-template-funcs
by xeipuuv
· 8 years ago
c134c18
Add ErrorTemplateFuncs mention in README
by Chad Gilbert
· 8 years ago
1aab3b5
Add ability to specify error template functions
by Chad Gilbert
· 8 years ago
702b404
Merge pull request #142 from drrossum/fix-ResultErrorValue
by xeipuuv
· 8 years ago
a0e1d18
pass single value out of value map into newError
by Daniel R. van Rossum
· 8 years ago
ff0417f
Merge pull request #139 from sgumpalli/master
by xeipuuv
· 8 years ago
766f842
Merge pull request #138 from yuokada/fix/misspell
by xeipuuv
· 8 years ago
4f3c6af
Merge pull request #137 from yuokada/fix/gofmt
by xeipuuv
· 8 years ago
e1b427a
Fixed custom locale bug#119
by sgumpalli
· 8 years ago
5b71a6a
fix typo
by yuokada
· 8 years ago
865d89a
fix format
by yuokada
· 8 years ago
6b67b3f
Merge pull request #136 from git-lfs/io-loaders
by xeipuuv
· 8 years ago
21d0d72
Add a JSON writer loader
by risk danger olson
· 8 years ago
3ad00a1
Add a JSON reader loader
by risk danger olson
· 8 years ago
301a2b3
re-arrange string loader tests to test other loaders
by risk danger olson
· 8 years ago
f06f290
Merge pull request #131 from emosbaugh/loader-custom-filesystem
by xeipuuv
· 8 years ago
5760b62
Merge pull request #133 from johandorland/master
by xeipuuv
· 8 years ago
503fefc
Add a RWMutex to errorTemplates to make formatErrorDescription thread-safe.
by Johan Dorland
· 8 years ago
59f99eb
Merge pull request #132 from williambailey/patch-1
by xeipuuv
· 8 years ago
a85d60c
Map "regex" formatter to the correct `Checker`.
by William Bailey
· 8 years ago
6bfc183
Fix jsonReferenceLoader for custom filesystems
by emosbaugh
· 8 years ago
e18f006
Merge pull request #127 from ricardomaraschini/text-template
by xeipuuv
· 8 years ago
c0947c8
Added a note to README pointing to the text/template change
by Ricardo
· 8 years ago
32187ac
Using text/template to make Error translations
by Ricardo
· 8 years ago
3a08926
Merge pull request #125 from Genesor/fix-ResultError-interface
by xeipuuv
· 8 years ago
84d1964
Add String() to ResultError interface
by Benjamin De Bernardi
· 8 years ago
00f9faf
Merge pull request #121 from vovanec/patch-1
by xeipuuv
· 8 years ago
ba9331c
removed extra new line
by Volodymyr Kuznetsov
· 8 years ago
e9ac043
Added bytes loader that allows processing []byte
by Volodymyr Kuznetsov
· 8 years ago
3f368bb
Merge pull request #120 from stoplightio/master
by xeipuuv
· 8 years ago
07a7d12
- don't panic if a string's patter isn't a string.
by Tom Pytleski
· 8 years ago
2aca3de
fixed false validation error. positional array schemas are supposed to pass if the instance has too few items
by Stephen Searles
· 8 years ago
ef6b0a3
avoid url-encoded characters in file name
by pavel-letsiaha
· 8 years ago
4f624f6
Merge pull request #117 from stephensearles/master
by xeipuuv
· 8 years ago
29b238f
fixed false validation error. positional array schemas are supposed to pass if the instance has too few items
by Stephen Searles
· 8 years ago
e358931
fixing positional array validation. fixes #113
by Stephen Searles
· 8 years ago
e4f482d
Merge pull request #115 from pavel-letsiaha/patch-1
by xeipuuv
· 8 years ago
b1ee7d2
avoid url-encoded characters in file name
by pavel-letsiaha
· 8 years ago
0a98b2b
Merge pull request #114 from stephensearles/master
by xeipuuv
· 8 years ago
e978c54
fixing positional array validation. fixes #113
by Stephen Searles
· 8 years ago
66a3de9
Merge pull request #111 from stoplightio/master
by xeipuuv
· 9 years ago
deb6323
- add test for circular reference panic
by Tom Pytleski
· 9 years ago
8b39c62
- fix stack overflow panic with circular refs!
by Tom Pytleski
· 9 years ago
c539bca
Merge pull request #106 from piotrkowalczuk/master
by xeipuuv
· 9 years ago
c7df3b5
RegexFormatChecker, gofmt -s -w
by Piotr Kowalczuk
· 9 years ago
c395321
Merge pull request #105 from packrat386/fix_canonical_string
by xeipuuv
· 9 years ago
7cde51b
Fix incorrect canonical string comparison
by Aidan Coyle
· 9 years ago
8029392
Merge pull request #103 from yuichi1004/topic/implement_json_loader_interface
by xeipuuv
· 9 years ago
ac948b6
Make JSONLoader public to support cusotm json loader
by Yuichi Murata
· 9 years ago
d5336c7
Merge pull request #101 from s-urbaniak/filesystem
by xeipuuv
· 9 years ago
9c0294d
jsonLoader: add support for http.FileSystem
by Sergiusz Urbaniak
· 9 years ago
d3178ba
Merge pull request #100 from stoplightio/master
by xeipuuv
· 9 years ago
d0043fb
better handling of integers
by Tom Pytleski
· 9 years ago
93e72a7
Merge pull request #96 from gotschmarcel/master
by sigu-399
· 9 years ago
52a08ca
Merge pull request #97 from comstud/fix_wrong_nil_check
by sigu-399
· 9 years ago
b31634e
Fix always-false comparison
by Chris Behrens
· 9 years ago
8aaeab0
Add glide dependency file
by Marcel Gotsch
· 9 years ago
3988ac1
Merge pull request #91 from dsanader/fixhostname
by xeipuuv
· 9 years ago
a2096e0
Merge pull request #90 from dsanader/master
by xeipuuv
· 9 years ago
a481dcf
Fix typo...
by Dejan SANADER
· 9 years ago
1f650f0
Check label and full name length in hostname format
by Dejan SANADER
· 9 years ago
Next »