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-03-19Use update_column than write_attribute and saveShinya Maeda
2018-03-19Instantiate pipeline stages and builds before savingGrzegorz Bizon
2018-03-14Improve predefined variables collection methodsGrzegorz Bizon
2018-03-14Fix variables collection item sequence specsGrzegorz Bizon
2018-03-13Add more unit tests for variables collection classGrzegorz Bizon
2018-03-13Make predefined variables in a collection public by defaultGrzegorz Bizon
2018-03-12Extract variables collection item to a separate classGrzegorz Bizon
2018-03-08Merge remote-tracking branch 'origin/master' into 40781-os-to-ceMicaël Bergeron
2018-03-07Make variables collection to runner mapping explicitGrzegorz Bizon
2018-03-07Merge branch 'master' into backstage/gb/refactor-ci-cd-variables-collectionsGrzegorz Bizon
2018-03-07Merge branch 'master' into 'master'Grzegorz Bizon
2018-03-06Fix false positive spec of using digest instead of hexdigestShinya Maeda
2018-03-06Set sha256 checksum when archiving tracesShinya Maeda
2018-03-06CI charts now include the current dayDakkaron
2018-03-06Define Trace::ArchiveError to make it explit as an errorShinya Maeda
2018-03-06Fix spec failure on mysql because it can not store long tracesShinya Maeda
2018-03-06Fix static analysysShinya Maeda
2018-03-06Raise an error if conditions are not fulfilled in archive methodShinya Maeda
2018-03-06Add soec for achevie! method. Fixed the methodShinya Maeda
2018-03-01removed EE specific code from the portMicaël Bergeron
2018-03-01Make max tokens in expressions lexer a class-level attributeGrzegorz Bizon
2018-03-01Add support for checking attributes in build policiesGrzegorz Bizon
2018-03-01Improve pipeline expressions lexerGrzegorz Bizon
2018-02-28Add YAML integration tests for pipeline expressionsGrzegorz Bizon
2018-02-28Use squiggly heredoc to improve YAML processor specsGrzegorz Bizon
2018-02-28Add build policy for pipeline expressionsGrzegorz Bizon
2018-02-28Add method that checks if pipeline expression is truthyGrzegorz Bizon
2018-02-28Allow using an empty string with pipeline expressionsGrzegorz Bizon
2018-02-28Merge branch 'feature/gb/pipeline-variable-expressions' into feature/gb/varia...Grzegorz Bizon
2018-02-28Add support for only/except: variables CI/CD configGrzegorz Bizon
2018-02-27Do not use keyword args to pass expression variablesGrzegorz Bizon
2018-02-27Improve specs for pipeline expression statementGrzegorz Bizon
2018-02-27Add support for single quoted string in pipeline expressionsGrzegorz Bizon
2018-02-23Add missing specs for pipeline expression lexemesGrzegorz Bizon
2018-02-23Adds specs for pipeline expressions raw tokenGrzegorz Bizon
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-21Implement pipeline expressions parserGrzegorz Bizon
2018-02-21Add test example for syntax error in pipeline expressionsGrzegorz Bizon
2018-02-21Add a lexeme for a string pipeline expressionGrzegorz Bizon
2018-02-21Implement pipeline expressions lexerGrzegorz Bizon
2018-02-21Rename pipeline expressions token for checking equalityGrzegorz Bizon
2018-02-20Add base classes to evaluate variables expressionsGrzegorz Bizon