discourse/script
Gerhard Schlager 2dd01c61b0 Improves the base importer
- Move some methods into their own classes in order to make it easier
  to reuse them outside of classes extending the base importer. For
  compatibility reasons the old methods are still in the base importer
  and delegate to the new objects. The following methods and hashes were
  extracted:
    - all the lookup maps for existing and imported data
    - all the methods used for uploads and attachments
- No need to store failed users and groups. This information wasn't
  used anyway.
- Print progress instead of category names when importing categories.
- Allow importers to override if bbcode_to_md should be used (until now
  it always used ARGV)
- Allow importers to add additional site settings that automatically get
  restored after the importer finishes.
- Show how many posts and messages are imported per minute. This should
  help detecting when the import is slowing down and needs to be
  restarted.
- Use max_image_width and max_image_height from settings instead of
  hard-coded values for uploaded images.
2015-07-16 15:28:42 +02:00
..
import_scripts Improves the base importer 2015-07-16 15:28:42 +02:00
alice.txt more progress towards live unread and new counts, unread message implemented, still to implement delete messages 2013-05-30 16:49:57 +10:00
bench.rb FEATURE: allow use of redis sentinel via redis_sentinels 2015-06-25 16:51:48 +10:00
diff_heaps.rb diff heaps used for memory leak detection 2014-02-17 10:44:37 +11:00
discourse FEATURE: move migrate_to_new_scheme into a background job 2015-06-12 12:07:57 +02:00
docker_test.rb Refactor: split out update process from docker test 2014-06-20 09:26:44 +10:00
git_badge_grant.rb Temporary, include git badge grant script, will be moved to a plugin 2014-04-14 16:07:53 +10:00
measure.rb typo correction 2015-03-04 19:31:55 +05:30
memstats.rb Mark all files with a shebang line as executable 2015-05-12 13:21:32 +02:00
micro_bench.rb micro bench template 2014-12-04 09:31:04 +11:00
nginx_analyze.rb improve analyzer to allow you to specify a limit in minutes 2015-06-26 13:37:05 +10:00
osx_dev Update rvm install command 2014-05-27 19:15:56 -05:00
profile_db_generator.rb FIX: official benchmark crashing while populating db 2014-11-11 10:28:17 +11:00
pull_translations.rb Fixes the language codes in the pull_translations script 2015-05-06 17:03:07 +02:00
rails turns out I should not have removed 2013-05-09 19:48:10 +10:00
redis_memory.rb simple redis memory analysis script 2015-07-10 09:00:01 +10:00
require_profiler.rb add descriptive comment 2013-07-16 15:44:38 +10:00
test_email_settings.rb Mark all files with a shebang line as executable 2015-05-12 13:21:32 +02:00
test_mem.rb memory profiling script 2013-11-28 12:40:10 +11:00
user_simulator.rb add a tombstone for extra safety 2013-11-27 22:05:11 +01:00
version_bump.rb Mark all files with a shebang line as executable 2015-05-12 13:21:32 +02:00