-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Added issue search via api #3612
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
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
7a54205
Started implementing issue api search
kolaente 5bc4f3f
Implemented issue search via api
kolaente f3870bf
Added search to swagger.json
kolaente bfd61f9
Removed todo
kolaente 752d5b5
fmt
kolaente b01f5a7
Merge branch 'master' into feature/api-issue-search
kolaente c2542eb
Added comment to generate swagger json via "generate-swagger"
kolaente a1211c0
Merge remote-tracking branch 'upstream/master' into feature/api-issue…
kolaente 3755d09
Merge branch 'feature/api-issue-search' of https://github.com/kolaent…
kolaente 7818adc
Simplified search
kolaente 1bfcb04
fmt
kolaente 38cbfd9
Removed unessecary comment
kolaente 7b08c92
Removed unessecary declaration of the issues-variable
kolaente 533e1aa
Removed unessecary comment
kolaente b598149
Removed unessecary comment
kolaente be9ddba
Merge branch 'master' into feature/api-issue-search
kolaente c5d9b4c
Merge remote-tracking branch 'upstream/master' into feature/api-issue…
kolaente 5df8c13
Merge branch 'feature/api-issue-search' of https://github.com/kolaent…
kolaente 5255550
Added explanation keyword
kolaente 5f2405d
Simplified check for empty keyword
kolaente 1db0418
corrected check if keyword is empty
kolaente 1f209aa
Merge branch 'master' into feature/api-issue-search
kolaente 34918c6
Merge branch 'master' into feature/api-issue-search
lafriks 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
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
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.
I think you can do something like this:
(simple search function call where you can immediately return empty array instead of doing "if" would be cleaner...)
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.
Looks good, thanks
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.
Changed it