- 04 May, 2020 1 commit
-
-
Stan Hu authored
The `regenerate-schema` script attempts to find the merge base between the source and branch SHA to determine the right `db/structure.sql` to apply the migrations in the merge request. However, to get the merge base, we need the target SHA and the history between the source and target SHAs. Instead of downloading it via a curl request, we fetch the target branch and check out the `db/structure.sql` from there. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/216214
-
- 03 May, 2020 8 commits
-
-
Mark Lapierre authored
Quarantine pull mirroring spec while we investigate the issue See merge request gitlab-org/gitlab!30954
-
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.
-
Heinrich Lee Yu authored
Use ActionCable's worker pool size to determine connection pool size
-
- 02 May, 2020 12 commits
-
-
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
-
Heinrich Lee Yu authored
We can't use Gitlab::Json here because this is a standalone Ruby script and we don't load the Rails environment. We fixed the same problem in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/30937 but we missed another instance of the same problem
-
Heinrich Lee Yu authored
Fix update-tests-metadata CI step failing in master Closes #216349 See merge request gitlab-org/gitlab!30937
-
Stan Hu authored
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/30627 changed `JSON.parse` to `Gitlab::JSON.parse`, but the latter isn't available in the simple CI script since it doesn't load a Rails environment. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/216349
-
Michael Kozono authored
Revert CODEOWNERS validation of Web requests in diff check See merge request gitlab-org/gitlab!30936
-
Stan Hu authored
This reverts commit 4d73ef61. This was causing merges to fail when groups were used in CODEOWNERS: https://gitlab.com/gitlab-org/gitlab/-/issues/216345.
-
- 01 May, 2020 5 commits
-
-
James Lopez authored
Seed metrics dashboard with example heatmap charts See merge request gitlab-org/gitlab!29323
-
Olena Horal-Koretska authored
-
Heinrich Lee Yu authored
Update CI to test with Ruby v2.6.6 See merge request gitlab-org/gitlab!30909
-
Stan Hu authored
Part of https://gitlab.com/gitlab-org/gitlab/-/issues/198579
-
Clement Ho authored
Remove metrics_dashboard_visibility_switching_available feature flag See merge request gitlab-org/gitlab!29718
-
- 30 Apr, 2020 14 commits
-
-
Jose Vargas authored
-
Mayra Cabrera authored
Move Milestone methods to Timebox See merge request gitlab-org/gitlab!30128
-
Dan Davison authored
Introduce `skip_live_env` RSpec meta and add it to tests Closes gitlab-org/quality/team-tasks#493 See merge request gitlab-org/gitlab!30661
-
Sanad Liaquat authored
-
Dan Davison authored
Add check for new email addition in audit test Closes #207741 See merge request gitlab-org/gitlab!30679
-
Stan Hu authored
Gitlab/Json cop autocorrects in /lib See merge request gitlab-org/gitlab!30627
-
Walmyr Lima e Silva Filho authored
Dequarantine Burndown chart spec See merge request gitlab-org/gitlab!30871
-
Mike Jang authored
Add import/export information to dev docs See merge request gitlab-org/gitlab!29820
-
Mario de la Ossa authored
-
Mario de la Ossa authored
Move all methods Milestone and Sprint will share to Timebox
-
Dan Davison authored
Dequarantine create snippet spec Closes #215031 See merge request gitlab-org/gitlab!30862
-
Nailia Iskhakova authored
Spec passed on staging
-
Suzanne Selhorn authored
Improve Jenkins integration docs See merge request gitlab-org/gitlab!30577
-
Russell Dickenson authored
-