-
- Downloads
Merge branch '41763-search-api' into 'master'
Search API Closes #41763 See merge request gitlab-org/gitlab-ce!16878
No related branches found
No related tags found
Showing
- changelogs/unreleased/41763-search-api.yml 5 additions, 0 deletionschangelogs/unreleased/41763-search-api.yml
- doc/api/search.md 797 additions, 0 deletionsdoc/api/search.md
- lib/api/api.rb 1 addition, 0 deletionslib/api/api.rb
- lib/api/entities.rb 15 additions, 10 deletionslib/api/entities.rb
- lib/api/helpers/pagination.rb 13 additions, 4 deletionslib/api/helpers/pagination.rb
- lib/api/search.rb 115 additions, 0 deletionslib/api/search.rb
- lib/api/v3/projects.rb 1 addition, 1 deletionlib/api/v3/projects.rb
- lib/gitlab/project_search_results.rb 2 additions, 1 deletionlib/gitlab/project_search_results.rb
- lib/gitlab/search_results.rb 4 additions, 6 deletionslib/gitlab/search_results.rb
- spec/fixtures/api/schemas/public_api/v4/blobs.json 18 additions, 0 deletionsspec/fixtures/api/schemas/public_api/v4/blobs.json
- spec/fixtures/api/schemas/public_api/v4/issue.json 96 additions, 0 deletionsspec/fixtures/api/schemas/public_api/v4/issue.json
- spec/fixtures/api/schemas/public_api/v4/issues.json 2 additions, 93 deletionsspec/fixtures/api/schemas/public_api/v4/issues.json
- spec/fixtures/api/schemas/public_api/v4/merge_requests.json 1 addition, 1 deletionspec/fixtures/api/schemas/public_api/v4/merge_requests.json
- spec/fixtures/api/schemas/public_api/v4/milestones.json 24 additions, 0 deletionsspec/fixtures/api/schemas/public_api/v4/milestones.json
- spec/fixtures/api/schemas/public_api/v4/notes.json 34 additions, 0 deletionsspec/fixtures/api/schemas/public_api/v4/notes.json
- spec/fixtures/api/schemas/public_api/v4/projects.json 36 additions, 0 deletionsspec/fixtures/api/schemas/public_api/v4/projects.json
- spec/fixtures/api/schemas/public_api/v4/snippets.json 33 additions, 0 deletionsspec/fixtures/api/schemas/public_api/v4/snippets.json
- spec/lib/gitlab/search_results_spec.rb 5 additions, 1 deletionspec/lib/gitlab/search_results_spec.rb
- spec/requests/api/search_spec.rb 298 additions, 0 deletionsspec/requests/api/search_spec.rb
- spec/support/matchers/pagination_matcher.rb 6 additions, 0 deletionsspec/support/matchers/pagination_matcher.rb
changelogs/unreleased/41763-search-api.yml
0 → 100644
doc/api/search.md
0 → 100644
This diff is collapsed.
lib/api/search.rb
0 → 100644
spec/requests/api/search_spec.rb
0 → 100644
Please register or sign in to comment