added 2 new rules and other changes in db, ingress and deployments#231
Open
shubham4443 wants to merge 11 commits intospacecloud-io:v0.22.0-oldfrom
Open
added 2 new rules and other changes in db, ingress and deployments#231shubham4443 wants to merge 11 commits intospacecloud-io:v0.22.0-oldfrom
shubham4443 wants to merge 11 commits intospacecloud-io:v0.22.0-oldfrom
Conversation
YourTechBud
requested changes
Jan 26, 2021
Contributor
YourTechBud
left a comment
There was a problem hiding this comment.
@shubham4443 lets get on a video call where you can demo me what you've done
| <Form.Item name='f2' rules={[{ required: true }, { validator: createValueAndTypeValidator(type, true) }]}> | ||
| <ObjectAutoComplete placeholder="Second operand" options={autoCompleteOptions} /> | ||
| </Form.Item> | ||
| <> |
| return | ||
| } | ||
| if (selectedRuleObj.rule === "query" || selectedRuleObj.rule === "force" || selectedRuleObj.rule === "remove" || selectedRuleObj.rule === "encrypt" || selectedRuleObj.rule === "decrypt" || selectedRuleObj.rule === "hash") { | ||
| if (selectedRuleObj.rule === "query" || selectedRuleObj.rule === "force" || selectedRuleObj.rule === "remove" || selectedRuleObj.rule === "encrypt" || selectedRuleObj.rule === "decrypt" || selectedRuleObj.rule === "hash" || selectedRuleObj.rule === "graphql") { |
Contributor
There was a problem hiding this comment.
I dont think we need a clause for the graphql rule
| graph.edges.push({ from: id, to: `${id}.clauses.${len}` }) | ||
| } | ||
| if (rule.rule === "query" || rule.rule === "force" || rule.rule === "remove" || rule.rule === "encrypt" || rule.rule === "decrypt" || rule.rule === "hash") { | ||
| if (rule.rule === "query" || rule.rule === "force" || rule.rule === "remove" || rule.rule === "encrypt" || rule.rule === "decrypt" || rule.rule === "hash" || rule.rule === "graphql") { |
Contributor
There was a problem hiding this comment.
no clause in graphql rule
sharadregoti
previously approved these changes
Jan 28, 2021
Contributor
|
Following changes were made in this PR
|
sharadregoti
previously approved these changes
Jan 29, 2021
YourTechBud
previously approved these changes
Jan 29, 2021
1d482b2
Contributor
Contributor
Contributor
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.




No description provided.