- 06 Feb, 2020 1 commit
-
-
Mark Florian authored
This normalizes the Vuex action and mutation names according to our established [request/receive/fetch pattern][0]. Part of [Remove parsed_license_report flag from front end code][1]. The batch case-preserving renaming was achieved using [repren][2]: repren --word-breaks --preserve-case -p patterns ee where the `patterns` file contains: requestLoadManagedLicenses requestManagedLicenses receiveLoadManagedLicenses receiveManagedLicensesSuccess receiveLoadManagedLicensesError receiveManagedLicensesError loadManagedLicenses fetchManagedLicenses # requestLoadParsedLicenseReport requestParsedLicenseReport receiveLoadParsedLicenseReport receiveParsedLicenseReportSuccess receiveLoadParsedLicenseReportError receiveParsedLicenseReportError receiveLoadLicenseReportError receiveParsedLicenseReportError loadParsedLicenseReport fetchParsedLicenseReport Note that the `receiveLoadLicenseReportError` identifier is also being renamed to `receiveParsedLicenseReportError`, since it is functionally the same as the `receiveLoadParsedLicenseReportError` action/mutation. The resulting duplicates will be removed by the next commit. [0]: https://docs.gitlab.com/ce/development/fe_guide/vuex.html#actions-pattern-request-and-receive-namespaces [1]: https://gitlab.com/gitlab-org/gitlab/issues/37271 [2]: https://github.com/jlevy/repren
-
- 05 Feb, 2020 39 commits
-
-
Dmytro Zaporozhets authored
Update rack-cors in Gemfile.lock See merge request gitlab-org/gitlab!24480
-
Dmytro Zaporozhets authored
Sign-out current user when calling `sign_in` in tests and fix an example that only passes on retry Closes #202072 See merge request gitlab-org/gitlab!24454
-
Lin Jen-Shin authored
Add `@gl-quality` as `/qa/` codeowner Closes gitlab-org/quality/team-tasks#369 See merge request gitlab-org/gitlab!24441
-
Nick Thomas authored
Link issue when disabling context cop See merge request gitlab-org/gitlab!24478
-
Rémy Coutable authored
BE deep links to dashboard for cycle analytics See merge request gitlab-org/gitlab!23235
-
Ezekiel Kigbo authored
Adds support for the `created_after`, `created_before` `group_id` and `project_id` params Basic specs for loading params
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Ronan OConnor authored
Fixes the registry disk space usage script See merge request gitlab-org/gitlab!24461
-
Peter Leitzen authored
Refactor ClusterUpdateAppWorker#execute See merge request gitlab-org/gitlab!24299
-
Mark Florian authored
Step 2 - Move `job_app_spec` to Jest See merge request gitlab-org/gitlab!23865
-
Kamil Trzciński authored
Add docs for protected environments API See merge request gitlab-org/gitlab!23964
-
Rémy Coutable authored
This was missing from https://gitlab.com/gitlab-org/gitlab/-/merge_requests/24152. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Jan Provaznik authored
Fail upstream bridge on pipeline creation failure Closes #198354 See merge request gitlab-org/gitlab!24092
-
Bob Van Landuyt authored
For the MigrateExternalDiffsWorker.
-
Stan Hu authored
Separate merge request entities into own class files See merge request gitlab-org/gitlab!24373
-
Rajendra Kadam authored
-
Stan Hu authored
Security related update in Gemfile for rack-cors See merge request gitlab-org/gitlab!24152
-
Phil Hughes authored
Resolve "Move contribution analytics chart to echarts" Closes #196453 and #37174 See merge request gitlab-org/gitlab!24272
-
Phil Hughes authored
Partially Resolve "Migrate spec/javascripts/environments/ to Jest" See merge request gitlab-org/gitlab!23637
-
Emily Ring authored
Moved first three tests to use @vue/test-utils since there have been issues with helpers/vue_mount_component_helper
-
Grzegorz Bizon authored
Add Uniqueness Validation & Change SentryIssueFinder to be Deterministic Closes #196808 See merge request gitlab-org/gitlab!23705
-
Yorick Peterse authored
This reverts merge request !23447
-
Yorick Peterse authored
This reverts merge request !24425
-
Kushal Pandya authored
Move Geo Nodes specs to Jest Closes #36804 See merge request gitlab-org/gitlab!24399
-
Kushal Pandya authored
Fix repository Vue router not working for routes without /-/ Closes #202049 See merge request gitlab-org/gitlab!24444
-
Catalin Irimie authored
-
Martin Wortschack authored
- Ports the charts on the contributio analytics page from d3 to echarts
-
allison.browne authored
Add a uniquness validation to the SentryIssue table on the sentry_issue_identifier scoped to the project. Change the SentryFinder to be determanistic by adding an order to the query.
-
Kamil Trzciński authored
Add usage ping counter for events table See merge request gitlab-org/gitlab!24111
-
Achilleas Pipinellis authored
Document activation/deactivation of the self monitoring project See merge request gitlab-org/gitlab!24077
-
Andrei Stoicescu authored
- Document activation/deactivation of the GitLab self monitoring project
-
Achilleas Pipinellis authored
Make the usage of our templates consistent See merge request gitlab-org/gitlab!24384
-
Philippe Lafoucrière authored
-
Peter Leitzen authored
Resolve "NPM dependencies: Uploads with bundleDependencies = false" See merge request gitlab-org/gitlab!24355
-
Walmyr Lima e Silva Filho authored
Add reliable tag on Plan QA tests See merge request gitlab-org/gitlab!24389
-
Walmyr Lima e Silva Filho authored
This is the first iteration to address the first two checkboxes of https://gitlab.com/gitlab-org/quality/team-tasks/issues/337 Another MR will be created for the new pipeline job that will run the reliable tests.
-