Commit Graph

16 Commits

Author SHA1 Message Date
Evan Read e128239340 Add Markdown linting
Also adds and one linting rule
and makes project conform to it.
2019-06-25 04:34:55 +00:00
Marcel Amirault d46dca74ab Docs: Merge 5 api docs from EE to CE 2019-06-06 07:57:39 +00:00
Lee Tickett a4e9259d8a #46469 - Added ref querystring parameter to project search to allow searching on branches other than master 2019-05-17 06:10:08 +00:00
Sean McGivern 47859bb491 Merge branch 'feature/users-search-results' into 'master'
Add users search results to global search

Closes #25973

See merge request gitlab-org/gitlab-ce!21197
2019-03-19 10:30:08 +00:00
Alexis Reigel 0592233a1a
add users search to search api 2019-03-14 18:21:01 +01:00
Piotr Orzechowski b522bae8a3 Fix search scope for snippet_blobs in example 2019-03-13 10:06:56 +00:00
Evan Read 47fb1c5235 Remove consecutive blank lines from markdown files
For the sake of consistency, removes any extraneous
consecutive blank lines from the doc suite.
2019-02-18 09:36:13 +00:00
Achilleas Pipinellis 0e078d1a8a
Replace look-alike token with '<your_access_token>'
Replace all '9koXpg98eAheJpvBs5tK' occurrences with
'<your_access_token>' in API docs.
2019-01-04 13:19:27 +01:00
Jan Provaznik 6f464cf074 Fix minor issues in search API doc 2018-12-07 13:26:24 +01:00
Jan Provaznik 58bfd73331 Optimized file search to work without limits
* removed 100 limit on file search results because we
  load all results anyway
* expensive processing (parsing match content, utf encoding)
  is done only for selected page in paginated output
2018-12-06 09:25:09 +01:00
Mario de la Ossa 7357209f91
Implement filtering by filename on code search 2018-06-19 09:30:09 -06:00
Jan Provaznik 2370ff85fe Optional '/-/' delimiter for search API
'/-/' delimiter is used only in UI, in API we don't use it for
other endpoints. To align search endpoints with the rest of API
endpoints, this patch makes '/-/' optional for existing endpoints (to
keep backward compatibility).

Documentation is updated to prefer paths without '/-/'.
2018-03-19 20:02:15 +01:00
Jarka Kadlecová b0b4ae1875 API - Include project in commits&blobs search results 2018-02-14 09:00:26 +01:00
Jarka Kadlecová 86e98c832a Small code/doc changes 2018-02-07 14:20:18 +01:00
Jarka Kadlecová f170913d73 port ee changes 2018-02-07 11:52:51 +01:00
Jarka Kadlecová 7381944565 Support search in API 2018-02-06 16:02:02 +01:00