Merge lp:~sergiusens/snapweb/deletePackage into lp:~snappy-dev/snapweb/trunk
| Status: | Merged |
|---|---|
| Approved by: | Sergio Schvezov on 2015-05-06 |
| Approved revision: | 122 |
| Merged at revision: | 120 |
| Proposed branch: | lp:~sergiusens/snapweb/deletePackage |
| Merge into: | lp:~snappy-dev/snapweb/trunk |
| Prerequisite: | lp:~chipaca/snapweb/json-responses |
| Diff against target: |
376 lines (+136/-56) 5 files modified
snappy/converge.go (+35/-18) snappy/converge_test.go (+3/-3) snappy/handlers.go (+47/-19) webprogress/meter.go (+43/-8) webprogress/progress.go (+8/-8) |
| To merge this branch: | bzr merge lp:~sergiusens/snapweb/deletePackage |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Sergio Schvezov | Approve on 2015-05-06 | ||
| John Lenton | 2015-05-06 | Approve on 2015-05-06 | |
| Stephen Stewart (community) | Approve on 2015-05-06 | ||
|
Review via email:
|
|||
This proposal supersedes a proposal from 2015-05-06.
Commit Message
Implement package removal by adding DELETE to /v2/packages/
| John Lenton (chipaca) wrote : | # |
Good!
We'll want to update to progress as per lp:~mvo/snappy/snappy-refactor-progress-pkgname before adding much more though.
| Snappy Tarmac (snappydevtarmac) wrote : | # |
There are additional revisions which have not been approved in review. Please seek review and approval of these new revisions.
| Snappy Tarmac (snappydevtarmac) wrote : | # |
The attempt to merge lp:~sergiusens/webdm/deletePackage into lp:webdm failed. Below is the output from the failed tests.
Checking formatting
Installing godeps
Install golint
Obtaining dependencies
update github.
update github.
github.
update github.
github.
update gopkg.in/check.v1 failed; trying to fetch newer version
github.
update gopkg.in/yaml.v2 failed; trying to fetch newer version
gopkg.in/check.v1 now at 64131543e7896d5
update launchpad.
gopkg.in/yaml.v2 now at 49c95bdc2184325
update github.
launchpad.
update github.
github.
update github.
github.
github.
Building
Running tests from /tmp/tmp.
? launchpad.
? launchpad.
FAIL launchpad.
? launchpad.
# we always run in a fresh dir in tarmac
export GOPATH=$(mktemp -d)
trap 'rm -rf "$GOPATH"' EXIT
# this is a hack, but not sure tarmac is golang friendly
mkdir -p $GOPATH/
cp -a . $GOPATH/
cd $GOPATH/
./run-checks
gopkg.in/yaml.v2
launchpad.
github.
github.
github.
github.
launchpad.
launchpad.
launchpad.
github.
launchpad.
launchpad.
launchpad.
github.
launchpad.
launchpad.
launchpad.
launchpad.
launchpad.
launchpad.
launchpad.
# launchpad.
snappy/
snappy/
snappy/
| Snappy Tarmac (snappydevtarmac) wrote : | # |
The attempt to merge lp:~sergiusens/webdm/deletePackage into lp:webdm failed. Below is the output from the failed tests.
Checking formatting
Installing godeps
Install golint
Obtaining dependencies
update github.
update github.
github.
update github.
github.
update gopkg.in/check.v1 failed; trying to fetch newer version
github.
update gopkg.in/yaml.v2 failed; trying to fetch newer version
gopkg.in/check.v1 now at 64131543e7896d5
update launchpad.
gopkg.in/yaml.v2 now at 49c95bdc2184325
update github.
launchpad.
update github.
github.
update github.
github.
github.
Building
Running tests from /tmp/tmp.
? launchpad.
? launchpad.
FAIL launchpad.
? launchpad.
# we always run in a fresh dir in tarmac
export GOPATH=$(mktemp -d)
trap 'rm -rf "$GOPATH"' EXIT
# this is a hack, but not sure tarmac is golang friendly
mkdir -p $GOPATH/
cp -a . $GOPATH/
cd $GOPATH/
./run-checks
gopkg.in/yaml.v2
launchpad.
github.
github.
github.
github.
launchpad.
launchpad.
launchpad.
github.
launchpad.
launchpad.
launchpad.
github.
launchpad.
launchpad.
launchpad.
launchpad.
launchpad.
launchpad.
launchpad.
# launchpad.
snappy/
snappy/
snappy/
| Sergio Schvezov (sergiusens) wrote : | # |
there was an out of order merge
| Snappy Tarmac (snappydevtarmac) wrote : | # |
The attempt to merge lp:~sergiusens/webdm/deletePackage into lp:webdm failed. Below is the output from the failed tests.
Checking formatting
Installing godeps
Install golint
Obtaining dependencies
update github.
update github.
github.
update github.
github.
update gopkg.in/check.v1 failed; trying to fetch newer version
github.
update gopkg.in/yaml.v2 failed; trying to fetch newer version
gopkg.in/check.v1 now at 64131543e7896d5
update launchpad.
gopkg.in/yaml.v2 now at 49c95bdc2184325
update github.
launchpad.
update github.
github.
update github.
github.
github.
Building
Running tests from /tmp/tmp.
? launchpad.
? launchpad.
FAIL launchpad.
? launchpad.
# we always run in a fresh dir in tarmac
export GOPATH=$(mktemp -d)
trap 'rm -rf "$GOPATH"' EXIT
# this is a hack, but not sure tarmac is golang friendly
mkdir -p $GOPATH/
cp -a . $GOPATH/
cd $GOPATH/
./run-checks
gopkg.in/yaml.v2
launchpad.
github.
github.
github.
github.
launchpad.
launchpad.
launchpad.
github.
launchpad.
launchpad.
launchpad.
github.
launchpad.
launchpad.
launchpad.
launchpad.
launchpad.
launchpad.
launchpad.
# launchpad.
snappy/
snappy/
snappy/
- 122. By Sergio Schvezov on 2015-05-06
-
Updating tests


wfm