- 15 Oct, 2018 36 commits
-
-
Stan Hu authored
Add a new QA::ElementWithPattern cop Closes #52516 See merge request gitlab-org/gitlab-ce!22298
-
Douwe Maan authored
Allow getting the merge base of multiple revisions Closes #52573 See merge request gitlab-org/gitlab-ce!22295
-
Douwe Maan authored
Add documentation how to assign a merge request for review See merge request gitlab-org/gitlab-ce!21327
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Robert Speicher authored
Remove dependencies on Linguist Closes #35450 See merge request gitlab-org/gitlab-ce!21008
-
Dmitriy Zaporozhets authored
Refactor Cluster services to enable groups or projects See merge request gitlab-org/gitlab-ce!22181
-
Douglas Barbosa Alexandre authored
Fixes close/reopen quick actions preview for issues and merge_requests Closes #52669 See merge request gitlab-org/gitlab-ce!22343
-
Dmitriy Zaporozhets authored
Fix code reuse issue in Projects::Clusters::ApplicationController#index See merge request gitlab-org/gitlab-ce!22182
-
Phil Hughes authored
Merge branch '49417-improve-settings-pages-design-by-prioritizing-content-group-settings' into 'master' Prioritize group settings, improve panel titles, disable submit without changes Closes #49417 See merge request gitlab-org/gitlab-ce!21115
-
Luke Bennett authored
-
Phil Hughes authored
Resolve "Personal projects pagination in Profile Overview tab is broken" Closes #52564 See merge request gitlab-org/gitlab-ce!22321
-
Martin Wortschack authored
-
GitLab Release Tools Bot authored
[ci skip]
-
Grzegorz Bizon authored
Send deployment_status when job starts environment Closes #52614 See merge request gitlab-org/gitlab-ce!22354
-
James Lopez authored
Use Gitaly 0.125.1 See merge request gitlab-org/gitlab-ce!22364
-
Rémy Coutable authored
This cop forbids the use of `element :foo, 'pattern'` and `element :bar, /pattern/` in QA files. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Steve Azzopardi authored
The check was if the job `has_environment` which results into showing the environment information when the job stops the environment. This result into having a blank `deployment_status`. Use `starts_environment?` to be the same as the haml we have in 11.3 https://gitlab.com/gitlab-org/gitlab-ce/blob/30f019dca78bb64bcb8b355a267be006884e6d8f/app/views/projects/jobs/show.html.haml#L28
-
Achilleas Pipinellis authored
Docs: fix table on API settings Closes gitlab-com/gitlab-docs#234 See merge request gitlab-org/gitlab-ce!22083
-
Marcia Ramos authored
-
Jacob Vosmaer authored
-
Jarka Kadlecová authored
-
Achilleas Pipinellis authored
Update docs maintenance upgrade path examples See merge request gitlab-org/gitlab-ce!22360
-
Chenjerai Katanda authored
-
Achilleas Pipinellis authored
Adjust link to docs development guide See merge request gitlab-org/gitlab-ce!22288
-
Winnie Hellmann authored
-
Achilleas Pipinellis authored
Improve the contributing documentation See merge request gitlab-org/gitlab-ce!22291
-
Jacopo authored
Close/reopen quick actions preview wasn't shown properly, now the preview is shown as expected.
-
Rémy Coutable authored
Add GitLab QA spec for adding a deploy token See merge request gitlab-org/gitlab-ce!22207
-
Phil Hughes authored
Backport CE changes for: Resolves "Reviews: Resolving or unresolving discussions with “Add comment now” does not work" See merge request gitlab-org/gitlab-ce!22303
-
Grzegorz Bizon authored
Improve spec for Gitlab::Ci::Status::Pipeline::Factory Closes #52280 See merge request gitlab-org/gitlab-ce!22247
-
Rémy Coutable authored
Enable some frozen string in lib/gitlab See merge request gitlab-org/gitlab-ce!22304
-
Sean McGivern authored
Resolve "Show canary / no-canary in the performance bar" Closes #52421 See merge request gitlab-org/gitlab-ce!22222
-
Phil Hughes authored
Only display merge commit SHA when it exists Closes #48889 See merge request gitlab-org/gitlab-ce!22022
-
Mark Chao authored
-
Kamil Trzciński authored
Update Android.gitlab-ci.yml for current stable SDK See merge request gitlab-org/gitlab-ce!22336
-
Evan Read authored
Docs: Link to DeclarativePolicy framework from development guide See merge request gitlab-org/gitlab-ce!22348
-
- 14 Oct, 2018 4 commits
-
-
Thong Kuah authored
-
Evan Read authored
Docs: Fixing some bad links See merge request gitlab-org/gitlab-ce!22287
-
Marcel Amirault authored
-
Thong Kuah authored
Remove the inheritance from ::BaseService which is causing us to inherit the initializer that has project as the first arg, as we will not have access to project with forthcoming group clusters. Also call install service from create service - 1 less thing to re-use Extract TestRequest code into a spec helper. Given that we need different behaviour for Rails 5.0 (and again in Rails 5.1!), it's handy to have that branching behaviour in one place
-