summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
...
* code layout clean up app/controllers/application_controller.rbToshi MARUYAMA2019-11-251-1/+3
* cleanup: rubocop: fix Layout/SpaceInsidePercentLiteralDelimiters in app/model...Toshi MARUYAMA2019-11-241-1/+1
* cleanup: rubocop: fix Layout/SpaceAfterComma in app/helpers/application_helpe...Toshi MARUYAMA2019-11-241-2/+2
* cleanup: rubocop: fix Layout/SpaceAfterComma in app/controllers/documents_con...Toshi MARUYAMA2019-11-241-1/+1
* cleanup: rubocop: fix Layout/SpaceAfterComma in app/models/mailer.rbToshi MARUYAMA2019-11-241-1/+1
* cleanup: rubocop: fix Layout/SpaceAfterComma in app/models/enumeration.rbToshi MARUYAMA2019-11-241-1/+2
* cleanup: rubocop: fix Layout/SpaceInsideBlockBraces in app/models/mailer.rbToshi MARUYAMA2019-11-241-1/+1
* cleanup: rubocop: fix Layout/SpaceAfterComma in app/models/query.rbToshi MARUYAMA2019-11-241-1/+1
* cleanup: rubocop: fix Layout/SpaceInsideParens in app/controllers/application...Toshi MARUYAMA2019-11-241-1/+1
* cleanup: rubocop: fix Layout/IndentFirstArrayElement in app/models/setting.rbToshi MARUYAMA2019-11-241-13/+17
* cleanup: rubocop: fix Style/MultilineIfModifier in app/models/repository/subv...Toshi MARUYAMA2019-11-231-12/+15
* cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in app/models/reposito...Toshi MARUYAMA2019-11-231-0/+1
* cleanup: rubocop: fix Layout/SpaceAfterComma in app/helpers/queries_helper.rbToshi MARUYAMA2019-11-231-1/+1
* cleanup: rubocop: fix Layout/SpaceAfterComma in app/models/repository/git.rbToshi MARUYAMA2019-11-231-1/+1
* cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in app/helpers/set...Toshi MARUYAMA2019-11-231-1/+1
* cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in app/helpers/rep...Toshi MARUYAMA2019-11-231-5/+5
* cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in app/helpers/mem...Toshi MARUYAMA2019-11-231-1/+1
* cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in app/helpers/app...Toshi MARUYAMA2019-11-231-4/+3
* cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in app/controllers/iss...Toshi MARUYAMA2019-11-221-0/+6
* cleanup: rubocop: fix Layout/SpaceAfterComma in app/controllers/issues_contro...Toshi MARUYAMA2019-11-221-3/+7
* code layout clean up app/controllers/issues_controller.rbToshi MARUYAMA2019-11-221-4/+15
* cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in app/models/reposito...Toshi MARUYAMA2019-11-221-0/+4
* cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in app/models/query.rbToshi MARUYAMA2019-11-221-0/+11
* cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in app/models/mailer.rbToshi MARUYAMA2019-11-221-0/+2
* cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in app/models/journal.rbToshi MARUYAMA2019-11-221-0/+1
* code layout clean up IssuesController#build_new_issue_from_paramsToshi MARUYAMA2019-11-221-1/+3
* code layout clean up IssuesController#update_issue_from_paramsToshi MARUYAMA2019-11-221-3/+3
* code layout clean up IssuesController#bulk_editToshi MARUYAMA2019-11-221-2/+3
* code layout clean up IssuesController#createToshi MARUYAMA2019-11-221-2/+8
* code layout clean up IssuesController#showToshi MARUYAMA2019-11-221-4/+11
* code layout clean up IssuesController#indexToshi MARUYAMA2019-11-221-2/+4
* code layout clean up app/views/issues/new.js.erbToshi MARUYAMA2019-11-221-2/+5
* code layout clean up IssuesController#updateToshi MARUYAMA2019-11-221-5/+13
* code layout clean up app/views/watchers/new.js.erbToshi MARUYAMA2019-11-221-1/+5
* code layout clean up app/views/watchers/_new.html.erbToshi MARUYAMA2019-11-221-3/+12
* code layout clean up app/views/issues/_edit.html.erbToshi MARUYAMA2019-11-221-2/+4
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in app/models/project_...Toshi MARUYAMA2019-11-201-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in app/models/setting.rbToshi MARUYAMA2019-11-201-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in app/models/time_ent...Toshi MARUYAMA2019-11-201-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in app/models/query.rbToshi MARUYAMA2019-11-201-4/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in app/models/issue_qu...Toshi MARUYAMA2019-11-201-1/+0
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in app/controllers/pre...Toshi MARUYAMA2019-11-201-1/+0
* Make sure we cannot create a ProjectQuery on a given project (#29482).Jean-Philippe Lang2019-11-201-0/+5
* Only admin users should be able to manage public queries on the project list ...Jean-Philippe Lang2019-11-202-3/+2
* rubocop: fix Lint/IneffectiveAccessModifier in app/models/auth_source_ldap.rb...Toshi MARUYAMA2019-11-161-4/+7
* Reverts r18692 (#32470).Jean-Philippe Lang2019-11-161-1/+0
* Add anonymous user to author list in issue/time query (#16904).Jean-Philippe Lang2019-11-101-0/+1
* Add support for grouping by issue on timelog view (#32436).Jean-Philippe Lang2019-11-101-1/+1
* Removed invalid association IssueCustomField#issue_custom_values (#32431).Jean-Philippe Lang2019-11-101-1/+0
* Adds "Target Version" column to the list of "Available columns" in "Spent tim...Go MAEDA2019-11-101-0/+4