-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean-out service_id from manifest when deleting a service. (#268)
* Clean-out service_id from manifest when deleting a service. * Ensure only manifest users are affected. * Add test to confirm that flag usage with manifest will not affect the manifest. * Additional test coverage.
- Loading branch information
1 parent
5c64a44
commit 9149a66
Showing
4 changed files
with
127 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
manifest_version = 1 | ||
name = "Default Rust template" | ||
description = "Default package template for Rust based edge compute projects." | ||
authors = ["phamann <patrick@fastly.com>"] | ||
language = "rust" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
manifest_version = 1 | ||
name = "Default Rust template" | ||
description = "Default package template for Rust based edge compute projects." | ||
authors = ["phamann <patrick@fastly.com>"] | ||
language = "rust" | ||
service_id = "123" |