- 11 May, 2017 40 commits
-
-
Pawel Chojnacki authored
- Tests for prometheus queries - fix rubocop warnings - Remove unused method. Add more queries to deployment queries. - Wrap BaseQuery in module hierarchy Renname Prometheus class to PrometheusClient
-
Robert Speicher authored
Remove unnecessary cache definition in rake karma test Closes #32119 See merge request !11306
-
Stan Hu authored
Closes #32119
-
Filipa Lacerda authored
Set correct docsUrl in pipeline schedules callout component. Closes #31957 See merge request !11216
-
Filipa Lacerda authored
Update copy on Create merge request dropdown See merge request !11304
-
Filipa Lacerda authored
Fix overlapping lines in SVG Closes #32091 See merge request !11299
-
Filipa Lacerda authored
Remove balsamiq module from common_vue bundle Closes #32092 See merge request !11248
-
Filipa Lacerda authored
Add missing tear down of sidebarMockInterceptor Closes #32020 See merge request !11204
-
Alfredo Sumaran authored
-
Clement Ho authored
Ensure filtered_search utilizes common_vue bundle See merge request !11273
-
Filipa Lacerda authored
Link to commit author user page from pipelines Closes #29368 See merge request !11100
-
Annabel Dunstone Gray authored
-
Rémy Coutable authored
Update DB requirements in the documentation See merge request !11293
-
Yorick Peterse authored
Clean up ci variables table Closes #31799 See merge request !11186
-
Yorick Peterse authored
Add a new column before creating rename triggers See merge request !11297
-
Rémy Coutable authored
Update installation.md - Updated the Ruby section. See merge request !11251
-
Rémy Coutable authored
fixed small typo - piplnie should be pipeline See merge request !11296
-
Annabel Dunstone Gray authored
POC: Use position sticky on merge request tabs See merge request !11289
-
Bob Van Landuyt 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.
-
Rémy Coutable authored
Add summary lines for collapsed details in the bug report template See merge request !11280
-
Bryce Johnson authored
-
Annabel Dunstone Gray authored
Include blob content when printing page Closes #31781 See merge request !11247
-
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
-
Z.J. van de Weg authored
Variables shouldn't exist without a project, so a foreign key was added with CASCADE'ing effects.
-
Oche Ejembi authored
-
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]
-
Z.J. van de Weg authored
To be more specific; key, and project_id. If either of these is NULL its wrong, because: 1. storing a key value pair without key is just plain wrong 2. all variables should belong to a project Non of these cases existed on the staging database.
-
Sean Packham (GitLab) authored
Complement tech articles guidelines See merge request !11260
-
Marcia Ramos authored
-
winh authored
-
Phil Hughes authored
Removes the need for Bootstraps affix on browser that support sticky positions. On these browsers, there should be a slight performance improvement as there will be no scrolling events, it will all be handled by the browser
-
Achilleas Pipinellis authored
Update getting_started_part_one.md. See merge request !11020
-
Achilleas Pipinellis authored
Fix a broken link for the "How to Configure LDAP with GitLab EE" article See merge request !11114
-
Achilleas Pipinellis authored
Update README.md with Authentication projects example See merge request !11162
-
Sean McGivern authored
Fix MySQL build failure Closes #32106 See merge request !11277
-
Filipa Lacerda authored
Fix slash commands detection in comments Closes #32016 See merge request !11265
-
Kushal Pandya authored
-
winh authored
-
winh authored
-
Phil Hughes authored
Remove sidebar bundle spec Closes #32045 See merge request !11223
-