-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- separate business logic in Module Datacollector: -- collector.rb: file/folder crawler for a given device -- correspondence.rb: set the sender and recipient encompass AR Model logic to create the attachments into the proper containers -- configuration.rb: validate the datacollector device config also instantiate the SFTP client if applicable -- collector_file: file/folder class for basic file operations independent of whether the file is on local fs or over sftp - AdminApi device connection testing: -- now rely on Datacollector::Configuration - mailcollector and configuration - DRY dev seeds for devices to use spec/factories * feat(UI): add a `disabled` option in the collector method to allow keeping the config while disabling collection for the device
- Loading branch information
Showing
54 changed files
with
2,205 additions
and
1,271 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.