Commit graph

198 commits

Author SHA1 Message Date
Georg Gadinger
8a055341c8 add metrics for sidekiq 2023-02-14 05:31:54 +01:00
Georg Gadinger
b937a10096 add some more metrics for answers and comments 2023-02-13 22:24:52 +01:00
Georg Gadinger
64adbb5707 allow /metrics to be reached from private subnets only
this commit is not approved by the IPv6 crowd.  patches welcome
2023-02-13 22:17:46 +01:00
Georg Gadinger
9fadeea3fe rubodog 2023-02-13 22:17:46 +01:00
Georg Gadinger
bc6806aa89 initial metrics 2023-02-13 22:17:46 +01:00
Karina Kwiatek
736ca4d6b0 Use a policy for pinning/unpinning 2023-02-12 20:19:50 +01:00
Karina Kwiatek
baea942975 Add check for pinning when the answer is already pinned 2023-02-12 20:19:50 +01:00
Karina Kwiatek
438884e13a Add trailing commas (lint) 2023-02-12 20:19:50 +01:00
Karina Kwiatek
410d9b5d8e Implement unpinning answers 2023-02-12 20:19:50 +01:00
Karina Kwiatek
ed4ec98455 Add use case for pinning answers 2023-02-12 20:19:50 +01:00
Karina Kwiatek
8deb78b548 Bump version to 2023.0131.1 2023-01-31 23:15:13 +01:00
Karina Kwiatek
7e83c1551c Bump version to 2023.0131.0 2023-01-31 22:17:19 +01:00
Karina Kwiatek
420627f3ad Bump version to 2023.0127.0 2023-01-27 17:28:13 +01:00
Karina Kwiatek
bd142b89e5 Bump version to 2023.0123.0 2023-01-23 09:38:26 +01:00
Karina Kwiatek
3135f333e6 Bump version to 2023.0122.0 2023-01-22 12:47:31 +01:00
Karina Kwiatek
e16f4b49e0 Bump version to 2023.0113.2 2023-01-13 19:15:18 +01:00
Karina Kwiatek
9503ec7527 Bump version to 2023.0113.1 2023-01-13 17:39:43 +01:00
Karina Kwiatek
7b91c5e225 Bump version to 2023.0113.0 2023-01-13 17:07:27 +01:00
Karina Kwiatek
c919b4913f
Merge branch 'main' into feature/long-questions 2023-01-11 22:24:58 +01:00
Georg Gadinger
1ef9fadf69 add specs for version bump rake task 2023-01-11 21:18:07 +01:00
Karina Kwiatek
8bff5f6494 Bump version to 2023.0111.0 2023-01-11 12:37:11 +01:00
Andreas Nedbal
00e677886f Prevent global anon blocks blocking every anon question with a user 2023-01-11 01:47:32 +01:00
Karina Kwiatek
3a6814b908 Respect allow long questions setting 2023-01-08 14:03:54 +01:00
Georg Gadinger
b6121b16f0
Merge pull request #929 from Retrospring/locale-gen
re-enable locale switching, add rake task to generate testing locales
2023-01-06 12:47:49 +00:00
Georg Gadinger
68f5fad5f8 tasks/locale: add some more substitutions
Co-authored-by: Karina Kwiatek <kjk@kjk.dog>
2023-01-06 13:00:30 +01:00
Georg Gadinger
bbdc3ac652 tasks/locale: define substituted characters in a hash
reducing code by adding moar!
2023-01-06 12:56:20 +01:00
Georg Gadinger
6dbed2a43a add rake task to generate testing locales 2023-01-05 15:19:41 +01:00
Karina Kwiatek
992f31676c Bump version to 2023.0105.2 2023-01-05 14:34:57 +01:00
Karina Kwiatek
00d25c0aff Bump version to 2023.0105.1 2023-01-05 12:54:25 +01:00
Karina Kwiatek
95f0ad5779 Bump version to 2023.0105.0 2023-01-05 12:34:00 +01:00
Karina Kwiatek
45ceb27795 Bump version to 2023.0102.1 2023-01-02 13:53:52 +01:00
Karina Kwiatek
d403cdde75 Prevent error when creating questions
This error didn't prevent the question from being sent.
2023-01-02 13:51:02 +01:00
Karina Kwiatek
7ffd07a959 Bump version to 2023.0102.0 2023-01-02 13:07:10 +01:00
Karina Kwiatek
cc1c262256
Merge pull request #678 from Retrospring/feature/webpush
WebPush support
2023-01-02 11:57:34 +00:00
Karina Kwiatek
8178d75a57 Add use cases for creating and destroying mute rules 2023-01-02 12:45:35 +01:00
Karina Kwiatek
ee9c48fd06 Clean up question create use case 2023-01-02 11:50:48 +01:00
Karina Kwiatek
10c224b2fe Address review comments from @nilsding
Co-authored-by: nilsding <nilsding@nilsding.org>
2023-01-02 11:50:48 +01:00
Karina Kwiatek
062e293607 Fix missing namespace qualifier for Rpush 2023-01-02 11:50:48 +01:00
Karina Kwiatek
93d4af3f0d Deduplicate notification sending logic and replace placeholder string 2023-01-02 11:50:47 +01:00
Karina Kwiatek
8b98c278da Send push notifications on question create 2023-01-02 11:50:47 +01:00
Georg Gadinger
86441cda57 rubodog 2023-01-02 09:24:34 +01:00
Georg Gadinger
9d38292d4a question/create_followers: fix incrementing asked_count 2023-01-02 09:20:59 +01:00
Andreas Nedbal
00959a8645 add exporting of mute relationships 2023-01-01 22:42:50 +01:00
Andreas Nedbal
8017d97784 Don't receive questions from muted users 2023-01-01 22:42:50 +01:00
Andreas Nedbal
409c8372ba Add mute action support in user action handler 2023-01-01 22:42:50 +01:00
Andreas Nedbal
361b8df798 Add mute relationship and user methods 2023-01-01 22:42:50 +01:00
Georg Gadinger
6e30bc73cf let Zeitwerk handle the requiring of data export use cases 2022-12-29 20:57:28 +01:00
Georg Gadinger
6e54b4daba remove requires for types
autoloaded by zeitwerk
2022-12-29 20:57:28 +01:00
Georg Gadinger
fb07eda972 remove errors 2022-12-29 20:57:28 +01:00
Georg Gadinger
9413d23a02 let Zeitwerk autoload the lib/ directory
this also allows the UseCase classes to be hot reloaded in dev 🎉

- remove use_case requires (except for the exporter as Zeitwerk
  doesn't know about the subclasses)
- move version.rb to lib/retrospring so that Zeitwerk knows where
  to find Retrospring::Version
2022-12-29 20:57:28 +01:00