Skip to content

Commit cf77662

Browse files
Release OpenProject 10.5.0
2 parents 2189255 + 3d2997c commit cf77662

File tree

2,326 files changed

+146379
-73272
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,326 files changed

+146379
-73272
lines changed

.DS_Store

0 Bytes
Binary file not shown.

.buildpacks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
https://github.com/heroku/heroku-buildpack-nodejs.git#v162
2-
https://github.com/pkgr/heroku-buildpack-ruby.git#v206-1
2+
https://github.com/pkgr/heroku-buildpack-ruby.git#v212-1

.codeclimate.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ checks:
2727
plugins:
2828
rubocop:
2929
enabled: true
30-
checks:
31-
Rubocop/Naming/ClassAndModuleCamelCase:
32-
enabled: false
30+
channel: rubocop-0-79
3331
# Codeclimate uses brakeman 4.3.1 which does not support rails 6
3432
# Check https://docs.codeclimate.com/docs/brakeman for updates.
3533
brakeman:
@@ -49,6 +47,10 @@ plugins:
4947
tslint:
5048
enabled: true
5149
config: tslint.json
50+
checks:
51+
# Disable whitespace due to 3.7 incompatibiltiy with ? navigation
52+
whitespace:
53+
enabled: false
5254
fixme:
5355
enabled: true
5456
ratings:

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ ij_typescript_spaces_within_imports = false
619619
ij_typescript_spaces_within_interpolation_expressions = false
620620
ij_typescript_spaces_within_method_call_parentheses = false
621621
ij_typescript_spaces_within_method_parentheses = false
622-
ij_typescript_spaces_within_object_literal_braces = false
622+
ij_typescript_spaces_within_object_literal_braces = true
623623
ij_typescript_spaces_within_object_type_braces = true
624624
ij_typescript_spaces_within_parentheses = false
625625
ij_typescript_spaces_within_switch_parentheses = false

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ npm-debug.log*
8585
/.ruby-gemset
8686
/.foreman
8787
/.env*
88+
.DS_Store
8889
.rspec
8990
# coverage in plugins
9091
/lib/plugins/*/coverage

.pkgr.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ targets:
2828
- sqlite3-devel
2929
before_precompile: "packaging/setup"
3030
after_precompile: "packaging/teardown"
31-
crons:
32-
- packaging/cron/openproject-hourly-tasks
33-
- packaging/cron/openproject-clear-old-sessions
34-
- packaging/cron/openproject-clear-uploaded-files
35-
- packaging/cron/openproject-clear-tmp-cache
3631
services:
3732
- postgres
3833
installer: https://github.com/pkgr/installer.git

0 commit comments

Comments
 (0)