You can browse the source code for the development focus branch or get a copy of the branch using the command:
bzr branch lp:ubuntu-push

Ubuntu Push Notifications has 5 active reviews. See all merge proposals.

Ubuntu Push Notifications has 44 active branches owned by 14 people and 3 teams. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:ubuntu-push
Series: trunk
1 Development 2017-02-11 00:15:45 UTC
177. Releasing 0.68+17.04.20170211-0ubuntu1

Author: CI Train Bot Account
Revision Date: 2017-02-11 00:15:45 UTC

Releasing 0.68+17.04.20170211-0ubuntu1

lp:ubuntu-push/automatic
Series: automatic
bug(Has a merge proposal) 1 Development 2016-05-03 14:20:55 UTC
431. [r=pedronis] Fix ordering issue in ki...

Author: Jonas G. Drange
Revision Date: 2016-05-03 14:20:55 UTC

[r=pedronis] Fix ordering issue in kindpool helper causing Postal test failures, and ignore the http13 tests as well as increasing a timeout that was too short (causing ftbfs).

lp:ubuntu-push/krillin-rtm
Series: krillin-rtm
1 Development 2015-04-30 14:01:07 UTC
148. Releasing 0.64.1+15.04.20150430~rtm-0...

Author: CI Train Bot Account
Revision Date: 2015-04-30 14:01:07 UTC

Releasing 0.64.1+15.04.20150430~rtm-0ubuntu1

lp:ubuntu-push/vivid-overlay
Series: vivid-overlay
1 Development 2015-11-04 06:39:55 UTC
158. Releasing 0.68+15.04.20151104.1-0ubuntu1

Author: CI Train Bot Account
Revision Date: 2015-11-04 06:39:55 UTC

Releasing 0.68+15.04.20151104.1-0ubuntu1

lp:~ubuntu-push-hackers/ubuntu-push/murmur3 1 Development 2019-03-17 07:47:36 UTC
24. Remove extra reference to `digest128`...

Author: Andrey Smirnov
Revision Date: 2019-03-17 07:47:36 UTC

