[Desktop-packages] [Bug 1596378] Re: Uses legacy /v2/snapd?q= instead of /v2/find?q= API - caused many messages in log

2016-10-16 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-software - 3.20.1+git20160923.2
.7374bdc-0ubuntu1~xenial1

---
gnome-software (3.20.1+git20160923.2.7374bdc-0ubuntu1~xenial1) xenial; 
urgency=medium

  * New upstream snapshot from the wip/ubuntu branch at
git://git.gnome.org/gnome-software.
- Fix crash on 32 bit arch live images (LP: #1571729)
  * debian/README.source: Update branch name (wip/ubuntu-xenial -> wip/ubuntu).

gnome-software (3.20.1+git20160923.1.0c571f1-0ubuntu1~xenial1) xenial;
urgency=medium

  * New upstream snapshot from the wip/ubuntu branch at
git://git.gnome.org/gnome-software.
- Fix failure refining first snap doesn't affect other snaps (LP: #1626803)
- Support snap launching (LP: #1564076)
- Don't prompt user to upgrade held packages (LP: #1573061)
- Use /v2/find API instead of obsolete /v2/snaps API for searching (LP: 
#1596378)
- Download changelog information on demand (LP: #1574666)
  * debian/control:
- Depend on aptdaemon

 -- Iain Lane   Fri, 23 Sep 2016 18:28:31 +0100

** Changed in: gnome-software (Ubuntu Xenial)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1596378

Title:
  Uses legacy /v2/snapd?q= instead of /v2/find?q= API - caused many
  messages in log

Status in gnome-software package in Ubuntu:
  Fix Released
Status in gnome-software source package in Xenial:
  Fix Released
Status in gnome-software source package in Yakkety:
  Fix Released

Bug description:
  [Impact]
  Using the old snapd search API causes messages to be written to the systemd 
log.

  [Test Case]
  1. Start GNOME Software
  2. Search for some apps (e.g. "moon")
  3. Check systemd journal with 'journalctl'

  Expected result:
  Results are shown, no significant logs written to systemd journal.

  Observed result:
  Many logs like this written:
  Jun 26 18:55:43 /usr/lib/snapd/snapd[1085]: api.go:474: jumping to "find" to 
better support legacy request "/v2/snaps?q=wikipe
  Jun 26 18:55:43 /usr/lib/snapd/snapd[1085]: api.go:393: DEBUG: use of 
obsolete "q" parameter: "/v2/snaps?q=wikipedia.org"
  Jun 26 18:55:41 /usr/lib/snapd/snapd[1085]: daemon.go:181: DEBUG: uid=1000;@ 
GET /v2/snaps?q=wikipedia 170.9766ms 200

  [Regression potential]
  Low. We just use the new request name in snapd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1596378/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1596378] Re: Uses legacy /v2/snapd?q= instead of /v2/find?q= API - caused many messages in log

2016-09-29 Thread Robert Ancell
Confirmed warning is now gone in xenial.

** Description changed:

  [Impact]
  Using the old snapd search API causes messages to be written to the systemd 
log.
  
  [Test Case]
  1. Start GNOME Software
  2. Search for some apps (e.g. "moon")
+ 3. Check systemd journal with 'journalctl'
  
  Expected result:
  Results are shown, no significant logs written to systemd journal.
  
  Observed result:
  Many logs like this written:
  Jun 26 18:55:43 /usr/lib/snapd/snapd[1085]: api.go:474: jumping to "find" to 
better support legacy request "/v2/snaps?q=wikipe
  Jun 26 18:55:43 /usr/lib/snapd/snapd[1085]: api.go:393: DEBUG: use of 
obsolete "q" parameter: "/v2/snaps?q=wikipedia.org"
  Jun 26 18:55:41 /usr/lib/snapd/snapd[1085]: daemon.go:181: DEBUG: uid=1000;@ 
GET /v2/snaps?q=wikipedia 170.9766ms 200
  
  [Regression potential]
  Low. We just use the new request name in snapd.

** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1596378

Title:
  Uses legacy /v2/snapd?q= instead of /v2/find?q= API - caused many
  messages in log

Status in gnome-software package in Ubuntu:
  Fix Released
Status in gnome-software source package in Xenial:
  Fix Committed
Status in gnome-software source package in Yakkety:
  Fix Released

Bug description:
  [Impact]
  Using the old snapd search API causes messages to be written to the systemd 
log.

  [Test Case]
  1. Start GNOME Software
  2. Search for some apps (e.g. "moon")
  3. Check systemd journal with 'journalctl'

  Expected result:
  Results are shown, no significant logs written to systemd journal.

  Observed result:
  Many logs like this written:
  Jun 26 18:55:43 /usr/lib/snapd/snapd[1085]: api.go:474: jumping to "find" to 
better support legacy request "/v2/snaps?q=wikipe
  Jun 26 18:55:43 /usr/lib/snapd/snapd[1085]: api.go:393: DEBUG: use of 
obsolete "q" parameter: "/v2/snaps?q=wikipedia.org"
  Jun 26 18:55:41 /usr/lib/snapd/snapd[1085]: daemon.go:181: DEBUG: uid=1000;@ 
GET /v2/snaps?q=wikipedia 170.9766ms 200

  [Regression potential]
  Low. We just use the new request name in snapd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1596378/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1596378] Re: Uses legacy /v2/snapd?q= instead of /v2/find?q= API - caused many messages in log

2016-09-29 Thread Brian Murray
Hello Jeremy, or anyone else affected,

Accepted gnome-software into xenial-proposed. The package will build now
and be available at https://launchpad.net/ubuntu/+source/gnome-
software/3.20.1+git20160923.2.7374bdc-0ubuntu1~xenial1 in a few hours,
and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: gnome-software (Ubuntu Xenial)
   Status: Triaged => Fix Committed

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1596378

Title:
  Uses legacy /v2/snapd?q= instead of /v2/find?q= API - caused many
  messages in log

Status in gnome-software package in Ubuntu:
  Fix Released
Status in gnome-software source package in Xenial:
  Fix Committed
Status in gnome-software source package in Yakkety:
  Fix Released

Bug description:
  [Impact]
  Using the old snapd search API causes messages to be written to the systemd 
log.

  [Test Case]
  1. Start GNOME Software
  2. Search for some apps (e.g. "moon")

  Expected result:
  Results are shown, no significant logs written to systemd journal.

  Observed result:
  Many logs like this written:
  Jun 26 18:55:43 /usr/lib/snapd/snapd[1085]: api.go:474: jumping to "find" to 
better support legacy request "/v2/snaps?q=wikipe
  Jun 26 18:55:43 /usr/lib/snapd/snapd[1085]: api.go:393: DEBUG: use of 
obsolete "q" parameter: "/v2/snaps?q=wikipedia.org"
  Jun 26 18:55:41 /usr/lib/snapd/snapd[1085]: daemon.go:181: DEBUG: uid=1000;@ 
GET /v2/snaps?q=wikipedia 170.9766ms 200

  [Regression potential]
  Low. We just use the new request name in snapd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1596378/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1596378] Re: Uses legacy /v2/snapd?q= instead of /v2/find?q= API - caused many messages in log

2016-09-28 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-software - 3.20.1+git20160923.2
.7374bdc-0ubuntu1

---
gnome-software (3.20.1+git20160923.2.7374bdc-0ubuntu1) yakkety; urgency=medium

  * New upstream snapshot from the wip/ubuntu branch at
git://git.gnome.org/gnome-software.
- Fix crash on 32 bit arch live images (LP: #1571729)
  * debian/README.source: Update branch name (wip/ubuntu-xenial -> wip/ubuntu).

gnome-software (3.20.1+git20160923.1.0c571f1-0ubuntu1) yakkety;
urgency=medium

  * New upstream snapshot from the wip/ubuntu branch at
git://git.gnome.org/gnome-software.
- Fix failure refining first snap doesn't affect other snaps (LP: #1626803)
- Support snap launching (LP: #1564076)
- Don't prompt user to upgrade held packages (LP: #1573061)
- Use /v2/find API instead of obsolete /v2/snaps API for searching (LP: 
#1596378)
- Download changelog information on demand (LP: #1574666)

 -- Iain Lane   Fri, 23 Sep 2016 18:21:37 +0100

** Changed in: gnome-software (Ubuntu Yakkety)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1596378

Title:
  Uses legacy /v2/snapd?q= instead of /v2/find?q= API - caused many
  messages in log

Status in gnome-software package in Ubuntu:
  Fix Released
Status in gnome-software source package in Xenial:
  Triaged
Status in gnome-software source package in Yakkety:
  Fix Released

Bug description:
  [Impact]
  Using the old snapd search API causes messages to be written to the systemd 
log.

  [Test Case]
  1. Start GNOME Software
  2. Search for some apps (e.g. "moon")

  Expected result:
  Results are shown, no significant logs written to systemd journal.

  Observed result:
  Many logs like this written:
  Jun 26 18:55:43 /usr/lib/snapd/snapd[1085]: api.go:474: jumping to "find" to 
better support legacy request "/v2/snaps?q=wikipe
  Jun 26 18:55:43 /usr/lib/snapd/snapd[1085]: api.go:393: DEBUG: use of 
obsolete "q" parameter: "/v2/snaps?q=wikipedia.org"
  Jun 26 18:55:41 /usr/lib/snapd/snapd[1085]: daemon.go:181: DEBUG: uid=1000;@ 
GET /v2/snaps?q=wikipedia 170.9766ms 200

  [Regression potential]
  Low. We just use the new request name in snapd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1596378/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1596378] Re: Uses legacy /v2/snapd?q= instead of /v2/find?q= API - caused many messages in log

2016-09-22 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-desktop/gnome-software/ubuntu-xenial

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1596378

Title:
  Uses legacy /v2/snapd?q= instead of /v2/find?q= API - caused many
  messages in log

Status in gnome-software package in Ubuntu:
  Fix Committed
Status in gnome-software source package in Xenial:
  Triaged
Status in gnome-software source package in Yakkety:
  Fix Committed

Bug description:
  [Impact]
  Using the old snapd search API causes messages to be written to the systemd 
log.

  [Test Case]
  1. Start GNOME Software
  2. Search for some apps (e.g. "moon")

  Expected result:
  Results are shown, no significant logs written to systemd journal.

  Observed result:
  Many logs like this written:
  Jun 26 18:55:43 /usr/lib/snapd/snapd[1085]: api.go:474: jumping to "find" to 
better support legacy request "/v2/snaps?q=wikipe
  Jun 26 18:55:43 /usr/lib/snapd/snapd[1085]: api.go:393: DEBUG: use of 
obsolete "q" parameter: "/v2/snaps?q=wikipedia.org"
  Jun 26 18:55:41 /usr/lib/snapd/snapd[1085]: daemon.go:181: DEBUG: uid=1000;@ 
GET /v2/snaps?q=wikipedia 170.9766ms 200

  [Regression potential]
  Low. We just use the new request name in snapd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1596378/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1596378] Re: Uses legacy /v2/snapd?q= instead of /v2/find?q= API - caused many messages in log

2016-09-22 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-desktop/gnome-software/ubuntu

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1596378

Title:
  Uses legacy /v2/snapd?q= instead of /v2/find?q= API - caused many
  messages in log

Status in gnome-software package in Ubuntu:
  Fix Committed
Status in gnome-software source package in Xenial:
  Triaged
Status in gnome-software source package in Yakkety:
  Fix Committed

Bug description:
  [Impact]
  Using the old snapd search API causes messages to be written to the systemd 
log.

  [Test Case]
  1. Start GNOME Software
  2. Search for some apps (e.g. "moon")

  Expected result:
  Results are shown, no significant logs written to systemd journal.

  Observed result:
  Many logs like this written:
  Jun 26 18:55:43 /usr/lib/snapd/snapd[1085]: api.go:474: jumping to "find" to 
better support legacy request "/v2/snaps?q=wikipe
  Jun 26 18:55:43 /usr/lib/snapd/snapd[1085]: api.go:393: DEBUG: use of 
obsolete "q" parameter: "/v2/snaps?q=wikipedia.org"
  Jun 26 18:55:41 /usr/lib/snapd/snapd[1085]: daemon.go:181: DEBUG: uid=1000;@ 
GET /v2/snaps?q=wikipedia 170.9766ms 200

  [Regression potential]
  Low. We just use the new request name in snapd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1596378/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1596378] Re: Uses legacy /v2/snapd?q= instead of /v2/find?q= API - caused many messages in log

2016-09-22 Thread Robert Ancell
** Description changed:

- I seared for "wikipedia" and "wikipedia.org" in the Software app and was
- surprised to see all of this in my systemd journal:
+ [Impact]
+ Using the old snapd search API causes messages to be written to the systemd 
log.
  
+ [Test Case]
+ 1. Start GNOME Software
+ 2. Search for some apps (e.g. "moon")
+ 
+ Expected result:
+ Results are shown, no significant logs written to systemd journal.
+ 
+ Observed result:
+ Many logs like this written:
  Jun 26 18:55:43 /usr/lib/snapd/snapd[1085]: api.go:474: jumping to "find" to 
better support legacy request "/v2/snaps?q=wikipe
  Jun 26 18:55:43 /usr/lib/snapd/snapd[1085]: api.go:393: DEBUG: use of 
obsolete "q" parameter: "/v2/snaps?q=wikipedia.org"
  Jun 26 18:55:41 /usr/lib/snapd/snapd[1085]: daemon.go:181: DEBUG: uid=1000;@ 
GET /v2/snaps?q=wikipedia 170.9766ms 200
- Jun 26 18:55:41 /usr/lib/snapd/snapd[1085]: api.go:474: jumping to "find" to 
better support legacy request "/v2/snaps?q=wikipe
- Jun 26 18:55:43 snapd[1085]: 2016/06/26 18:55:43.082461 api.go:474: jumping 
to "find" to better support legacy request "/v2/sn
- Jun 26 18:55:41 /usr/lib/snapd/snapd[1085]: api.go:393: DEBUG: use of 
obsolete "q" parameter: "/v2/snaps?q=wikipedia"
- Jun 26 18:55:39 /usr/lib/snapd/snapd[1085]: daemon.go:181: DEBUG: uid=1000;@ 
GET /v2/snaps?q=ipedia 3.484227633s 200
- Jun 26 18:55:42 snapd[1085]: 2016/06/26 18:55:41.632050 api.go:474: jumping 
to "find" to better support legacy request "/v2/sn
  
- ProblemType: Bug
- DistroRelease: Ubuntu 16.10
- Package: gnome-software 3.20.1+git20160617.1.0440874.ubuntu-xenial-0ubuntu1
- ProcVersionSignature: Ubuntu 4.4.0-25.44-generic 4.4.13
- Uname: Linux 4.4.0-25-generic x86_64
- ApportVersion: 2.20.2-0ubuntu1
- Architecture: amd64
- CurrentDesktop: GNOME
- Date: Sun Jun 26 19:19:51 2016
- EcryptfsInUse: Yes
- InstallationDate: Installed on 2016-04-09 (77 days ago)
- InstallationMedia: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Beta amd64 
(20160408)
- SourcePackage: gnome-software
- UpgradeStatus: No upgrade log present (probably fresh install)
+ [Regression potential]
+ Low. We just use the new request name in snapd.

** Also affects: gnome-software (Ubuntu Yakkety)
   Importance: Medium
 Assignee: Robert Ancell (robert-ancell)
   Status: Fix Committed

** Also affects: gnome-software (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Changed in: gnome-software (Ubuntu Xenial)
   Status: New => Triaged

** Changed in: gnome-software (Ubuntu Xenial)
   Importance: Undecided => Medium

** Changed in: gnome-software (Ubuntu Xenial)
   Importance: Medium => Low

** Changed in: gnome-software (Ubuntu Yakkety)
   Importance: Medium => Low

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1596378

Title:
  Uses legacy /v2/snapd?q= instead of /v2/find?q= API - caused many
  messages in log

Status in gnome-software package in Ubuntu:
  Fix Committed
Status in gnome-software source package in Xenial:
  Triaged
Status in gnome-software source package in Yakkety:
  Fix Committed

Bug description:
  [Impact]
  Using the old snapd search API causes messages to be written to the systemd 
log.

  [Test Case]
  1. Start GNOME Software
  2. Search for some apps (e.g. "moon")

  Expected result:
  Results are shown, no significant logs written to systemd journal.

  Observed result:
  Many logs like this written:
  Jun 26 18:55:43 /usr/lib/snapd/snapd[1085]: api.go:474: jumping to "find" to 
better support legacy request "/v2/snaps?q=wikipe
  Jun 26 18:55:43 /usr/lib/snapd/snapd[1085]: api.go:393: DEBUG: use of 
obsolete "q" parameter: "/v2/snaps?q=wikipedia.org"
  Jun 26 18:55:41 /usr/lib/snapd/snapd[1085]: daemon.go:181: DEBUG: uid=1000;@ 
GET /v2/snaps?q=wikipedia 170.9766ms 200

  [Regression potential]
  Low. We just use the new request name in snapd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1596378/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1596378] Re: Uses legacy /v2/snapd?q= instead of /v2/find?q= API - caused many messages in log

2016-06-26 Thread Robert Ancell
Looking at the snapd git branch the /v2/find API was added around 1.9.4
so it should be safe to switch over regardless. The warning seems to
have been added around 2.0.3.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1596378

Title:
  Uses legacy /v2/snapd?q= instead of /v2/find?q= API - caused many
  messages in log

Status in gnome-software package in Ubuntu:
  Fix Committed

Bug description:
  I seared for "wikipedia" and "wikipedia.org" in the Software app and
  was surprised to see all of this in my systemd journal:

  Jun 26 18:55:43 /usr/lib/snapd/snapd[1085]: api.go:474: jumping to "find" to 
better support legacy request "/v2/snaps?q=wikipe
  Jun 26 18:55:43 /usr/lib/snapd/snapd[1085]: api.go:393: DEBUG: use of 
obsolete "q" parameter: "/v2/snaps?q=wikipedia.org"
  Jun 26 18:55:41 /usr/lib/snapd/snapd[1085]: daemon.go:181: DEBUG: uid=1000;@ 
GET /v2/snaps?q=wikipedia 170.9766ms 200
  Jun 26 18:55:41 /usr/lib/snapd/snapd[1085]: api.go:474: jumping to "find" to 
better support legacy request "/v2/snaps?q=wikipe
  Jun 26 18:55:43 snapd[1085]: 2016/06/26 18:55:43.082461 api.go:474: jumping 
to "find" to better support legacy request "/v2/sn
  Jun 26 18:55:41 /usr/lib/snapd/snapd[1085]: api.go:393: DEBUG: use of 
obsolete "q" parameter: "/v2/snaps?q=wikipedia"
  Jun 26 18:55:39 /usr/lib/snapd/snapd[1085]: daemon.go:181: DEBUG: uid=1000;@ 
GET /v2/snaps?q=ipedia 3.484227633s 200
  Jun 26 18:55:42 snapd[1085]: 2016/06/26 18:55:41.632050 api.go:474: jumping 
to "find" to better support legacy request "/v2/sn

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: gnome-software 3.20.1+git20160617.1.0440874.ubuntu-xenial-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-25.44-generic 4.4.13
  Uname: Linux 4.4.0-25-generic x86_64
  ApportVersion: 2.20.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Sun Jun 26 19:19:51 2016
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2016-04-09 (77 days ago)
  InstallationMedia: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Beta amd64 
(20160408)
  SourcePackage: gnome-software
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1596378/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1596378] Re: Uses legacy /v2/snapd?q= instead of /v2/find?q= API - caused many messages in log

2016-06-26 Thread Jeremy Bicha
By the way, this is with snapd 2.0.9+16.10 from yakkety-proposed (where
it's stuck) which I manually installed a while ago. I've rebooted since
then.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1596378

Title:
  Uses legacy /v2/snapd?q= instead of /v2/find?q= API - caused many
  messages in log

Status in gnome-software package in Ubuntu:
  Fix Committed

Bug description:
  I seared for "wikipedia" and "wikipedia.org" in the Software app and
  was surprised to see all of this in my systemd journal:

  Jun 26 18:55:43 /usr/lib/snapd/snapd[1085]: api.go:474: jumping to "find" to 
better support legacy request "/v2/snaps?q=wikipe
  Jun 26 18:55:43 /usr/lib/snapd/snapd[1085]: api.go:393: DEBUG: use of 
obsolete "q" parameter: "/v2/snaps?q=wikipedia.org"
  Jun 26 18:55:41 /usr/lib/snapd/snapd[1085]: daemon.go:181: DEBUG: uid=1000;@ 
GET /v2/snaps?q=wikipedia 170.9766ms 200
  Jun 26 18:55:41 /usr/lib/snapd/snapd[1085]: api.go:474: jumping to "find" to 
better support legacy request "/v2/snaps?q=wikipe
  Jun 26 18:55:43 snapd[1085]: 2016/06/26 18:55:43.082461 api.go:474: jumping 
to "find" to better support legacy request "/v2/sn
  Jun 26 18:55:41 /usr/lib/snapd/snapd[1085]: api.go:393: DEBUG: use of 
obsolete "q" parameter: "/v2/snaps?q=wikipedia"
  Jun 26 18:55:39 /usr/lib/snapd/snapd[1085]: daemon.go:181: DEBUG: uid=1000;@ 
GET /v2/snaps?q=ipedia 3.484227633s 200
  Jun 26 18:55:42 snapd[1085]: 2016/06/26 18:55:41.632050 api.go:474: jumping 
to "find" to better support legacy request "/v2/sn

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: gnome-software 3.20.1+git20160617.1.0440874.ubuntu-xenial-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-25.44-generic 4.4.13
  Uname: Linux 4.4.0-25-generic x86_64
  ApportVersion: 2.20.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Sun Jun 26 19:19:51 2016
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2016-04-09 (77 days ago)
  InstallationMedia: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Beta amd64 
(20160408)
  SourcePackage: gnome-software
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1596378/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1596378] Re: Uses legacy /v2/snapd?q= instead of /v2/find?q= API - caused many messages in log

2016-06-26 Thread Robert Ancell
** Changed in: gnome-software (Ubuntu)
   Status: New => Fix Committed

** Changed in: gnome-software (Ubuntu)
   Importance: Undecided => Medium

** Changed in: gnome-software (Ubuntu)
 Assignee: (unassigned) => Robert Ancell (robert-ancell)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1596378

Title:
  Uses legacy /v2/snapd?q= instead of /v2/find?q= API - caused many
  messages in log

Status in gnome-software package in Ubuntu:
  Fix Committed

Bug description:
  I seared for "wikipedia" and "wikipedia.org" in the Software app and
  was surprised to see all of this in my systemd journal:

  Jun 26 18:55:43 /usr/lib/snapd/snapd[1085]: api.go:474: jumping to "find" to 
better support legacy request "/v2/snaps?q=wikipe
  Jun 26 18:55:43 /usr/lib/snapd/snapd[1085]: api.go:393: DEBUG: use of 
obsolete "q" parameter: "/v2/snaps?q=wikipedia.org"
  Jun 26 18:55:41 /usr/lib/snapd/snapd[1085]: daemon.go:181: DEBUG: uid=1000;@ 
GET /v2/snaps?q=wikipedia 170.9766ms 200
  Jun 26 18:55:41 /usr/lib/snapd/snapd[1085]: api.go:474: jumping to "find" to 
better support legacy request "/v2/snaps?q=wikipe
  Jun 26 18:55:43 snapd[1085]: 2016/06/26 18:55:43.082461 api.go:474: jumping 
to "find" to better support legacy request "/v2/sn
  Jun 26 18:55:41 /usr/lib/snapd/snapd[1085]: api.go:393: DEBUG: use of 
obsolete "q" parameter: "/v2/snaps?q=wikipedia"
  Jun 26 18:55:39 /usr/lib/snapd/snapd[1085]: daemon.go:181: DEBUG: uid=1000;@ 
GET /v2/snaps?q=ipedia 3.484227633s 200
  Jun 26 18:55:42 snapd[1085]: 2016/06/26 18:55:41.632050 api.go:474: jumping 
to "find" to better support legacy request "/v2/sn

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: gnome-software 3.20.1+git20160617.1.0440874.ubuntu-xenial-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-25.44-generic 4.4.13
  Uname: Linux 4.4.0-25-generic x86_64
  ApportVersion: 2.20.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Sun Jun 26 19:19:51 2016
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2016-04-09 (77 days ago)
  InstallationMedia: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Beta amd64 
(20160408)
  SourcePackage: gnome-software
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1596378/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1596378] Re: Uses legacy /v2/snapd?q= instead of /v2/find?q= API - caused many messages in log

