- 13 Dec, 2019 40 commits
-
-
Yorick Peterse authored
This refactors Deployment, Deployments::CreateService, and Deployments::UpdateService so that the appopriate state machine events are triggered when creating or updating a deployment. Without this we would not trigger any events when creating deployments using the API, such as the event used for setting `finished_at`. As part of this change, Deployments::CreateService no longer calls Deployments::AfterCreateService directly; instead it uses Sidekiq which is triggered using a state machine event. This ensures that deployments created using the API and CI both trigger the same workers, hooks, etc. To make this work some specs had to be adjusted, which included adjusting some Gitaly request count limits that were racy. This fixes https://gitlab.com/gitlab-org/gitlab/issues/36648 and fixes https://gitlab.com/gitlab-org/gitlab/issues/35763. Co-Authored-By: Alessio Caiazza <acaiazza@gitlab.com>
-
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
-
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
-
Sanad Liaquat authored
Unquarantine tests in security_reports_spec.rb Closes #38199 See merge request gitlab-org/gitlab!21583
-
Aleksandr Soborov authored
Further refactoring for test stability, and remove unused data selectors and functions
-
Mark Lapierre authored
Checks for a valid search response via the API using an elasticsearch-only scope. Checks 3 times and raises an exception if unable to search. This gives the elasticsearch server time to be ready for the the index to be created before the first test. Waiting for a response takes time, so it should be enough to make 3 attempts with the default interval between attempts.
-
Russell Dickenson authored
docs: Add missing Content-Type header for ES requests See merge request gitlab-org/gitlab!21488
-
Evan Read authored
Adjust deprecation note for only/except See merge request gitlab-org/gitlab!21021
-
Marcel Amirault authored
-