- 29 Nov, 2019 40 commits
-
-
Aakriti Gupta authored
The routes and controller stay unchanged.
-
Sanad Liaquat authored
Creating a test for `Contribution Analytics` Closes gitlab-org/quality/testcases#121 See merge request gitlab-org/gitlab!19960
-
Tomislav Nikić authored
Reset all the commits into one collective commit that encompasses all the work done.
-
Walmyr Lima e Silva Filho authored
Simplify test to avoid flakiness Closes #37369 See merge request gitlab-org/gitlab!20931
-
Sean McGivern authored
Cache Repository#ancestor? on two levels See merge request gitlab-org/gitlab!20958
-
Bob Van Landuyt authored
We sometimes call this multiple times per request, and we also call this from a polled endpoint. So caching it on both levels could speed up a bunch of those polled requests
-
Grzegorz Bizon authored
Update sitespeed to 11.2.0 See merge request gitlab-org/gitlab!20561
-
Yorick Peterse authored
Use explicitly tracked deployments for MR widgets See merge request gitlab-org/gitlab!20066
-
Lin Jen-Shin authored
Move the `post-test` stage closer to the `test` stage Closes #37375 See merge request gitlab-org/gitlab!20796
-
Achilleas Pipinellis authored
Correct redundant language See merge request gitlab-org/gitlab!20965
-
Nick Thomas authored
Resolve "Add monitoring for diff limits" Closes #31286 See merge request gitlab-org/gitlab!20022
-
David KIm authored
-
Sean McGivern authored
Import large gitlab_project exports via rake task See merge request gitlab-org/gitlab!20724
-
George Koltsov authored
-
Bob Van Landuyt authored
Link users to new Smartcards certificate ldap identities on login Closes #36808 See merge request gitlab-org/gitlab!20470
-
Sebastián Arcila Valenzuela authored
This is caused by allowing to link existing accounts with new smartcards with ldap certificates
-
Marcia Ramos authored
Add Some Extra Documentation Around Mass Insert See merge request gitlab-org/gitlab!20803
-
Andrew Fontaine authored
Including how to add a user as a maintainer to any number of the newly inserted projects.
-
Jan Provaznik authored
Run housekeeping after moving a repository between shards See merge request gitlab-org/gitlab!20863
-
Erick Banks authored
-
Ash McKenzie authored
Refactor slash commands presenters Closes #35416 See merge request gitlab-org/gitlab!19947
-
Nick Thomas authored
Remove unnecessary existence check on persistent ref See merge request gitlab-org/gitlab!20430
-
Grzegorz Bizon authored
Fix error in updating runner session Closes #34366 See merge request gitlab-org/gitlab!20902
-
Grzegorz Bizon authored
Use Gitlab::SidekiqMiddleware.client_configurator See merge request gitlab-org/gitlab!20773
-
Nick Thomas authored
The current inter-shard move is implemented as a `git fetch` from the original shard to an empty repository on the new shard. The repository on the new shard lacks bitmaps, and may be less well packed, than the repository on the old shard. This has a measurable performance impact. We may be changing from "FetchInternalRemote" to "ReplicateRepository" in the future, but until then, forcing housekeeping to run is a good performance optimisation - we trade off some short-term I/O load on the new shard for better performance across a wide range of RPCs, including an order-of-magnitude improvement in `IsAncestor`, which is the find that motivated this change.
-
Walmyr Lima authored
This test has been failing intermittently in the removed assertions, but even with them removed, we are still testing the functionality of relating and unrelating issues to each other, so, better to have it testing less but providing a reliable result, than testing more, and providing flaky results.
-
Kamil Trzciński authored
Replace OpenStruct in Ansi converters See merge request gitlab-org/gitlab!20444
-
Bob Van Landuyt authored
Clean Code: Improve JIRA API See merge request gitlab-org/gitlab!20864
-
Vitali Tatarintev authored
Rename method to fallback_message in SlashCommands for readability
-
Filipa Lacerda authored
Update eslint-plugin-import from 2.16.0 to 2.18.2 (/ee/spec/*/ide/) See merge request gitlab-org/gitlab!20908
-
Filipa Lacerda authored
Update eslint-plugin-import from 2.16.0 to 2.18.2 (/ee/spec/*/vue_mr_widget/) See merge request gitlab-org/gitlab!20906
-
Filipa Lacerda authored
Update eslint-plugin-import from 2.16.0 to 2.18.2 (/ee/spec/*/vue_shared/) See merge request gitlab-org/gitlab!20891
-
Phil Hughes authored
Resolve "Finding vulnerability as dismissed before the action" See merge request gitlab-org/gitlab!20768
-
Martin Wortschack authored
Fix spacing on contributions analytics charts Closes #6830 See merge request gitlab-org/gitlab!20701
-
Brian Kabiro authored
The distance between the chart and the title of the chart is too much on the contribution analytics page. This is caused by the styling that's on the SVG. This fixes that by: - reducing the height of the svg - changing the value of preserveAspectRatio - adding a padding between the title of the chart and the chart
-
Martin Wortschack authored
Updated deploy instances color scheme See merge request gitlab-org/gitlab!20890
-
Sean McGivern authored
If applied, this will fix the bug 36375 See merge request gitlab-org/gitlab!20924
-
Kushal Pandya authored
Add Total rendering metrics to Performance Bar See merge request gitlab-org/gitlab!20725
-
Tim Zallmann authored
Added the Frontend resources string to .pot Added specs, documentation and changelog
-
Bob Van Landuyt authored
Make internal projects poolable Closes #33318 See merge request gitlab-org/gitlab!19295
-