discourse/script
Krzysztof Kotlarek 93ff54e184
FIX: improvements for vanilla bulk import (#10212)
Adjustments to the base:
1. PG connection doesn't require host - it was broken on import droplet
2. Drop `topic_reply_count` - it was removed here - https://github.com/discourse/discourse/blob/master/db/post_migrate/20200513185052_drop_topic_reply_count.rb
3. Error with `backtrace.join("\n")` -> `e.backtrace.join("\n")`
4. Correctly link the user and avatar to quote block

Adjustments to vanilla:
1. Top-level Vanilla categories are valid categories
2. Posts have `format` column which should be used to decide if the format is HTML or Markdown
3. Remove no UTF8 characters
4. Remove not supported HTML elements like `font` `span` `sub` `u`
2020-07-14 15:58:27 +10:00
..
benchmarks
bulk_import FIX: improvements for vanilla bulk import (#10212) 2020-07-14 15:58:27 +10:00
demon_test
import_scripts DEV: couple bug fixes in getsatisfaction importer 2020-07-06 17:41:28 +02:00
.gitignore
alice.txt
analyze_sidekiq_queues.rb
bench.rb DEV: Update facter usage 2020-06-01 05:50:49 +02:00
biggest_objects.rb
boot_mem.rb
cache_critical_dns
check_forking.rb
compile_hbs.rb Rename the server side widget hbs compiler 2020-03-27 12:06:14 -04:00
copyright-deposit Add script for compiling copyright deposits (#9646) 2020-05-06 12:51:45 -04:00
diff_heaps.rb
discourse
docker_test.rb Revert "DEV: Remove the remaining ENV["TRAVIS"] usage (#10041)" 2020-06-16 19:42:00 +02:00
downsize_uploads.rb FIX: Improvements and fixes to the image downsizing script (#9950) 2020-06-11 14:47:59 +02:00
i18n_lint.rb DEV: Check English locale for errors in CI 2020-06-03 21:54:58 +02:00
json_to_rswag.rb DEV: api documentation updates (#9612) 2020-05-11 13:06:49 -06:00
measure.rb
memory-analysis
memstats.rb
micro_bench.rb
mwrap_sidekiq
plugin-translations.rb DEV: Update rubocop-discourse (#9270) 2020-03-26 16:32:41 +01:00
profile_db_generator.rb
pull_translations.rb
push_translations.rb
rails
redis_memory.rb
require_profiler.rb
switch_container_ruby
test_email_settings.rb
test_hbs_compiler.rb Rename the server side widget hbs compiler 2020-03-27 12:06:14 -04:00
test_mem.rb
test_memory_leak.rb
test_pretty_text.rb
thread_detective.rb
user_simulator.rb
version_bump.rb