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
2021-07-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-03-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-09-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-07-29Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-21Ensure CI matching operator receives an objectMarius Bobin
2019-07-13Removing ci_variables_complex_expressions feature flag and deprecated code br...drew cimino
2019-06-20Enabled complex ci variable expression statements by defaultdrew cimino
2019-06-15Return boolean from Lexeme::Matches#evaluatedrew cimino
2019-06-13Disable CI variable complex expressions by defaultdrew cimino
2019-06-05&& and || operators for CI Pipeline expressions.drew cimino
2019-04-23Support negative matchesKamil Trzciński
2019-03-15Make CI refs matching to to use UntrustedRegexpKamil Trzciński
2018-10-27Enable frozen string for lib/gitlab/cigfyoung
2018-05-18Simplify pattern lexeme fabrication and matcherGrzegorz Bizon
2018-05-17Add variables expression pattern validation supportGrzegorz Bizon
2018-05-17Add anti-corruption layer above expressions pattern matchingGrzegorz Bizon
2018-05-15Remove useless assignment in pattern lexemeGrzegorz Bizon
2018-05-15Do not support inverse variable pattern matchingGrzegorz Bizon
2018-05-15Add support for pattern matching in variables expressionsGrzegorz Bizon
2018-05-15Reorganize exceptions in pipeline expressions moduleGrzegorz Bizon
2018-05-14Add pattern matching variables expression lexemeGrzegorz Bizon
2018-05-14Raise variables statement exception if pattern is invalidGrzegorz Bizon
2018-05-14Do not raise if variable expression can not be evaluatedGrzegorz Bizon
2018-05-11Implement variables expression untrusted pattern lexemeGrzegorz Bizon
2018-03-27Do not raise when validating variables expressionGrzegorz Bizon
2018-03-23Integration variables collections with expressionsGrzegorz Bizon
2018-03-23Integrate variables policy with new pipeline servicesGrzegorz Bizon
2018-03-23Merge branch 'backstage/gb/populating-pipeline-refactoring' into feature/gb/v...Grzegorz Bizon
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-01Revert support for simplified pipeline expressionsGrzegorz Bizon
2018-03-01Add a comment to expressions parser tree methodGrzegorz Bizon
2018-03-01Improve pipeline expressions lexerGrzegorz 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-28Use pipeline runtime variables in 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-27Robustify pipeline expressions nodes parserGrzegorz Bizon
2018-02-27Improve null lexeme in pipeline expressionsGrzegorz Bizon
2018-02-27Add support for single quoted string in pipeline expressionsGrzegorz Bizon
2018-02-23Remove unused method from base expression lexeme classGrzegorz Bizon
2018-02-23Add missing specs for pipeline expression lexemesGrzegorz 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