- 02 May, 2020 5 commits
-
-
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 30 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
-
Andrew Fontaine authored
Fix markdown preview styling for dark theme See merge request gitlab-org/gitlab!30477
-
Robert Speicher authored
Added json index action to cluster controller Closes #207031 See merge request gitlab-org/gitlab!30635
-
John T Skarbek authored
-
John T Skarbek authored
-
Andrew Fontaine authored
Multiple metrics edit navigates to prom edit page See merge request gitlab-org/gitlab!30666
-
Douglas Barbosa Alexandre authored
Log Puma timeouts for API calls See merge request gitlab-org/gitlab!30885
-
Andrew Fontaine authored
Adds the detailed alert skeleton for alert management See merge request gitlab-org/gitlab!30804
-
Laura Montemayor authored
* Adds mock data
-
Michael Kozono authored
Merge branch '215616-geo-synchronisation-status-is-empty-when-nothing-is-synchronised' into 'master' Geo: Fix empty synchronisation status when nothing is synchronised Closes #215616 See merge request gitlab-org/gitlab!30710
-
Valery Sizov authored
Apply suggestion to ee/changelogs/unreleased/215616-geo-synchronisation-status-is-empty-when-nothing-is-synchronised.yml
-
Enrique Alcántara authored
Migrate time ago spec to jest See merge request gitlab-org/gitlab!30875
-
Oswaldo Ferreira authored
This handles a specific exception raised by `rack-timeout` Gem when Puma requests surpass the configured timeout. This exception wasn't being handled properly (and logged), given it inherits from `Exception`, which is not handled by Grape `rescue_from :all`.
-
Emily Ring authored
Add new json response to cluster index action Add new serializer fields to display json content Added tests for new controller
-
Mike Jang authored
Resolve "Document how to switch authorised account for BitBucket import" See merge request gitlab-org/gitlab!30856
-
Mike Jang authored
-
pburdette authored
Migrated time ago karma spec to jest and now using vue test utils.
-