PluralKit/PluralKit.Core
Noko 96b03495a4 Fix import from Tupperbox regression defect (#137)
* Fix bulk importer parameter and remove unused method

-Fixes AddSwitchesBulk post-refactor by passing in the switch timestamp instead of a set of PKMembers
-Removes unused RegisterSwitches method which was replaced by AddSwitchesBulk

* Fix import from Tupperbox regression defect

When converting a Tupperbox import file to the PluralKit format on import, this sets the Tupper's name as the member ID which seems like a reasonable default. I'm also initializing the switches collection (even though it's going to be empty in this case).

This fixes a regression defect introduced when switch import was implemented.

* Making converted Tupper DataFileMember Id a GUID instead

Member names aren't necessarily unique (even if they should be), and no reason not to use something we know will be unique...
2019-10-29 08:41:44 +01:00
..
CoreConfig.cs Add basic logging framework 2019-07-18 17:13:42 +02:00
CoreMetrics.cs Instrument and log database queries 2019-08-12 02:05:30 +02:00
DataFiles.cs Fix import from Tupperbox regression defect (#137) 2019-10-29 08:41:44 +01:00
db_schema.sql Added indexes to support frontpercent query changes 2019-10-05 15:30:55 -05:00
Limits.cs Added max member count to limits 2019-10-20 02:16:57 -05:00
Models.cs Remove preemptive warning messages for unproxyable members 2019-10-27 21:57:31 +01:00
PluralKit.Core.csproj Update D.NET version and add bulk deletion support 2019-07-21 17:16:04 +02:00
Schema.cs Add basic API, only with system endpoints 2019-07-09 20:39:29 +02:00
Stores.cs Refactor log channel storage 2019-10-27 23:01:20 +01:00
TaskUtils.cs refactor project structure 2019-05-08 00:06:27 +02:00
Utils.cs Reduce the log level of various common events 2019-10-27 23:44:27 +01:00