- 04 May, 2020 21 commits
-
-
charlie ablett authored
I changed merge into merging See merge request gitlab-org/gitlab!30437
-
charlie ablett authored
Fix assigning issues to users for Jira import See merge request gitlab-org/gitlab!30967
-
Heinrich Lee Yu authored
Prevent Seat Link Sync when license has no expiration Closes #215354 See merge request gitlab-org/gitlab!30874
-
Kamil Trzciński authored
Remove FF ci_doom_build See merge request gitlab-org/gitlab!30595
-
Rémy Coutable authored
Remove FF ci_set_project_default_git_depth See merge request gitlab-org/gitlab!30589
-
Igor Drozdov authored
Add tests for passing nil values in epics and packages See merge request gitlab-org/gitlab!30949
-
Jarka Košanová authored
-
Igor Drozdov authored
Remove feature flag :webide_dark_theme See merge request gitlab-org/gitlab!30916
-
Rémy Coutable authored
Add @kerrizor --> /ee/lib/gitlab/code_owners/ See merge request gitlab-org/gitlab!30939
-
Jan Provaznik authored
Geo: retrieve api endpoint should return correct file content Closes #213829 See merge request gitlab-org/gitlab!30686
-
Kushal Pandya authored
Repository Analytics: Add title to page See merge request gitlab-org/gitlab!30855
-
Kushal Pandya authored
Contribution Analytics: Add title to page See merge request gitlab-org/gitlab!30842
-
Kushal Pandya authored
Add status dropdown to alert list view See merge request gitlab-org/gitlab!30434
-
Kushal Pandya authored
Refactor related branches controller action and view template See merge request gitlab-org/gitlab!30314
-
Kushal Pandya authored
Fix showing New requirement button to unauthenticated user Closes #214991 See merge request gitlab-org/gitlab!30085
-
Gilang Gumilar authored
-
Jan Provaznik authored
Move Design Management models to FOSS See merge request gitlab-org/gitlab!30015
-
Dylan Griffith authored
Gitlab/Json autocorrects in /ee See merge request gitlab-org/gitlab!30625
-
James Fargher authored
Add initial statistics for WAF installations See merge request gitlab-org/gitlab!28331
-
Alan (Maciej) Paruszewski authored
-
Ray Paik authored
docs: Fixed small typo See merge request gitlab-org/gitlab!30953
-
- 03 May, 2020 11 commits
-
-
Thong Kuah authored
Remove unused cluster configuration workers Closes #27481 See merge request gitlab-org/gitlab!30695
-
Mark Lapierre authored
Quarantine pull mirroring spec while we investigate the issue See merge request gitlab-org/gitlab!30954
-
Luke Duncalfe authored
This change is part of https://gitlab.com/gitlab-org/gitlab/-/issues/212566 to move all Design Management code to FOSS. This MR moves: - Models - Factories - Design repository-related code The repository-related code has been included because the models and model specs rely on design repositories to be working.
-
James Fargher authored
Decouple partial clone config See merge request gitlab-org/gitlab!30354
-
Son Luong Ngoc authored
Previously partial clone configs is coupled with receive_max_input_size check. This make sense when you think of partial clone as a replacement for Git LFS but in truth, the 2 features are separated and should not be decoupled. In self-managing instances, `receive_max_input_size` could be set to 0 while users could still wish to have partial clone feature enabled. References: - [Original discussion](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/16850#note_313323533) - [Tracking issue](https://gitlab.com/gitlab-org/gitlab/-/issues/212926)
-
Sanad Liaquat (Personal) authored
-
Stan Hu authored
Configure connection pools for ActionCable See merge request gitlab-org/gitlab!29725
-
Sanad Liaquat authored
Raise Internal Server Error on 500 in `api_get_from` See merge request gitlab-org/gitlab!30844
-
Sanad Liaquat authored
So that a resource should not treat it as ResourceNotFoundError and try to create a new resource.
-
Tiago Simão authored
-
Heinrich Lee Yu authored
Use ActionCable's worker pool size to determine connection pool size
-
- 02 May, 2020 8 commits
-
-
Stan Hu authored
In https://gitlab.com/gitlab-org/gitlab/-/issues/215936, we found that upgrading to Grape v1.3.2 caused a regression in our QA suite because passing a `nil` value for an Array type would be passed in as a `nil` value instead of being coerced to an empty Array. We had to revert the upgrade as a result. To ensure that `nil` values are handled properly on the backend, add tests for this.
-
Heinrich Lee Yu authored
Fix failing spec in ee/spec/features/boards/sidebar_spec.rb Closes #216364 See merge request gitlab-org/gitlab!30945
-
Stan Hu authored
Switch Gitlab::JSON to JSON for helm3_client Closes #216365 See merge request gitlab-org/gitlab!30944
-
Stan Hu authored
If the sidebar Ajax request finishes after loading the Ajax request for a specific issue, it will clear the assignee, leading to the test failure. We work around this issue by waiting for the initial request to be done. https://gitlab.com/gitlab-org/gitlab/-/issues/216364
-
Heinrich Lee Yu authored
Update re2 gem to v1.2.0 See merge request gitlab-org/gitlab!30942
-
Kyle Wiebers authored
Closes https://gitlab.com/gitlab-org/gitlab/-/issues/216365
-
Stan Hu authored
The latest re2 library released on Homebrew does not compile with this gem: https://github.com/mudge/re2/issues/40. Update this gem to make that work.
-
Stan Hu authored
Merge branch '216349-update-tests-metadata-uninitialized-constant-gitlab-in-rspec_flaky-report' into 'master' Fix error when running update-tests-metadata in master Closes #216349 See merge request gitlab-org/gitlab!30940
-