summaryrefslogtreecommitdiff
path: root/db/migrate/20160202164642_add_allow_guest_to_access_builds_project.rb
Commit message (Collapse)AuthorAgeFilesLines
* Enable RuboCop for migrationsenable-rubocop-for-migrationsSean McGivern2016-06-091-0/+1
| | | | | | | Migrations shouldn't fail RuboCop checks - especially lint checks, such as the nested method check. To avoid changing code in existing migrations, add the magic comment to the top of each of them to skip that file.
* Rename allow_guest_to_access_builds to public_buildsKamil Trzcinski2016-02-041-1/+1
|
* Add CI setting: allow_guest_to_access_buildsKamil Trzcinski2016-02-021-0/+5
Add the `read_build` ability if user is anonymous or guest and allow_guest_to_access_builds is enabled.