discourse/lib/tasks
Rishabh 97e17fe084 FIX: Use ENV values instead of 'S3Helper.s3_options' in migrate_to_s3
This commit makes the rake task operational for all regions for s3. If we declare s3_endpoint as https://s3.amazonaws.com while
creating an instance of Aws::S3::Client, head_bucket fails for all s3 regions apart from us-east-1. The commit manually defines all
parameters for Aws::S3::Client apart from s3_endpoint to bypass this problem make this task usable for AWS S3.

Removing s3_endpoint from the payload means that custom endpoints like Minio/DO Spaces for will not work in the meantime and we'll
have to add support for a custom `s3_endpoint` in the future.

This commit follows up on 60790eb0.
2019-01-20 20:55:27 +05:30
..
add_topic_to_quotes.rake
admin.rake DEV: allow creating users with random passwords via rake 2018-12-18 11:43:16 +08:00
api.rake
assets.rake Prefer `Process.clock_gettime` over `Time.now`. 2018-10-05 10:25:52 +08:00
auto_annotate_models.rake Update Rubocop to 0.60 2018-12-04 10:48:16 +01:00
autospec.rake
avatars.rake
backfill.thor
build.rake
build_test_topic.rake
categories.rake make rubocop happy 2018-08-16 14:03:46 +05:30
cdn.rake
db.rake DEV: remove exec_sql and replace with mini_sql 2018-06-19 16:13:36 +10:00
destroy.rake FIX: Allow `rake destroy:topics` to delete topics in sub-categories 2018-09-10 12:52:14 +01:00
docker.rake DEV: run "yarn install" before lint tests 2019-01-17 14:17:44 -05:00
emails.rake FIX: improve rake emails:test task 2019-01-17 13:41:10 +11:00
emoji.rake FEATURE: emoji 11.0 "recently added" update (#6275) 2018-08-16 11:59:45 +02:00
export.rake
i18n.rake Adds a check for invalid message formats to rake i18n:check 2018-09-06 17:27:17 +02:00
images.rake
import.rake FEATURE: add a rake task to recalculate user stats post_count and topic_count 2018-07-05 10:38:46 -04:00
integration.rake
javascript.rake DEV: Use yarn to manage Highlight.js dependency 2019-01-14 12:46:35 -05:00
maxminddb.rake DEV: Use DiscourseIpInfo for all IP queries. (#6482) 2018-10-30 22:08:57 +00:00
plugin.rake Run specs on discourse-prometheus-alert-receiver 2018-10-17 15:32:57 +11:00
populate.thor
posts.rake Fix the rake task and importer instead 2018-10-17 16:48:09 +02:00
qunit.rake DEV: Move `run-qunit.js` out of the vendor directory 2018-12-03 16:16:37 +00:00
redis.rake
release_note.rake
rspec.rake
s3.rake FIX: upload method in S3Helper will expect a file object param 2019-01-04 15:30:45 +05:30
scheduler.rake DEV: nuke code dependent comments from scheduler.rake 2018-12-10 16:16:19 +05:30
search.rake
site_settings.rake Exit with an error if there are errors with settings import (#6475) 2018-10-11 15:57:57 +08:00
smoke_test.rake
svg_icons.rake Upgrade to FontAwesome 5 (take two) (#6673) 2018-11-26 16:49:57 -05:00
tags.rake new rake task to bulk tag all topics in a category 2018-08-16 13:56:57 +05:30
topics.rake FEATURE: Terms of Service v1.0.0 2018-11-21 00:45:16 +01:00
typepad.thor Enable `Lint/ShadowingOuterLocalVariable` for Rubocop. 2018-09-04 10:16:42 +08:00
uploads.rake FIX: Use ENV values instead of 'S3Helper.s3_options' in migrate_to_s3 2019-01-20 20:55:27 +05:30
user_actions.rake
users.rake FIX: list staff users within the last month 2019-01-14 10:29:00 -05:00