eiffel-community / simple-event-sender

Apache License 2.0
5 stars 0 forks source link

missing EiffelArtifactDeployedEvent in linkRequirements.js #93

Open dsanti5 opened 9 months ago

dsanti5 commented 9 months ago

As title says, EiffelArtifactDeployedEvent is missing definition inside linkRequirements.js After adding it manually it worked.

e-backmark-ericsson commented 9 months ago

@dsanti5 , thanks for reporting this issue!

Are you using the Simple event sender? We have been under the impression that no one is using this service and therefore we're considering to archive it as we don't have any active maintainers for it.

Please let us know more about your interest in this service.

dsanti5 commented 8 months ago

Hi Emil, yes I used it for some prototyping. There were so many issues that I decided to fork it and published it inside my repo. https://github.com/dsanti5/simple_event_sender

e-backmark-ericsson commented 8 months ago

Ok. Thanks for the info.

We'll keep the simple event sender non-archived for some more time then. Please let us know if you succeed to use it and whether you see major benefits of using it compared to using REMReM.

dsanti5 commented 8 months ago

The reason why I used it compared to other solutions was frontend for demo purposes. Since I have it forked, feel free to archive it. Not sure if there are any more users.

e-backmark-ericsson commented 8 months ago

Well, it would be great to have your updates published upstream. You never know when someone else comes here and looks for a similar tool and then it's best if it's somewhat up to date.

dsanti5 commented 8 months ago

Ahh too many hardcoded things and not that much time to fix and test it all. Anyhow, here is the diff which would be helpful to anyone starting with it. https://github.com/dsanti5/simple_event_sender/commit/1619e86a7db453b75cf8679539d5895ec26907cf

e-backmark-ericsson commented 8 months ago

Thanks!