- 29 Jul, 2019 40 commits
-
-
Robert Speicher authored
-
Mike Greiling authored
Fix pdf.js rendering pages in the wrong order Closes #64467 See merge request gitlab-org/gitlab-ce!31222
-
Lin Jen-Shin authored
Resolve EE specific differences in the spec/ directory See merge request gitlab-org/gitlab-ce!31109
-
Stan Hu authored
Replace peek-pg with our own implementation Closes #44441 See merge request gitlab-org/gitlab-ce!31187
-
Lukas Eipert authored
Instead of complicated splicing, we can simply return all pages. Promise.all will take care of the correct ordering for us.
-
Paul Slaughter authored
Resolve "Support runtime Visual Review configuration" See merge request gitlab-org/gitlab-ce!30481
-
Sarah Groff Hennigh-Palermo authored
* adds the ability to enter a merge request ID directly into the toolbar, * adds the option to save the ID to `localStorage` (as with the token), * adds a link to change the ID once entered * adds some more explanatory errors for 401 & 404 * saves the comment to session storage if the user navigates away without posting it
-
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
-
GitLab Release Tools Bot authored
[ci skip]
-
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 ensures this spec is the same in both CE and EE.
-
Yorick Peterse authored
This changes the spec in question so that it is the same for both CE and EE. This requires an `if Gitlab.ee?` since EE requires that we stub an EE specific module, but doing so in CE will break the spec there.
-
Yorick Peterse authored
This changes a protected tags feature spec so that it is the same in both CE and EE. This requires the use of a `if Gitlab.ee?` check, as the added lines don't work in CE but do work in EE. Removing them entirely in turn breaks the EE spec.
-
Yorick Peterse authored
This ensures that both CE and EE have the same specs.
-
Yorick Peterse authored
This backports two EE specific changes made to the schema changes. We do not yet backport the EE prepend, as this will/can be done when https://gitlab.com/gitlab-org/gitlab-ce/issues/58170 is implemented.
-
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
-