Commit Graph

4411 Commits

Author SHA1 Message Date
Georg Gadinger 8f3973bbff Containerfile: turn `SECRET_KEY_BASE` at build-time into a buildarg
this is to not have `SECRET_KEY_BASE` present in the resulting container
as it's only required to run some rake tasks
2023-02-04 07:14:14 +01:00
Georg Gadinger f14c0f1f83 Containerfile: always log to stdout 2023-02-04 07:13:24 +01:00
Georg Gadinger 1f4a92b6d4 allow log levels to be configurable via ENV 2023-02-04 07:07:43 +01:00
Georg Gadinger cb064e8acf
Merge pull request #1042 from Retrospring/official-containers
add Containerfile to be used for running Retrospring
2023-02-03 23:52:40 +01:00
Georg Gadinger 0e1432f1a0 add Containerfile 2023-02-02 15:48:04 +01:00
Karina Kwiatek c40a1a4997
Merge pull request #1040 from Retrospring/fix/n+1-notification-type-counters
Prevent 𝑛+1 for notification type counters
2023-02-02 12:09:06 +01:00
Karina Kwiatek 05a90987cd
Merge pull request #1037 from Retrospring/fix/pre-load-mutes
Pre-load own mute relationships in follow lists
2023-02-02 12:07:58 +01:00
Karina Kwiatek 1df6bcfd52
Merge pull request #1039 from Retrospring/bugfix/eagerly-load-services 2023-02-02 12:00:41 +01:00
Karina Kwiatek 40f7f8f525 Eager load notification targets 2023-02-02 11:03:27 +01:00
Karina Kwiatek 80e312eb3b Appease the dog overlords 2023-02-02 10:38:41 +01:00
Karina Kwiatek 81a6c6ac55 Prevent 𝑛+1 for notification type counters 2023-02-02 00:55:31 +01:00
Andreas Nedbal 7d91c0349a Eagerly load services in action to prevent n+1 query 2023-02-02 00:44:42 +01:00
Karina Kwiatek 825454bbae Fix incorrect type local in followers endpoint 2023-02-01 23:34:33 +01:00
Karina Kwiatek 603e9c501e Pre-load own mute relationships in follow lists 2023-02-01 23:21:09 +01:00
dependabot[bot] da711dcfd4
Merge pull request #1019 from Retrospring/dependabot/bundler/bootsnap-1.16.0 2023-02-01 04:10:49 +00:00
dependabot[bot] b8648d9998
Bump bootsnap from 1.15.0 to 1.16.0
Bumps [bootsnap](https://github.com/Shopify/bootsnap) from 1.15.0 to 1.16.0.
- [Release notes](https://github.com/Shopify/bootsnap/releases)
- [Changelog](https://github.com/Shopify/bootsnap/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Shopify/bootsnap/compare/v1.15.0...v1.16.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-01 04:07:20 +00:00
Georg Gadinger f6cabcce04
Merge pull request #1033 from Retrospring/question-generator
update QuestionGenerator to 1.1.0, provide our own questions db
2023-02-01 05:06:18 +01:00
Andreas Nedbal 3c263db45c Use Redis 6 in Docker setup 2023-01-31 23:25:44 +01:00
Georg Gadinger 3f0e690f28 provide our own default questions file independent from the questiongenerator gem 2023-01-31 23:22:21 +01:00
Georg Gadinger 0855dee294 update questiongenerator to 1.1.0 2023-01-31 23:18:48 +01:00
Karina Kwiatek 8deb78b548 Bump version to 2023.0131.1 2023-01-31 23:15:13 +01:00
Karina Kwiatek 257c60af38
Merge pull request #1031 from Retrospring/fix/pass-services-to-question-generate-frame
Pass user services for question generate turbo frame
2023-01-31 23:12:09 +01:00
Karina Kwiatek d08198668b Pass user services for question generate turbo frame 2023-01-31 23:10:51 +01:00
Karina Kwiatek 7e83c1551c Bump version to 2023.0131.0 2023-01-31 22:17:19 +01:00
Karina Kwiatek 2a59973441
Merge pull request #1028 from Retrospring/feature/health-files
Add some more community health files
2023-01-31 22:16:11 +01:00
Karina Kwiatek 279ed82d6a
Merge pull request #1029 from Retrospring/fix/relationship-list-n+1
Prevent 𝑛+1 on follower/following lists
2023-01-31 22:15:32 +01:00
Andreas Nedbal d442324d3e
Apply suggestions from code review
Co-authored-by: Karina Kwiatek <6197148+raccube@users.noreply.github.com>
2023-01-31 21:46:11 +01:00
Andreas Nedbal 184cd680eb Apply review suggestion 2023-01-31 21:45:16 +01:00
Karina Kwiatek a532f7059b
Merge pull request #1030 from Retrospring/update-sidekiq
update Sidekiq to 6
2023-01-31 21:40:32 +01:00
Georg Gadinger 18a150b969 update Sidekiq to 6 2023-01-31 14:27:25 +01:00
Karina Kwiatek 226cd10fbc Appease the dog overlords 2023-01-31 14:01:21 +01:00
Karina Kwiatek 8520dbc4b9 De-duplicate relationship pagination logic 2023-01-31 13:59:05 +01:00
Karina Kwiatek 83eeabb525 Use locals for own relationships 2023-01-31 13:46:09 +01:00
Karina Kwiatek 2517b1330a
Merge pull request #1017 from Retrospring/feature/raised-texts
Add new raised text and raised accent text theme fields
2023-01-31 12:57:15 +01:00
Karina Kwiatek 51e15ef195 Appease the dog overlords 2023-01-31 12:30:58 +01:00
Karina Kwiatek 1b6eafd2d1 Prevent 𝑛+1 on follower/following lists 2023-01-31 12:25:55 +01:00
Andreas Nedbal 87aac34f16 Move raised content theming section below general 2023-01-31 08:28:08 +01:00
Andreas Nedbal d991188c19 Add security policy 2023-01-30 22:07:36 +01:00
Andreas Nedbal e5f0c2f61a Add issue templates 2023-01-30 22:07:09 +01:00
Georg Gadinger 2008fe28fa
Merge pull request #1027 from Retrospring/fix-error-page
fix image in 502 page
2023-01-30 17:34:56 +01:00
Georg Gadinger e723fe3d68 fix image in 502 page 2023-01-30 17:34:17 +01:00
dependabot[bot] 1c4de24d4c
Merge pull request #1023 from Retrospring/dependabot/npm_and_yarn/esbuild-0.17.5 2023-01-30 09:28:55 +00:00
dependabot[bot] 339c85b331
Merge pull request #1024 from Retrospring/dependabot/bundler/rails-6.1.7.2 2023-01-30 09:26:32 +00:00
dependabot[bot] d72966fcec
Bump rails from 6.1.7.1 to 6.1.7.2
Bumps [rails](https://github.com/rails/rails) from 6.1.7.1 to 6.1.7.2.
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](https://github.com/rails/rails/compare/v6.1.7.1...v6.1.7.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-30 09:23:09 +00:00
dependabot[bot] 8f495c0a5f
Merge pull request #1025 from Retrospring/dependabot/bundler/rubocop-1.44.1 2023-01-30 09:21:58 +00:00
dependabot[bot] fa6de0cf1d
Merge pull request #1022 from Retrospring/dependabot/bundler/haml_lint-0.45.0 2023-01-30 09:21:27 +00:00
dependabot[bot] 0f141ac5a8
Merge pull request #1021 from Retrospring/dependabot/bundler/fog-aws-3.16.0 2023-01-30 09:21:07 +00:00
dependabot[bot] 4b694aefac
Merge pull request #1020 from Retrospring/dependabot/bundler/redcarpet-3.6.0 2023-01-30 09:20:35 +00:00
dependabot[bot] 6bfb6049eb
Bump rubocop from 1.43.0 to 1.44.1
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.43.0 to 1.44.1.
- [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.43.0...v1.44.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-30 09:04:10 +00:00
dependabot[bot] 1432adde8c
Bump esbuild from 0.17.4 to 0.17.5
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.17.4 to 0.17.5.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.17.4...v0.17.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-30 09:02:55 +00:00