- 02 Nov, 2020 1 commit
-
-
Heinrich Lee Yu authored
Adds health status change events to the events we track for issues
-
- 29 Oct, 2020 39 commits
-
-
Rémy Coutable authored
Dont run lint ci in docs See merge request gitlab-org/gitlab!46307
-
Marcel Amirault authored
-
James Lopez authored
Dry up some FactoryBot usage with let_it_be in the EE ProjectsController spec See merge request gitlab-org/gitlab!46162
-
Sean McGivern authored
Run multiple Sidekiq processes doc fixes See merge request gitlab-org/gitlab!46306
-
Ben Bodenmiller authored
-
Mark Chao authored
Geo: Refactor: Extract verification concern See merge request gitlab-org/gitlab!45695
-
Dylan Griffith authored
Global Search: Add Chinese and Japanese languages support See merge request gitlab-org/gitlab!45513
-
Dmitry Gruzd authored
This MR implements support for 2 elasticsearch analysis plugins: smartcn and kuromoji to improve Chinese and Japanese languages support. This is an optional feature and requires plugin(s) installation.
-
Paul Slaughter authored
Add time tracking feature to boards sidebar See merge request gitlab-org/gitlab!45490
-
charlie ablett authored
Add docs for deprecating EE GraphQL mutations See merge request gitlab-org/gitlab!46340
-
Philip Cunningham authored
-
Michael Kozono authored
Fix backup error due to file changed warning See merge request gitlab-org/gitlab!42197
-
Evgeny Litvinov authored
-
Kushal Pandya authored
Downgrade vue-router to fix IDE issue with special characters See merge request gitlab-org/gitlab!46398
-
Paul Slaughter authored
This addresses a regression in the IDE with special characters.
-
Stan Hu authored
fix canary typo See merge request gitlab-org/gitlab!46410
-
Brandon Labuschagne authored
Pass endpoint for coverage fuzzing to mr widget See merge request gitlab-org/gitlab!43545
-
Fernando Arias authored
* Add feature flag for :coverage_fuzzing_mr_widget * Add unit tests Attempt to get build green * Guard with feature flag Update coverage fuzzing path * Update to match backend Remove whitespace to fix pipeline * Remove to make pipeline green Update integration MR - Remove outdated unit tests - Remove gaurd code for prior bug fix - Define and use feature flag Update translation files * Run rake task Apply patch suggestion * Refactor unit tests Fix bad rebase resolution - Fix missing conflict resolution
-
Mike Kozono authored
Out of Gitlab::Geo::Replicator, and into the Geo::VerifiableReplicator concern.
-
Mike Kozono authored
from BlobReplicatorStrategy
-
Evan Read authored
rsync and Gitaly, gitlab:cleanup:repos is gone, attributes on Rails cheat sheet See merge request gitlab-org/gitlab!41607
-
Ben Prescott @bprescott_↙ ☺ authored
-
Stan Hu authored
Revert merge request !46321 See merge request gitlab-org/gitlab!46409
-
Rachel Fox authored
-
Kushal Pandya authored
Replace ACE with Editor Lite See merge request gitlab-org/gitlab!46250
-
Heinrich Lee Yu authored
Use existing group label (if there is one) when promoting See merge request gitlab-org/gitlab!45122
-
Albert Salim authored
This reverts merge request !46321
-
Russell Dickenson authored
Add instruction for URL Scan using DAST_PATHS_FILE See merge request gitlab-org/gitlab!45114
-
Craig Smith authored
This reverts commit 0abc2ef309ead0f374a76d033e70469aab6fb725.
-
Heinrich Lee Yu authored
Add office365 section to incoming email docs See merge request gitlab-org/gitlab!44754
-
Ash McKenzie authored
Merge branch '243555-update-whitelist-blacklist-to-allowlist-denylist-in-signup-restrictions-window' into 'master' Use allowlist/denylist in Signup restrictions window See merge request gitlab-org/gitlab!46168
-
Mark Chao authored
Initialize http_requests_total label values See merge request gitlab-org/gitlab!45755
-
Ben Kochie authored
Add http method/status initilaization to the `http_requests_total` counter. This is required to track error rates and error ratios. For example, the ratio of 5xx requests to all requests. sum(rate(http_requests_total{status=~"5.."}[5m]) / sum(rate(http_requests_total[5m]) Without the inialization, there would be no values for 5xx on small or low traffic servers. This would lead to blank graphs. https://gitlab.com/gitlab-com/gl-infra/scalability/-/issues/585Signed-off-by: Ben Kochie <bjk@gitlab.com>
-
Doug Stull authored
- more inclusive language.
-
Ash McKenzie authored
Show error when API Fuzzing feature not available See merge request gitlab-org/gitlab!46064
-
Michael Eddington authored
-
Ezekiel Kigbo authored
Update the tests to use a testid instead of a class See merge request gitlab-org/gitlab!46334
-
Ezekiel Kigbo authored
Add controls for LDAP group sync [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!45430
-
Peter Hegman authored
Part of a larger initiative to convert group members view from HAML to Vue
-