- 29 Jul, 2019 37 commits
-
-
Lukas Eipert authored
Instead of complicated splicing, we can simply return all pages. Promise.all will take care of the correct ordering for us.
-
Stan Hu authored
There was an implicit assumption that the pages returned from the Promise of `pdf.getPage(num)` would return in order, but no such guarantee exists. To handle this, we explicitly set which array index based on the page number and then trigger a Vue update via `splice`. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64467
-
Lin Jen-Shin authored
Backport EE changes made to the scripts/ directory See merge request gitlab-org/gitlab-ce!31015
-
Mek Stittri authored
Update reference architecture docs to remove status Closes gitlab-org/quality/performance#14 See merge request gitlab-org/gitlab-ce!31077
-
Tanya Pazitny authored
-
Stan Hu authored
CE: Add project download & project export audit event See merge request gitlab-org/gitlab-ce!31103
-
Nick Thomas authored
Further remove `if postgresql?` branches Closes #65054 See merge request gitlab-org/gitlab-ce!31102
-
Yorick Peterse authored
This backport changes made by EE to the files in the scripts/ directory. This comes with a few changes to some scripts to make them work in the single codebase setup.
-
Kamil Trzciński authored
Adds direct monitoring for sidekiq metrics Closes #56752 See merge request gitlab-org/gitlab-ce!30916
-
Ryan Cobb authored
This adds diirect monitoring for sidekiq metrics. This is done via sidekiq middleware and a sampler to pull from sidekiqs api.
-
Nick Thomas authored
Expose git blame in api Closes #51345 See merge request gitlab-org/gitlab-ce!30675
-
Andreas Brandl authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/65054
-
Andreas Brandl authored
We dropped MySQL support and a lot of mysql specific code has been removed in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/29608. This comes in from the other direction and removes any `if postgresql?` branches.
-
Marcia Ramos authored
Update IP access restriction docs See merge request gitlab-org/gitlab-ce!31189
-
Cindy Pallares 🦉 authored
-
Marcia Ramos authored
Fix deploy example and other fixes Closes #65092 See merge request gitlab-org/gitlab-ce!31225
-
Evan Read authored
-
Marcia Ramos authored
Categorize autodevops variables Closes #59817 See merge request gitlab-org/gitlab-ce!31226
-
Evan Read authored
-
Paul Slaughter authored
Added navbar searches usage ping counter Closes #63887 See merge request gitlab-org/gitlab-ce!30953
-
Francisco Javier López authored
Added usage ping counter when the user makes a search through the navbar search component.
-
Lin Jen-Shin authored
Separate private methods under the keyword on projects controller See merge request gitlab-org/gitlab-ce!31223
-
Ramya Authappan authored
Move create group with mattermost spec to correct dir See merge request gitlab-org/gitlab-ce!31173
-
Rémy Coutable authored
Add frozen_string_literal to spec/features See merge request gitlab-org/gitlab-ce!31131
-
Phil Hughes authored
Allow specifying variables when running manual jobs Closes #24935 See merge request gitlab-org/gitlab-ce!30485
-
Matija Čupić authored
Adds Job specific variables to facilitate specifying variables when running manual jobs.
-
Kushal Pandya authored
Merge branch '61787-the-colour-selector-for-broadcast-messages-should-provide-a-few-default-options-with-descriptive-labels-like-red-green-blue' into 'master' Resolve "Add color selector for broadcast messages" Closes #61787 See merge request gitlab-org/gitlab-ce!30988
-
Evan Read authored
Add relevant Kubernetes page See merge request gitlab-org/gitlab-ce!30480
-
Sarah Daily authored
-
Evan Read authored
Docs: adere ssot See merge request gitlab-org/gitlab-ce!31182
-
Marcia Ramos authored
-
Evan Read authored
Docs: Pipelines - ssot See merge request gitlab-org/gitlab-ce!31179
-
Marcia Ramos authored
-
Evan Read authored
Docs: Releases - ssot See merge request gitlab-org/gitlab-ce!31180
-
Evan Read authored
Docs: milestones - ssot See merge request gitlab-org/gitlab-ce!31175
-
Thong Kuah authored
Remove unused Clusters::RefreshService See merge request gitlab-org/gitlab-ce!31227
-
Tiger authored
Also removes all logic from ClusterConfigureWorker and ClusterProjectConfigureWorker, which are also no longer used.
-
- 28 Jul, 2019 1 commit
-
-
Furkan Ayhan authored
-
- 27 Jul, 2019 2 commits