Commit 547ae34
Split RabbitMQPlugin into ExtractorRoutingService and MessageService (#155)
* Initial split into services
* single MessageService file
* Add stubbed EventSinkService (using fake MessageService)
* Included an example of how to call EventSinkService from within an HTML template
* Wiring updates
* wiring for ExtractorRoutingService
* more wiring
* Sync to switch branches
* further wiring of new services
* more wiring
* enough updates to compile!
* add Singleton marker
* initialize factory to account for lack of onStart
* Filled out EventSinkService impl
* Adjust direct calls to Amplitude to use EventSinkService
* add noop for MessageService
* fix: cleanup commented out yucky code
* Added missing tracking for file uploads
* Remove direct usage of Amplitude Javascript SDK
* Fix logFileUploadEvent, starting to think about auth question
* add manual submission event
* Update RabbitMQMessageService.scala
* Fix failing test case / wrong package name
* Fix failing test case, revert package name change
* Parameterize exchange_type (default value is "topic")
* Removed old call to Amplitude. It was breaking the upload page. File div would disappear after upload even though the file was successfully added.
* Added rabbitmq info back to status. Created a getInfo() function to let the implementation specify what to use.
Might want to use the same pattern for future plugin -> services conversions.
Co-authored-by: Mike Lambert <[email protected]>
Co-authored-by: Luigi Marini <[email protected]>1 parent cf768e5 commit 547ae34
File tree
33 files changed
+2123
-1940
lines changed- app
- api
- controllers
- models
- services
- mongodb
- rabbitmq
- util
- views
- datasets
- extractions
- conf
- test
- integration/collections
- unit/extractions
33 files changed
+2123
-1940
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
55 | 56 | | |
56 | | - | |
| 57 | + | |
| 58 | + | |
57 | 59 | | |
58 | 60 | | |
59 | 61 | | |
| |||
606 | 608 | | |
607 | 609 | | |
608 | 610 | | |
609 | | - | |
610 | | - | |
611 | | - | |
| 611 | + | |
612 | 612 | | |
613 | 613 | | |
614 | 614 | | |
| |||
655 | 655 | | |
656 | 656 | | |
657 | 657 | | |
658 | | - | |
659 | | - | |
660 | | - | |
| 658 | + | |
661 | 659 | | |
662 | 660 | | |
663 | 661 | | |
| |||
739 | 737 | | |
740 | 738 | | |
741 | 739 | | |
742 | | - | |
743 | | - | |
744 | | - | |
745 | | - | |
| 740 | + | |
| 741 | + | |
746 | 742 | | |
747 | 743 | | |
748 | 744 | | |
| |||
2500 | 2496 | | |
2501 | 2497 | | |
2502 | 2498 | | |
2503 | | - | |
| 2499 | + | |
2504 | 2500 | | |
| 2501 | + | |
| 2502 | + | |
2505 | 2503 | | |
2506 | 2504 | | |
2507 | 2505 | | |
| |||
0 commit comments