- 22 Jul, 2020 40 commits
-
-
Mike Lewis authored
Update guidance for icon use Closes #208331 See merge request gitlab-org/gitlab!37291
-
Evan Read authored
-
Amy Qualls authored
Make `kubectl logs` commands consistent See merge request gitlab-org/gitlab!37605
-
Philippe Lafoucrière authored
-
Fabio Pitino authored
Show relevant errors when failing to match a CI job entry See merge request gitlab-org/gitlab!36536
-
Marius Bobin authored
CI jobs were identified only by the `script` keyword, resulting in unhelpfulerror messages: ```yaml build: before_script: pwd ``` Would raise this validation error: `jobs:build config contains unknown keys: before_script` This patch uses all the possible keys to match a job entry, resulting in this error message: `"jobs:build script can't be blank"`.
-
Douglas Barbosa Alexandre authored
Update prometheus-client-mmap to v0.11.0 See merge request gitlab-org/gitlab!37597
-
Rémy Coutable authored
[RUN AS-IF-FOSS] Fix RuboCop Lint/DuplicateMethods todos See merge request gitlab-org/gitlab!36935
-
Mike Jang authored
Call out fast key lookup for NFS See merge request gitlab-org/gitlab!37469
-
Rémy Coutable authored
Use telemetry engineers group in CODEOWNERS for usage data files See merge request gitlab-org/gitlab!37560
-
Sanad Liaquat authored
Add end-to-end test for "Share groups with groups" Closes gitlab-org/quality/testcases#934 See merge request gitlab-org/gitlab!37178
-
Sanad Liaquat authored
Add necessary page objects and setup. Refactor group/sub_menu/members into group/members
-
Stan Hu authored
This brings in the changes to override `MmapedDict#inspect` to avoid the string explosion seen in https://gitlab.com/gitlab-com/gl-infra/infrastructure/-/issues/10886.
-
Mike Lewis authored
Merge branch '229896-remove-gitlab-shell-redis-relationship-from-the-component-diagram-docs' into 'master' docs: Remove "gitlab-shell"-Redis relationship from the component diagram at GitLab Architecture Overview Closes #229896 See merge request gitlab-org/gitlab!37222
-
Andrew Fontaine authored
UX Polish: Update top right Upload button from Green to Grey See merge request gitlab-org/gitlab!37558
-
Natalia Tepluhina authored
-
Marcel Amirault authored
[docs] Fixes the link to the alpha-beta handbook entry See merge request gitlab-org/gitlab!37566
-
Mayra Cabrera authored
Bump VERSION for the next release See merge request gitlab-org/gitlab!37591
-
Marcin Sedlak-Jakubowski authored
Update instance limits docs after review Closes #229993 See merge request gitlab-org/gitlab!37293
-
Marcel Amirault authored
Docs did not make it to TW team before merge, updating with post-merge review
-
Marcel Amirault authored
Update doc/ci/ssh_keys/README.md Closes #220169 See merge request gitlab-org/gitlab!37452
-
Natalia Tepluhina authored
Resolve "Update GraphQL+Apollo libraries" Closes #227152 See merge request gitlab-org/gitlab!36181
-
Natalia Tepluhina authored
-
Craig Norris authored
Refine Jira integration intro and add/link dev panel capabilities See merge request gitlab-org/gitlab!37529
-
Marcin Sedlak-Jakubowski authored
Docs: Updates text to be active See merge request gitlab-org/gitlab!37337
-
Kamil Trzciński authored
Improve performance of writing live trace chunks Closes #34781 See merge request gitlab-org/gitlab!37075
-
Grzegorz Bizon authored
This change introduces an incremental append mechanism for writing a live trace. Instead of reading data from Redis, appening in Ruby, it attemps to append data directly into Redis, what should improve performance and reduce the a mount of data transferred between Redis and GitLab.
-
Yorick Peterse authored
[ci skip]
-
Mike Lewis authored
-
Peter Leitzen authored
Avoid method redefinitions by removing the corresponding `attr_{reader,writer,accessor}`.
-
Enrique Alcántara authored
Update deprecated project header buttons Closes #219882 See merge request gitlab-org/gitlab!37141
-
Christie Lenneville authored
-
Mike Lewis authored
-
Mike Lewis authored
-
Mike Lewis authored
-
Dan Davison authored
Adding new selectors in Main page See merge request gitlab-org/gitlab!36888
-
Tiffany Rea authored
-
Kushal Pandya authored
Fix JS error when discussion has no diff_file Closes #230900 See merge request gitlab-org/gitlab!37569
-
Kushal Pandya authored
Show Security Warning Modal for fork pipelines Closes #219754 See merge request gitlab-org/gitlab!36951
-
Tom Atkins authored
Add full path note to rails runner command line See merge request gitlab-org/gitlab!37580
-