- 13 Dec, 2019 40 commits
-
-
John T Skarbek authored
[ci skip]
-
Annabel Dunstone Gray authored
UI improvements in the views for new project from template and the user groups and snippets Closes #39469 and #39465 See merge request gitlab-org/gitlab!21524
-
Hector Bustillos authored
-
Douglas Barbosa Alexandre authored
Permissions for vulnerabilities See merge request gitlab-org/gitlab!21265
-
Mike Greiling authored
Sort Sentry error list by first seen, last seen or frequency See merge request gitlab-org/gitlab!21250
-
Olena Horal-Koretska authored
Added sort control, remove View in Sentry, updated tests
-
Marcia Ramos authored
Add example of .gitlab-ci.yml that uses only: [merge_requests] and excludes specific branches Closes #33573 See merge request gitlab-org/gitlab!21572
-
Nathan Friend authored
-
Phil Hughes authored
Set up basic Vue app + GraphQL + Apollo See merge request gitlab-org/gitlab!21600
-
Denys Mishunov authored
The basic Vue application with support for GraphQL and Apollo
-
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
-
Tetiana Chupryna authored
-
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 `/`.
-