- Aug 30, 2019
-
-
Kamil Trzcińśki authored
Fix for histogram corruption in Sidekiq See merge request gitlab-org/gitlab-ce!32453 (cherry picked from commit 79011fab) e4568a48 Fix for histogram corruption in Sidekiq
-
- Aug 29, 2019
-
- Aug 28, 2019
-
-
Daniel Davison authored
Commit to current branch by default in Web IDE E2E tests See merge request gitlab-org/gitlab-ce!32248 (cherry picked from commit 7225162f) e3569c70 Commit to current branch by default
-
Jan Provaznik authored
Merge branch '66641-broken-master-real-http-connections-are-disabled-unregistered-request' into 'master' Use `stub_full_request` to fix spec failure Closes #66641 See merge request gitlab-org/gitlab-ce!32259 (cherry picked from commit 4ad96a4e) 1ee8d638 Use `stub_full_request` to fix spec failure
-
Grzegorz Bizon authored
Fix moving issues API failing when text includes commit URLs Closes #66666 See merge request gitlab-org/gitlab-ce!32317 (cherry picked from commit fe641cbd) 29ce13e9 Fix moving issues API failing when text includes commit URLs
-
- Aug 27, 2019
-
-
Daniel Davison authored
Ensure autodevops is enabled before running Smoke test See merge request gitlab-org/gitlab-ce!31867 (cherry picked from commit ca5724be) 790a1cd9 Ensure autodevops is enabled before running Smoke test
-
Ramya Authappan authored
Remove passing tests from quarantine Closes gitlab-org/quality/nightly#127 See merge request gitlab-org/gitlab-ce!32237 (cherry picked from commit 36a28757) 888af11f Remove tests from quarantine
-
- Aug 26, 2019
-
-
Kamil Trzcińśki authored
DB Load Balancing: Support SRV lookups See merge request gitlab-org/gitlab-ce!32135 (cherry picked from commit e74bf9a8) 08fcb237 CE port: allow SRV records in DB service discovery
-
Stan Hu authored
Add helpers to exactly undo cleanup_concurrent_column_rename See merge request gitlab-org/gitlab-ce!32183 (cherry picked from commit fc08d48c) 9b592a59 Add helper to exactly undo cleanup_concurrent_column_rename 61777843 Add spec for undo_rename_column_concurrently d28ad870 Add spec for when default is false
-
- Aug 24, 2019
-
-
Stan Hu authored
Preload tags when loading Ci::Pipeline Closes #60925 See merge request gitlab-org/gitlab-ce!32149
-
Fatih Acet authored
Fix Serverless entry page layout Closes #64764 See merge request gitlab-org/gitlab-ce!32029
-
Tim Zallmann authored
Enable line charts in dashbaord panels and embedded charts Closes #66073 See merge request gitlab-org/gitlab-ce!31920
-
Stan Hu authored
Delete rename trigger before creating to prevent error See merge request gitlab-org/gitlab-ce!32147
-
Reuben Pereira authored
- When renaming a column concurrently, drop any existing trigger before attempting to create a new one. When running migration specs multiple times (as it happens during local development), the down method of previous migrations are called. If any of the called methods contains a call to rename_column_concurrently, a trigger will be created and not removed. So, the next time a migration spec is run, if the same down method is executed again, it will cause an error when attempting to create the trigger (since it already exists). Dropping the trigger if it already exists will prevent this problem.
-
- Aug 23, 2019
-
-
Mayra Cabrera authored
Add migration to execute SelfMonitoring::Project::CreateService See merge request gitlab-org/gitlab-ce!31389
-
Add to the service and migration both.
-
Mike Greiling authored
Fix issuable sidebar icon of notification disabled See merge request gitlab-org/gitlab-ce!32134
-
Mike Lewis authored
Fix link to issue template See merge request gitlab-org/gitlab-ce!32144
-
Achilleas Pipinellis authored
-
Stan Hu authored
Adds cop to enforce string limits on migrations See merge request gitlab-org/gitlab-ce!31433
-
Mayra Cabrera authored
This cop will analyze migrations that add columns with string, and report an offense if the string has no limit enforced Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/64505
-
Mayra Cabrera authored
Merge branch '55999-misleading-pipeline-tooltip-messages-and-misleading-ci-status-icons-on-simple-commits' into 'master' Change misleading pipeline status tooltip See merge request gitlab-org/gitlab-ce!31861
-
Some pipeline status icon tooltips were showing "Commit: ..." which customers found to be misleading since it was not the commit that was failing but the pipeline. We are changing all status icon tooltips to say "Pipeline: ..." instead of "Commit: ..." now.
-
Mike Greiling authored
Resolve "Use Visual Review Tools NPM package" See merge request gitlab-org/gitlab-ce!32159
-
Mayra Cabrera authored
Read pipelines from public projects though API See merge request gitlab-org/gitlab-ce!31816
-
Allow users to read pipelines for public projects with public builds enabled without providing an access token.
-
Tim Zallmann authored
Return correct user for manual deployments See merge request gitlab-org/gitlab-ce!32004
-
Mayra Cabrera authored
New cycle analytics backend stage events See merge request gitlab-org/gitlab-ce!31713
-
- Introducting StageEvents to define the available events - Define the event pairing rules, since some events are not compatible - Express default Cycle Analytics stages with the event structure
-
Scott Hampton authored
Remove the visual review toolbar code in favor of using the NPM package.
-
Stan Hu authored
Adding gitaly feature flag for go implementation of get all lfs pointers See merge request gitlab-org/gitlab-ce!31696
-
Paul Slaughter authored
by adding the proper notification icon
-
Mayra Cabrera authored
Remove redundant index See merge request gitlab-org/gitlab-ce!31487
-
-
John Cai authored
-
Kamil Trzcińśki authored
[CE backport] Enforced SSO shouldn't break container registry authentication See merge request gitlab-org/gitlab-ce!32110
-
Kamil Trzcińśki authored
Add label_id parameter to label API for PUT and DELETE Closes #62322 See merge request gitlab-org/gitlab-ce!31804
-
Patrick Derichs authored
Add specs for new parameter and updated documentation as well.
-
Lin Jen-Shin authored
Handle when server info doesn't have the storage in question See merge request gitlab-org/gitlab-ce!32023
-