- 08 Nov, 2018 27 commits
-
-
Phil Hughes authored
Resolve "Follow-up from "Resolve "Redesign activity feed""" Closes #53640 See merge request gitlab-org/gitlab-ce!22899
-
Martin Wortschack authored
-
Sean McGivern authored
Update license list See merge request gitlab-org/gitlab-ce!22904
-
Nick Thomas authored
Update GitLab-Workhorse to 7.1.0 See merge request gitlab-org/gitlab-ce!22883
-
Douwe Maan authored
Run rake gitlab:update_templates See merge request gitlab-org/gitlab-ce!22903
-
Douwe Maan authored
Regenerate Gitaly's config.toml each rspec run See merge request gitlab-org/gitlab-ce!22562
-
Filipa Lacerda authored
Strip trailing whitespace in job_app.vue See merge request gitlab-org/gitlab-ce!22897
-
Steve Azzopardi authored
As of part 5 on feature freeze day, we update the license list https://gitlab.com/gitlab-org/release/docs/blob/7a3b6468aed8b254a26c202e98d8476ec3d6c046/general/release-candidates.md#step-5-update-the-dependencies-license-list-on-gitlab-ce
-
Sean McGivern authored
Revert "Merge branch 'osw-comment-on-any-line-on-diffs' into 'master'" See merge request gitlab-org/gitlab-ce!22891
-
Steve Azzopardi authored
As part of step 4 on feature freeze day, we need to update the templates. https://gitlab.com/gitlab-org/release/docs/blob/7a3b6468aed8b254a26c202e98d8476ec3d6c046/general/release-candidates.md#step-4-update-the-gitignore-and-dockerfile-templates-on-gitlab-ce
-
Achilleas Pipinellis authored
Fix broken links and other minor improvements See merge request gitlab-org/gitlab-ce!22858
-
Evan Read authored
-
Achilleas Pipinellis authored
Feature backported to CE in 11.5, not 10.7 Closes #53648 See merge request gitlab-org/gitlab-ce!22892
-
Achilleas Pipinellis authored
Fix Markdown so renderer parses links correctly, fixing 404s See merge request gitlab-org/gitlab-ce!22895
-
Mike Greiling authored
Discussions redesign Closes #29294 See merge request gitlab-org/gitlab-ce!22333
-
Fatih Acet authored
-
Sean McGivern authored
backport changes from gitlab-ee!7903 See merge request gitlab-org/gitlab-ce!22767
-
Simon Knox authored
-
Stan Hu authored
This caused unnecessary conflicts in EE.
-
Sanad Liaquat authored
Fix for the filter spec failure Closes gitlab-org/quality/nightly#34 and gitlab-org/quality/nightly#30 See merge request gitlab-org/gitlab-ce!22862
-
Ramya Authappan authored
-
Evan Read authored
Also corrects capitalisation of Git.
-
Evan Read authored
Adds documentation for restricted project service account in deployment jobs Closes #51717 See merge request gitlab-org/gitlab-ce!22810
-
Mayra Cabrera authored
-
Evan Read authored
Document that we do not support importing bare repositories from hashed storage in certain cases Closes #41423 See merge request gitlab-org/gitlab-ce!22783
-
Michael Kozono authored
-
Nick Thomas authored
Add e2e test of push over SSH using Git protocol v2 See merge request gitlab-org/gitlab-ce!22548
-
- 07 Nov, 2018 13 commits
-
-
Evan Read authored
-
Evan Read authored
Emphasis the importance of auth registry See merge request gitlab-org/gitlab-ce!22843
-
Douwe Maan authored
StuckImportJobsWorker query performance optimization See merge request gitlab-org/gitlab-ce!22879
-
Tim Zallmann authored
Adds a btn-icon class See merge request gitlab-org/gitlab-ce!22870
-
Oswaldo Ferreira authored
This reverts commit a82a5957, reversing changes made to e7df959b.
-
Mike Greiling authored
Align sign in button Closes #53673 See merge request gitlab-org/gitlab-ce!22888
-
Tiago Botelho authored
Improves the performance of fetching the enqueued projects for StuckImportJobsWorker, preventing a statement timeout.
-
Stan Hu authored
Prevent attr_encrypted models from being overriden Closes gitlab-ee#8234 See merge request gitlab-org/gitlab-ce!22764
-
Douglas Barbosa Alexandre authored
Paginate Bitbucket Server importer projects See merge request gitlab-org/gitlab-ce!22825
-
Michael Kozono authored
-
Michael Kozono authored
-
George Tsiolis authored
-
Stan Hu authored
Fix failing spec in spec/controllers/admin/hooks_controller_spec.rb attr_encrypted expects models to have their attribute methods defined, or it will override them with standard Ruby accessors. Migration specs that rolled back the state of the database after columns were migrated to encrypted values were interfering with these definitions. To ensure that the SystemHook specs pass, we need to call `SystemHook.define_attribute_methods` to ensure that attr_encrypted sees the right methods that reflect the latest state of the database. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/8234
-