- 07 Jun, 2019 37 commits
-
-
Martin Hanzel authored
Some classes in vue_shared were used only by boards, so they were moved to the boards directory.
-
Stan Hu authored
Allow masking if 8 or more characters in base64 See merge request gitlab-org/gitlab-ce!29143
-
Sean McGivern authored
Fix migration specs using factories Closes #62911 See merge request gitlab-org/gitlab-ce!29350
-
Markus Koller authored
We need to stub default_git_depth and default_git_depth= because some old migrations specs try to create a record using schema before that column was introduced. The `let!` calls were executed before the `before` hook which still caused some factories to fail, so they're created in the `before` hook now as well.
-
Sean McGivern authored
Add task count and completed count to responses of Issue and MR See merge request gitlab-org/gitlab-ce!28859
-
Dmitriy Zaporozhets authored
Improve email text part See merge request gitlab-org/gitlab-ce!29111
-
Dmitriy Zaporozhets authored
Remove extraneous DiffNote#supports_suggestion? calls See merge request gitlab-org/gitlab-ce!29027
-
Kamil Trzciński authored
Add project level git depth setting Closes #59688 See merge request gitlab-org/gitlab-ce!28919
-
Kamil Trzciński authored
Migrate legacy uploads Closes #57217 See merge request gitlab-org/gitlab-ce!24679
-
Achilleas Pipinellis authored
Add dependency list documentation See merge request gitlab-org/gitlab-ce!29307
-
Tetiana Chupryna authored
-
Phil Hughes authored
[CE of Part 2] 5276 Update existing stores for file terminal sync See merge request gitlab-org/gitlab-ce!29333
-
Phil Hughes authored
[CE of Part 1] 5276 Remove 'build-page' from 'ide-terminal' element See merge request gitlab-org/gitlab-ce!29331
-
Patrick Derichs authored
Add spec for task_completion_status Add test cases for task_completion_status result Extracted shared samples Add new spec file for task completion status response Fix style errors Add changelog entry Changed samples to Hashes Remove test for successful request Remove not nil expectation Add task_completion_status to api documentation for issues Add task_completion_status to api documentation for merge_requests Refactor spec so it just requests one specific item Add task_completion_status to Taskable Simplified task completion status in entities Refactor spec so it separates status code check and content check Fix spec description text and field name
-
Filipa Lacerda authored
added code differences from EE to CE Closes gitlab-ee#10088 See merge request gitlab-org/gitlab-ce!29271
-
Michel Engelen authored
-
Nick Thomas authored
Remove metrics_time_window feature flag Closes #62091 See merge request gitlab-org/gitlab-ce!28670
-
Sarah Yasonik authored
-
Achilleas Pipinellis authored
SSoT audit fixes for some topics in CI section Closes #61505 See merge request gitlab-org/gitlab-ce!28957
-
Evan Read authored
Implements part of the single source of truth audit fixes for the CI section.
-
Achilleas Pipinellis authored
Integrate demo link into content more See merge request gitlab-org/gitlab-ce!29242
-
Evan Read authored
-
Phil Hughes authored
(CE Port) Onboarding helper component See merge request gitlab-org/gitlab-ce!29133
-
Martin Wortschack authored
- Add styles for popover - Add $accepting-mr-label-color to color variables
-
Achilleas Pipinellis authored
Add git 2.21 install from update_source See merge request gitlab-org/gitlab-ce!28836
-
Æx authored
-
Paul Slaughter authored
- On CMD+S when editor is focused - On editor blur - When file is created in tree - When file is removed in tree - When file is renamed in tree
-
Kushal Pandya authored
Hide operations icon in small screens See merge request gitlab-org/gitlab-ce!29230
-
Paul Slaughter authored
CE Port **Why?** The styles applied to `.build-page .top-bar` were mostly unecessary for the IDE terminal. The static positioning might have also been causing a strange line to show up in the terminal.
-
Mike Lewis authored
Improve Jira Server documentation Closes #58975 See merge request gitlab-org/gitlab-ce!28463
-
Evan Read authored
Fix OpenID Connect documentation See merge request gitlab-org/gitlab-ce!29314
-
Ash McKenzie authored
Make OpenID Connect work without requiring a name Closes #62208 See merge request gitlab-org/gitlab-ce!29312
-
Evan Read authored
docs - add section to dev docs on accessing chatops Closes #62127 See merge request gitlab-org/gitlab-ce!28623
-
Lucas Charles authored
closes 62127
-
Evan Read authored
Port missing docs to CE See merge request gitlab-org/gitlab-ce!29279
-
Evan Read authored
Add docs for breaking changes of GitLab CI in 12.0 See merge request gitlab-org/gitlab-ce!29053
-
Mark Lapierre authored
Visit project after push Closes gitlab-org/quality/nightly#105 See merge request gitlab-org/gitlab-ce!29247
-
- 06 Jun, 2019 3 commits
-
-
Robert Speicher authored
Removes duplicated shared_context folder on spec/support See merge request gitlab-org/gitlab-ce!29305
-
Robert Speicher authored
Adds sidekiq worker label for ruby metrics Closes #60303 See merge request gitlab-org/gitlab-ce!29215
-
Stan Hu authored
Many users were unable to get logins working with OpenID Connect because of a missing `name` argument in the configuration. This resulted in 404s immediately after attempting to login. This describes the workaround mentioned in https://gitlab.com/gitlab-org/gitlab-ce/issues/62208#note_178774809. This also adds an example profile for using Google.
-