0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 9 hours ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
This change ensures clean up of all child tables before doing a submit. This was causing problems with child records that simply have a foreign key because they were not being updated and would instead just end up with duplicate records. This will later probably check to see if the child table has a primary key seperate from the foriegn key and not delete them because this means that we will be able to update it properly later. For now this is good enough though. More... over 14 years ago
The Fey destination is now functional but ugly. For now self-referencing tables have been cut out of the fix. It should be relatively easy to add this in but this is certainly a good commit point. I will open a ticket in order to get this in place here shortly. More... over 14 years ago
The initial module for setting up a database in order to test out the fey modules. Just adding this now because some dumb changes are on there way so that I can get through initial testing. More... over 14 years ago
This is a strange commit point. Tried everything with a mocked schema and then realized i can't really pass that along. I am going to have to do a test that saves this in SQLLite just so I can pass through normal tests. Decided to submit this in case I need it for reference later, it's my repo I do what I want! More... over 14 years ago
This changes the extractor to only load a single plugin at a time. Having multiple plugins loaded does nothing and was causing hell for attribute requirements. If i need multiple plugins i will deal with it when i get there. More... over 14 years ago
Moving to Module::Build, it seems more shinier. More... over 14 years ago
The basics for extraction from Config::General files. More... over 14 years ago
this is horrible but just moving out of the way of pluggable More... over 14 years ago
temporarily black out fey code, causing problems More... over 14 years ago
Cleaning up the implantor plugin stuff, first round was a bit of a mess. More... over 14 years ago
Pluggable interface for destinations. Still a long way to go. More... over 14 years ago
Moved Extractor over to module pluggable interface, source drivers still need to be corrected and tested. More... over 14 years ago
first attempts that this will grow up to be a real CPAN module More... over 14 years ago
Removed the DESTROY method which was only there for initial tests. More... over 14 years ago
removing some obviously unneeded files More... over 14 years ago
should have put this from the start More... over 14 years ago
showing my cards More... over 14 years ago