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
2020-08-05Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-07-22Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-06-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-04Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-05-05Run rubocop -a on CE filesStan Hu
2019-03-06Adds the Rubocop ReturnNil copAndrew Newdigate
2018-10-07Enable more frozen string in lib/**/*.rbgfyoung
2018-07-09Resolve Naming/UncommunicativeMethodLin Jen-Shin
2018-04-18Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉
2018-03-08[CE] Add Naming/FileName rule checking expected class/module per filenameGabriel Mazetto
2017-11-16Adds Rubocop rule for line break after guard clauseJacopo
2017-10-05Speed up cached_pass? for composite rulesSean McGivern
2017-10-04Speed up DeclarativePolicy::Runner#steps_by_scoreSean McGivern
2017-08-16Merge branch 'rs-more-public-send-whitelists' into 'master'Rémy Coutable
2017-08-15Enable Layout/TrailingWhitespace cop and auto-correct offensesRobert Speicher
2017-08-14Whitelist or fix additional `Gitlab/PublicSend` cop violationsRobert Speicher
2017-08-07more eagerly bail when the state is preventedhttp://jneen.net/
2017-08-07reduce iterations by keeping a count of remaining enablershttp://jneen.net/
2017-07-18cache the cache key...http://jneen.net/
2017-07-18avoid #respond_to? in Cache.id_forhttp://jneen.net/
2017-06-27add a new DeclarativePolicy frameworkhttp://jneen.net/