- 13 Jan, 2020 21 commits
-
-
Grzegorz Bizon authored
Create downstream pipeline in same project (2nd attempt) See merge request gitlab-org/gitlab!22663
-
Phil Hughes authored
Force 2FA code input to show only numeric keyboard on touch devices See merge request gitlab-org/gitlab!22868
-
Lin Jen-Shin authored
Add custom email templates for service desk See merge request gitlab-org/gitlab!21745
-
Kushal Pandya authored
Add icons to alerts Closes #37317 See merge request gitlab-org/gitlab!22760
-
Rajendra Kadam authored
-
Kushal Pandya authored
Uses `inputmode` and `pattern` attributes on 2FA input field so that it shows numeric-only keyboard on touch screen devices for easier code input experience.
-
Ash McKenzie authored
Fix upload redirections when project has moved Closes #196232 See merge request gitlab-org/gitlab!22822
-
Bob Van Landuyt authored
Implement sending update frequency of build traces to runner See merge request gitlab-org/gitlab!20841
-
Jarka Košanová authored
- use .gitlab/service_desk_templates as the base dir - thank_you.md,. new_note.md names required
-
Martin Wortschack authored
Fix design view overlay positioning See merge request gitlab-org/gitlab!22856
-
Kushal Pandya authored
Merge branch '33467-display-location-instead-of-project-name-in-the-security-project-dashboard' into 'master' Display location in the Security Project Dashboard Closes #33467 See merge request gitlab-org/gitlab!22376
-
Kushal Pandya authored
Update Mermaid to v8.4.5 Closes #195802 See merge request gitlab-org/gitlab!22830
-
Ash McKenzie authored
Resolve "Allow admins to disable users ability to change profile name" See merge request gitlab-org/gitlab!21987
-
Stan Hu authored
This fixes a problem rendering multiple graphs on the same page (https://github.com/mermaid-js/mermaid/pull/1190). Full list of changes: https://github.com/mermaid-js/mermaid/releases Mermaid v8.4.4 also fixes an HTML escaping issue (https://github.com/mermaid-js/mermaid/issues/903). Since HTML labels are disabled, the HTML content can remain as-is, and we just need to ensure the XSS doesn't actually get run. Closes https://gitlab.com/gitlab-org/gitlab/issues/195802
-
Stan Hu authored
The route `/uploads/:namespace/:project/:secret/:filename` has been around for a long time, but it duplicates the `/:namespace/:project/uploads/:secret/:filename` route. We'll redirect the former to the second, canonical version in preparation for removing this route entirely later.
-
Stan Hu authored
Previously if a user attempted to click on a link to an attachment for a renamed project (e.g. https://gitlab-org/gitlab-ce/uploads/123.png), Rails would redirect the user to an erroneous URL (e.g. https://gitlab-org/gitlab-foss/uploads/123.png.png). Notice the redirect URL contains a redundant extension. It turns out Rails 5 parses the extension of a route as the format (https://github.com/rails/rails/issues/28901#issuecomment-297747521), and the URL generator appends the format to the redirected route. To fix this, we need to disable the format path parameter and explicitly set the format to `nil`. If we do not set the format to `nil`, the URL generator will append a query string (e.g `?format=png`), which would still work but not necessary. Closes https://gitlab.com/gitlab-org/gitlab/issues/196232
-
Tom Quirk authored
The div wrapping gl-alert was causing the <image> to be pushed down the page, thus causing the overlay to appear "above" where it was meant to be. This pulls GLAlert out of the div that wraps design-image and design-overlay so as to not interfere with any positioning
-
Thong Kuah authored
Show READMEs with .txt extension Closes #25343 See merge request gitlab-org/gitlab!21763
-
Alexander Oleynikov authored
There are two categories of README files: markup and plain text. For some reason, READMEs with .txt extension disappeared from the plain text category, leaving there only READMEs without extension. This MR returns .txt READMEs into the plain text category so that they are again recognized as README files and rendered on a project page.
-
Ash McKenzie authored
Rename 'license_scanning' artifact related methods See merge request gitlab-org/gitlab!22309
-
Tetiana Chupryna authored
License Management -> License Scanning
-
- 12 Jan, 2020 4 commits
-
-
Ash McKenzie authored
Fix order-dependent spec Closes #196398 See merge request gitlab-org/gitlab!22851
-
Mark Lapierre authored
Add quarantine tag message See merge request gitlab-org/gitlab!22641
-
Dan Davison authored
Add spec for adding a message to quarantined tests
-
Thong Kuah authored
This was failing becuase container_expiration_policy was not created for projects sometimes. Rather than rely on that mechanismm create container_expiration_policy directly for this spec
-
- 11 Jan, 2020 6 commits
-
-
Stan Hu authored
Update rack-cors to 1.0.6 Closes #39143 See merge request gitlab-org/gitlab!22809
-
Grzegorz Bizon authored
Container Expiration Policies recurring jobs See merge request gitlab-org/gitlab!21593
-
Furkan Ayhan authored
After this commit, runner will receive X-GitLab-Trace-Update-Interval header in response of updating build trace. When runner use this header for deciding update interval, this will help to reduce requests to patch :id/trace endpoint.
-
Dan Davison authored
Add missing argument to performance bar page object method See merge request gitlab-org/gitlab!22798
-
Jennifer Louie authored
Add count argument to has_detailed_specs method Refactor performance_bar_spec
-
Marcel Amirault authored
Update Code Quality docs about the new versioning scheme See merge request gitlab-org/gitlab!21934
-
- 10 Jan, 2020 9 commits
-
-
Mike Greiling authored
Cache webpack loaders in CI See merge request gitlab-org/gitlab!22204
-
Mike Greiling authored
Move cluster dropdown component one level up See merge request gitlab-org/gitlab!22715
-
Stan Hu authored
fix docs: remove duplicate `with your' See merge request gitlab-org/gitlab!22816
-
Alexey authored
-
Peter Leitzen authored
Remove feature flag for import graceful failures See merge request gitlab-org/gitlab!22707
-
Mayra Cabrera authored
Make Sidekiq timestamps consistently ISO 8601 Closes #194116 See merge request gitlab-org/gitlab!22750
-
Martin Wortschack authored
Code Review analytics skeleton See merge request gitlab-org/gitlab!22480
-
Martin Wortschack authored
Migrate project_id dropdown tests to jest See merge request gitlab-org/gitlab!22609
-
Joshua Lambert authored
-