Commit Graph

5653 Commits

Author SHA1 Message Date
dependabot[bot] 4bb2b4cece
Merge pull request #1607 from Retrospring/dependabot/bundler/rubocop-1.60.2 2024-01-30 19:14:11 +00:00
dependabot[bot] e2831bc743
Merge pull request #1605 from Retrospring/dependabot/bundler/rspec-rails-6.1.1 2024-01-30 19:13:49 +00:00
dependabot[bot] 500bba6cd5
Bump rubocop from 1.60.1 to 1.60.2
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.60.1 to 1.60.2.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop/compare/v1.60.1...v1.60.2)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-29 09:21:38 +00:00
dependabot[bot] c51b95643f
Bump rspec-rails from 6.1.0 to 6.1.1
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 6.1.0 to 6.1.1.
- [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md)
- [Commits](https://github.com/rspec/rspec-rails/compare/v6.1.0...v6.1.1)

---
updated-dependencies:
- dependency-name: rspec-rails
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-29 09:20:45 +00:00
Andreas Nedbal 020b7db712 Remove ordered_inbox method and related paginator 2024-01-27 20:28:45 +01:00
Andreas Nedbal d12e3b020e Use `InboxFilter` in `Moderation::InboxController` 2024-01-27 20:28:45 +01:00
Andreas Nedbal 62ba205d3e Fix rubocop nits 2024-01-27 19:21:07 +01:00
Andreas Nedbal 245f862bb2 Fix schema.rb 2024-01-27 19:21:07 +01:00
Andreas Nedbal 658cb0442b Rename all occurences of associative inbox entry access 2024-01-27 19:21:07 +01:00
Andreas Nedbal ba7ba359b4 Rename user/question associations to `:inbox_entries` 2024-01-27 19:21:07 +01:00
Andreas Nedbal 06b2421f2c Rename all occurences of `Inbox` class to `InboxEntry` 2024-01-27 19:21:07 +01:00
Andreas Nedbal af9cbcdb11 Rename `Inbox` model to `InboxEntry` 2024-01-27 19:21:07 +01:00
Andreas Nedbal e754d6f174 Add migration to rename inboxes table to inbox_entries 2024-01-27 19:21:07 +01:00
Andreas Nedbal 078e4e4e80 Install carrierwave_backgrounder version 1.0.2 2024-01-27 12:08:55 +01:00
Andreas Nedbal da541b0d3e Switch forks to org-owned repositories 2024-01-27 11:45:09 +01:00
Andreas Nedbal 25b53b3a48 Bump version to 2024.0125.0 2024-01-25 22:19:20 +01:00
Andreas Nedbal 3b46c2c7e9 Add spec for disallowed filter combination results 2024-01-25 22:08:37 +01:00
Andreas Nedbal b96651fa70 Disallow `author` and `anonymous` inbox filter combination 2024-01-25 22:08:37 +01:00
Andreas Nedbal 134c575e40 Add missing expire times to cache keys 2024-01-25 21:23:02 +01:00
Andreas Nedbal c3d14c6786 Add specs for `Moderation::ReportsController` 2024-01-25 20:52:19 +01:00
Andreas Nedbal baa1f3f319 Fix rubocop nits 2024-01-25 20:52:19 +01:00
Andreas Nedbal fa81ef2ba6 Remove legacy report pagination methods 2024-01-25 20:52:19 +01:00
Andreas Nedbal 779dd245f5 Remove type parameter default value for reports listing 2024-01-25 20:52:19 +01:00
Andreas Nedbal 311fc0812b Add report filtering capabilities 2024-01-25 20:52:19 +01:00
Andreas Nedbal 2a9404e285 Remove foreign-key removal in downwards migration 2024-01-24 21:08:44 +01:00
Andreas Nedbal 5a17466999 Fix rubocop nits 2024-01-24 21:08:44 +01:00
Andreas Nedbal 05634ae69d Move target user resolving code into `report` method 2024-01-24 21:08:44 +01:00
Andreas Nedbal 27a57e304d Set target user in report action 2024-01-24 21:08:44 +01:00
Andreas Nedbal ab442db40b Add target user to reports 2024-01-24 21:08:44 +01:00
Andreas Nedbal 6e370608b3 Update copyright year 2024-01-23 00:08:50 +01:00
Andreas Nedbal f1a0edd06e Replace `webpush` gem in `add_webpush_app` migration 2024-01-22 23:50:35 +01:00
Andreas Nedbal 6c2314de2d Install `web-push` gem 2024-01-22 23:50:35 +01:00
Andreas Nedbal f9f75838da Bump version to 2024.0122.0 2024-01-22 20:37:50 +01:00
Andreas Nedbal d044705ca4 Add spec for inbox cleanup scheduler job 2024-01-22 19:51:39 +01:00
Andreas Nedbal a9e4265a1a Add scheduled job to clean up orphaned inbox entries 2024-01-22 19:51:39 +01:00
Andreas Nedbal 66142f9cad Install `sidekiq-scheduler` gem 2024-01-22 19:51:39 +01:00
Andreas Nedbal 63922efb1b Fix rubocop nits 2024-01-22 19:51:06 +01:00
Andreas Nedbal 1ac767902b Add more generic implementation of inbox filtering 2024-01-22 19:51:06 +01:00
dependabot[bot] cb0229b12b
Merge pull request #1584 from Retrospring/dependabot/bundler/cssbundling-rails-1.4.0 2024-01-22 17:29:15 +00:00
dependabot[bot] c9a32ee532
Bump cssbundling-rails from 1.3.3 to 1.4.0
Bumps [cssbundling-rails](https://github.com/rails/cssbundling-rails) from 1.3.3 to 1.4.0.
- [Release notes](https://github.com/rails/cssbundling-rails/releases)
- [Commits](https://github.com/rails/cssbundling-rails/compare/v1.3.3...v1.4.0)

---
updated-dependencies:
- dependency-name: cssbundling-rails
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-22 17:26:09 +00:00
dependabot[bot] 8280b129f4
Merge pull request #1590 from Retrospring/dependabot/npm_and_yarn/typescript-eslint/parser-6.19.0 2024-01-22 17:25:39 +00:00
dependabot[bot] a7d3368479
Merge pull request #1589 from Retrospring/dependabot/npm_and_yarn/sass-1.70.0 2024-01-22 17:25:18 +00:00
dependabot[bot] 2b51719d5f
Merge pull request #1588 from Retrospring/dependabot/github_actions/tj-actions/changed-files-42 2024-01-22 17:24:55 +00:00
dependabot[bot] e35d77e162
Merge pull request #1585 from Retrospring/dependabot/bundler/jsbundling-rails-1.3.0 2024-01-22 17:23:42 +00:00
Georg Gadinger 56eca2b3a8
Merge pull request #1591 from Retrospring/jemalloc
build ruby with jemalloc
2024-01-22 18:08:56 +01:00
Georg Gadinger 3b395857af build ruby with jemalloc 2024-01-22 16:33:53 +01:00
Georg Gadinger 1c8911b859 update Ruby/Bundler/ruby-install 2024-01-22 16:33:20 +01:00
dependabot[bot] 1429d06933
Merge pull request #1587 from Retrospring/dependabot/bundler/bullet-7.1.6 2024-01-22 15:26:08 +00:00
dependabot[bot] 0257e6e37b
Merge pull request #1586 from Retrospring/dependabot/bundler/rubocop-1.60.1 2024-01-22 15:25:46 +00:00
dependabot[bot] 632ba6b90f
Merge pull request #1583 from Retrospring/dependabot/bundler/shoulda-matchers-6.1.0 2024-01-22 15:25:30 +00:00