Remove extra reference to `digest128` (#23)

This extra reference isn't really required as this object should be
anyway allocated on the stack.

I wasn't able to reproduce it with micro-benchmarks for murmur3, but
with bigger library I'm working on this leads to one extra memory allocation
when slice passed to `Sum128()` is taken from byte array.

Performance improvement is small, but noticeable for smaller slices:

```
name old time/op new time/op delta
128/1-8 29.6ns ± 1% 25.0ns ± 1% -15.42% (p=0.008 n=5+5)
128/2-8 30.0ns ± 2% 25.9ns ± 2% -13.66% (p=0.008 n=5+5)
128/4-8 30.5ns ± 2% 27.5ns ± 2% -9.83% (p=0.008 n=5+5)
128/8-8 31.7ns ± 1% 28.8ns ± 2% -8.97% (p=0.008 n=5+5)
128/16-8 28.9ns ± 1% 26.0ns ± 1% -10.10% (p=0.008 n=5+5)
128/32-8 32.3ns ± 2% 28.9ns ± 1% -10.64% (p=0.008 n=5+5)
128/64-8 39.2ns ± 1% 35.0ns ± 1% -10.66% (p=0.008 n=5+5)
128/128-8 51.3ns ± 2% 47.6ns ± 1% -7.14% (p=0.008 n=5+5)
128/256-8 75.0ns ± 3% 72.3ns ± 2% -3.55% (p=0.016 n=5+5)
128/512-8 127ns ± 2% 125ns ± 1% ~ (p=0.056 n=5+5)
128/1024-8 223ns ± 1% 225ns ± 2% ~ (p=0.183 n=5+5)
128/2048-8 420ns ± 1% 425ns ± 1% ~ (p=0.056 n=5+5)
128/4096-8 822ns ± 2% 815ns ± 2% ~ (p=0.333 n=5+5)
128/8192-8 1.60µs ± 2% 1.61µs ± 3% ~ (p=0.516 n=5+5)

name old speed new speed delta
128/1-8 33.8MB/s ± 1% 40.0MB/s ± 1% +18.27% (p=0.008 n=5+5)
128/2-8 66.6MB/s ± 2% 77.1MB/s ± 2% +15.76% (p=0.008 n=5+5)
128/4-8 131MB/s ± 2% 145MB/s ± 2% +10.96% (p=0.008 n=5+5)
128/8-8 253MB/s ± 1% 278MB/s ± 2% +9.86% (p=0.008 n=5+5)
128/16-8 554MB/s ± 1% 616MB/s ± 1% +11.26% (p=0.008 n=5+5)
128/32-8 990MB/s ± 2% 1108MB/s ± 1% +11.90% (p=0.008 n=5+5)
128/64-8 1.63GB/s ± 1% 1.83GB/s ± 2% +11.95% (p=0.008 n=5+5)
128/128-8 2.49GB/s ± 2% 2.69GB/s ± 1% +7.73% (p=0.008 n=5+5)
128/256-8 3.42GB/s ± 3% 3.54GB/s ± 2% +3.66% (p=0.016 n=5+5)
128/512-8 4.00GB/s ± 2% 4.09GB/s ± 1% +2.23% (p=0.032 n=5+5)
128/1024-8 4.58GB/s ± 1% 4.53GB/s ± 2% ~ (p=0.222 n=5+5)
128/2048-8 4.87GB/s ± 1% 4.81GB/s ± 1% -1.12% (p=0.032 n=5+5)
128/4096-8 4.98GB/s ± 3% 5.02GB/s ± 2% ~ (p=0.421 n=5+5)
128/8192-8 5.11GB/s ± 2% 5.08GB/s ± 3% ~ (p=0.548 n=5+5)
```

lp:~ci-train-bot/ubuntu-push/ubuntu-push-ubuntu-zesty-2129 1 Development 2017-02-16 19:22:42 UTC
177. Releasing 0.68+17.04.20170216.1-0ubuntu1

Author: CI Train Bot Account
Revision Date: 2017-02-16 19:22:42 UTC

Releasing 0.68+17.04.20170216.1-0ubuntu1

lp:~ci-train-bot/ubuntu-push/ubuntu-push-ubuntu-zesty-2405 1 Development 2017-02-11 00:15:45 UTC
177. Releasing 0.68+17.04.20170211-0ubuntu1

Author: CI Train Bot Account
Revision Date: 2017-02-11 00:15:45 UTC

Releasing 0.68+17.04.20170211-0ubuntu1

lp:~ubuntu-push-server-hackers/ubuntu-push/trunk 1 Development 2017-01-12 15:46:26 UTC
437. Add jenkaas container definition and ...

Author: Vincent Ladeuil
Revision Date: 2017-01-12 15:46:26 UTC

Add jenkaas container definition and make targets. [r=verterok]

lp:~vila/ubuntu-push/jenkaas (Has a merge proposal) 1 Development 2017-01-12 14:56:37 UTC
437. Add jenkaas container definition and ...

Author: Vincent Ladeuil
Revision Date: 2017-01-12 14:55:43 UTC

Add jenkaas container definition and make targets.

lp:~ubuntuone-hackers/ubuntu-push/jenkaas 1 Development 2016-12-21 14:45:20 UTC
3693. - Bump versions of requests and respo...

Author: Natalia Bidart
Revision Date: 2016-12-21 14:45:20 UTC

- Bump versions of requests and responses.

lp:~chunsang/ubuntu-push/ubuntu-push-xenial64 1 Development 2016-10-03 23:43:51 UTC
174. remove arm64 from filtering list

Author: Chunsang Jeong
Revision Date: 2016-10-03 23:43:51 UTC

remove arm64 from filtering list

lp:~ci-train-bot/ubuntu-push/ubuntu-push-ubuntu-yakkety-2021 1 Development 2016-10-03 11:10:45 UTC
174. Releasing 0.68+16.10.20161003-0ubuntu1

Author: CI Train Bot Account
Revision Date: 2016-10-03 11:10:45 UTC

Releasing 0.68+16.10.20161003-0ubuntu1

lp:~ci-train-bot/ubuntu-push/ubuntu-push-ubuntu-yakkety-landing-015 1 Development 2016-08-25 21:43:59 UTC
172. Releasing 0.68+16.10.20160825.4-0ubuntu1

Author: CI Train Bot Account
Revision Date: 2016-08-25 21:43:59 UTC

Releasing 0.68+16.10.20160825.4-0ubuntu1

lp:~artmello/ubuntu-push/ubuntu-push-use_fallback_for_nil_sound_vibe (Has a merge proposal) 1 Development 2016-08-25 01:05:50 UTC
177. Disable tests on arm64

Author: Arthur Mello
Revision Date: 2016-08-25 01:05:50 UTC

Disable tests on arm64

lp:~ci-train-bot/ubuntu-push/ubuntu-push-ubuntu-yakkety-landing-033 1 Development 2016-08-17 12:12:22 UTC
170. Releasing 0.68+16.10.20160817-0ubuntu1

Author: CI Train Bot Account
Revision Date: 2016-08-17 12:12:22 UTC

Releasing 0.68+16.10.20160817-0ubuntu1

lp:~ci-train-bot/ubuntu-push/ubuntu-push-ubuntu-yakkety-landing-014 1 Development 2016-08-09 16:06:59 UTC
170. Releasing 0.68+16.10.20160809-0ubuntu1

Author: CI Train Bot Account
Revision Date: 2016-08-09 16:06:12 UTC

Releasing 0.68+16.10.20160809-0ubuntu1

lp:~sil2100/ubuntu-push/golang-1.6-for-all (Has a merge proposal) 1 Development 2016-08-09 16:03:36 UTC
169. Make sure we build against golang-1.6...

Author: Łukasz Zemczak
Revision Date: 2016-08-09 16:03:15 UTC

Make sure we build against golang-1.6. Add the golang 1.6 binary path to the PATH in debian/rules.

lp:~ci-train-bot/ubuntu-push/ubuntu-push-ubuntu-yakkety-landing-061 1 Development 2016-08-08 21:50:48 UTC
170. Releasing 0.68+16.10.20160808.1-0ubuntu1

Author: CI Train Bot Account
Revision Date: 2016-08-08 21:50:48 UTC

Releasing 0.68+16.10.20160808.1-0ubuntu1

lp:~ubuntu-push-hackers/ubuntu-push/macaroon 1 Development 2016-07-29 13:07:51 UTC
1. initial import

Author: Guillermo Gonzalez
Revision Date: 2016-07-29 13:07:02 UTC

initial import

lp:~artmello/ubuntu-push/ubuntu-push-remove_notification_list_check (Has a merge proposal) 1 Development 2016-07-27 01:07:47 UTC
170. Remove unused include

Author: Arthur Mello
Revision Date: 2016-07-27 01:07:47 UTC

Remove unused include

lp:~ci-train-bot/ubuntu-push/ubuntu-push-ubuntu-yakkety-landing-054 1 Development 2016-07-18 13:28:13 UTC
168. Releasing 0.68+16.10.20160718.4-0ubuntu1

Author: CI Train Bot Account
Revision Date: 2016-07-18 13:28:13 UTC

Releasing 0.68+16.10.20160718.4-0ubuntu1

lp:~untrusted-ci-dev-bot/ubuntu-push/ubuntu-push-ubuntu-yakkety-landing-007 1 Development 2016-06-13 11:53:06 UTC
166. Releasing 0.68+16.10.20160613.6-0ubuntu1

Author: Bileto Bot
Revision Date: 2016-06-13 11:53:06 UTC

Releasing 0.68+16.10.20160613.6-0ubuntu1

lp:~untrusted-ci-dev-bot/ubuntu-push/ubuntu-push-ubuntu-xenial-1169 1 Development 2016-05-06 17:06:16 UTC
165. Releasing 0.68+16.04.20160506-0ubuntu1

Author: Bileto Bot
Revision Date: 2016-05-06 17:05:41 UTC

Releasing 0.68+16.04.20160506-0ubuntu1

lp:~ken-vandine/ubuntu-push/verbose (Has a merge proposal) 1 Development 2016-05-02 22:18:47 UTC
431. Revert hacks and re-added the debian/...

Author: Ken VanDine
Revision Date: 2016-05-02 22:18:47 UTC

Revert hacks and re-added the debian/source/format quilt 3

lp:~ci-train-bot/ubuntu-push/ubuntu-push-ubuntu-xenial-landing-023 bug 1 Development 2016-05-02 14:06:49 UTC
162. Releasing 0.68+16.04.20160502.3-0ubuntu1

Author: CI Train Bot Account
Revision Date: 2016-05-02 14:06:49 UTC

Releasing 0.68+16.04.20160502.3-0ubuntu1

lp:~timo-jyrinki/ubuntu-push/test_ignore_file_removal (Has a merge proposal) 1 Development 2016-05-02 14:05:35 UTC
430. hmm

Author: Timo Jyrinki
Revision Date: 2016-05-02 14:05:35 UTC

hmm

lp:~mterry/ubuntu-push/wake-screen 1 Development 2015-08-10 18:12:37 UTC
148. Turn on screen when we get a push not...

Author: Michael Terry
Revision Date: 2015-08-10 18:12:24 UTC

Turn on screen when we get a push notification

lp:~chipaca/ubuntu-push/session-refactor-002 (Has a merge proposal) 1 Development 2015-02-12 14:27:50 UTC
367. tmp checking; does not work

Author: John Lenton
Revision Date: 2015-02-12 14:27:38 UTC

tmp checking; does not work

lp:~chipaca/ubuntu-push/session-refactor-001 (Has a merge proposal) 1 Development 2015-02-12 14:26:21 UTC
366. protect the chs with a lock. any lock...

Author: John Lenton
Revision Date: 2015-02-06 13:17:02 UTC

protect the chs with a lock. any lock will do.

lp:~pedronis/ubuntu-push/no-left-over-goroutines-connectivity 1 Development 2015-01-29 10:16:32 UTC
365. stop goroutines in tests related to c...

Author: Samuele Pedroni
Revision Date: 2015-01-29 10:15:00 UTC

stop goroutines in tests related to connectivity, but TakeTheBus test blocks sometimes

lp:~chipaca/ubuntu-push/lots-of-small-logging-changes (Has a merge proposal) 1 Development 2015-01-22 09:50:01 UTC
359. enforcing the whole "logs & errors ar...

Author: John Lenton
Revision Date: 2015-01-22 09:50:01 UTC

enforcing the whole "logs & errors are not titles" thing

lp:~chipaca/ubuntu-push/moar-loggingz 1 Development 2015-01-15 16:36:16 UTC
356. extra logging!!1!one!

Author: John Lenton
Revision Date: 2015-01-15 16:35:46 UTC

extra logging!!1!one!

lp:~chipaca/ubuntu-push/tutorial (Has a merge proposal) 1 Development 2014-12-09 16:51:38 UTC
357. added tutorial

Author: John Lenton
Revision Date: 2014-12-09 16:51:19 UTC

added tutorial

lp:~chipaca/ubuntu-push/logging-is-for-the-birds-tweet-tweet bug(Has a merge proposal) 1 Development 2014-11-05 14:47:32 UTC
346. fixes lp:1376282

Author: John Lenton
Revision Date: 2014-11-05 14:47:14 UTC

fixes lp:1376282

lp:~ps-jenkins/ubuntu-push/ubuntu-vivid-proposed 1 Development 2014-11-03 20:40:44 UTC
137. Releasing 0.65+15.04.20141103-0ubuntu1

Author: PS Jenkins bot
Revision Date: 2014-11-03 13:36:12 UTC

Releasing 0.65+15.04.20141103-0ubuntu1

lp:~ps-jenkins/ubuntu-push/ubuntu-rtm-14.09-proposed 1 Development 2014-10-24 19:09:10 UTC
135. Releasing 0.64.1+14.10.20141023.2~rtm...

Author: PS Jenkins bot
Revision Date: 2014-10-23 20:17:12 UTC

Releasing 0.64.1+14.10.20141023.2~rtm-0ubuntu1

lp:~chipaca/ubuntu-push/gsettings (Has a merge proposal) 1 Development 2014-09-16 19:34:59 UTC
335. gsettings

Author: John Lenton
Revision Date: 2014-09-16 12:19:50 UTC

gsettings

lp:~ps-jenkins/ubuntu-push/ubuntu-utopic-proposed 1 Development 2014-09-10 18:03:25 UTC
132. Releasing 0.64.1+14.10.20140910-0ubuntu1

Author: PS Jenkins bot
Revision Date: 2014-09-10 18:03:25 UTC

Releasing 0.64.1+14.10.20140910-0ubuntu1

lp:~ps-jenkins/ubuntu-push/utopic-proposed 1 Development 2014-08-12 02:33:16 UTC
120. Releasing 0.61+14.10.20140812.4-0ubuntu1

Author: PS Jenkins bot
Revision Date: 2014-08-12 02:33:16 UTC

Releasing 0.61+14.10.20140812.4-0ubuntu1

lp:~rhuddie/ubuntu-push/push-autopilot-unity8 1 Development 2014-04-28 11:17:26 UTC
112. Add dialog checking using UnityTestCa...

Author: Richard Huddie
Revision Date: 2014-04-28 11:17:06 UTC

Add dialog checking using UnityTestCase base class. Also temporarily remove SystemImage dbus dependencies as UnityTestCase can't be run as root.

lp:~ps-jenkins/ubuntu-push/trusty-proposed 1 Development 2014-04-23 11:54:00 UTC
102. Releasing 0.2.1+14.04.20140423.1-0ubu...

Author: PS Jenkins bot
Revision Date: 2014-04-23 11:54:00 UTC

Releasing 0.2.1+14.04.20140423.1-0ubuntu1

lp:~allanlesage/ubuntu-push/cobertura-reporting 1 Development 2014-04-18 01:11:28 UTC
98. Adding experimental override_dh_auto_...

Author: Allan LeSage
Revision Date: 2014-04-18 01:11:28 UTC

Adding experimental override_dh_auto_test.

lp:~ubuntu-push-hackers/ubuntu-push/httpclient 1 Development 2014-02-27 22:01:49 UTC
1. Importing https://github.com/mreifers...

Author: Diogo Baeder
Revision Date: 2014-02-27 21:58:44 UTC

Importing https://github.com/mreiferson/go-httpclient/

lp:~ubuntu-push-hackers/ubuntu-push/go-uuid 1 Development 2014-01-30 12:22:45 UTC
1. importing https://code.google.com/p/g...

Author: Samuele Pedroni
Revision Date: 2014-01-30 12:24:55 UTC

importing https://code.google.com/p/go-uuid/ default @ 9:5fac954758f5

144 of 44 results
You can't create new branches for Ubuntu Push Notifications.