- 29 Oct, 2019 7 commits
-
-
Russell Dickenson authored
Add content that variables can be passed to pipelines/new page See merge request gitlab-org/gitlab!18731
-
Evan Read authored
-
Mark Lapierre authored
Quarantine delete group issue board spec See merge request gitlab-org/gitlab!19227
-
Nailia Iskhakova authored
Failure is transient and needs investigation Issue: https://gitlab.com/gitlab-org/gitlab/issues/34936
-
Ash McKenzie authored
Remove foreman gem See merge request gitlab-org/gitlab!19200
-
Stan Hu authored
Fix spec for Resolvers::DesignManagement::DesignResolver See merge request gitlab-org/gitlab!19260
-
Ray Paik authored
Remove extra and See merge request gitlab-org/gitlab!19239
-
- 28 Oct, 2019 33 commits
-
-
Russell Dickenson authored
Update doc/user/markdown.md, doc/user/img/gitlab_task_lists.png files See merge request gitlab-org/gitlab!18844
-
Afzaal Ahmad Zeeshan authored
-
Michael Kozono authored
Disable protected path throttling by default Closes #34212 See merge request gitlab-org/gitlab!19185
-
Michael Kozono authored
Fix todos created by private group mentions Closes #33902 See merge request gitlab-org/gitlab!19037
-
Douglas Barbosa Alexandre authored
-
Stan Hu authored
Add pages_domains#clean_certificate method See merge request gitlab-org/gitlab!17487
-
Michael Kozono authored
Geo - Migrate LFS objects into their own registry table See merge request gitlab-org/gitlab!18415
-
-
Thong Kuah authored
Hide Cloud Run on GKE behind a feature flag See merge request gitlab-org/gitlab!19063
-
Matt Kasa authored
Currently creating a cluster using Cloud Run on GKE results in a cluster that serverless functions cannot be deployed to due to the issue described in: https://gitlab.com/gitlab-org/gitlabktl/issues/54 This hides the feature behind a feature flag until that issue can be addressed in either gitlabktl or upstream in the tm cli.
-
Thong Kuah authored
Enable frozen string for spec/requests See merge request gitlab-org/gitlab!19143
-
gfyoung authored
Partially addresses: https://gitlab.com/gitlab-org/gitlab/issues/27703
-
Stan Hu authored
-
Russell Dickenson authored
Update Advanced Search Syntax Docs Closes #1086 See merge request gitlab-org/gitlab!19240
-
Kai Armstrong authored
Provides information that only default branch is supported
-
Vladimir Shushlin authored
It will be used in haml views to easily delete certificate by clicking to one link
-
Robert Speicher authored
Enable image link and lazy loading (AsciiDoc documents) Closes #30533 See merge request gitlab-org/gitlab!18164
-
Rémy Coutable authored
Add "release" filter to issue search See merge request gitlab-org/gitlab!18761
-
Mike Greiling authored
Update release blocks to look for correct property name in API response Closes #26016 See merge request gitlab-org/gitlab!19226
-
Rémy Coutable authored
Resolve "Increase sidekiq CPU request" Closes #34953 See merge request gitlab-org/gitlab!19130
-
Rémy Coutable authored
Increase gitaly CPU request in Review Apps Closes #34892 See merge request gitlab-org/gitlab!19100
-
Imre Farkas authored
Update GitLab Runner Helm Chart to 0.10.1/12.4.1 See merge request gitlab-org/gitlab!19232
-
Rémy Coutable authored
Align component version processing with omnibus Closes #34873 See merge request gitlab-org/gitlab!19151
-
Alessio Caiazza authored
When we tag a release component version files are copied from GitLab repository to Omnibus repository. However the 2 process do not parse the file in the same way. This commit ports omnibus logic into gitlab task_helpers Related to https://gitlab.com/gitlab-com/gl-infra/delivery/issues/516 Fixes https://gitlab.com/gitlab-org/gitlab/issues/34873
-
Mike Lewis authored
Remove links to doc/workflow and sunset readme Closes #32940 See merge request gitlab-org/gitlab!19195
-
Stan Hu authored
Because we already set the value to true in the previous migration, this feature was switched on inadvertently in GitLab 12.4. This migration toggles it back off to ensure we don't inadvertently block legitimate users. The admin will have to re-enable it in the application settings.
-
Stan Hu authored
In GitLab 11.0 (see https://gitlab.com/gitlab-org/gitlab-foss/issues/40973 and https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/2237), we disabled Rack Attack by default in Omnibus. We inadvertently enabled by default in GitLab 12.4 via https://gitlab.com/gitlab-org/gitlab/merge_requests/16463. This commit introduces a database migration to restore the default to off. This this doesn't touch the existing settings, so admins will have to know to switch it off if they upgraded to GitLab 12.4. Closes https://gitlab.com/gitlab-org/gitlab/issues/34212
-
Nathan Friend authored
his commit adds a new filter - "release" - to the issue search page. This filter takes a tag name (i.e. v1.2) as a parameter and appends a URL parameter to the search query like "release_tag=v1.2".
-
Marcia Ramos authored
Dependency proxy is not available on GitLab.com yet See merge request gitlab-org/gitlab!19140
-
Stan Hu authored
Use $CI_DEFAULT_BRANCH in CI templates Closes #33601 See merge request gitlab-org/gitlab!18915
-
Avielle Wolfe authored
Since not every repository uses a branch named `master` as its default branch, we've implemented the $CI_DEFAULT_BRANCH variable to allow us to implement CI template logic for default branches of any name. Now's the time to use that power in our own templates! https://gitlab.com/gitlab-org/gitlab/issues/33601
-
Mike Greiling authored
Fix Misleading title for Pages Access Control in project settings See merge request gitlab-org/gitlab!18192
-
Vladimir Shushlin authored
-