Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'rs-more-public-send-whitelists' into 'master' | Rémy Coutable | 2017-08-16 | 2 | -2/+2 |
|\ | | | | | | | | | Whitelist or fix additional `Gitlab/PublicSend` cop violations See merge request !13467 | ||||
| * | Whitelist or fix additional `Gitlab/PublicSend` cop violationsrs-more-public-send-whitelists | Robert Speicher | 2017-08-14 | 2 | -2/+2 |
| | | | | | | | | | | An upcoming update to rubocop-gitlab-security added additional violations. | ||||
* | | Enable Layout/TrailingWhitespace cop and auto-correct offenses | Robert Speicher | 2017-08-15 | 1 | -1/+1 |
|/ | |||||
* | more eagerly bail when the state is prevented | http://jneen.net/ | 2017-08-07 | 1 | -4/+3 |
| | |||||
* | reduce iterations by keeping a count of remaining enablers | http://jneen.net/ | 2017-08-07 | 1 | -1/+4 |
| | | | | | rather than iterating the whole remaining step set with .all?(&:prevent?) | ||||
* | cache the cache key...perf/policy-class-cache | http://jneen.net/ | 2017-07-17 | 1 | -7/+8 |
| | |||||
* | avoid #respond_to? in Cache.id_for | http://jneen.net/ | 2017-07-17 | 1 | -5/+8 |
| | |||||
* | add a new DeclarativePolicy framework | http://jneen.net/ | 2017-06-27 | 8 | -0/+1162 |