- 13 Jan, 2020 40 commits
-
-
Etienne Baqué authored
Refactored merge request API params into module. Leveraged MergeRequestHelpers in Deployment API. Updated Deployment API documentation.
-
Walmyr Lima e Silva Filho authored
Shorten test code See merge request gitlab-org/gitlab!22912
-
Clement Ho authored
Update d3 node module 4.13 -> 5.12 Closes #33944 See merge request gitlab-org/gitlab!20627
-
Stan Hu authored
Add Multi destination logger See merge request gitlab-org/gitlab!22341
-
Aakriti Gupta authored
This would allow for logging is different formats, through single logger calls. Also, add documentation for this logger.
-
Mayra Cabrera authored
Add column to store group ID in application_settings See merge request gitlab-org/gitlab!22600
-
Reuben Pereira authored
Migrations to add a column, foreign key constraint and index into application_settings table.
-
Marcia Ramos authored
Fix missing comma in the single merge request API docs See merge request gitlab-org/gitlab!22836
-
Dan Davison authored
Simplify trigger email notification test See merge request gitlab-org/gitlab!22897
-
Walmyr Lima e Silva Filho authored
It's better to have the implementation details encapsulated in a method that is called by the test than having all of it inside the test itself. This way the `it` block gets cleaner and more focused.
-
Peter Leitzen authored
Sentry Error Tracking Settings GET API Closes #34940 See merge request gitlab-org/gitlab!21788
-
Marcia Ramos authored
Correct spelling of variable name in sentence See merge request gitlab-org/gitlab!22709
-
Mayra Cabrera authored
-
Walmyr Lima authored
And with that save two lines of code.
-
Marin Jankovski authored
Document that 'package-and-qa' tests against CE and EE Ultimate See merge request gitlab-org/gitlab!22909
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Grzegorz Bizon authored
Users without projects use a license seat in a non-premium license Closes #196531 See merge request gitlab-org/gitlab!20664
-
Mayra Cabrera authored
-
Dan Davison authored
Skip intermediate steps in QA merge train test See merge request gitlab-org/gitlab!22848
-
Mark Lapierre authored
Removes 2 expect statements that might not be seen if the merge train completes before the test gets to those statements. Instead we skip to the merge verification, and check that the merge train pipeline passed.
-
Mayra Cabrera authored
-
Marcia Ramos authored
Fix typo in vault.md docs See merge request gitlab-org/gitlab!22162
-
Walmyr Lima e Silva Filho authored
Simplify test code See merge request gitlab-org/gitlab!22805
-
Achilleas Pipinellis authored
Update docs to be based on kubectl logs: See merge request gitlab-org/gitlab!22812
-
Robert Speicher authored
Replace set to let_it_be in ee/spec/controllers See merge request gitlab-org/gitlab!22775
-
Achilleas Pipinellis authored
docs: Extend the MVC product limits page with two more examples See merge request gitlab-org/gitlab!22888
-
Ben Prescott authored
-
Sean McGivern authored
MWPS merges immediately if the pipeline succeeded Closes #121620 See merge request gitlab-org/gitlab!22777
-
Bob Van Landuyt authored
When passing MWPS to the merge API, we should merge the MR immediately when the pipeline already succeeded. On the other hand, we should not merge the MR when passing MWPS and the pipeline failed, even if the project allows merging with a failing pipeline.
-
Rajendra Kadam authored
-
Achilleas Pipinellis authored
Add missing docs instruction for bg migrations See merge request gitlab-org/gitlab!22818
-
DJ Mountney authored
Missed a line linking to the added heading, in the upgrade docs.
-
Nick Thomas authored
Add dynamic deadlines to gitaly See merge request gitlab-org/gitlab!21492
-
Grzegorz Bizon authored
Accept Envelope-To header Closes #37359 See merge request gitlab-org/gitlab!22354
-
Bob Van Landuyt authored
This makes sure that the deadline we set on a gitaly call never exceeds the request deadline. We also raise an exception if the request deadline has already been exceeded by the time we're trying to make a Gitaly call. These deadlines don't apply when calling gitaly from Sidekiq. We do this by storing the start time of the request in the request store on the thread (using the RequestStore). The maximum request duration defaults to 55 seconds, as the default worker timeout is 60 seconds. But can be configured through gitlab.yml.
-
Nick Thomas authored
API to delete self-monitoring project and monitor status See merge request gitlab-org/gitlab!21431
-
Dmitriy Zaporozhets authored
Fix typo "available" See merge request gitlab-org/gitlab!22763
-
Dmitriy Zaporozhets authored
FE for share groups with groups See merge request gitlab-org/gitlab!17139
-
Imre Farkas authored
Implement frontend support for sharing groups with groups Unify templates for sharing projects and groups with groups
-
Russell Dickenson authored
Add omnibus migrate legacy uploads out of deprecated paths command, cleanup wording See merge request gitlab-org/gitlab!16893
-