- 29 Jul, 2019 40 commits
-
-
Valery Sizov authored
Instead of check the project registry existance for every project we use intarnal join in the main query to decrease load to database
-
GitLab Bot authored
-
Fatih Acet authored
Alerts dropdown to modal - EE1 See merge request gitlab-org/gitlab-ee!14760
-
Simon Knox authored
Buttons and valid state go in there, so makes sense for form to contain the modal
-
Fatih Acet authored
Alerts dropdown to modal - CE1 See merge request gitlab-org/gitlab-ce!31036
-
Simon Knox authored
-
Stan Hu authored
Resolve "Elasticsearch: restore global notes search" Closes #11793 See merge request gitlab-org/gitlab-ee!14818
-
GitLab Bot 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
-
GitLab Bot authored
-
Douglas Barbosa Alexandre authored
Update Rugged to 0.28.2 See merge request gitlab-org/gitlab-ce!31218
-
Stan Hu authored
Removed duplicated section from CHANGELOG.md See merge request gitlab-org/gitlab-ee!14897
-
Alex Kalderimis authored
-
GitLab Bot authored
-
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
-
GitLab Bot 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
-
Mayra Cabrera authored
Migrations for adding issue_id to versions table (EE) See merge request gitlab-org/gitlab-ee!14698
-
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
-