- 05 Nov, 2018 1 commit
-
-
Chantal Rollison authored
-
- 02 Nov, 2018 17 commits
-
-
Douwe Maan authored
Fixes a migration that causes error on some legacy DBs Closes #46862 See merge request gitlab-org/gitlab-ce!22761
-
Douwe Maan authored
Cannot add label to issue from board Closes #51620 See merge request gitlab-org/gitlab-ce!22475
-
Kamil Trzciński authored
Top level clusters controller See merge request gitlab-org/gitlab-ce!22438
-
Kamil Trzciński authored
Adds pagination to pipelines table in merge request & commit page Closes #28249 See merge request gitlab-org/gitlab-ce!22696
-
Kamil Trzciński authored
Add scheduled flag to job entity See merge request gitlab-org/gitlab-ce!22710
-
Shinya Maeda authored
-
Kamil Trzciński authored
TokenAuthenticatable allows non-unique tokens See merge request gitlab-org/gitlab-ce!22748
-
Kamil Trzciński authored
Remove ci_enable_scheduled_build feature flag Closes #52183 See merge request gitlab-org/gitlab-ce!22742
-
Shinya Maeda authored
-
Sean McGivern authored
Significantly cut memory and SQL queries when reloading diffs See merge request gitlab-org/gitlab-ce!22725
-
Sean McGivern authored
Resolve "Links in tabs of the labels index pages ends with `.html`" Closes #52548 See merge request gitlab-org/gitlab-ce!22716
-
Sean McGivern authored
Add index to find stuck merge requests. Closes #45608 See merge request gitlab-org/gitlab-ce!22749
-
Phil Hughes authored
Remove gitlab-ui's progress bar from global See merge request gitlab-org/gitlab-ce!22705
-
Clement Ho authored
-
Jan Provaznik authored
-
Jan Provaznik authored
[master] Security kubeclient ssrf See merge request gitlab/gitlabhq!2575
-
Dmitriy Zaporozhets authored
Change HELM_HOST in Auto-DevOps to work behind proxy See merge request gitlab-org/gitlab-ce!22596
-
- 01 Nov, 2018 22 commits
-
-
Rubén Dávila authored
Looks like there are some legacy GitLab databases that have a NOT NULL constraint for the `created_at` and `updated` fields. This change fixes the migration by adding a default value to those columns and I think we always should have it in mind when inserting DB records through raw SQL.
-
Evan Read authored
Link Bitbucket Server from import index page See merge request gitlab-org/gitlab-ce!22752
-
Robert Speicher authored
Fix "rails g migration" not always using migration templates Closes #52651 See merge request gitlab-org/gitlab-ce!22592
-
Clement Ho authored
Replace tooltip in markdown component with gl-tooltip See merge request gitlab-org/gitlab-ce!21989
-
Robert Speicher authored
Reduce merge conflicts in the User model See merge request gitlab-org/gitlab-ce!22697
-
Robert Speicher authored
Reserve more RAM for master process in Puma See merge request gitlab-org/gitlab-ce!22741
-
Thong Kuah authored
To reduce the number of abstract methods, use polymorphic_paths for collection routes. Unfortunately for member routes, polymorphic_paths does not support namespaced classes, so still continue to override methods.
-
Thong Kuah authored
We introduced hidden_clusterable_fields in this MR but it is no longer needed as we have gone back to nested resource routes which should provide the params such as `project_id`.
-
Thong Kuah authored
Also add missing interface in abstract class.
-
Stan Hu authored
Use CI_COMMIT_REF_SLUG when building assets image See merge request gitlab-org/gitlab-ce!22756
-
Sergej authored
-
Ian Baum authored
* Using CI_COMMIT_REF_NAME fails when the branch or tag contains special characters
-
Douglas Barbosa Alexandre authored
CE backport from Added a search bar to `Admin > Geo > Projects` See merge request gitlab-org/gitlab-ce!22747
-
Robert Speicher authored
Use merge_db_schema for db/schema.rb conflicts See merge request gitlab-org/gitlab-ce!22692
-
Gabriel Mazetto authored
This allows EE code to reuse the search partial and append additional query parameters to it, and have it preserved when searching.
-
Stan Hu authored
-
Andreas Brandl authored
See https://gitlab.com/gitlab-org/gitlab-ce/issues/45608#note_113803790 for query and plan. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/45608.
-
Stan Hu authored
-
Clement Ho authored
Add dynamic timer for delayed jobs in job list See merge request gitlab-org/gitlab-ce!22656
-
Dmitriy Zaporozhets authored
-
Stan Hu authored
-
Stan Hu authored
By preloading certain models with the diff, we can eliminate many N+1 queries. For a push to the staging GitLab.com www-gitlab-com repository, this eliminates over 3000 SQL queries and appears to bring down the RSS usage by several gigabytes. Relates to https://gitlab.com/gitlab-org/gitlab-ce/issues/49703
-