Commit Graph

14 Commits

Author SHA1 Message Date
436b3b392b DEV: Apply syntax_tree formatting to script/* 2023-01-09 11:13:22 +00:00
0f3c3bc309 Make import scripts work with frozen strings 2019-05-30 22:22:24 +02:00
c70d0c6659 Use an invalid domain for fake email addresses in importers 2019-05-30 22:22:24 +02:00
30990006a9 DEV: enable frozen string literal on all files
This reduces chances of errors where consumers of strings mutate inputs
and reduces memory usage of the app.

Test suite passes now, but there may be some stuff left, so we will run
a few sites on a branch prior to merging
2019-05-13 09:31:32 +08:00
3c9c95ac83 Update Rubocop to 0.60 2018-12-04 10:48:16 +01:00
9248ad1905 DEV: Enable Style/SingleLineMethods and Style/Semicolon in Rubocop (#6717) 2018-12-04 11:48:13 +08:00
5012d46cbd Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
4ba99bcc04 FIX: Attachments can be not found 2016-08-23 19:58:46 +02:00
566ecae0db FIX: Update Nabble importer to use Email.Receiver new API
Email.Receiver API changed in 30836573587079c5e663d7b3122957fc8c70dafe
2016-08-22 14:04:01 +02:00
455efe9eb2 Extended Nabble importer functionality 2016-01-03 15:26:12 -05:00
821124f3fd FEATURE: Skip batches if all records exist
Update all import scripts to take advantage of all_records_exist?
2015-09-21 17:13:02 -07:00
33a5fce124 Importer for mbox format 2015-07-23 18:37:40 -04:00
c6cd1928be Simple "cook" for email imports from mailing lists 2015-06-05 11:46:36 -04:00
ab50d039bb Importer for nabble 2015-05-22 15:41:26 -04:00