Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-10-20Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42GitLab Bot
2021-09-20Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot
2021-07-20Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot
2021-06-16Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot
2021-05-19Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot
2021-04-21Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot
2021-03-16Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot
2021-02-23Add latest changes from gitlab-org/gitlab@13-9-stable-eeGitLab Bot
2021-02-18Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot
2021-01-20Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher
2020-11-19Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot
2020-10-21Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot
2020-09-19Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot
2020-08-20Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2020-02-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-04-15Merge branch 'require-all-templates-to-include-default-stages' into 'master'Sean McGivern
Require all templates to use default stages Closes #59992 See merge request gitlab-org/gitlab-ce!26954 (cherry picked from commit 39eb16aab2dbac3347f61f83fb60f5448d44e965) e0df05cf Require all templates to use default stages
2019-04-05Revert "Merge branch 'require-all-templates-to-include-default-stages' into ↵Sean McGivern
'master'" This reverts merge request !26954
2019-04-05Require all templates to use default stagesKamil Trzciński
Our templates are free to override the 'stages:'. However, they should follow the convention to always include 'build', 'test', 'deploy' which are defaults when not defined.
2019-03-07Add Dependency Scanning vendored template for EEVictor Zagorodny
2018-12-05Prevent a path traversal attack on global file templatesNick Thomas
The API permits path traversal characters like '../' to be passed down to the template finder. Detect these requests and cause them to fail with a 500 response code.
2018-11-20Enable even more frozen string for lib/gitlabgfyoung
Enables frozen string for the following: * lib/gitlab/patch/**/*.rb * lib/gitlab/popen/**/*.rb * lib/gitlab/profiler/**/*.rb * lib/gitlab/project_authorizations/**/*.rb * lib/gitlab/prometheus/**/*.rb * lib/gitlab/query_limiting/**/*.rb * lib/gitlab/quick_actions/**/*.rb * lib/gitlab/redis/**/*.rb * lib/gitlab/request_profiler/**/*.rb * lib/gitlab/search/**/*.rb * lib/gitlab/sherlock/**/*.rb * lib/gitlab/sidekiq_middleware/**/*.rb * lib/gitlab/slash_commands/**/*.rb * lib/gitlab/sql/**/*.rb * lib/gitlab/template/**/*.rb * lib/gitlab/testing/**/*.rb * lib/gitlab/utils/**/*.rb * lib/gitlab/webpack/**/*.rb Partially addresses gitlab-org/gitlab-ce#47424.
2018-10-19Backport CE to changes to support group-level file templatesNick Thomas
When the feature is available, this setting allows admins to choose a project as a source of custom file templates. This is in addition to any instance-wide templates, whether custom or vendored into the GitLab codebase.
2018-10-05Backport project template API to CENick Thomas
2018-09-26Resolve "Un-vendor CI templates"Dylan Griffith
2018-09-21Correct Gitlab Capitalization in code filesMarcel Amirault
2018-09-05Backport changes to Gitlab::Tempalte::BaseTemplateNick Thomas
2018-08-15Fix bugs in Gitlab::Template::Finders preventing instances from ↵Nick Thomas
BaseTemplate.all from loading content
2017-11-16Adds Rubocop rule for line break after guard clauseJacopo
Adds a rubocop rule (with autocorrect) to ensure line break after guard clauses.
2017-08-31Sort templates when fetching themZeger-Jan van de Weg
Used to rely on the underlying filesystem to sort the entries, now its forced to be sorted on the name of the template.
2017-04-26Submodule Dockerfile templatesZeger-Jan van de Weg
2017-03-01Enable and autocorrect the CustomErrorClass copSean McGivern
2017-02-23Enable Style/WordArrayDouwe Maan
2016-12-23Rename "autodeploy" to "auto deploy"Adam Niedzielski
2016-12-21Introduce "Set up autodeploy" button to help configure GitLab CI for deploymentAdam Niedzielski
The button allows to choose a ".gitlab-ci.yml" template that automatically sets up the deployment of an application. The currently supported template is Kubernetes template.
2016-11-08Allow to use Dockerfile templatesKamil Trzcinski
2016-08-16Load issues and merge requests templates from repositoryFelipe Artur
2016-06-20fixup! override content methodZ.J. van de Weg
2016-06-20Incorporate reviewZ.J. van de Weg
2016-06-20Add changelog item, fix rubocop issueZ.J. van de Weg
2016-06-20Implement backend gitlab ci dropdownZ.J. van de Weg
This commit builds on the groundwork in ee008e300b1ec0abcc90e6a30816ec0754cea0dd, which refactored the backend so the same code could be used for new dropdowns. In this commit its used for templates for the `.gitlab-ci.yml` files.
2016-06-20Refactor Gitlab::GitignoresZJ van de Weg