Skip to content

Commit

Permalink
Update vendored escape-core so that project/application:tag syntax is…
Browse files Browse the repository at this point in the history
… now fully supported. Closes #68
  • Loading branch information
bspaans committed Nov 28, 2018
1 parent a7f2344 commit c0b0b71
Show file tree
Hide file tree
Showing 19 changed files with 138 additions and 100 deletions.
2 changes: 1 addition & 1 deletion model/runners/build/testdata/build_no_pre_step_state.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"version": "0.0.1",
"status": {
"status": "ok",
"updated_at": "2018-11-22T17:11:04.794403146Z"
"updated_at": "2018-11-28T11:30:00.573356335Z"
}
},
"deploy": {
Expand Down
2 changes: 1 addition & 1 deletion model/runners/build/testdata/build_state.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"version": "0.0.1",
"status": {
"status": "ok",
"updated_at": "2018-11-22T17:11:04.761191837Z"
"updated_at": "2018-11-28T11:30:00.560211633Z"
}
},
"deploy": {
Expand Down
2 changes: 1 addition & 1 deletion model/runners/build/testdata/default_outputs.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"version": "0.0.1",
"status": {
"status": "running_post_step",
"updated_at": "2018-11-22T17:11:04.83720468Z"
"updated_at": "2018-11-28T11:30:00.598599903Z"
}
},
"deploy": {
Expand Down
2 changes: 1 addition & 1 deletion model/runners/build/testdata/post_build_state.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"version": "0.0.1",
"status": {
"status": "running_post_step",
"updated_at": "2018-11-22T17:11:04.877307942Z"
"updated_at": "2018-11-28T11:30:00.626538957Z"
}
},
"deploy": {
Expand Down
2 changes: 1 addition & 1 deletion model/runners/build/testdata/pre_build_default_state.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"version": "0.0.1",
"status": {
"status": "running_pre_step",
"updated_at": "2018-11-22T17:11:04.937531818Z"
"updated_at": "2018-11-28T11:30:00.664556295Z"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion model/runners/build/testdata/pre_build_state.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"version": "0.0.1",
"status": {
"status": "running_pre_step",
"updated_at": "2018-11-22T17:11:04.943962703Z"
"updated_at": "2018-11-28T11:30:00.672315512Z"
}
},
"deploy": {
Expand Down
2 changes: 1 addition & 1 deletion model/runners/build/testdata/test_state.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"version": "0.0.1",
"status": {
"status": "ok",
"updated_at": "2018-11-22T17:11:04.984882024Z"
"updated_at": "2018-11-28T11:30:00.716003085Z"
}
},
"deploy": {
Expand Down
4 changes: 2 additions & 2 deletions model/runners/deploy/testdata/deploy_deps_state.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"version": "0.0.1",
"status": {
"status": "ok",
"updated_at": "2018-11-22T17:11:04.792414676Z"
"updated_at": "2018-11-28T11:30:00.719048515Z"
}
}
}
Expand All @@ -72,7 +72,7 @@
"version": "0.0.1",
"status": {
"status": "ok",
"updated_at": "2018-11-22T17:11:04.793025601Z"
"updated_at": "2018-11-28T11:30:00.719741701Z"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"version": "0.0.1",
"status": {
"status": "ok",
"updated_at": "2018-11-22T17:11:04.757851712Z"
"updated_at": "2018-11-28T11:30:00.711244709Z"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion model/runners/deploy/testdata/deploy_state.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"version": "0.0.1",
"status": {
"status": "failure",
"updated_at": "2018-11-22T17:11:04.727786096Z",
"updated_at": "2018-11-28T11:30:00.695905294Z",
"data": "Referenced post_deploy script 'testdata/doesnt_exist.sh' does not exist"
}
}
Expand Down
2 changes: 1 addition & 1 deletion model/runners/deploy/testdata/escape_state
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"deploy": {
"status": {
"status": "test_failure",
"updated_at": "2018-11-22T17:11:04.928428821Z",
"updated_at": "2018-11-28T11:30:00.80084551Z",
"data": "Deployment state '_/name' for release 'name-v0.0.1' could not be found\n\nYou may need to run `escape run deploy name-v0.0.1` to resolve this issue"
}
}
Expand Down
2 changes: 1 addition & 1 deletion model/runners/deploy/testdata/post_deploy_state.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"version": "0.0.1",
"status": {
"status": "running_post_step",
"updated_at": "2018-11-22T17:11:04.866443435Z"
"updated_at": "2018-11-28T11:30:00.75429655Z"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion model/runners/deploy/testdata/pre_deploy_state.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"version": "0.0.1",
"status": {
"status": "failure",
"updated_at": "2018-11-22T17:11:04.901214239Z",
"updated_at": "2018-11-28T11:30:00.778387898Z",
"data": "Referenced pre_deploy script 'testdata/doesnt_exist.sh' does not exist"
}
}
Expand Down
2 changes: 1 addition & 1 deletion model/runners/deploy/testdata/smoke_state.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"version": "0.0.1",
"status": {
"status": "ok",
"updated_at": "2018-11-22T17:11:04.945930938Z"
"updated_at": "2018-11-28T11:30:00.81084634Z"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion vendor/github.com/ankyra/escape-core/core.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

146 changes: 73 additions & 73 deletions vendor/github.com/ankyra/escape-core/docs/generated/stdlib.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 11 additions & 2 deletions vendor/github.com/ankyra/escape-core/parsers/release_id.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c0b0b71

Please sign in to comment.