- 07 Nov, 2019 40 commits
-
-
Sean McGivern authored
Instead of excluding XHRs for these actions, we only want to perform them when we're serving an HTML page. If we're serving an image or an Atom feed, they are mostly useless: 1. Gon variables can't be used by an image. 2. Redirects won't be seen if an image is embedded in another page.
-
Sean McGivern authored
UploadsActions memoizes the result of `#find_model` in `#model`. That means that if we call `#find_model` first, we'll run the query twice. As `#model` is memoized, we don't need the `before_action` at all anyway.
-
Jan Provaznik authored
Change blob view edit styling Closes #30810 See merge request gitlab-org/gitlab!19566
-
Rémy Coutable authored
Use group for Frontend code owners See merge request gitlab-org/gitlab!19764
-
Lin Jen-Shin authored
Rubocop Cop to auto-correct all *_any_instance_of spec helpers See merge request gitlab-org/gitlab!19164
-
Fatih Acet authored
Add test isolation to FE testing guide See merge request gitlab-org/gitlab!19368
-
Rémy Coutable authored
Resolve "Increase gitlab-shell review-app CPU and timeout" Closes #35796 See merge request gitlab-org/gitlab!19739
-
Albert Salim authored
-
Sean McGivern authored
Improve `/-/health` to look at state of master See merge request gitlab-org/gitlab!19441
-
Kamil Trzciński authored
1. This moves blackout period to `shutdown: blackout_seconds:` 1. This moves a blackout period logic to `LifecycleEvents` 1. This makes `web_exporter` to use lifecycle events for blackout period 1. This adds additional health check to look at state of master process 1. Exempt `/liveness` and `/readiness` from Rack Attack 1. Make `/liveness` and `/readiness` to not hit DB/Redis 1. Optimise Rack Attack handling
-
Sean McGivern authored
Move DAST reports logic for the Merge Request widget to the backend See merge request gitlab-org/gitlab!18660
-
Pulkit Sharma authored
Add dast_report to authorized endpoints Update merge_request.rb#has_dast_reports? to check on dast_reports Update FactoryBot params, use frozen_string_literal: true Update specs according to the new fixture
-
Fatih Acet authored
Resolve "Rename <ApolloMutation> component to <apollo-mutation>" See merge request gitlab-org/gitlab!19728
-
Tom Quirk authored
-
Lukas 'Eipi' Eipert authored
This increases the maintainability of the Frontend group owners by utilizing the group `gitlab-org/maintainers/frontend`
-
Rémy Coutable authored
API endpoint to list the packages of a group See merge request gitlab-org/gitlab!18871
-
David Fernandez authored
This API method is similar to the one listing packages within a project but for the group level Rename the existing packages API class to make it more explicit that it is for the project level Add the packages API class for the group level Add the related access checks in `GroupPolicy` Refactor packages API specs so that both levels share a common examples Add the docs for the new group level API method
-
Kushal Pandya authored
Move error_tracking state closer to component See merge request gitlab-org/gitlab!19542
-
Simon Knox authored
Rather than passing a bunch of store data to error_tracking via the parent component, use Vuex methods in the component directly This means changes to the error tracking form won't also require props changes and changes to the parent component
-
Arturo Herrero authored
-
Arturo Herrero authored
-
Arturo Herrero authored
This cop auto-correct automatically all the references in RSpec as: - expect_any_instance_of -> expect_next_instance_of - allow_any_instance_of -> allow_next_instance_of At the moment it's disabled because I'm going to correct all the offenses in different merge requests.
-
Kushal Pandya authored
Update dependency @gitlab/ui to v7.5.0 See merge request gitlab-org/gitlab!19431
-
Natalia Tepluhina authored
Resolve "Web IDE does not create POSIX Compliant Files" See merge request gitlab-org/gitlab!19339
-
Rémy Coutable authored
Use fingerprint when comparing security reports in MR widget See merge request gitlab-org/gitlab!19654
-
Can Eldem authored
Added test for new comparison No change required in fixtures
-
Ash McKenzie authored
Render canary links based on server-side flag See merge request gitlab-org/gitlab!19645
-
Achilleas Pipinellis authored
Add docs for troubleshooting DAST memory issues Closes #35560 See merge request gitlab-org/gitlab!19659
-
-
Achilleas Pipinellis authored
Document LICENSE_FINDER_CLI_OPTS variable See merge request gitlab-org/gitlab!19177
-
Heinrich Lee Yu authored
This fixes the issue where these may be inconsistent with the canary favicon. This happens when: 1. The cookie is set but the canary is not serving any requests 2. The cookie is not set but we're forcing traffic to canary on specific routes
-
Thong Kuah authored
Conan download_urls endpoints See merge request gitlab-org/gitlab!17797
-
Steve Abrams authored
Endpoints that return the file download urls for conan package files to the conan client.
-
Achilleas Pipinellis authored
Document how to integrate the anomaly chart to the dashboard See merge request gitlab-org/gitlab!19420
-
Miguel Rincon authored
-
Phil Hughes authored
Fix typos in help links See merge request gitlab-org/gitlab!19716
-
Phil Hughes authored
Remove project from grafana url placeholder See merge request gitlab-org/gitlab!19674
-
Tristan Read authored
-
Grzegorz Bizon authored
Upate bin/secpick help message to mention commit range See merge request gitlab-org/gitlab!19742
-
Thong Kuah authored
Remove CE/EE references from Documentation merge request template See merge request gitlab-org/gitlab!19747
-