- 13 Dec, 2019 40 commits
-
-
Stan Hu authored
The GetAllLFSPointers RPC is expensive and was being called for every mirror. If the repository has not changed, we can assume that the LFS pointers also did not change. We can skip calling this RPC if there are no updates. Since we don't actually get a return code if branches or tags were updated, we use the repository checksum as a cheaper mechanism (which XORs the ref contents) to determine whether we run the LFS scan. Closes https://gitlab.com/gitlab-org/gitlab/issues/38256
-
Mayra Cabrera authored
Updates background migration docs See merge request gitlab-org/gitlab!21354
-
Mayra Cabrera authored
Modifies background migrationbs docs to indicate: * Other possible scenarios in which they might be used * That estimation time should be included somewhere
-
Bob Van Landuyt authored
Resolve "API Dependency List - usage ping" See merge request gitlab-org/gitlab!21664
-
Tetiana Chupryna authored
-
Kamil Trzciński authored
Fix logs menu active state See merge request gitlab-org/gitlab!21740
-
Marcel Amirault authored
Compress image and update filename Closes #55251 See merge request gitlab-org/gitlab!21723
-
Kamil Trzciński authored
Remove feature flag for new trial sign up flow See merge request gitlab-org/gitlab!21650
-
Natalia Tepluhina authored
Move rest of boards_store_spec to Jest Closes #39128 See merge request gitlab-org/gitlab!21694
-
Adrien Kohlbecker authored
-
Natalia Tepluhina authored
Resolve "Allow filtering for project-specific members in group members list" See merge request gitlab-org/gitlab!18842
-
Illya Klymov authored
This commit introduces dropdown options for project/subgroup to hide inherited members
-
Walmyr Lima e Silva Filho authored
Wait for elasticsearch server before searching Closes #43732 See merge request gitlab-org/gitlab!21711
-
Walmyr Lima e Silva Filho authored
Update page object method name Closes #43319 See merge request gitlab-org/gitlab!21701
-
Paul Slaughter authored
Also moves the data parts of the mock_data **Why?** https://gitlab.com/gitlab-org/gitlab/merge_requests/16336
-
Phil Hughes authored
Add setUrlParams utility See merge request gitlab-org/gitlab!21729
-
Tim Zallmann authored
Fix analytics icon alignment See merge request gitlab-org/gitlab!21555
-
Achilleas Pipinellis authored
Clean up PostgreSQL Exporter documentation page Closes #38292 See merge request gitlab-org/gitlab!21420
-
Achilleas Pipinellis authored
Bring CE->EE source upgrade instructions up to par Closes gitlab-com/support/docs#45 See merge request gitlab-org/gitlab!21716
-
Martin Wortschack authored
- This utility adds new query params, updates existing params with a new value and removes params with value null/undefined
-
Achilleas Pipinellis authored
Update documentation of gradle support in dependency scanning Closes #13075 See merge request gitlab-org/gitlab!21253
-
Igor Frenkel authored
-
Kushal Pandya authored
Productivity Analytics: Add buildGroupFromDataset and buildProjectFromDataset utility functions See merge request gitlab-org/gitlab!21654
-
Bob Van Landuyt authored
Improve exception handling Closes #32906 See merge request gitlab-org/gitlab!17819
-
Kamil Trzciński authored
Rename methods of Sentry class: - `track_acceptable_exception` => `track_exception`: we just want to capture exception - `track_exception` => `track_and_raise_for_dev_exception`: as said, - `track_and_raise_exception` => we want to capture and re-raise exception Update exception tracking - Remove `extra:` and instead accept hash, - Update documentation to include the best practices, - Remove manual logging of exceptions
-
Kushal Pandya authored
Add error states to the dashboard metrics internal objects See merge request gitlab-org/gitlab!21478
-
Sanad Liaquat authored
Log current IP address of request that tries to access an IP restricted group See merge request gitlab-org/gitlab!21392
-
Natalia Tepluhina authored
Replace Node `joinPaths` with custom impl See merge request gitlab-org/gitlab!21078
-
Paul Slaughter authored
**Why?** The current implementation of `joinPaths` comes from the Node core modules `path` and has a number of caveats: - Does not support non-string values - Does not handle joining absolute URL's https://nodejs.org/api/path.html#path_path_join_paths **Note:** The new impl of `joinPaths` does not do the same special normalization which the Node version did. This should be safe because I'm pretty sure we only use this method to join paths with `/` that potentially start and end with a `/`.
-
Heinrich Lee Yu authored
Added the version for the screenshot to match the naming convention
-
Miguel Rincon authored
-
Kushal Pandya authored
Resolve "Admin Area's *Runners* page is confusing with use of *State* and *Type*" Closes #29165 See merge request gitlab-org/gitlab!21591
-
Juan J. Ramirez authored
-
Heinrich Lee Yu authored
Turn job_log_json feature flag on by default See merge request gitlab-org/gitlab!21543
-
Kushal Pandya authored
Add most affected projects to group security dashboard See merge request gitlab-org/gitlab!20892
-
David Pisek authored
This commit adds a new sidebar item to the group security dashboard. It consists of an accordion, showing projects grouped by the most severe vulnerability within the project.
-
Jan Provaznik authored
Add Snippet GraphQL API mutations See merge request gitlab-org/gitlab!20956
-
Wei-Meng Lee authored
-
Ramya Authappan authored
Quarantine flaky performance bar test See merge request gitlab-org/gitlab!21669
-