- 22 Jul, 2020 40 commits
-
-
Enrique Alcántara authored
Get test suite details on click See merge request gitlab-org/gitlab!37232
-
Jose Ivan Vargas authored
Remove babel-plugin-rewire dependency See merge request gitlab-org/gitlab!37231
-
Mark Florian authored
This is a follow-up to [removing most no-op default exports][1]. In that MR, the "most" was due to the fact that a couple of files were still participating in Karma tests. Since it turns out that no Karma tests rely on `babel-plugin-rewire`, that could be removed, allowing the final two instances of workarounds for it to be removed as well. Finally, the `spyOnDependency` helper was removed, since it's unused. [1]: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/37213
-
Mike Lewis authored
Add graphql howto doc to style guide See merge request gitlab-org/gitlab!36228
-
Mike Jang authored
-
Jose Ivan Vargas authored
Fix CSV downloads for multiple series in the same chart (readded after revert) Closes #214627 See merge request gitlab-org/gitlab!37377
-
Paul Slaughter authored
Raise jest timeout from 5 seconds to 6 seconds Closes #229902 See merge request gitlab-org/gitlab!37611
-
Marcin Sedlak-Jakubowski authored
Fix error in the "Assign and Unassign Labels" section of the docs. See merge request gitlab-org/gitlab!37341
-
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
-
Lin Jen-Shin authored
-
Scott Hampton authored
Instead of returning `false`, we should return an empty promise so that the return is consistent no matter what.
-
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}`.
-