- 12 Feb, 2020 40 commits
-
-
Martin Wortschack authored
Resolve "Web IDE does not work on some branch name" See merge request gitlab-org/gitlab!24717
-
Denys Mishunov authored
To make sure we link to WebIDE correctly, we escape the ref part (the one containing the branch name). This allows branches to contain "#" character without breaking WebIDE when getting there by clicking the "WebIDE" buttons in product.
-
Nick Thomas authored
Set SSL certificates path env when calling ES indexer See merge request gitlab-org/gitlab!24213
-
Changzheng Liu authored
-
Jan Provaznik authored
Check user permissions correctly See merge request gitlab-org/gitlab!24946
-
Yorick Peterse authored
Add more accurate way of counting background migrations Closes #204769 See merge request gitlab-org/gitlab!24882
-
Jan Provaznik authored
Replace set with let_it_be in spec/models See merge request gitlab-org/gitlab!24879
-
Marcia Ramos authored
Added missing links for Geo specific upgrade steps See merge request gitlab-org/gitlab!24981
-
Fabian Zimmer authored
-
Fabian Zimmer authored
-
Rémy Coutable authored
Update cache key to properly build the 'pg' gem Closes #205192 See merge request gitlab-org/gitlab!24971
-
Sean McGivern authored
Sidekiq::Queue only counts currently enqueued jobs. For background migrations, most jobs are instead scheduled and therefore in Sidekiq::ScheduledSet. This is because if we enqueued them all, we'd process them as fast as Sidekiq could pick them up, which could: 1. Block other jobs from processing. 2. Overwhelm the database.
-
Ramya Authappan authored
Quarantine a flaky `qa/specs/features/ee/browser_ui/6_release/multi-project_pipelines_spec.rb` end-to-end test See merge request gitlab-org/gitlab!24964
-
Marin Jankovski authored
Re-add template column to services table See merge request gitlab-org/gitlab!24949
-
Lin Jen-Shin authored
Use 'rules' in '.gitlab/ci/releases.gitlab-ci.yml' See merge request gitlab-org/gitlab!24616
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Peter Leitzen authored
Add Clusters Regex for New Banzai Cluster Metric Embed Filter See merge request gitlab-org/gitlab!24601
-
Allison Browne authored
This will be used to match the urls within the banzai filter for cluster metric embeds
-
Sean McGivern authored
Correct licenses with an invalid SPDX identifier See merge request gitlab-org/gitlab!24829
-
Sean McGivern authored
Fix URL params breaking flow recognition See merge request gitlab-org/gitlab!24869
-
Bob Van Landuyt authored
Remove deprecated Rebase RPC See merge request gitlab-org/gitlab!24785
-
Jarka Košanová authored
Check permission for both cases - when adding one child epic at time - when adding more child epics
-
James Lopez authored
Add view tests for no-project messages See merge request gitlab-org/gitlab!24189
-
Dmytro Zaporozhets authored
Geo: Fix GeoNode name in geo:update_primary_node_url rake task See merge request gitlab-org/gitlab!24649
-
Michael Kozono authored
-
Bob Van Landuyt authored
Automatically detect Gitaly feature flags See merge request gitlab-org/gitlab!24679
-
Peter Leitzen authored
Rename `spammable` to `target` See merge request gitlab-org/gitlab!24827
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Exclude merge commit from multi-line commit selection in Danger See merge request gitlab-org/gitlab!24776
-
Phil Hughes authored
Merge branch '196857-refactor-apollo-cache-updates-to-be-immutable-in-design-management-application' into 'master' Refactor Apollo cache updates to be immutable in Design Management See merge request gitlab-org/gitlab!23148
-
Natalia Tepluhina authored
-
Stan Hu authored
We attempted to revert the rename of the `template` to `instance` column in the `services` table in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/24857 and https://gitlab.com/gitlab-org/gitlab/-/merge_requests/24885, but for some installations (e.g. staging), the `template` column had been dropped already because post-deploy migrations had finished. We never actually shipped this change to production, but for these environments we need to re-add the `template` column back into the table or project creation will fail. Note we do not do a data migration (e.g. set the `template` column to true for rows that have a NULL `project_id`) for two reasons: 1. We don't want to insert a template by accident. 2. This rename only finished on development/staging environments. Note that this migration happens in a post-deploy migration to ensure `20200211152410_remove_instance_from_services.rb` gets a chance to undo the migration first.
-
Stan Hu authored
Separate service entities into own class files See merge request gitlab-org/gitlab!24936
-
Rajendra Kadam authored
-
charlieablett authored
Some things are Spammable, but SpamLogs are not. This makes the naming more consistent for classes with content that is sent to Akismet.
-
Kushal Pandya authored
Applied short delay to board drag See merge request gitlab-org/gitlab!24526
-
Martin Wortschack authored
Upgrade indirect dependency caniuse-lite See merge request gitlab-org/gitlab!24720
-
Donald Cook authored
-
Kushal Pandya authored
Add styles to fix board label text See merge request gitlab-org/gitlab!24627
-
Kushal Pandya authored
Resolve "copy markdown from comments does often only copy alt value of images" See merge request gitlab-org/gitlab!24871
-