2016-06-26 Thread Robert Ancell
** Summary changed:

- snap plugin spams journal
+ Uses legacy /v2/snapd?q= instead of /v2/find?q= API - caused many messages in 
log

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1596378

Title:
  Uses legacy /v2/snapd?q= instead of /v2/find?q= API - caused many
  messages in log

Status in gnome-software package in Ubuntu:
  Fix Committed

Bug description:
  I seared for "wikipedia" and "wikipedia.org" in the Software app and
  was surprised to see all of this in my systemd journal:

  Jun 26 18:55:43 /usr/lib/snapd/snapd[1085]: api.go:474: jumping to "find" to 
better support legacy request "/v2/snaps?q=wikipe
  Jun 26 18:55:43 /usr/lib/snapd/snapd[1085]: api.go:393: DEBUG: use of 
obsolete "q" parameter: "/v2/snaps?q=wikipedia.org"
  Jun 26 18:55:41 /usr/lib/snapd/snapd[1085]: daemon.go:181: DEBUG: uid=1000;@ 
GET /v2/snaps?q=wikipedia 170.9766ms 200
  Jun 26 18:55:41 /usr/lib/snapd/snapd[1085]: api.go:474: jumping to "find" to 
better support legacy request "/v2/snaps?q=wikipe
  Jun 26 18:55:43 snapd[1085]: 2016/06/26 18:55:43.082461 api.go:474: jumping 
to "find" to better support legacy request "/v2/sn
  Jun 26 18:55:41 /usr/lib/snapd/snapd[1085]: api.go:393: DEBUG: use of 
obsolete "q" parameter: "/v2/snaps?q=wikipedia"
  Jun 26 18:55:39 /usr/lib/snapd/snapd[1085]: daemon.go:181: DEBUG: uid=1000;@ 
GET /v2/snaps?q=ipedia 3.484227633s 200
  Jun 26 18:55:42 snapd[1085]: 2016/06/26 18:55:41.632050 api.go:474: jumping 
to "find" to better support legacy request "/v2/sn

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: gnome-software 3.20.1+git20160617.1.0440874.ubuntu-xenial-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-25.44-generic 4.4.13
  Uname: Linux 4.4.0-25-generic x86_64
  ApportVersion: 2.20.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Sun Jun 26 19:19:51 2016
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2016-04-09 (77 days ago)
  InstallationMedia: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Beta amd64 
(20160408)
  SourcePackage: gnome-software
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1596378/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp