Georg Gadinger
d5c1e66b1e
remove pg_search
2023-10-22 18:34:05 +02:00
Georg Gadinger
c14bae74d5
attempt to add pg_search
...
this commit is an attempt at building a search functionality using only
the stuff provided by postgresql
it is, unfortunately, painfully slow:
PgSearch::Document Load (7869.1ms) SELECT "pg_search_documents".* FROM "pg_search_documents" INNER JOIN (SELECT "pg_search_documents"."id" AS pg_search_id, (ts_rank((to_tsvector('simple', coalesce("pg_search_documents"."content"::text, ''))), (to_tsquery('simple', ''' ' || 'awoo' || ' ''')), 0)) AS rank FROM "pg_search_documents" WHERE ((to_tsvector('simple', coalesce("pg_search_documents"."content"::text, ''))) @@ (to_tsquery('simple', ''' ' || 'awoo' || ' ''')))) AS pg_search_ce9b9dd18c5c0023f2116f ON "pg_search_documents"."id" = pg_search_ce9b9dd18c5c0023f2116f.pg_search_id ORDER BY pg_search_ce9b9dd18c5c0023f2116f.rank DESC, "pg_search_documents"."id" ASC LIMIT $1 [["LIMIT", 10]]
2023-10-22 18:13:26 +02:00
dependabot[bot]
eff16f6074
Merge pull request #1385 from Retrospring/dependabot/bundler/haml-6.2.3
2023-10-16 10:46:36 +00:00
dependabot[bot]
6b6614ba13
Bump haml from 6.1.4 to 6.2.3
...
Bumps [haml](https://github.com/haml/haml ) from 6.1.4 to 6.2.3.
- [Release notes](https://github.com/haml/haml/releases )
- [Changelog](https://github.com/haml/haml/blob/main/CHANGELOG.md )
- [Commits](https://github.com/haml/haml/compare/v6.1.4...v6.2.3 )
---
updated-dependencies:
- dependency-name: haml
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-16 10:41:38 +00:00
dependabot[bot]
d4eabbe05f
Bump rubocop from 1.56.4 to 1.57.1
...
Bumps [rubocop](https://github.com/rubocop/rubocop ) from 1.56.4 to 1.57.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.56.4...v1.57.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-10-16 09:59:48 +00:00
Andreas Nedbal
ec05b3c062
Update hcaptcha
gem to forked version with fixed Turbo handling
2023-10-14 22:53:56 +02:00
dependabot[bot]
bf315baa6a
Bump openssl from 3.1.0 to 3.2.0
...
Bumps [openssl](https://github.com/ruby/openssl ) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/ruby/openssl/releases )
- [Changelog](https://github.com/ruby/openssl/blob/master/History.md )
- [Commits](https://github.com/ruby/openssl/compare/v3.1.0...v3.2.0 )
---
updated-dependencies:
- dependency-name: openssl
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-22 17:06:03 +00:00
dependabot[bot]
adc994f658
Bump jsbundling-rails from 1.1.2 to 1.2.1
...
Bumps [jsbundling-rails](https://github.com/rails/jsbundling-rails ) from 1.1.2 to 1.2.1.
- [Release notes](https://github.com/rails/jsbundling-rails/releases )
- [Commits](https://github.com/rails/jsbundling-rails/compare/v1.1.2...v1.2.1 )
---
updated-dependencies:
- dependency-name: jsbundling-rails
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-22 15:42:24 +00:00
dependabot[bot]
a997696570
Bump cssbundling-rails from 1.2.0 to 1.3.2
...
Bumps [cssbundling-rails](https://github.com/rails/cssbundling-rails ) from 1.2.0 to 1.3.2.
- [Release notes](https://github.com/rails/cssbundling-rails/releases )
- [Commits](https://github.com/rails/cssbundling-rails/compare/v1.2.0...v1.3.2 )
---
updated-dependencies:
- dependency-name: cssbundling-rails
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-18 09:53:34 +00:00
dependabot[bot]
14b3375d19
Merge pull request #1337 from Retrospring/dependabot/bundler/rubocop-rails-2.21.0
2023-09-13 20:55:01 +00:00
dependabot[bot]
3e856c44f2
Bump sprockets from 4.2.0 to 4.2.1
...
Bumps [sprockets](https://github.com/rails/sprockets ) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/rails/sprockets/releases )
- [Changelog](https://github.com/rails/sprockets/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rails/sprockets/compare/v4.2.0...v4.2.1 )
---
updated-dependencies:
- dependency-name: sprockets
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-11 09:52:19 +00:00
dependabot[bot]
990301f9a3
Bump rubocop-rails from 2.20.2 to 2.21.0
...
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails ) from 2.20.2 to 2.21.0.
- [Release notes](https://github.com/rubocop/rubocop-rails/releases )
- [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop/rubocop-rails/compare/v2.20.2...v2.21.0 )
---
updated-dependencies:
- dependency-name: rubocop-rails
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-11 09:52:03 +00:00
greyidol
e67704e38d
fix lint
2023-09-05 22:25:19 +02:00
greyidol
13f5d305f8
implement changes from review
2023-09-05 22:25:19 +02:00
greyidol
e082b0da6e
use .env and support SMTP configuration
2023-09-05 22:25:19 +02:00
dependabot[bot]
5e41ff8ff6
Bump rspec-sidekiq from 3.1.0 to 4.0.0
...
Bumps [rspec-sidekiq](https://github.com/wspurgin/rspec-sidekiq ) from 3.1.0 to 4.0.0.
- [Release notes](https://github.com/wspurgin/rspec-sidekiq/releases )
- [Changelog](https://github.com/wspurgin/rspec-sidekiq/blob/main/CHANGES.md )
- [Commits](https://github.com/wspurgin/rspec-sidekiq/compare/v3.1.0...v4.0.0 )
---
updated-dependencies:
- dependency-name: rspec-sidekiq
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-21 09:46:05 +00:00
dependabot[bot]
96d754e010
Bump rubocop from 1.55.1 to 1.56.0
...
Bumps [rubocop](https://github.com/rubocop/rubocop ) from 1.55.1 to 1.56.0.
- [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.55.1...v1.56.0 )
---
updated-dependencies:
- dependency-name: rubocop
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-14 09:51:18 +00:00
dependabot[bot]
659ee9abcf
Merge pull request #1288 from Retrospring/dependabot/bundler/prometheus-client-4.2.0
2023-07-31 15:59:30 +00:00
dependabot[bot]
92e0cde068
Bump rubocop from 1.54.1 to 1.55.1
...
Bumps [rubocop](https://github.com/rubocop/rubocop ) from 1.54.1 to 1.55.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.54.1...v1.55.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-07-31 09:55:10 +00:00
dependabot[bot]
7695b24a1a
Bump prometheus-client from 4.1.0 to 4.2.0
...
Bumps [prometheus-client](https://github.com/prometheus/client_ruby ) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/prometheus/client_ruby/releases )
- [Changelog](https://github.com/prometheus/client_ruby/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prometheus/client_ruby/compare/v4.1.0...v4.2.0 )
---
updated-dependencies:
- dependency-name: prometheus-client
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-31 09:54:33 +00:00
dependabot[bot]
a7bbc882d5
Merge pull request #1252 from Retrospring/dependabot/bundler/bcrypt-3.1.19
2023-07-11 22:46:02 +00:00
dependabot[bot]
ebefe1a220
Bump rubocop from 1.52.1 to 1.54.1
...
Bumps [rubocop](https://github.com/rubocop/rubocop ) from 1.52.1 to 1.54.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.52.1...v1.54.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-07-10 09:24:55 +00:00
dependabot[bot]
8656a5aa78
Bump bcrypt from 3.1.18 to 3.1.19
...
Bumps [bcrypt](https://github.com/codahale/bcrypt-ruby ) from 3.1.18 to 3.1.19.
- [Release notes](https://github.com/codahale/bcrypt-ruby/releases )
- [Changelog](https://github.com/bcrypt-ruby/bcrypt-ruby/blob/master/CHANGELOG )
- [Commits](https://github.com/codahale/bcrypt-ruby/compare/v3.1.18...v3.1.19 )
---
updated-dependencies:
- dependency-name: bcrypt
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-06-26 10:01:24 +00:00
dependabot[bot]
901f17347d
Bump cssbundling-rails from 1.1.2 to 1.2.0
...
Bumps [cssbundling-rails](https://github.com/rails/cssbundling-rails ) from 1.1.2 to 1.2.0.
- [Release notes](https://github.com/rails/cssbundling-rails/releases )
- [Commits](https://github.com/rails/cssbundling-rails/compare/v1.1.2...v1.2.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>
2023-06-26 09:57:44 +00:00
dependabot[bot]
57d1c37260
Bump rubocop-rails from 2.19.1 to 2.20.1
...
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails ) from 2.19.1 to 2.20.1.
- [Release notes](https://github.com/rubocop/rubocop-rails/releases )
- [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop/rubocop-rails/compare/v2.19.1...v2.20.1 )
---
updated-dependencies:
- dependency-name: rubocop-rails
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-06-19 09:57:30 +00:00
dependabot[bot]
5c2e72feb0
Bump rubocop from 1.51.0 to 1.52.0
...
Bumps [rubocop](https://github.com/rubocop/rubocop ) from 1.51.0 to 1.52.0.
- [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.51.0...v1.52.0 )
---
updated-dependencies:
- dependency-name: rubocop
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-06-05 10:00:22 +00:00
dependabot[bot]
00473bf8b8
Bump rubocop from 1.50.2 to 1.51.0
...
Bumps [rubocop](https://github.com/rubocop/rubocop ) from 1.50.2 to 1.51.0.
- [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.50.2...v1.51.0 )
---
updated-dependencies:
- dependency-name: rubocop
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-15 09:58:49 +00:00
dependabot[bot]
a2d8c84e69
Bump rubocop from 1.49.0 to 1.50.2
...
Bumps [rubocop](https://github.com/rubocop/rubocop ) from 1.49.0 to 1.50.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.49.0...v1.50.2 )
---
updated-dependencies:
- dependency-name: rubocop
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-04-17 09:56:46 +00:00
dependabot[bot]
8bd2248ba7
Bump rubocop-rails from 2.18.0 to 2.19.0
...
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails ) from 2.18.0 to 2.19.0.
- [Release notes](https://github.com/rubocop/rubocop-rails/releases )
- [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop/rubocop-rails/compare/v2.18.0...v2.19.0 )
---
updated-dependencies:
- dependency-name: rubocop-rails
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-04-10 09:58:40 +00:00
dependabot[bot]
d1b07a6526
Merge pull request #1161 from Retrospring/dependabot/bundler/devise-4.9.1
2023-04-03 13:17:03 +00:00
dependabot[bot]
fe2ac28fc9
Bump devise from 4.9.0 to 4.9.1
...
Bumps [devise](https://github.com/heartcombo/devise ) from 4.9.0 to 4.9.1.
- [Release notes](https://github.com/heartcombo/devise/releases )
- [Changelog](https://github.com/heartcombo/devise/blob/main/CHANGELOG.md )
- [Commits](https://github.com/heartcombo/devise/compare/v4.9.0...v4.9.1 )
---
updated-dependencies:
- dependency-name: devise
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-04-03 09:57:51 +00:00
dependabot[bot]
e4320ea9ac
Bump rubocop from 1.48.1 to 1.49.0
...
Bumps [rubocop](https://github.com/rubocop/rubocop ) from 1.48.1 to 1.49.0.
- [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.48.1...v1.49.0 )
---
updated-dependencies:
- dependency-name: rubocop
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-04-03 09:56:55 +00:00
dependabot[bot]
3295bf5b0d
Bump prometheus-client from 4.0.0 to 4.1.0
...
Bumps [prometheus-client](https://github.com/prometheus/client_ruby ) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/prometheus/client_ruby/releases )
- [Changelog](https://github.com/prometheus/client_ruby/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prometheus/client_ruby/compare/v4.0.0...v4.1.0 )
---
updated-dependencies:
- dependency-name: prometheus-client
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-27 09:57:26 +00:00
dependabot[bot]
cf7070d148
Bump rubocop from 1.47.0 to 1.48.1
...
Bumps [rubocop](https://github.com/rubocop/rubocop ) from 1.47.0 to 1.48.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.47.0...v1.48.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-03-13 09:57:35 +00:00
Georg Gadinger
2a9cb638d6
remove ruby-progressbar
2023-03-06 20:17:33 +01:00
dependabot[bot]
aba260d728
Bump rubocop from 1.45.1 to 1.47.0
...
Bumps [rubocop](https://github.com/rubocop/rubocop ) from 1.45.1 to 1.47.0.
- [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.45.1...v1.47.0 )
---
updated-dependencies:
- dependency-name: rubocop
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-03-01 15:17:27 +00:00
dependabot[bot]
8fb6989ee7
Bump rubocop-rails from 2.17.4 to 2.18.0
...
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails ) from 2.17.4 to 2.18.0.
- [Release notes](https://github.com/rubocop/rubocop-rails/releases )
- [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop/rubocop-rails/compare/v2.17.4...v2.18.0 )
---
updated-dependencies:
- dependency-name: rubocop-rails
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-27 09:15:56 +00:00
Georg Gadinger
bc6806aa89
initial metrics
2023-02-13 22:17:46 +01:00
dependabot[bot]
cbf4c80994
Bump rubocop from 1.44.1 to 1.45.1
...
Bumps [rubocop](https://github.com/rubocop/rubocop ) from 1.44.1 to 1.45.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.44.1...v1.45.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-02-13 10:00:10 +00:00
Karina Kwiatek
42a78cd286
Provide a way of using Redis for Rails cache
2023-02-12 18:18:38 +01:00
Karina Kwiatek
a59bd20456
Update carrierwave_backgrounder for compatibility with Sidekiq 7
2023-02-07 18:54:19 +01:00
dependabot[bot]
bb7588e7e1
Bump jwt from 2.6.0 to 2.7.0
...
Bumps [jwt](https://github.com/jwt/ruby-jwt ) from 2.6.0 to 2.7.0.
- [Release notes](https://github.com/jwt/ruby-jwt/releases )
- [Changelog](https://github.com/jwt/ruby-jwt/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jwt/ruby-jwt/compare/v2.6.0...v2.7.0 )
---
updated-dependencies:
- dependency-name: jwt
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-06 09:01:10 +00:00
Andreas Nedbal
a86dcde30a
Remove omniauth and twitter (sharing) related gems
...
`twitter-text` is still required to generate the shared post bodies
2023-02-05 21:54:51 +01:00
Georg Gadinger
0855dee294
update questiongenerator to 1.1.0
2023-01-31 23:18:48 +01:00
Georg Gadinger
18a150b969
update Sidekiq to 6
2023-01-31 14:27:25 +01: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]
b3166cbb46
Bump rubocop from 1.42.0 to 1.43.0
...
Bumps [rubocop](https://github.com/rubocop/rubocop ) from 1.42.0 to 1.43.0.
- [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.42.0...v1.43.0 )
---
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-16 09:01:40 +00:00
Andreas Nedbal
8b5271df69
Remove Webpacker
2023-01-08 12:19:45 +01:00
Andreas Nedbal
20e01d3a3f
Install and setup jsbundling-rails with esbuild
2023-01-08 12:19:45 +01:00
Georg Gadinger
66c4636ec3
downgrade mail gem to 2.7.1
2023-01-05 12:52:13 +01:00