- 07 Nov, 2019 40 commits
-
-
Douglas Barbosa Alexandre authored
Expose an API for Design Repositories for Geo Admin area Closes #34333 See merge request gitlab-org/gitlab!19117
-
Achilleas Pipinellis authored
Add mvn dep scan var and docs for it See merge request gitlab-org/gitlab!19174
-
Igor Frenkel authored
-
Achilleas Pipinellis authored
Update docs on how to enable partial clones See merge request gitlab-org/gitlab!19397
-
Kamil Trzciński authored
Fix Bitbucket Cloud importer pull request state Closes #35746 See merge request gitlab-org/gitlab!19734
-
John Cai authored
-
Robert Speicher authored
Remove unnecessary SQL queries from avatar requests See merge request gitlab-org/gitlab!19383
-
Valery Sizov authored
Created API endpoints
-
Kamil Trzciński authored
Fix feature flag for license list page See merge request gitlab-org/gitlab!19702
-
Olivier Gonzalez authored
Explicitely call Feature.enabled? to default to false on all instances until feature is completed
-
Bob Van Landuyt authored
Upgrade redis-store and redis-activesupport See merge request gitlab-org/gitlab!19678
-
Kamil Trzciński authored
Allow container scanning to run offline See merge request gitlab-org/gitlab!19161
-
Adam Cohen authored
-
Natalia Tepluhina authored
Vue file listing refactor load README files Closes #35638 See merge request gitlab-org/gitlab!19689
-
Stan Hu authored
Due to e404c311, all pull requests are created in the `opened` state because assigning the `state` parameter when creating a `MergeRequest` no longer works. To fix this, define the `state_id` in the `initalize` step to ensure state_machine has the right value to use. Closes https://gitlab.com/gitlab-org/gitlab/issues/35746
-
Annabel Dunstone Gray authored
Resolve "Make snippet list easier to scan" Closes #31964 See merge request gitlab-org/gitlab!19490
-
Marcel van Remmerden authored
-
Annabel Dunstone Gray authored
Add max width on manifest file attachment input Closes #28350 See merge request gitlab-org/gitlab!19028
-
Dmitriy Zaporozhets authored
Remove existence check from ProjectUrlConstrainer See merge request gitlab-org/gitlab!19412
-
Achilleas Pipinellis authored
Add variables for DIND-less implementation to the SAST docs See merge request gitlab-org/gitlab!19537
-
Walmyr Lima e Silva Filho authored
Note that admin rights are needed by the feature flag API See merge request gitlab-org/gitlab!19475
-
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
-