-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
knollfear/bcda-710 Adding 410 (gone) response code to old jobs (#151)
* Adding 410 (gone) response code to old jobs, archived jobs and expired jobs. * Using GetJobTimeout() instead of constant to allow for setting this via an environment variable. * Using GetJobTimeout() instead of constant to allow for setting this via an environment variable. * fixing new method signature, misplaced ; and bad casing on ACOID * Added operation outcome to archived/expired result Added "deleted" issuetype which was on the reference page, but not in the code. * adding operation outcome to another case I missed.
- Loading branch information
Showing
3 changed files
with
105 additions
and
3 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