- 14 Nov, 2018 1 commit
-
-
Jacopo authored
With this quick action the user can create a new MR starting from the current issue using as `source_branch` the given `branch name` and as `target_branch` the project default branch. If the `branch name` is omitted a name is automatically created starting from the issue title.
-
- 12 Nov, 2018 16 commits
-
-
Rémy Coutable authored
Dangerbot: mention tech writers based on DevOps stage See merge request gitlab-org/gitlab-ce!22945
-
Sean McGivern authored
Bump Sidekiq and other related gems See merge request gitlab-org/gitlab-ce!22956
-
Jan Provaznik authored
-
Rémy Coutable authored
Fix ./spec/features/issues/user_views_issue_spec.rb Closes gitlab-ee#8390 See merge request gitlab-org/gitlab-ce!22976
-
Sean McGivern authored
Add Discord integration Closes #21635 See merge request gitlab-org/gitlab-ce!22684
-
Rémy Coutable authored
Disable usage pings in review apps See merge request gitlab-org/gitlab-ce!22965
-
Sean McGivern authored
Merge branch '53082-gitlab-ce-11-4-0-gemfile-conflict-gitlab-markup-and-github-markup' into 'master' Update gitlab-markup gem to avoid binary name collision Closes #53082 See merge request gitlab-org/gitlab-ce!22960
-
Dmitriy Zaporozhets authored
Fix some links and Markdown See merge request gitlab-org/gitlab-ce!22972
-
Achilleas Pipinellis authored
-
Jan Provaznik authored
CI randomly fails with: ActiveRecord::RecordNotFound: Couldn't find Project with 'id'=724 This is probably caused by DB cleanup strategy used for :js tests in combination with `set`.
-
Achilleas Pipinellis authored
Update URLs to better ones See merge request gitlab-org/gitlab-ce!22931
-
Achilleas Pipinellis authored
Fix link for raising helm chart issues See merge request gitlab-org/gitlab-ce!22970
-
Evan Read authored
-
Evan Read authored
Add link in K8s integration docs to RBAC roles See merge request gitlab-org/gitlab-ce!22941
-
Evan Read authored
-
Evan Read authored
-
- 11 Nov, 2018 5 commits
-
-
Evan Read authored
Docs: Update Variable naming See merge request gitlab-org/gitlab-ce!22352
-
Marcel Amirault authored
-
-
Dmitriy Zaporozhets authored
Fix error handling bugs in kubernetes integration See merge request gitlab-org/gitlab-ce!22922
-
Balasankar "Balu" C authored
-
- 10 Nov, 2018 1 commit
-
-
Stan Hu authored
* Sidekiq changes: https://github.com/mperham/sidekiq/blob/master/Changes.md * Rack 1.6.1 fixes CVE-2014-9490: https://github.com/rack/rack/blob/master/CHANGELOG.md * rack-protection 2.0.4 only fixes a minor message: https://github.com/sinatra/sinatra/commits/master/rack-protection
-
- 09 Nov, 2018 17 commits
-
-
blackst0ne authored
-
Clement Ho authored
Use gitlab-ui in jobs and pipelines See merge request gitlab-org/gitlab-ce!22782
-
Filipa Lacerda authored
-
Douglas Barbosa Alexandre authored
Remove circular dependency on Redactable in migration See merge request gitlab-org/gitlab-ce!22951
-
Annabel Dunstone Gray authored
Resolve "GitLab Pages settings regressions" Closes #48475 See merge request gitlab-org/gitlab-ce!22821
-
Scott Hampton authored
-
Clement Ho authored
Updates clipboard button with gitlab-ui See merge request gitlab-org/gitlab-ce!22923
-
Stan Hu authored
Gitlab::BackgroundMigration::RedactLinks was prepending EE::Gitlab::BackgroundMigration::RedactLinks, while EE::Gitlab::BackgroundMigration::RedactLinks was trying to include Gitlab::BackgroundMigration::RedactLinks::Redactable. Ruby 2.5.3 failed with an uninitialized constant (https://gitlab.com/gitlab-org/gitlab-ee/-/jobs/118388511).
-
Phil Hughes authored
Fix alignment of diff comment buttons Closes #53768 See merge request gitlab-org/gitlab-ce!22944
-
Douglas Barbosa Alexandre authored
Fix DashboardHelper reference in spec See merge request gitlab-org/gitlab-ce!22948
-
Mike Lewis authored
-
Stan Hu authored
Helpers::DashboardHelper doesn't actually exist, and Ruby 2.5 gets rid of the automatic top-level constant lookup (https://bugs.ruby-lang.org/issues/11547).
-
Nick Thomas authored
Resolve possible cherry pick API race condition Closes #53773 See merge request gitlab-org/gitlab-ce!22946
-
Rémy Coutable authored
Enable even more frozen string in lib/gitlab See merge request gitlab-org/gitlab-ce!22863
-
Marcia Ramos authored
Symlinked hooks aren't executed See merge request gitlab-org/gitlab-ce!22933
-
Douglas Barbosa Alexandre authored
Ensure we create the secrets at the right time Closes #53621 See merge request gitlab-org/gitlab-ce!22938
-
Robert Speicher authored
Previously, we just fetched the latest commit for the given branch when presenting the resulting commit, but because something could have been committed to that branch between the time we cherry-picked and the time we render the result, the wrong commit could have been presented. Now, we fetch the commit object with the commit SHA returned by the commit change service, which should always be the correct commit. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53773
-