-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A bit different approach to external validators plus validation against definition in a schema #53
Open
arentrue
wants to merge
25
commits into
for-GET:master
Choose a base branch
from
rbkmoney:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
e21065f
add suppport for configurable and extendable validators
arentrue c774499
clarify schema validator interface
arentrue 7ef3873
introduce jesse:validate_ref/2,3 interface
arentrue e2ce63d
fix undefined type http_uri
arentrue 9ba3702
change validate_ref to validate_definition api
arentrue 3910592
Add init opts to custom validator
arentrue 0dffb4a
Merge remote-tracking branch 'upstream/master' into ft/upstream_merging
723e835
Merge pull request #5 from 4tyTwo/ft/upstream_merging
4tyTwo 7640f47
Ucp support in regexes (#6)
kehitt f583a3b
Use github actions (#8)
Yozhig a21da06
MSPF-532: get rid of rfc3339 library (#7)
Yozhig 600cc83
Add jesse:validate_local_ref, implement validate_defition over it (#9)
kehitt 5bb91aa
Avoid deprecated http_uri functions for OTP 21+
shino 2a0fa89
Cosmetics
shino 287efa0
Use OTP_RELEASE macro
shino ba495bc
erlang.yml: erlang:23.2
dinama bbb58fc
Update src/jesse_json_path.erl
dinama 9b980b7
Merge pull request #11 from rbkmoney/fix/otp23
dinama 0bef37c
+merge upstream/1.6.1
dinama 0953543
+fix after merge
dinama edf44ce
Merge pull request #12 from rbkmoney/merge_1.6.1
dinama fd4eee8
MSPF-532: avoid rfc3339
dinama df03b5c
Merge pull request #13 from rbkmoney/fx/avopi_rfc3339
dinama 6ee802a
+avoid some diffs +avoid ci/erlang.yaml
dinama f4ff58e
Merge pull request #14 from rbkmoney/fx/ci
dinama File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,3 +12,4 @@ | |
/rebar3.crashdump | ||
/rebar.lock | ||
/test/*.beam | ||
/deps/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,7 @@ Andrei Neculau <[email protected]> | |
Stefan Strigler <[email protected]> | ||
Sergey Prokhorov <[email protected]> | ||
Yakov <[email protected]> | ||
Anton Belyaev <[email protected]> | ||
Luis Azedo <[email protected]> | ||
Carl-Johan Kjellander <[email protected]> | ||
Alastair Hole <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,6 @@ | |
, ssl | ||
, inets | ||
, jsx | ||
, rfc3339 | ||
]} | ||
, {licenses, [ "Apache 2.0" | ||
]} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
According to Elvis: