- 07 Nov, 2019 40 commits
-
-
Jason Goodman authored
Delete EnvironmentFolder class
-
Michael Kozono authored
Remove ES parent relation for project snippets See merge request gitlab-org/gitlab!19715
-
Thong Kuah authored
Explicit application controller for package See merge request gitlab-org/gitlab!19755
-
Tim Zallmann authored
Merge branch '19445-native-group-milestone-page-needs-same-info-as-project-milestones' into 'master' Add tabs in group milestone page See merge request gitlab-org/gitlab!18818
-
Michael Kozono authored
Support Create and Update operations for Feature Flag Scope API See merge request gitlab-org/gitlab!19677
-
Tim Zallmann authored
Resolve "User popover immediately closed when hovering over certain areas" See merge request gitlab-org/gitlab!19519
-
Kamil Trzciński authored
Document CLAIR_DB_IMAGE, deprecate CLAIR_DB_IMAGE_TAG See merge request gitlab-org/gitlab!19172
-
Adam Cohen authored
-
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
-
Markus Koller authored
https://gitlab.com/gitlab-org/gitlab/merge_requests/18459 added a join relation on project snippets to support searching public/internal projects. Since this requires recreating the index this broke indexing on existing indices, so we decided to revert this change for now. We're keeping most of the changes from the original MR since it also refactored the ES snippet classes to align with the other models.
-
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
-