- May 14, 2017
-
-
Z.J. van de Weg authored
When destroying a group, now an API call is made to the Mattermost server to request the deletion of the project. Former-commit-id: d5432b48
-
- May 12, 2017
-
-
Filipa Lacerda authored
Refactored issue tealtime elements See merge request !11242 Former-commit-id: 20987f4f
-
Phil Hughes authored
Import export users select See merge request !11286 Former-commit-id: 2ac27a96
-
Luke "Jared" Bennett authored
Former-commit-id: 05278b2f
-
Phil Hughes authored
Use .trigger(‘click’) instead of .click See merge request !11317 Former-commit-id: 8c4e4020
-
Phil Hughes authored
Move copy button after commit sha Closes #29168 See merge request !11303 Former-commit-id: a05db435
-
Phil Hughes authored
Fix new branch dropdown position and size Closes #32096 See merge request !11279 Former-commit-id: 3190b292
-
- May 11, 2017
-
-
Douwe Maan authored
Fix redirect message for groups and users See merge request !11313 Former-commit-id: 61f811e6
-
Alfredo Sumaran authored
This is to improve reliability on mentioned tests Former-commit-id: 65c2f43f
-
Michael Kozono authored
Former-commit-id: ab98f8b5
-
Robert Speicher authored
Fix displaying a repository without a readme Closes #32122 See merge request !11312 Former-commit-id: b4b7cf5a
-
Robert Speicher authored
Remove unnecessary cache definition in rake karma test Closes #32119 See merge request !11306 Former-commit-id: e7b53dd6
-
Douwe Maan authored
Former-commit-id: 9f4fa4cd
-
Filipa Lacerda authored
Set correct docsUrl in pipeline schedules callout component. Closes #31957 See merge request !11216 Former-commit-id: e7e13252
-
Filipa Lacerda authored
Update copy on Create merge request dropdown See merge request !11304 Former-commit-id: 88088921
-
Filipa Lacerda authored
Fix overlapping lines in SVG Closes #32091 See merge request !11299 Former-commit-id: 0b8c64b9
-
Filipa Lacerda authored
Remove balsamiq module from common_vue bundle Closes #32092 See merge request !11248 Former-commit-id: e65d9326
-
Filipa Lacerda authored
Add missing tear down of sidebarMockInterceptor Closes #32020 See merge request !11204 Former-commit-id: 010a3497
-
Alfredo Sumaran authored
Former-commit-id: ecbb6e94
-
Clement Ho authored
Ensure filtered_search utilizes common_vue bundle See merge request !11273 Former-commit-id: ea5d43a3
-
Annabel Dunstone Gray authored
Former-commit-id: 53d7065f
-
Filipa Lacerda authored
Link to commit author user page from pipelines Closes #29368 See merge request !11100 Former-commit-id: efed14d4
-
Annabel Dunstone Gray authored
Former-commit-id: 2f75bfad
-
Rémy Coutable authored
Update DB requirements in the documentation See merge request !11293 Former-commit-id: b562b881
-
Yorick Peterse authored
Clean up ci variables table Closes #31799 See merge request !11186 Former-commit-id: 455d4e25
-
Yorick Peterse authored
Add a new column before creating rename triggers See merge request !11297 Former-commit-id: 466564d9
-
Rémy Coutable authored
Update installation.md - Updated the Ruby section. See merge request !11251 Former-commit-id: b2e5d40a
-
Rémy Coutable authored
fixed small typo - piplnie should be pipeline See merge request !11296 Former-commit-id: a7a7fce8
-
Annabel Dunstone Gray authored
POC: Use position sticky on merge request tabs See merge request !11289 Former-commit-id: 92bf7dfc
-
Bob Van Landuyt :neckbeard: authored
MySQL doesn't allow us to create a trigger for a column that doesn't exist yet. Failing with this error: ``` Mysql2::Error: Unknown column 'build_events' in 'NEW': CREATE TRIGGER trigger_6a80c097c862_insert BEFORE INSERT ON `services` FOR EACH ROW SET NEW.`build_events` = NEW.`job_events` ``` Creating the new column before creating the trigger avoids this. Former-commit-id: 49fb31db
-
Rémy Coutable authored
Add summary lines for collapsed details in the bug report template See merge request !11280 Former-commit-id: e3fa5275
-
Bryce Johnson authored
Former-commit-id: 6bcf316e
-
Annabel Dunstone Gray authored
Include blob content when printing page Closes #31781 See merge request !11247 Former-commit-id: f737a079
-
Phil Hughes authored
Former-commit-id: 3dfce3ab
-
Z.J. van de Weg authored
Enforced by the database, and no callbacks need to be called. Combined with 7b9b2c6099 and 294a8b8a6d this resolves gitlab-org/gitlab-ce#31799 Former-commit-id: d922f545
-
Z.J. van de Weg authored
Variables shouldn't exist without a project, so a foreign key was added with CASCADE'ing effects. Former-commit-id: 3eb8435f
-
Oche Ejembi authored
Former-commit-id: 9139e25d
-
Yorick Peterse authored
This makes it more obvious that we greatly prefer PostgreSQL over MySQL/MariaDB and that all users are recommended to use PostgreSQL instead. This also removes the paragraph mentioning the size per user row, as this is completely inaccurate and doesn't really help users with anticipating the database size. Instead we now simply recommend users to have at least 5-10 GB of storage at minimum. [ci skip] Former-commit-id: 2ee35a34
-
Phil Hughes authored
Moved the data into the data method Renamed edited ago class name Former-commit-id: 0c55c889
-