Skip to content

First release

Compare
Choose a tag to compare
@aardkronkel aardkronkel released this 28 Mar 08:22
· 20 commits to master since this release
51323de

First release after initial test phase.

  • Renamed hpc-qaas to hcp-webhook:

    • rename the repository to hpc-webhook
    • rename the server to webhook.dccn.nl
    • use .webhooks folder instead of .qaas folder
    • remove all references to qaas from the server code
    • remove all references to qaas from the client code (hpcutil webhook ...)
    • remove all references to qaas from the documentation (readme, instructions, etc._))
  • Introduce constants PayloadName, ScriptName and WebhooksWorkDir

  • Return correct webhook payload URL e.g.
    https://hpc-webhook.dccn.nl:443/webhook/550e8400-e29b-41d4-a716-446655440005
    instead of
    https://hpc-webhook.dccn.nl:443/550e8400-e29b-41d4-a716-446655440005 (i.e. with /webhook)

  • Return 405 Method not allowed message when invalid HTTP method is used
    (instead of returning 404 Not Found)