Commit graph

  • e84eaf57cd
    Upgrade GHA Runners (#694) main Santiago Bartesaghi 2025-09-02 11:54:40 -0300
  • 4606efbe5e
    build(deps): bump actions/checkout from 4 to 5 (#690) dependabot[bot] 2025-08-30 19:16:15 -0400
  • 40d83d1281
    Fix GHA Runner (#692) Santiago Bartesaghi 2025-08-30 19:55:07 -0300
  • 1dba6ec133
    Remove CodeClimate (#693) Santiago Bartesaghi 2025-08-30 13:45:02 -0300
  • 467770882d
    Add Ruby 3.4 to the CI (#681) Santiago Bartesaghi 2025-02-12 19:37:28 -0300
  • 87108769f8
    Fix CI (#683) Santiago Bartesaghi 2025-01-21 22:46:28 -0300
  • 86650c4f7e
    Fix reset! when using namespaced cache store (#673) Santiago Bartesaghi 2024-12-19 23:46:53 -0300
  • 8d5b210fcd
    Fix wrong merge resolution (#680) Santiago Bartesaghi 2024-12-16 22:23:01 -0300
  • 6db4a73253
    Drop Dalli 2 support (#679) Santiago Bartesaghi 2024-12-16 09:56:09 -0300
  • f8fc4dc1ea
    Drop Rails 5.2 support (#678) Santiago Bartesaghi 2024-12-16 09:54:23 -0300
  • 0b48f9f92c
    Add Rails 8 to CI (#677) Santiago Bartesaghi 2024-12-14 22:47:38 -0300
  • 0d40ea6538
    Add Rails 7.2 to CI (#671) Santiago Bartesaghi 2024-10-15 15:00:41 -0300
  • 427fdfabbc
    Add tracks attr_reader to Configuration (#664) Alex Martens 2024-06-24 10:46:01 -0700
  • 0fbc9a1c46
    Track state is also stored in cache (#658) fynsta 2024-05-09 19:35:32 +0200
  • b6ce502b14
    Add test to prevent regressions (#656) Santiago Bartesaghi 2024-05-03 20:49:45 -0300
  • 52ce45db11
    Refactor notifications checks in tests (#657) Santiago Bartesaghi 2024-05-03 20:49:03 -0300
  • d7a7a8bda5
    readme: Clarify AS::Notification.subscribe arguments (#654) Sebastian Cohnen 2024-03-10 01:48:11 +0100
  • 429fb7fecc
    ci: Don't fail fast (#650) Santiago Bartesaghi 2024-01-23 20:01:52 -0300
  • c4c51637fd
    Add dependabot for GitHub Actions (#644) Santiago Bartesaghi 2024-01-10 12:11:32 -0300
  • 5124a172ac
    Fix Rails test not being ran (#649) Santiago Bartesaghi 2024-01-10 12:10:56 -0300
  • cb82b9f873
    ci: freeze time in more specs (#643) Santiago Bartesaghi 2024-01-10 11:55:37 -0300
  • 9b9f41c749
    Add Ruby 3.3 to the CI (#648) Santiago Bartesaghi 2024-01-10 11:47:22 -0300
  • 1f57b3361e
    ci: Update checkout action (#642) Santiago Bartesaghi 2023-12-25 22:14:39 -0300
  • d3b3da44c4
    ci: freeze time to fix flakey specs (#640) Jonathan del Strother 2023-11-21 13:22:01 +0000
  • d9fedfae4f
    Avoid RedisCacheStore#increment on Rails 6+ (#597) Jonathan del Strother 2023-11-20 16:59:08 +0000
  • 27ada96682
    ci: no longer test against rack 1 (#627) Gonzalo 2023-11-15 13:30:55 -0300
  • ffc210250f
    refactor: minor refactoring (#635) Santiago Bartesaghi 2023-10-27 21:46:07 -0300
  • 4a68debb7a
    ci: automatically run with latest ruby patch version (#634) Santiago Bartesaghi 2023-10-26 19:59:16 -0300
  • 36b830ab3c
    ci: update tested rails versions (#626) Gonzalo 2023-10-25 23:37:16 -0300
  • c7098d610b
    ci: improve ActiveSupport testing (#633) Santiago Bartesaghi 2023-10-25 21:15:53 -0300
  • 070e467ef2
    ci: test against ActiveSupport::RedisCacheStore v5 (#632) Santiago Bartesaghi 2023-10-24 19:14:27 -0300
  • 8d77a5b0f1
    Add Rails 7.1 to CI (#631) Santiago Bartesaghi 2023-10-18 21:50:23 -0300
  • 3543f61b64
    Fix #588 don't fail if request.ip is missing (#630) Santiago Bartesaghi 2023-10-17 21:19:29 -0300
  • e9f472786a
    Update rubocop (#629) Santiago Bartesaghi 2023-10-16 20:04:35 -0300
  • 9a7815c332
    Remove support for unmaintained ActiveSupport::Cache::RedisStore (#625) Mitchell Henke 2023-10-14 09:29:19 -0500
  • c9bd363a69
    Add Ruby 3.2.2 to CI build matrix, update older Rubies (#622) Matthias Käppler 2023-08-24 13:46:14 +0200
  • a7d7be1eea
    Changelog changes (#619) James Mead 2023-08-02 10:05:20 +0100
  • 2c52bef1b1
    Update changelog for v6.7.0 (#617) James Mead 2023-08-02 08:11:17 +0100
  • 31adbd0ad8
    Rename MiniTest -> Minitest (#618) James Mead 2023-08-02 08:01:56 +0100
  • d82c9fd7e3
    Bump minor version. Samuel Williams 2023-07-26 16:39:28 +1200
  • 02ef216788
    Gem release management. (#614) Samuel Williams 2023-07-26 16:37:35 +1200
  • b708de32f3
    Support Rack 3. (#586) Samuel Williams 2023-07-25 15:16:43 +1200
  • e039ecde2a
    ci: tests against redis gem v5 (#612) Gonzalo 2023-07-24 22:13:39 -0300
  • c8e574aa6f
    Merge pull request #604 from nateberkopec/patch-1 Gonzalo 2022-12-17 11:54:02 -0300
  • a6bbbdc779
    Add note about cache stores and in-memory caches. Nate Berkopec 2022-12-16 15:22:34 +0900
  • 4d201f7e42
    Update example description to not suggest using a deprecated method. (#589) Maksim Abramchuk 2022-09-03 22:37:52 +0100
  • e9b753b4e7 test: update rack-test to v2 from v1 Gonzalo 2022-08-07 15:47:25 -0300
  • 95ce9fdd7c
    Merge pull request #579 from kyoshidajp/replace_git.io Gonzalo 2022-05-01 16:20:27 -0300
  • d3be2f31a5 Replace git.io URL Katsuhiko YOSHIDA 2022-04-28 19:10:46 +0900
  • f5f92f4459
    Bump gem version to v6.6.1 Gonzalo 2022-04-13 22:50:01 -0300
  • 07822ada92
    ci: update rubies Gonzalo 2022-04-13 22:47:06 -0300
  • b0be38334a
    Merge pull request #575 from sixpark/adriancb/update_readme Gonzalo 2022-03-19 22:19:11 -0300
  • 8313e38df3 fix(documentation): Updating README with non-deprecated configuration. Adrian CB 2022-03-08 16:58:58 +1100
  • 933c0576b8
    Lower case headers. (#573) Samuel Williams 2022-02-19 13:56:02 +1300
  • d41abd7908
    Merge pull request #572 from ixti/ixti/fix-redis-4.6.0-warnings Gonzalo 2022-02-07 14:51:53 -0300
  • c01208afe6
    fix: Fix redis-rb 4.6.0 deprecation warnings Alexey Zapparov 2022-02-04 21:14:00 +0100
  • 82181325bc
    docs: update docs to point to main branch Gonzalo 2022-02-01 09:48:23 -0300
  • d0ec4de69b
    Bump gem version to v6.6.0 Gonzalo 2022-01-29 16:15:15 -0300
  • 3eca60dba1
    Merge pull request #556 from zarqman/dalli3-and-rails7 Gonzalo 2022-01-29 16:02:28 -0300
  • 97abc93889
    test: update rails 7 appraisal after final release Gonzalo 2022-01-29 15:52:40 -0300
  • 8d9c884d40
    Merge branch 'master' into dalli3-and-rails7 Gonzalo 2022-01-29 15:47:51 -0300
  • d2040063fb
    Merge branch 'ruby-3-1' Gonzalo 2022-01-29 15:39:18 -0300
  • 9ccf6286d1
    Merge pull request #565 from orhantoy/include-license-in-gem-build Gonzalo 2022-01-29 15:37:06 -0300
  • 501ab01573
    ci: run tests against ruby 3.1 Gonzalo 2022-01-29 15:36:51 -0300
  • aaeff6d0ae
    feat: deprecate throttled_response and blocklisted_response Gonzalo 2022-01-29 15:09:54 -0300
  • 8bf9d4efad
    refactor: attempt to make method name more self explanatory and clear Gonzalo 2022-01-29 15:06:13 -0300
  • c95f9624aa
    Include LICENSE in gem build Orhan Toy 2022-01-28 19:04:52 +0100
  • a92513fb3e
    Merge pull request #562 from johlym/patch-1 Gonzalo 2022-01-18 09:40:06 -0300
  • 4e90859a37
    Update README to mention .clear_configuration Johnathan Lyman 2022-01-17 12:25:43 -0800
  • 7bcd3b1529
    ci: update rubies Gonzalo 2021-12-15 11:59:10 -0300
  • e31488aeba
    Merge pull request #558 from agbaber/fix-rack-spec-doc-link Gonzalo 2021-11-26 13:26:41 -0300
  • 78bc155ac9 docs: update link to rack spec in README Andrew Baber 2021-11-19 12:30:18 -0500
  • 2fc8c7b65f support rails 7.0 thomas morgan 2021-10-20 10:19:45 -0600
  • f920e635f6
    Merge pull request #557 from zarqman/dalli3 Gonzalo 2021-11-16 16:18:04 -0300
  • 0fbfda0146 test against dalli 3.0 thomas morgan 2021-10-20 10:18:33 -0600
  • 1a872aa24c
    docs: update CI badge Gonzalo 2021-07-21 19:16:32 -0300
  • a20d58e022
    ci: update machine os Gonzalo 2021-07-21 18:59:09 -0300
  • 511efd15c9
    ci: update rubies Gonzalo 2021-07-21 18:58:13 -0300
  • 7f2ccca650
    ci: run GitHub Actions CI for pull requests Gonzalo 2021-07-21 18:52:11 -0300
  • 50b9f37156
    ci: move from TravisCI to GitHub Actions Gonzalo 2021-07-19 20:54:19 -0300
  • 17b7368a95
    docs: attempt to avoid README version confusion Gonzalo 2021-06-15 12:29:14 -0300
  • 2257f00876
    docs: update 'How can I help?' section Gonzalo 2021-03-21 18:28:59 -0300
  • 886ba3a18d
    Merge branch '6-stable' Gonzalo 2021-02-07 16:46:46 -0300
  • 12a8390d2d
    Bump gem version to v6.5 Gonzalo 2021-02-07 13:34:46 -0300
  • f3f0df3fc0
    refactor: attempt to avoid user confusion by clarifying method is used by throttle Gonzalo 2021-02-07 13:34:26 -0300
  • 0f1a72a4d4
    Use single quotes in example configuration brchristian 2021-01-16 10:19:33 -0800
  • d1b01f0b4a
    test: update ruby and rails versions Gonzalo 2020-12-25 23:55:58 -0300
  • 1e5fb868f6
    Auto include middleware for older railses fatkodima 2019-10-31 14:35:29 +0200
  • e131750a6b
    Make store proxies lookup dynamic fatkodima 2019-10-24 02:48:32 +0300
  • df354cd141
    Make discriminators case-insensitive by default fatkodima 2019-10-11 16:17:07 +0300
  • 23f7e7f53b
    Merge pull request #514 from brchristian/patch-1 Gonzalo Rodriguez 2021-01-24 13:04:47 -0300
  • 1c460b179e
    Merge branch '6-stable' Gonzalo 2021-01-23 22:38:36 -0300
  • 6328ddcb19
    Bump gem version to v6.4 Gonzalo 2021-01-23 14:14:01 -0300
  • 33d1bac4a5
    test: update ruby and rails versions Gonzalo 2021-01-23 13:58:14 -0300
  • dda2489936
    Fix Ruby 2.7 kwargs warning in RedisCacheStoreProxy fukayatsu 2020-12-15 23:20:58 +0900
  • 38c89afcf3
    Fix speling in README Joe Van Dyk 2020-12-24 12:58:47 -0800
  • 6316069638
    docs: update repo references after move to rack org Gonzalo 2020-12-25 23:51:59 -0300
  • 476144ee40
    build: update rubocop to earlier version fixing the LineLength crash Gonzalo 2020-12-25 23:47:14 -0300
  • 1cd4a1cd79
    Mitigate login throttle bypasses in docs Eliot Sykes 2020-07-28 11:17:00 +0100
  • 48531f546c
    Clarify Calling HTTP_APIKey header in example (#488) Tristan Toye 2020-06-07 12:11:30 -0400