Skip to content

Commit

Permalink
Release OpenProject 10.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverguenther committed Apr 27, 2020
2 parents 2189255 + 3d2997c commit cf77662
Show file tree
Hide file tree
Showing 2,326 changed files with 146,379 additions and 73,272 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion .buildpacks
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
https://github.com/heroku/heroku-buildpack-nodejs.git#v162
https://github.com/pkgr/heroku-buildpack-ruby.git#v206-1
https://github.com/pkgr/heroku-buildpack-ruby.git#v212-1
8 changes: 5 additions & 3 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ checks:
plugins:
rubocop:
enabled: true
checks:
Rubocop/Naming/ClassAndModuleCamelCase:
enabled: false
channel: rubocop-0-79
# Codeclimate uses brakeman 4.3.1 which does not support rails 6
# Check https://docs.codeclimate.com/docs/brakeman for updates.
brakeman:
Expand All @@ -49,6 +47,10 @@ plugins:
tslint:
enabled: true
config: tslint.json
checks:
# Disable whitespace due to 3.7 incompatibiltiy with ? navigation
whitespace:
enabled: false
fixme:
enabled: true
ratings:
Expand Down
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ ij_typescript_spaces_within_imports = false
ij_typescript_spaces_within_interpolation_expressions = false
ij_typescript_spaces_within_method_call_parentheses = false
ij_typescript_spaces_within_method_parentheses = false
ij_typescript_spaces_within_object_literal_braces = false
ij_typescript_spaces_within_object_literal_braces = true
ij_typescript_spaces_within_object_type_braces = true
ij_typescript_spaces_within_parentheses = false
ij_typescript_spaces_within_switch_parentheses = false
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ npm-debug.log*
/.ruby-gemset
/.foreman
/.env*
.DS_Store
.rspec
# coverage in plugins
/lib/plugins/*/coverage
Expand Down
5 changes: 0 additions & 5 deletions .pkgr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ targets:
- sqlite3-devel
before_precompile: "packaging/setup"
after_precompile: "packaging/teardown"
crons:
- packaging/cron/openproject-hourly-tasks
- packaging/cron/openproject-clear-old-sessions
- packaging/cron/openproject-clear-uploaded-files
- packaging/cron/openproject-clear-tmp-cache
services:
- postgres
installer: https://github.com/pkgr/installer.git
Expand Down
Loading

0 comments on commit cf77662

Please sign in to comment.