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 (Expand)Author
2019-07-26Add frozen_string_literal to spec/lib (part 1)Thong Kuah
2019-07-02Prevent Billion Laughs attackFabio Pitino
2019-05-30Protect Gitlab::HTTP against DNS rebinding attackDouwe Maan
2019-05-24Stop emitting AUTO_DEVOPS_DOMAIN Ci variableThong Kuah
2019-04-05Autocorrect with RSpec/ExampleWording copThong Kuah
2019-04-03Add port section to CI Image objectFrancisco Javier López
2019-01-24Enable the Layout/ExtraSpacing copRémy Coutable
2019-01-07Allow to include files from another projectsKamil Trzciński
2019-01-04Allow to include templatesKamil Trzciński
2019-01-01Remove gem install bundler from Docker-based Ruby environmentsTakuya Noguchi
2018-10-18Refactor `include` code and improve error reportingGrzegorz Bizon
2018-10-18Add IncludeError exception and use it in CI configGrzegorz Bizon
2018-10-16Move external CI config class into proper namespaceGrzegorz Bizon
2018-09-08Fix references to ee .gitlab-ci.yml spec fixturesMatija Čupić
2018-09-08Reconcile differences in lib/gitlab/ciMatija Čupić
2018-09-07Stub http request on specs intead of mocking HTTPartyMatija Čupić
2018-09-07Address MR suggestionsMatija Čupić
2018-09-07Improve external architectureMatija Čupić
2018-09-07Make Repository#blob_data_at publicMatija Čupić
2018-09-07Address MR commentsMatija Čupić
2018-09-07Change ExternalFile to retrieve local file from repository instead of GitLab ...Matija Čupić
2018-09-07Import external files in Gitlab CI configMatija Čupić
2018-09-07Load external files in configMatija Čupić
2018-09-05Improve extended CI/CD config error messagesGrzegorz Bizon
2018-09-04Add feature tests for CI/CD `extends` keywordGrzegorz Bizon
2018-09-04Add support for `extends` key in CI/CD configurationGrzegorz Bizon
2018-06-18CE-EE parity to spec/lib/gitlab/ci/config_spec.rbRobert Speicher
2016-06-22Return default config value when entry is undefinedGrzegorz Bizon
2016-06-15Add class that encapsulates error in new Ci configGrzegorz Bizon
2016-06-08Merge branch 'master' into refactor/ci-config-add-global-entryGrzegorz Bizon
2016-06-07Remove duplicated exception in Ci configGrzegorz Bizon
2016-06-06Use CI config errors from new processor in legacy oneGrzegorz Bizon
2016-06-06Add ci config global and before_script entriesGrzegorz Bizon
2016-06-06Rename class that loads CI configuration to LoaderGrzegorz Bizon
2016-06-03Extract CI config YAML parser to a separate classGrzegorz Bizon
2016-06-03Add gitlab ci configuration class that holds hashGrzegorz Bizon