Update ajax-datatables-rails 1.3.1 → 1.5.0 (minor) #478
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ ajax-datatables-rails (1.3.1 → 1.5.0) · Repo · Changelog
Release Notes
1.5.0
1.4.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 52 commits:
Bump to version 1.5.0
Run CI with postgis adapter
Update CHANGELOG
Use Postgres 16 in CI
DRY config/database.yml
Test with Ruby 3.3
Improve bash snippets
Fix tests with Ruby head
Exclude some broken jobs with Oracle for now
Fix GithubActions warnings
Disable tests with Trilogy adapter for now due to unknown error
Don't install latest bundler version in Ruby 2.7
Use upstream version of Combustion which is compatible with Trilogy
Merge pull request #423 from mrudult/trilogy
Add dependency in 7.1 gemfile
Added trilogy gem for Rails 7.1
Install trilogy adapter for rails <= 7.0
Add support for trilogy adapter
Rails 7.1 is out
Test with latest Rails versions
Merge pull request #417 from pareeohnos/feature/support-postgis-adapter
Add support for postgis adapter
Coding style
Extract method
Merge pull request #419 from dmorehouse/grouped_counts
Merge pull request #418 from dmorehouse/master
Add support for grouped results
Fix server-side out of order ajax responses by returning the passed in draw (counter) parameter.
Bump to ubuntu-latest, fix Github Actions warnings
Test with Ruby 3.2 rc
Drop support of Rails 5.2
Update changelog
Bump to version 1.4.0
Update changelog
Drop support of Ruby 2.6, test with latest Rails versions
Improve CodeClimate config
Add missing Oracle adapter name
Improve previous patch to support older versions of Rails
Merge pull request #406 from re-gmbh/master
Use Combustion gem to run tests
Run CI once a month
fix: prevent establishing ActiveRecord connection on startup
Ruby 3.1 is out \o/
Test with Rails 7.0.1
Rails 7 is out \o/
Test with latest Rails versions
Improve appraisal config
Ruby 2.5 is EOL (part2)
Ruby 2.5 is EOL
Add tests on custom_field feature
Add test data for custom_field feature
Improve DB detection in spec
Release Notes
2.6.13 (from changelog)
2.6.12 (from changelog)
2.6.11 (from changelog)
2.6.10 (from changelog)
2.6.9 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 52 commits:
Ready for 2.6.13
Document null inflector and case-insensitive file systems
Add test coverage for symlinks and for_gem
Merge pull request #286 from m-nakamura145/update-actions-checkout
Bump actions/checkout
Revise the conceptual translation of for_gem
Delete comment in Kernel#require decoration
Merge pull request #279 from stevenharman/typo_and_doc_tweeks
Fix small typo & clarify some grammar in the docs
Merge pull request #278 from m-nakamura145/update-ci-matrix
Add Ruby 3.3 to CI matrix
Revise docs re the null inflector and Rails
Provide a null inflector
Ready for 2.6.12
Rename define_autoloads_in_dir → define_autoloads_for_dir
Rename set_autoload → define_autoload
Make on_dir_autoloaded internal
Make on_file_autoloaded internal
Adds a couple of code comments
Eliminate unnecessary condition when eager loading
Ready for 2.6.11
Let on_dir_autoloaded be reentrant
Update code comment
Ready for 2.6.10
Rename cpath_expected_at tests
Centralize and improve camelize validations
Relax wording in CHANGELOG
Fixes typo
Ready for version 2.6.9
CHANGELOG.md edits
Rename expected_cpath_at to cpath_expected_at
Update CHANGELOG.md
Let expected_cpath_at validate cnames itself
Let expected_cpath_at raise Zeitwerk::NameError on invalid cnames
Rename `cpath_at` to `expected_cpath_at`
Add test coverage for an edge case in load_file
Improve load_file error handling for hidden arguments
Link to a section in cpath_at docs
Let eager_load_dir do nothing if given a hidden directory
Define Zeitwerk::Loader#cpath_at
Document methods with leading underscores are not public
Add .github/FUNDING.yml
Minor edits to the debuggers section of the README
Merge pull request #268 from andmcadams/clarify-debugger-compat
Clarify debug.rb compatibility
Improves the documentation of the default inflector
Merge pull request #266 from exoego/patch-1
Remove unrechable code
README edits by GPT-4
Merge pull request #265 from henrik/patch-1
README: Copy fix
Fix URL for CI badge in README
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands