- 03 Sep, 2018 10 commits
-
-
Rémy Coutable authored
Run the review-docs-cleanup jobs for gitlab-org repos only Closes #50936 See merge request gitlab-org/gitlab-ce!21463
-
Rémy Coutable authored
Fix typo See merge request gitlab-org/gitlab-ce!21455
-
Sean McGivern authored
Enable `Lint/UselessAssignment` for haml-lint See merge request gitlab-org/gitlab-ce!21457
-
Rémy Coutable authored
Fix importers not assigning a new default group Closes #50110 See merge request gitlab-org/gitlab-ce!21456
-
Sean McGivern authored
[QA] Remove the :core tag since we're not using it anymore See merge request gitlab-org/gitlab-ce!21436
-
Phil Hughes authored
Adds Vuex store for the job log page See merge request gitlab-org/gitlab-ce!21312
-
-
Phil Hughes authored
Exclude frontend development dependencies from license restrictions See merge request gitlab-org/gitlab-ce!21430
-
Dmitriy Zaporozhets authored
Merge branch '50853-vendor-auto-devops-gitlab-ci-yml-to-resolve-redeploying-deleted-app-gives-helm-error' into 'master' Vendor Auto-DevOps.gitlab-ci.yml to resolve "Redeploying deleted app gives helm error" Closes #50853 See merge request gitlab-org/gitlab-ce!21429
-
Grzegorz Bizon authored
Add basic QA test for testing attachment uploads Closes #49957 See merge request gitlab-org/gitlab-ce!21300
-
- 02 Sep, 2018 2 commits
-
-
Stan Hu authored
-
Takuya Noguchi authored
-
- 01 Sep, 2018 6 commits
-
-
Grzegorz Bizon authored
Add spec to ensure MR diffs are highlighted Closes #50793 See merge request gitlab-org/gitlab-ce!21410
-
Robert Speicher authored
-
Robert Speicher authored
During https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/19766, several usages of these helper methods were mistakenly changed to instead assign to a (completely unused) local variable. When `page_title` was misused, for example, this resulted in the page no longer having a custom title set.
-
Robert Speicher authored
-
Robert Speicher authored
Add default parameter to branches API Closes #32877 See merge request gitlab-org/gitlab-ce!21294
-
Robert Speicher authored
Move fixture_path out of support/rspec file which is used by fast_spec_helper Closes #50365 See merge request gitlab-org/gitlab-ce!21240
-
- 31 Aug, 2018 19 commits
-
-
Robert Speicher authored
Allow auth via JWT (always false in CE) See merge request gitlab-org/gitlab-ce!21038
-
Stan Hu authored
The Bitbucket Server as well as other importers pass in a group name to be created (assuming the user has permission) and attempt to dedupe that with an existing group. However, the group *name* is not guaranteed to be unique, but the *path* is. Closes #50110
-
Robert Speicher authored
Fix "Confidential comments" button not saving in project hooks Closes #50440 See merge request gitlab-org/gitlab-ce!21289
-
Lyle authored
-
Douwe Maan authored
Changes update_column to update_attributes in ProjectTreeRestorer#restore_project by using timeless to maintain the current timestamps Closes #47765 See merge request gitlab-org/gitlab-ce!21242
-
Douwe Maan authored
Remove feature flag from BackgroundMigrationWorker See merge request gitlab-org/gitlab-ce!21404
-
Douwe Maan authored
Fix git submodule link for subgroup projects with relative path Closes #37356 See merge request gitlab-org/gitlab-ce!21154
-
Filipa Lacerda authored
Fixed IDE file row jumping into view on hover Closes #50751 See merge request gitlab-org/gitlab-ce!21403
-
Phil Hughes authored
Resolve "Persistent banner creates problem for web ide" Closes #46591 See merge request gitlab-org/gitlab-ce!21283
-
Paul Slaughter authored
-
Phil Hughes authored
Increase padding in markdown code blocks See merge request gitlab-org/gitlab-ce!21433
-
Grzegorz Bizon authored
Merge branch '46673-qa-sanity-tests-fail-with-uninitialized-constant-qa-page-view-pathname-error' into 'master' Resolve "qa sanity tests fail with 'uninitialized constant QA::Page::View::Pathname' error" Closes #46673 See merge request gitlab-org/gitlab-ce!21437
-
Phil Hughes authored
Fix IDE avatar flex sizing style See merge request gitlab-org/gitlab-ce!21443
-
Phil Hughes authored
Closes #50751
-
Sean McGivern authored
Reorganize issues and merge request feature specs in the same folder See merge request gitlab-org/gitlab-ce!21435
-
Achilleas Pipinellis authored
Add initial Compliance doc based on features.yml Compliance features See merge request gitlab-org/gitlab-ce!21267
-
Mike Lewis authored
-
Filipa Lacerda authored
Remove waiting from PDF page component test See merge request gitlab-org/gitlab-ce!21365
-
Paul Slaughter authored
-
- 30 Aug, 2018 3 commits
-
-
Thong Kuah authored
Move fixture_path out of support/rspec file which is used by fast_spec_helper, so that fast specs can be run on its own again. Move `fixture_path` config together with use_transactional_fixtures and use_instantiated_fixtures. These settings are all added by rspec-rails https://github.com/rspec/rspec-rails/blob/8c6c9590b94916199950dc8a91a9741d3be30c7c/lib/rspec/rails/configuration.rb#L65-L67
-
Filipa Lacerda authored
Enabled multiple uploads in the Web IDE Closes #50405 See merge request gitlab-org/gitlab-ce!21412
-
Annabel Dunstone Gray authored
-