Clean up messages for uploads

Bug #1538692 reported by Sergio Schvezov
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Snapcraft
Fix Released
High
Kyle Fazzari

Bug Description

This is the snippet for an upload:

```
Uploading godd_1.0_amd64.snap
Uploading files...
Starting new HTTPS connection (1): upload.apps.ubuntu.com
Uploading new version...
Starting new HTTPS connection (1): myapps.developer.ubuntu.com
Package submitted to https://myapps.developer.ubuntu.com/dev/api/click-package-upload/godd/
Checking package status...
Package scan completed.
Application uploaded successfully.
Uploaded as revision 1.
Please check out the application at: https://myapps.developer.ubuntu.com/dev/click-apps/4402/.

godd_1.0_amd64.snap upload complete
```

This seems to verbose
We need the urllib ones hidden for starters, these:

```
Starting new HTTPS connection (1): upload.apps.ubuntu.com
Starting new HTTPS connection (1): myapps.developer.ubuntu.com
```

These seem redundant
```
Uploading files...
Uploading new version...
Application uploaded successfully.
```

After

```
Uploading godd_1.0_amd64.snap
```

We need a progress bar (same line)

And after

```
Checking package status...
```

We need a ticker (same line).

Changed in snapcraft:
importance: Undecided → High
Changed in snapcraft:
assignee: nobody → Kyle Fazzari (kyrofa)
milestone: none → 2.1
Kyle Fazzari (kyrofa)
Changed in snapcraft:
status: New → In Progress
Revision history for this message
Sergio Schvezov (sergiusens) wrote :

I've moved the testing related part of this bug to https://bugs.launchpad.net/snapcraft/+bug/1539817

Changed in snapcraft:
status: In Progress → Fix Committed
Changed in snapcraft:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.