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
2018-02-23Add support for evaluating pipeline expression variablesGrzegorz Bizon
2018-02-23Add operator / value types in pipeline expressionsGrzegorz Bizon
2018-02-23Move pipeline expression lexemes to a separate moduleGrzegorz Bizon
2018-02-23Simplify pipelines expression parserGrzegorz Bizon
2018-02-22Build a recursive parser for pipeline expressionsGrzegorz Bizon
2018-02-22Extract pipeline expressions parser to a separate classGrzegorz Bizon
2018-02-22Rename pipeline expressions statement exception classGrzegorz Bizon
2018-02-21Add variables to pipeline expressions evaluatorGrzegorz Bizon
2018-02-21Improve pipeline expressions specs and freeze constantsGrzegorz Bizon
2018-02-21Make pipeline variables evaluation concept explicitGrzegorz Bizon
2018-02-21Simplify evaluating pipeline expressionsGrzegorz Bizon
2018-02-21Add code that evaluates pipelines expressionsGrzegorz Bizon
2018-02-21Implement pipeline expressions parserGrzegorz Bizon
2018-02-21Add a lexeme for a string pipeline expressionGrzegorz Bizon
2018-02-21Implement pipeline expressions lexerGrzegorz Bizon
2018-02-21Move pipeline expressions grammar from lexer to parserGrzegorz Bizon
2018-02-21Rename tokens to lexemes in pipeline expressionsGrzegorz Bizon
2018-02-21Add basic pipeline expressions grammar definitionGrzegorz Bizon
2018-02-21Add a null token to pipelines expressionsGrzegorz Bizon
2018-02-21Rename pipeline expressions token for checking equalityGrzegorz Bizon
2018-02-20Add a base class for pipeline expressions tokensGrzegorz Bizon
2018-02-20Add base classes to evaluate variables expressionsGrzegorz Bizon
2018-02-16Add pipeline expression statement classGrzegorz Bizon
2018-02-07Merge branch '41209-ci-linter-fails-on-gitlab-ci-blob-viewer' into 'master'Kamil Trzciński
2018-02-07Handle all YAML parser exceptions in .gitlab-ci.yml (fixes #41209)Dylan Griffith
2018-02-06Rename CreateArtifactsTraceService to CreateTraceArtifactServiceShinya Maeda
2018-02-06Revert live-trace pathShinya Maeda
2018-02-06Add CreateArtifactsTraceWorkerShinya Maeda
2018-02-06Expose current_pathShinya Maeda
2018-02-06Check existance of the file when trace_artifact is readShinya Maeda
2018-02-06Move default_path to legacy_default_path. Switch to the new path for live-traceShinya Maeda
2018-02-06Remove unnecessary changesShinya Maeda
2018-02-06Trace as artifactsShinya Maeda
2018-01-31Enable RuboCop Style/RegexpLiteralTakuya Noguchi
2018-01-17Merge branch 'sh-backport-10-3-4-security-fixes' into 'master'Oswaldo Ferreira
2018-01-17Merge branch 'ac/fix-path-traversal' into 'security-10-3'Robert Speicher
2018-01-16Fix running manual action tooltipGrzegorz Bizon
2018-01-12Introduce PredicateMemoization cop and fix offensesLin Jen-Shin
2018-01-11Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉
2018-01-03fix issue #37843Danny
2017-12-22Use gitlab-stylesRémy Coutable
2017-12-15Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin
2017-12-08Add Chain::Command specsKamil Trzcinski
2017-12-08Fix a bug of before_sha being inproperly evaluated to `checkout_sha`Kamil Trzcinski
2017-12-08Implement and use Gitlab::Ci::Pipeline::Chain::CommandKamil Trzcinski
2017-12-08Fix invalid pipeline build chain tag evaluationGrzegorz Bizon
2017-12-07Update pipeline create chain Prometheus metricGrzegorz Bizon
2017-12-06Move invalid builds counter out of the transactionGrzegorz Bizon
2017-12-06Add invalid builds counter metric to stage seeds classGrzegorz Bizon
2017-12-04Reduce pipeline chain life span to minimize side effectsGrzegorz Bizon