- 06 Feb, 2020 40 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Heinrich Lee Yu authored
Add Nuget installation instructions to package detail See merge request gitlab-org/gitlab!24162
-
Phil Hughes authored
Update GitLab Packages See merge request gitlab-org/gitlab!24463
-
Phil Hughes authored
Arrows to chevrons See merge request gitlab-org/gitlab!24570
-
Sean McGivern authored
Rename wrap projects with CTE See merge request gitlab-org/gitlab!24581
-
Nick Thomas authored
Code navigation frontend components See merge request gitlab-org/gitlab!23787
-
-
Rémy Coutable authored
Add prohibited outer forks flag for SAML provider See merge request gitlab-org/gitlab!22002
-
Lin Jen-Shin authored
Only run pages job on code/backstage/qa changes See merge request gitlab-org/gitlab!24571
-
Rémy Coutable authored
Export rspec junit report as artifact See merge request gitlab-org/gitlab!24565
-
Nick Kipling authored
-
Nick Kipling authored
-
Nick Kipling authored
-
Nick Kipling authored
Remove lint exception rules from Nuget installation Updated tests to support new component Added changelog
-
Nick Kipling authored
Created Nuget installation component Updated main Vue app Passed in required props Created Nuget path helper Added tests
-
Heinrich Lee Yu authored
Resolve "Follow-up from "Support `license_scanning` in MR and Pipeline"" Closes #201727 See merge request gitlab-org/gitlab!24309
-
GitLab Bot authored
-
Bob Van Landuyt authored
Add tab width option to user preferences See merge request gitlab-org/gitlab!22063
-
Alexander Oleynikov authored
This function finds elements with "js-set-tab-width" class and appends to them a "tab-width-N" class (where N is a tab width value received from gon.tab_width).
-
Jan Provaznik authored
Move User.alert_bot out of EE Closes #200006 See merge request gitlab-org/gitlab!23867
-
Marcel van Remmerden authored
Replaces the references where it should actually be a chevron icon
-
Arturo Herrero authored
The method is named wrap_authorized_projects_with_cte but we're actually passing an arbitrary collection / query here.
-
Mark Florian authored
Fix duplicated user popovers See merge request gitlab-org/gitlab!24405
-
Sean McGivern authored
fix: quoted-printable unicode and newlines in mails Closes #197386 See merge request gitlab-org/gitlab!24153
-
Diego Louzán authored
Monkey-patch mail gem fixing encoding issues in emails, which render SMIME signatures Fixes https://gitlab.com/gitlab-org/gitlab/issues/197386
-
Phil Hughes authored
Merge branch '197311-board-list-wip-limit-distorted-when-board-list-is-scoped-to-an-assignee-where-their-name-has' into 'master' Add text-nowrap to issue-count Closes #197311 See merge request gitlab-org/gitlab!24533
-
Sean McGivern authored
Fix JIRA DVCS retrieving repositories Closes #37012 See merge request gitlab-org/gitlab!23180
-
Phil Hughes authored
Merge branch '26247-junit-xml-tests-mis-present-the-test-execution-time-from-test-cases' into 'master' Resolve "JUnit XML tests mis-present test execution time" Closes #26247 See merge request gitlab-org/gitlab!24019
-
Miranda Fluharty authored
The time was always given in seconds This just changes the label to match
-
Shinya Maeda authored
Move Productivity Analytics to the group level See merge request gitlab-org/gitlab!24148
-
Walmyr Lima e Silva Filho authored
Merge branch '202149-failure-in-qa-specs-features-browser_ui-4_verify-pipeline-create_and_process_pipeline_spec-rb' into 'master' Fix pipeline smoke test by waiting for jobs to finish Closes #202149 See merge request gitlab-org/gitlab!24518
-
Phil Hughes authored
Disable Pull mirror Update now button with tooltip See merge request gitlab-org/gitlab!24251
-
David Kim authored
- also, fix up a spec that doesn't really test what it says
-
Toon Claes authored
Resolve "Unable to view project audit events: statement timeouts" See merge request gitlab-org/gitlab!23998
-
Phil Hughes authored
Normalize Vuex actions/mutations in License Management See merge request gitlab-org/gitlab!24471
-
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
-
Achilleas Pipinellis authored
Fix subgroup_creation_level to "String" instead of "Int" See merge request gitlab-org/gitlab!24421
-
Achilleas Pipinellis authored
Update the docs to include other used terms for dl See merge request gitlab-org/gitlab!24548
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Achilleas Pipinellis authored
Update application security sast secrets note See merge request gitlab-org/gitlab!24397
-