Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Datree
Commits
8a8e59f2
Unverified
Commit
8a8e59f2
authored
3 years ago
by
Dima Brusilovsky
Committed by
GitHub
3 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Update 0002-implement-local-evaluation.md
parent
c47a423e
adr-poc
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/architecture/decisions/0002-implement-local-evaluation.md
+3
-0
...architecture/decisions/0002-implement-local-evaluation.md
with
3 additions
and
0 deletions
+3
-0
doc/architecture/decisions/0002-implement-local-evaluation.md
+
3
-
0
View file @
8a8e59f2
...
...
@@ -9,12 +9,14 @@ Accepted
## Context
We want to allow our users to run datree locally without the need of sending the data to our backend
Users want some more security features - not send data to datree
## Decision
We will make the cli should work without backend datree / without internet
We will implement local evaluation:
*
We will add the ability to run datree offline
*
We will support --no-record flag
...
...
@@ -22,4 +24,5 @@ We will implement local evaluation:
## Consequences
Custom rules is not executed using golang json schema package instead of npm package. This might affect potential users
Same goes for yamlschemavalidator.datree.io that might give bad result to a potential user
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help