- 18 Feb, 2019 34 commits
-
-
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.
-
Kushal Pandya authored
Fix job name overflow in Firefox, Safari and IE Closes #56426 See merge request gitlab-org/gitlab-ce!24707
-
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
-
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
-
Achilleas Pipinellis authored
Refactor opening paragraph in admin docs See merge request gitlab-org/gitlab-ce!25331
-
Evan Read authored
-
Rémy Coutable authored
Include gl_project_path in API /internal/allowed response See merge request gitlab-org/gitlab-ce!25314
-
Phil Hughes authored
Focus reply field when clicking "reply to comment" button See merge request gitlab-org/gitlab-ce!24867
-
Winnie Hellmann authored
Move convertToDiscussion call from ReplyButton to NoteApp component
-
Achilleas Pipinellis authored
Remove consecutive blank lines from markdown files See merge request gitlab-org/gitlab-ce!25280
-
Evan Read authored
For the sake of consistency, removes any extraneous consecutive blank lines from the doc suite.
-
Rémy Coutable authored
Reviewer roulette ignores changelogs Closes #57680 See merge request gitlab-org/gitlab-ce!25264
-
Achilleas Pipinellis authored
clarify after_script cwd situation in README.md See merge request gitlab-org/gitlab-ce!25315
-
Phil Hughes authored
Resolve "Revert single comments to initial state after cancelling reply" Closes #57123 See merge request gitlab-org/gitlab-ce!25339
-
Ramya Authappan authored
Un quarantine stable QA tests Closes gitlab-org/quality/nightly#72 See merge request gitlab-org/gitlab-ce!25337
-
Phil Hughes authored
Feature/56787 realtime validation for user fullname and username See merge request gitlab-org/gitlab-ce!25017
-
https://gitlab.com/gitlab-org/gitlab-ceEhsan Abdulqader authored
Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into feature/56787-realtime-validation-for-user-fullname-and-username
-
Rajat Jain authored
Use SVG assets from @gitlab/svgs instead of using svg illustrations from project folder
-
Constance Okoghenun authored
When converting a comment to a discussion if the "Cancel" button is used to exit the new discussion note, the comment would revert back to its initial state
-
Zeger-Jan van de Weg authored
-
Sanad Liaquat authored
-
Evan Read authored
Fix permissions in docs lock discussions See merge request gitlab-org/gitlab-ce!25303
-
Victor Wu authored
-
Evan Read authored
add changelogs/README.md See merge request gitlab-org/gitlab-ce!25209
-
Elan Ruusamäe authored
this is to quickstart contributors who don't work daily on the codebase
-
Luke Duncalfe authored
-
Evan Read authored
Docs: Fix anchors with extra hashes See merge request gitlab-org/gitlab-ce!24992
-
Marcel Amirault authored
-
- 17 Feb, 2019 2 commits
-
-
Evan Read authored
Fix wrong docs on untagged jobs Closes #47387 See merge request gitlab-org/gitlab-ce!25190
-
Achilleas Pipinellis authored
-
- 16 Feb, 2019 3 commits
-
-
Stefan Agner authored
-
Stan Hu authored
This will enable us to track the human-readable project path with SSH access in gitlab-shell. Currently the Gitaly logs will only show the hashed storage and gl_repository path (e.g. project-1234).
-
James Lopez authored
Update Unicorn and associated gems See merge request gitlab-org/gitlab-ce!25265
-
- 15 Feb, 2019 1 commit
-
-
Fatih Acet authored
Remove second primary button on wiki create and edit Closes #43881 See merge request gitlab-org/gitlab-ce!19959
-