- 19 Feb, 2019 7 commits
-
-
Sergej authored
-
Sean McGivern authored
Remove two unused formats from Projects::TreeController#show Closes #38261 See merge request gitlab-org/gitlab-ce!25249
-
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.
-
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 33 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
-
George Tsiolis authored
-
Nick Thomas authored
Allow blank values to be stored in reactive cache See merge request gitlab-org/gitlab-ce!25283
-
Reuben Pereira authored
Reactive caching concern was using .present? to determine if it got a valid value from the cache. This returns false for values such as false, [], {}. Change this check to !.nil? instead.
-
Rémy Coutable authored
These specs were flaky and only passing after a retry due to how rspec-retry works. 1. The test with paths that don't exist was returning 200 on the first try, then 404 on the second, not because the paths don't exist, but because the MR IID didn't change, thus the MR couldn't be found. I decided to remove the test entirely since we don't seem to return 404 for paths that don't exist. 2. The test with a user that cannot view the merge request was failing the first time because the project owner wasn't removed with `project.team.truncate`. Changing the `let(:user)` to `create(:user)` and calling `project.add_maintainer(user)` in the `before` block fix the test. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
George Tsiolis authored
-
Kushal Pandya authored
Fix job name overflow in Firefox, Safari and IE Closes #56426 See merge request gitlab-org/gitlab-ce!24707
-
Grzegorz Bizon authored
-
Kushal Pandya authored
Use export-import svg from gitlab-svgs Closes #55312 See merge request gitlab-org/gitlab-ce!24954
-
Nick Thomas authored
Add a soft SLA for reviewers and maintainers See merge request gitlab-org/gitlab-ce!25192
-
Grzegorz Bizon authored
-
Dmitriy Zaporozhets authored
Remove duplicate field from MergeRequestType See merge request gitlab-org/gitlab-ce!25330
-
Rémy Coutable authored
Fix the documentation Dangerfile See merge request gitlab-org/gitlab-ce!25345
-
Nick Thomas authored
-
Rémy Coutable authored
Fix failing e2e test: qa/specs/features/browser_ui/3_create/merge_request/create_merge_request_spec.rb Closes gitlab-org/quality/staging#38 See merge request gitlab-org/gitlab-ce!25304
-
Rémy Coutable authored
Update proofreader.md See merge request gitlab-org/gitlab-ce!24943
-