- 29 Jul, 2019 40 commits
-
-
Sarah Yasonik authored
In preparation for embedding specific metrics in issues https://gitlab.com/gitlab-org/gitlab-ce/issues/62971, this commit moves the BaseService for metrics dashboards to a new services subdirectory. This is purely for the sake of organization and maintainability.
-
Mayra Cabrera authored
Resolve "Make quick action "commands applied" banner more useful" Closes #56100 See merge request gitlab-org/gitlab-ce!26672
-
🙈 jacopo beschi 🙉 authored
Extends the quick actions "commands applied" banner to show the quick action preview text, but with everything in past tense.
-
Mayra Cabrera authored
Resolve "MembersFinder contains slow database query with OR conditions" Closes #64180 See merge request gitlab-org/gitlab-ce!30451
-
🙈 jacopo beschi 🙉 authored
-
Fatih Acet authored
Alerts dropdown to modal - CE1 See merge request gitlab-org/gitlab-ce!31036
-
Simon Knox authored
-
Mayra Cabrera authored
Fix broken master because of security merge Closes #65294 See merge request gitlab-org/gitlab-ce!31252
-
Francisco Javier López authored
-
Douglas Barbosa Alexandre authored
Update Rugged to 0.28.2 See merge request gitlab-org/gitlab-ce!31218
-
Mayra Cabrera authored
Change qa-merge-request-settings to rspec-merge-request-settings Closes gitlab-org/quality/team-tasks#182 See merge request gitlab-org/gitlab-ce!31207
-
Mayra Cabrera authored
Change qa-* class references to js-* for suggestions Closes gitlab-org/quality/team-tasks#182 See merge request gitlab-org/gitlab-ce!31213
-
Tanya Pazitny authored
-
Mayra Cabrera authored
Change qa-* class references to js-* for squash-checkbox Closes gitlab-org/quality/team-tasks#182 See merge request gitlab-org/gitlab-ce!31214
-
Tanya Pazitny authored
-
Mayra Cabrera authored
Change qa-reverse-sort class references to rspec-reverse-sort Closes gitlab-org/quality/team-tasks#182 See merge request gitlab-org/gitlab-ce!31202
-
Tanya Pazitny authored
-
Mayra Cabrera authored
Change qa-* class references to rspec-* in spec/features/contextual_sidebar_spec.rb Closes gitlab-org/quality/team-tasks#182 See merge request gitlab-org/gitlab-ce!31211
-
Tanya Pazitny authored
-
Mayra Cabrera authored
Change qa-issuable-form-description to rspec-issuable-form-description Closes gitlab-org/quality/team-tasks#182 See merge request gitlab-org/gitlab-ce!31209
-
Mayra Cabrera authored
Change qa-full-name to rspec-full-name Closes gitlab-org/quality/team-tasks#182 See merge request gitlab-org/gitlab-ce!31206
-
Tanya Pazitny authored
-
Mayra Cabrera authored
Change qa-* class references to rspec-* for repository settings Closes gitlab-org/quality/team-tasks#182 See merge request gitlab-org/gitlab-ce!31210
-
Tanya Pazitny authored
-
Mayra Cabrera authored
Change qa-create-page-button to rspec-create-page-button Closes gitlab-org/quality/team-tasks#182 See merge request gitlab-org/gitlab-ce!31204
-
Mayra Cabrera authored
Change qa-* to rspec-* for save-merge-request-changes Closes gitlab-org/quality/team-tasks#182 See merge request gitlab-org/gitlab-ce!31205
-
Mayra Cabrera authored
Change qa-* class references to rspec-* for `allowed-to-{push|merge}-dropdown` Closes gitlab-org/quality/team-tasks#182 See merge request gitlab-org/gitlab-ce!31203
-
Mayra Cabrera authored
Create index on environments by state See merge request gitlab-org/gitlab-ce!31231
-
Andreas Brandl authored
-
Mike Greiling authored
Make pdf.js render CJK characters Closes #62152 See merge request gitlab-org/gitlab-ce!31220
-
Mayra Cabrera authored
Migrations for adding issue_id to versions table (CE) See merge request gitlab-org/gitlab-ce!30765
-
Luke Duncalfe authored
These migrations do the following: - Adds a new `issue_id` column to `versions`. This fixes an n+1 problem when loading versions for an issue in GraphQL as AR can now load from cache - Change the unique restraint on versions.sha to be scoped to `issue_id` as in order to import version data, we need to allow duplicate `sha` values for versions - Update all versions with an `issue_id` https://gitlab.com/gitlab-org/gitlab-ee/issues/11090
-
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
-