- 06 Feb, 2020 40 commits
-
-
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
-
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
-
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
-
Achilleas Pipinellis authored
Update application security sast secrets note See merge request gitlab-org/gitlab!24397
-
Zach Rice authored
-
Achilleas Pipinellis authored
Add missing word See merge request gitlab-org/gitlab!24379
-
Ramya Authappan authored
Skip SAML SSO specs See merge request gitlab-org/gitlab!24563
-
Sanad Liaquat authored
Refactor project board list resources See merge request gitlab-org/gitlab!24510
-
Jan Provaznik authored
Add group deploy tokens See merge request gitlab-org/gitlab!23460
-
Etienne Baqué authored
Added model and rspecs. Updated DeployToken model associations.
-
Achilleas Pipinellis authored
Add documentation related to modSecurity as supported by auto-deploy-app See merge request gitlab-org/gitlab!24024
-
Zamir Martins Filho authored
As customizations for modSecurity are getting exposed through auto-deploy-app, it is nice to have some details documented under autodevops.
-
Achilleas Pipinellis authored
Explain what is Sentry API URL in ErrorTracking docs See merge request gitlab-org/gitlab!24451
-
Rémy Coutable authored
Add job-execution-timeout reason to retry logic See merge request gitlab-org/gitlab!23862
-
Kyle Wiebers authored
-
Alessio Caiazza authored
Add http status cop to all group controller specs See merge request gitlab-org/gitlab!24211
-
Alessio Caiazza authored
Remove a test that isn't relevant anymore Closes #202066 See merge request gitlab-org/gitlab!24455
-
Vitali Tatarintev authored
-
Stan Hu authored
Revert "Merge branch '37456-track-memory-usage-of-redis-cached-diffs' into 'master'" Closes #202198 See merge request gitlab-org/gitlab!24560
-
Kushal Pandya authored
Replace underscore _.values with Object.values See merge request gitlab-org/gitlab!24558
-
James Lopez authored
Create an environment for self monitoring project See merge request gitlab-org/gitlab!24403
-
Kirstie Cook authored
-