- 19 Feb, 2019 22 commits
-
-
Ramya Authappan authored
Fixes transient failure in create_issue_spec.rb Closes gitlab-org/quality/nightly#79 See merge request gitlab-org/gitlab-ce!25383
-
Sean McGivern authored
Merge branch '55376-related_merge_requests-api-call-returns-merge-requests-that-are-not-related-to-the-issue' into 'master' Ensure that related_merge_requests api call returns merge requests in the correct scope Closes #55376 See merge request gitlab-org/gitlab-ce!25222
-
Sean McGivern authored
Add related merge request count to api response See merge request gitlab-org/gitlab-ce!24974
-
Patrick Derichs authored
-
Filipa Lacerda authored
Fixes some requests not being tracked in performance bar Closes #57886 See merge request gitlab-org/gitlab-ce!25384
-
Sean McGivern authored
Add first-day-of-week admin area config note See merge request gitlab-org/gitlab-ce!25376
-
Evan Read authored
-
Sean McGivern authored
Added: Include order by ID desc as tie break in pagination Closes #54796 See merge request gitlab-org/gitlab-ce!25311
-
Kamil Trzciński authored
Use Gitlab::CurrentSettings in UrlValidator See merge request gitlab-org/gitlab-ce!25370
-
Robert Schilling authored
Ensure that references to private projects are not visible
-
Sean McGivern authored
API: Support Jira transition ID as string Closes #55109 See merge request gitlab-org/gitlab-ce!24400
-
Grzegorz Bizon authored
Fix rollout status for statefulsets and daemonsets See merge request gitlab-org/gitlab-ce!24972
-
Sergej authored
-
Sean McGivern authored
Remove two unused formats from Projects::TreeController#show Closes #38261 See merge request gitlab-org/gitlab-ce!25249
-
Thong Kuah authored
Gitlab::CurrentSettings will create ApplicationSetting.current if not present which means we don't have to use `&.`. We can also more easily use stub_application_setting in specs
-
Phil Hughes authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/57886
-
James Lopez authored
Allow setting feature flags per GitLab group See merge request gitlab-org/gitlab-ce!25022
-
James Edwards-Jones authored
Building on support for setting feature flags by project, this adds support for setting them by GitLab group path. This is different from setting them by Flipper feature_groups, which are for batch updating pre-registered collections.
-
Sanad Liaquat authored
Also use refactor retry_on_excpetion and use it in select_*_filter methods
-
Kushal Pandya authored
Update GitLab UI to latest version See merge request gitlab-org/gitlab-ce!25127
-
Adriel Santiago authored
-
Kushal Pandya authored
Update new password breadcrumb See merge request gitlab-org/gitlab-ce!25037
-
- 18 Feb, 2019 18 commits
-
-
Evan Read authored
Docs: Fix all Kubernetes and Runner related anchors See merge request gitlab-org/gitlab-ce!25063
-
Marcel Amirault authored
-
Filipa Lacerda authored
Fix diff files not rendering See merge request gitlab-org/gitlab-ce!25358
-
Stan Hu authored
Enable persisted pipeline stages by default Closes #57610 See merge request gitlab-org/gitlab-ce!25347
-
Phil Hughes authored
Fixes some diff files not rendering when the renderIt property is updated. Previously it was using a local copy of renderIt which meant Vue wouldn't update it when the files renderIt property was updates
-
Nick Thomas authored
Fix Projects::MergeRequests::DiffsController specs See merge request gitlab-org/gitlab-ce!25253
-
John T Skarbek authored
This reverts commit 481938de.
-
John T Skarbek authored
* This will upload the sha of the docker image containing assets to assist with building specific sha builds in the future. * Addresses: gitlab-org/release/framework#51
-
Achilleas Pipinellis authored
Docs: add index for /customization/* See merge request gitlab-org/gitlab-ce!25298
-
Marcia Ramos authored
Same as `branded_login_page.md`
-
Filipa Lacerda authored
Make the file tree in merge requests resizable Closes #51857 See merge request gitlab-org/gitlab-ce!25097
-
Marcia Ramos authored
Fix typo in troubleshooting steps for "local issuer certificate" error See merge request gitlab-org/gitlab-ce!25341
-
DeAndre Harris authored
-
Marcia Ramos authored
Update custom MR templates for gitlab-ce See merge request gitlab-org/gitlab-ce!25227
-
Kushal Pandya authored
Externalize strings from `/app/views/projects/commit` See merge request gitlab-org/gitlab-ce!24668
-
George Tsiolis authored
-
Marcia Ramos authored
Docs: article: End-to-end testing with WebdriverIO and GitLab CI/CD Closes gitlab-com/community-writers#159 See merge request gitlab-org/gitlab-ce!19834
-
Marcia Ramos authored
End-to-end testing example See merge request gitlab-org/gitlab-ce!18959
-