- 26 Aug, 2019 1 commit
-
-
Stan Hu authored
In https://gitlab.com/gitlab-org/gitlab-ce/issues/66482, we see that a project's `project_feature` association may be lazily loaded and hence return `nil` if the entry is deleted if the `Project` is already loaded in memory. To ensure we don't fail hard when this happens, assume all features are disabled. We can fix this issue by eager loading the `project_feature` in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/32169, but we shouldn't have to depend on that. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/66482
-
- 25 Aug, 2019 2 commits
-
-
Stan Hu authored
Add helpers to exactly undo cleanup_concurrent_column_rename See merge request gitlab-org/gitlab-ce!32183
-
Reuben Pereira authored
- Also add helper to undo rename_column_concurrently.
-
- 24 Aug, 2019 5 commits
-
-
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.
-
- 23 Aug, 2019 32 commits
-
-
Mayra Cabrera authored
Add migration to execute SelfMonitoring::Project::CreateService See merge request gitlab-org/gitlab-ce!31389
-
Reuben Pereira authored
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
-
Scott Hampton authored
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
-
Marius Bobin authored
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
-
Adam Hegyi authored
- 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
-
shampton 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
-
Sean Carroll authored
-
John Cai authored
-
Kamil Trzciński authored
[CE backport] Enforced SSO shouldn't break container registry authentication See merge request gitlab-org/gitlab-ce!32110
-
Kamil Trzciński 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
-
GitLab Release Tools Bot authored
[ci skip]
-
Kamil Trzciński authored
Eliminate Gitaly N+1 queries with notes API See merge request gitlab-org/gitlab-ce!32089
-
Walmyr Lima e Silva Filho authored
Quarantine filter issue comments test See merge request gitlab-org/gitlab-ce!32152
-
John Cai authored
-
Achilleas Pipinellis authored
Docs health check failure examples Closes #64193 See merge request gitlab-org/gitlab-ce!31945
-
Sean Arnold authored
-
Jan Provaznik authored
CE: Update sort options for issues list See merge request gitlab-org/gitlab-ce!31849
-