- 08 Oct, 2019 40 commits
-
-
Francisco Javier López authored
The scope we use when searching for snippets it's quite wide. It searchs in personal snippets and also project snippets (in authorized projects and also visible when not authorized). When the dataset is quite big, like in GitLab.com, the requests times out because they take around 30s. While we address and rearrange the snippet search to reduce this scope for every type of instance, we're going to narrow it just for GitLab.com. Now, we're going to search only in the user personal and in authorized project snippets.
-
Lin Jen-Shin authored
Change ECDSA key validator to check the asn1 flag instead Closes #33216 See merge request gitlab-org/gitlab!18017
-
Nick Thomas authored
[Docs] Start documenting our internal API See merge request gitlab-org/gitlab!18089
-
Sean McGivern authored
Extract Issuables System Note Service Closes #17597 See merge request gitlab-org/gitlab!17818
-
Bob Van Landuyt authored
This is an attempt to get a grasp on what we're doing in our internal API calls. Next steps would be removing dead code and perhaps splitting up complicated calls.
-
Heinrich Lee Yu authored
Fixes the validation with OpenSSL 1.1
-
Nick Thomas authored
Properly handle 503 errors in info/refs endpoint Closes #32925 See merge request gitlab-org/gitlab!18177
-
Sean McGivern authored
Update artifact size authorization See merge request gitlab-org/gitlab!17769
-
Jan Provaznik authored
Enable frozen string for spec/views See merge request gitlab-org/gitlab!18171
-
gfyoung authored
Partially addresses: https://gitlab.com/gitlab-org/gitlab/issues/27703
-
Lin Jen-Shin authored
Add Engineering Productivity code owners See merge request gitlab-org/gitlab!17959
-
Rémy Coutable authored
Fix Prometheus Alert Worker spec Closes #33605 See merge request gitlab-org/gitlab!18243
-
Sean Arnold authored
-
Grzegorz Bizon authored
Change Prometheus Alert issue details list from bulleted to description list See merge request gitlab-org/gitlab!18116
-
Evan Read authored
Add version information to CI exists rule See merge request gitlab-org/gitlab!18251
-
Marcel Amirault authored
-
Grzegorz Bizon authored
Ignore non-existing metrics when uninstalling Prometheus See merge request gitlab-org/gitlab!18020
-
Grzegorz Bizon authored
Add PipelinePresenter#related_merge_request_text See merge request gitlab-org/gitlab!17947
-
drew authored
-
Grzegorz Bizon authored
Fix relative positioning when moving items down and there is no space See merge request gitlab-org/gitlab!17781
-
Sean McGivern authored
Rename license management in pipeline and build See merge request gitlab-org/gitlab!18124
-
Filipa Lacerda authored
Productivity Analytics: Add initDateArray utility method See merge request gitlab-org/gitlab!18248
-
Martin Wortschack authored
Creates a two-dimensional array of length=n where n is the difference in days between a given start and end date plus 1
-
Rémy Coutable authored
Rename Vulnerabilities API to Vulnerability Findings API See merge request gitlab-org/gitlab!16468
-
Victor Zagorodny authored
-
Patrick Derichs authored
Specs are using doubles Apply constructor changes Add specs for SystemNotes::IssuablesService Fix misspelled file name Add parameter exclude_project to shared sample So duplicate definition could be removed. Use let_it_be instead of set Remove one superfluous redefinition Move service definition to top of specs Use let_it_be instead of set Add new line Remove obsolete method (moved to SystemNotes::IssuablesService) Remove obsolete methods from SystemNoteService (moved to SystemNotes::IssuablesService) Replace doubles with noteable, project and author
-
Thong Kuah authored
Expose test_reports in PipelineDetailsEntity See merge request gitlab-org/gitlab!18022
-
Marin Jankovski authored
Remove some stale references to old feature freeze See merge request gitlab-org/gitlab!18246
-
Grzegorz Bizon authored
Remove unused Pages gRPC client See merge request gitlab-org/gitlab!18172
-
Ash McKenzie authored
collect docker registry related metrics Closes #31590 See merge request gitlab-org/gitlab!17063
-
Dylan Griffith authored
These may cause confusion and are no longer matching our release processes.
-
Evan Read authored
Updates auth.log information See merge request gitlab-org/gitlab!18211
-
Mayra Cabrera authored
Specifies that: * Protected path abusive requests are also recorded on this log * User id and username are recorded when available
-
Evan Read authored
Clarify purpose of `dependencies` See merge request gitlab-org/gitlab!18068
-
Nathan Friend authored
-
Kushal Pandya authored
Rearrange the Vue release components See merge request gitlab-org/gitlab!18131
-
Giorgenes Gelatti authored
-
Giorgenes Gelatti authored
Add hooks to UI to track user events related to package
-
Giorgenes Gelatti authored
Add track_event() hooks to track package events
-
Evan Read authored
Resolve docs follow-up with issue links Closes #32537 See merge request gitlab-org/gitlab!17567
-