notification_services_spec.rb #2

  • //
  • guest/
  • tjuricek/
  • p4ws/
  • notification_services/
  • notification_services/
  • spec/
  • notification_services_spec.rb
  • Commits
# Change User Description Committed
#2 15791 tjuricek Removing very old p4ws branch
#1 13266 tjuricek Reorganized depot to avoid stream/main in path.

This may be re-imported.
//guest/tjuricek/p4ws/stream/main/notification_services/notification_services/spec/notification_services_spec.rb
#2 13179 tjuricek Initial implementation of change-commit notification services.

Set up a new database just for storing webhook configuration for the notification services.

It uses the stable version of Resque, which needs to be evaluated in more detail. This should be easier for an admin to monitor than something like Sidekiq, but performance evaluation needs to happen before production release.

No automated tests yet, that will rely upon a Phoenix notification mechanism existing first.
#1 13177 tjuricek Add a basic notification_services endpoint that can setup a trigger entry and accept basic POST requests.