- 07 Jul, 2017 3 commits
-
-
Clement Ho authored
-
Clement Ho authored
-
Clement Ho authored
-
- 06 Jul, 2017 37 commits
-
-
Clement Ho authored
-
Douwe Maan authored
Add table for merge request commits Closes #30224 See merge request !12527
-
Douwe Maan authored
Just draw :legacy_builds Closes #34702 See merge request !12681
-
Clement Ho authored
34727 Remove two columned layout from project member settings Closes #34727 See merge request !12663
-
James Edwards-Jones authored
-
Tim Zallmann authored
Resolve "`label` field for setting a chart's legend text is not working" Closes #34655 See merge request !12628
-
Sean McGivern authored
This is an ID-less table with just three columns: an association to the merge request diff the commit belongs to, the relative order of the commit within the merge request diff, and the commit SHA itself. Previously we stored much more information about the commits, so that we could display them even when they were deleted from the repo. Since 8.0, we ensure that those commits are kept around for as long as the target repo itself is, so we don't need to duplicate that data in the database.
-
tauriedavis authored
-
Filipa Lacerda authored
Limit the file tree view container width Closes #34670 See merge request !12643
-
Marin Jankovski authored
Add GitLab Runner Helm Chart documenation for custom certificates See merge request !12594
-
Kamil Trzciński authored
Re-enable polling for environments See merge request !12678
-
Lin Jen-Shin authored
-
Sean McGivern authored
Backport Service changes from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2259 See merge request !12653
-
Tim Zallmann authored
Cleanup minor UX issues in the performance dashboard Closes #34653 See merge request !12635
-
Filipa Lacerda authored
-
Phil Hughes authored
Revert "Merge branch 'winh-mr-widget-no-pipeline' into 'master'" See merge request !12674
-
Douwe Maan authored
Backports for ee-2112 Closes #34716 See merge request !12671
-
Douwe Maan authored
Add Traditional Chinese in Taiwan translations of Commits Page See merge request !12407
-
Kamil Trzciński authored
Generate KUBECONFIG in KubernetesService#predefined_variables Closes #33360 See merge request !12223
-
Douwe Maan authored
Fix `migration:path` build for "Honor the 'Remember me' parameter for OAuth-based login" Closes #34713 See merge request !12668
-
Jose Ivan Vargas authored
-
Sean McGivern authored
Add foreign keys to various tables that point to the "projects" table See merge request !9388
-
Jose Ivan Vargas authored
-
Joshua Lambert authored
-
Lin Jen-Shin authored
-
Tim Zallmann authored
Update Prometheus Metrics Library See merge request !12621
-
Rémy Coutable authored
Fix stubbing attributes alongside cache_markdown_field Closes #34698 See merge request !12661
-
Kamil Trzciński authored
This reverts merge request !12127
-
Yorick Peterse authored
This cop has been renamed to ActiveRecordSerialize to match the way "ActiveRecord" is usually written.
-
Yorick Peterse authored
These IDs point to non-existing rows, causing the foreign key constraints to fail.
-
Yorick Peterse authored
This is allowed for existing instances so we don't end up 76 offenses right away, but for new code one should _only_ use this if they _have_ to remove non database data. Even then it's usually better to do this in a service class as this gives you more control over how to remove the data (e.g. in bulk).
-
Yorick Peterse authored
This removes the need for relying on Rails' "dependent" option for data removal, which is _incredibly_ slow (even when using :delete_all) when deleting large amounts of data. This also ensures data consistency is enforced on DB level and not on application level (something Rails is really bad at). This commit also includes various migrations to add foreign keys to tables that eventually point to "projects" to ensure no rows get orphaned upon removing a project.
-
Rémy Coutable authored
Add user projects API Closes #33657 See merge request !12596
-
Grzegorz Bizon authored
Fix a nasty transient failure happening is a subsequent spec Closes #34698 See merge request !12664
-
-
Huang Tao authored
-
Sean McGivern authored
Fix invalid integer value when more than 1000 commits Closes #34711 See merge request !12659
-