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.
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
Rest source addition #765
Rest source addition #765
Changes from 32 commits
50981dd
89d0d74
1c17ecf
db1cec4
7e6179d
d0edffb
ba6dedb
d248255
f398249
9198ff2
e3b03d2
e45149c
712ad8e
edaacf0
48fc907
7004070
7b49b8d
18ab865
a83aa71
98276ab
9948bc3
d936de0
1e15740
c39a849
d3e5e8f
74c70c4
df76972
a4a3164
98bb330
4140cc6
aa73642
1efd16e
9e56c1a
bc1d8c4
e01dfb1
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
From the comment above "Should always come from code, so no need for case insensitivity"
Shall we just use '==' for source type comparisons? Here and line 230 and line 630 #Closed
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.
That comment is because those are specifically internal sources. A REST source may be configured externally, so yes, we should do case insensitive.
In reply to: 594688379 [](ancestors = 594688379)
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.
So, we need case insensitivity check because the Rest source type doesnt come from code. I also realized that I missed adding case-insensitivity check in the rest factory. I will add it there as well. #Resolved