Skip to content

Commit

Permalink
Merge branch 'master' into rubocop_rails_date
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyshields authored Jan 17, 2024
2 parents ce4cfa3 + 5a0eef9 commit 27fb468
Show file tree
Hide file tree
Showing 158 changed files with 4,316 additions and 1,945 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
test:
name: "${{matrix.ruby}}
${{matrix.gemfile || 'Gemfile'}}
mongodb-${{matrix.mongodb || '6.0'}}
${{matrix.topology || 'server'}}
${{matrix.fle && 'fle=' || ''}}${{matrix.fle || ''}}
${{matrix.os || 'ubuntu-20.04'}}"
db:${{matrix.mongodb || '6.0'}}
fle:${{matrix.fle && 'fle=' || ''}}${{matrix.fle || ''}}
top:${{matrix.topology || 'server'}}
os:${{matrix.os || 'ubuntu-20.04'}}"
env:
CI: true
TESTOPTS: '-v'
Expand All @@ -50,23 +50,23 @@ jobs:

# Rails versions
- ruby: ruby-3.2
gemfile: gemfiles/rails_7.0.gemfile
gemfile: gemfiles/rails_7.1.gemfile
mongodb: '6.0'
topology: replica_set
- ruby: ruby-3.1
gemfile: gemfiles/rails_6.1.gemfile
gemfile: gemfiles/rails_7.1.gemfile
mongodb: '5.0'
topology: sharded_cluster
- ruby: ruby-3.0
gemfile: gemfiles/rails_6.1.gemfile
gemfile: gemfiles/rails_7.0.gemfile
mongodb: '4.4'
topology: server
- ruby: ruby-3.0
gemfile: gemfiles/rails_6.0.gemfile
gemfile: gemfiles/rails_6.1.gemfile
mongodb: '4.4'
topology: replica_set
- ruby: ruby-2.7
gemfile: gemfiles/rails_6.0.gemfile
gemfile: gemfiles/rails_6.1.gemfile
mongodb: '4.4'
topology: server

Expand Down Expand Up @@ -98,28 +98,28 @@ jobs:

# JRuby
- ruby: jruby-9.4
gemfile: gemfiles/rails_7.0.gemfile
gemfile: gemfiles/rails_7.1.gemfile
mongodb: '6.0'
topology: replica_set
- ruby: jruby-9.4
gemfile: gemfiles/rails_6.0.gemfile
gemfile: gemfiles/rails_6.1.gemfile
mongodb: '5.0'
topology: server

# Field-Level Encryption
# TODO: support LIBMONGOCRYPT via path
- ruby: ruby-3.2
gemfile: gemfiles/rails_7.0.gemfile
gemfile: gemfiles/rails_7.1.gemfile
mongodb: '6.0'
topology: sharded_cluster
fle: helper
- ruby: ruby-3.1
gemfile: gemfiles/rails_6.1.gemfile
gemfile: gemfiles/rails_7.0.gemfile
mongodb: '6.0'
topology: replica_set
fle: helper
- ruby: ruby-2.7
gemfile: gemfiles/rails_6.0.gemfile
gemfile: gemfiles/rails_6.1.gemfile
mongodb: '6.0'
topology: server
fle: helper
Expand Down
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ Lint/EmptyClass:
Exclude:
- 'spec/**/*'

Rails/ShortI18n:
Enabled: false

Style/Documentation:
AllowedConstants: ['ClassMethods']
Exclude:
Expand Down
Loading

0 comments on commit 27fb468

Please sign in to comment.