discourse/lib/tasks
David Taylor 0e87f882a7
DEV: Use discourse image for postgres in GitHub Actions (#15291)
The discourse base image already contains a postgres installation, so pulling a separate postgres image is a little wasteful. Using the copy of Postgres in the discourse image saves about 20 seconds on every GitHub actions run.

This commit sets up Postgres with a few performance-improving flags, which we were already using for the `rake docker:test` task (used on our internal CI system).
2021-12-14 17:20:06 +00:00
..
add_topic_to_quotes.rake
admin.rake DEV: Hash tokens stored from email_tokens (#14493) 2021-11-25 09:34:39 +02:00
annotate.rake DEV: Add annotate rake tasks, and enforce via GitHub actions 2021-07-06 10:11:06 +01:00
api.rake
assets.rake DEV: Remove yarn install during assets:precompile (#14166) 2021-08-26 19:14:50 +01:00
auto_annotate_models.rake DEV: Allow annotations to work in symlinked plugins, add binstub (#13635) 2021-07-05 15:43:10 +01:00
autospec.rake DEV: Correct typos and spelling mistakes (#12812) 2021-05-21 11:43:47 +10:00
avatars.rake
backfill.thor
bookmarks.rake DEV: Ignore bookmarks.topic_id column and remove references to it in code (#14289) 2021-09-15 10:16:54 +10:00
categories.rake FIX: rake categories:move_topics shouldn't move category description topic (#14797) 2021-11-03 11:27:51 +08:00
cdn.rake DEV: Fix rubocop issues (#14715) 2021-10-27 11:39:28 +03:00
db.rake Revert "DEV: increase lock timeout for multisite migration (#14831)" (#14883) 2021-11-11 16:16:53 +03:00
destroy.rake
dev.rake DEV: move discourse_dev gem to the core. (#13360) 2021-06-14 20:34:44 +05:30
docker.rake DEV: Use discourse image for postgres in GitHub Actions (#15291) 2021-12-14 17:20:06 +00:00
emails.rake DEV: Report message-id, skip reason in rake email:test (#13674) 2021-07-09 11:14:18 -07:00
emoji.rake UX: add more search aliases for emojis. (#14768) 2021-11-17 11:54:43 +01:00
export.rake
groups.rake
i18n.rake DEV: Update i18n:check rake task to detect invalid Markdown links (#13728) 2021-07-14 13:26:12 +02:00
images.rake
import.rake FEATURE: Add last visit indication to topic view page. (#13471) 2021-07-05 14:17:31 +08:00
incoming_emails.rake
integration.rake DEV: Remove hints of jshint (#14828) 2021-11-08 09:12:37 +08:00
javascript.rake DEV: uses forked Mousetrap to avoid leaking listeners (#14198) 2021-09-08 14:48:13 +02:00
log.rake
maxminddb.rake
plugin.rake
populate.rake FEATURE: Add post edits count to user activity (#13495) 2021-08-02 10:15:53 -04:00
populate.thor
posts.rake FIX: LocalJumpError in rake tasks (#14874) 2021-11-10 16:53:55 +01:00
qunit.rake DEV: Make legacy ember tests less likely to fail (#15147) 2021-12-01 19:30:33 +01:00
redis.rake FIX: LocalJumpError in rake tasks (#14874) 2021-11-10 16:53:55 +01:00
release_note.rake DEV: Update Plugin Release Notes heading format (#14218) 2021-09-02 11:08:31 +08:00
rspec.rake
s3.rake FIX: LocalJumpError in rake tasks (#14874) 2021-11-10 16:53:55 +01:00
scheduler.rake
search.rake
site_settings.rake
site.rake FIX: Make site tasks work with duplicated uploads (#13972) 2021-08-18 15:57:31 +03:00
smoke_test.rake DEV: Move chrome binary check into a shared lib (#13451) 2021-06-21 13:28:48 +10:00
svg_icons.rake
tags.rake
themes.rake FIX: Skip themes that have blank URL in the themes:update rake task (#15156) 2021-12-01 19:57:36 +03:00
topics.rake FIX: LocalJumpError in rake tasks (#14874) 2021-11-10 16:53:55 +01:00
turbo.rake
typepad.thor
uploads.rake FIX: fix error message for fix_missing_s3 rake task (#13661) 2021-07-07 19:59:03 +05:30
users.rake