View Git repositories
branches with status:
Name Status Last Modified Last Commit
lp:~danilo/+junk/public-config 1 Development 2023-07-07 15:22:03 UTC
2. Add Emacs config.

Author: Данило Шеган
Revision Date: 2023-07-07 15:22:03 UTC

Add Emacs config.

lp:~danilo/+junk/hubstaff-daily-report 1 Development 2019-09-07 14:18:16 UTC
24. Fix find return paths for dist Makefi...

Author: Данило Шеган
Revision Date: 2019-09-07 14:18:16 UTC

Fix find return paths for dist Makefile target.

lp:~danilo/maas/django-upgrade-license-key-form 1 Development 2017-06-20 15:04:26 UTC
6118. Stab at fixing LicenseKeyForm.full_cl...

Author: Данило Шеган
Revision Date: 2017-06-20 15:04:13 UTC

Stab at fixing LicenseKeyForm.full_clean() attempting to modify POST data.

lp:~danilo/maas/virsh-storage-units bug(Has a merge proposal) 1 Development 2017-06-19 09:15:31 UTC
6066. Fix test data so it adds up.

Author: Данило Шеган
Revision Date: 2017-06-19 09:15:31 UTC

Fix test data so it adds up.

lp:~danilo/maas/django-upgrade-spike 1 Development 2017-05-19 13:33:10 UTC
6057. Switch to default url handler instead...

Author: Данило Шеган
Revision Date: 2017-05-19 13:33:10 UTC

Switch to default url handler instead of importing it from future since it has been the default since django 1.5.

lp:~danilo/landscape-charm/reenable-httpchk-per-server 1 Development 2016-10-28 14:26:12 UTC
385. Re-enable httpchk using per-server op...

Author: Данило Шеган
Revision Date: 2016-10-28 14:25:49 UTC

Re-enable httpchk using per-server options (doesn't seem to work even though http://bazaar.launchpad.net/~haproxy-team/charm-haproxy/trunk/view/head:/README.md#L71 suggests it should).

lp:~danilo/landscape-charm/bundles-rabbitmq-5 1 Development 2016-09-22 07:24:41 UTC
32. Up the rabbitmq-server charm version ...

Author: Данило Шеган
Revision Date: 2016-09-22 07:24:25 UTC

Up the rabbitmq-server charm version to -5.

lp:~danilo/simplestreams/trusty-pkg-patch 1 Development 2016-06-20 10:56:48 UTC
440. Drop test3 from the test target for t...

Author: Данило Шеган
Revision Date: 2016-06-20 10:56:48 UTC

Drop test3 from the test target for trusty.

lp:~danilo/charms/trusty/glance-simplestreams-sync/conditional-endpoint-update bug(Has a merge proposal) 1 Development 2016-05-24 07:55:19 UTC
69. Lint fixes.

Author: Данило Шеган
Revision Date: 2016-05-24 07:48:30 UTC

Lint fixes.

lp:~danilo/charms/trusty/glance-simplestreams-sync/invert-failure-mode bug(Has a merge proposal) 1 Development 2016-05-12 10:53:17 UTC
66. Only remove the "cronpoll" on success...

Author: Данило Шеган
Revision Date: 2016-05-12 10:51:43 UTC

Only remove the "cronpoll" on successful sync, retry on all exceptions.

lp:~danilo/charms/trusty/glance-simplestreams-sync/leader-only (Has a merge proposal) 1 Development 2016-05-05 09:03:49 UTC
74. Do not drop the glance-simplestreams-...

Author: Данило Шеган
Revision Date: 2016-05-05 09:03:49 UTC

Do not drop the glance-simplestreams-sync per-minute cronjob when not leader inside the script, but manage that from leader-related hooks.

lp:~danilo/charms/trusty/glance-simplestreams-sync/use-upstream-user-agent-support (Has a merge proposal) 1 Development 2016-04-27 13:04:08 UTC
66. Another lint fix to avoid redefining ...

Author: Данило Шеган
Revision Date: 2016-04-27 13:04:08 UTC

Another lint fix to avoid redefining "e".

lp:~danilo/charms/trusty/glance-simplestreams-sync/lathiats-endpoints-fix (Has a merge proposal) 1 Development 2016-04-15 09:13:24 UTC
68. Improve exceptions handling.

Author: Данило Шеган
Revision Date: 2016-04-15 09:13:24 UTC

Improve exceptions handling.

lp:~danilo/charms/trusty/glance-simplestreams-sync/next-lock-fix bug(Has a merge proposal) 1 Development 2016-04-12 13:35:55 UTC
58. Only call cleanup() to remove the loc...

Author: Данило Шеган
Revision Date: 2016-04-12 13:34:29 UTC

Only call cleanup() to remove the lock file if we have successfully acquired a lock.

lp:~danilo/charms/trusty/glance-simplestreams-sync/remove-lock-file-only-when-needed (Has a merge proposal) 1 Development 2016-04-12 11:53:47 UTC
61. Only clean-up the lock file if succes...

Author: Данило Шеган
Revision Date: 2016-04-12 11:53:15 UTC

Only clean-up the lock file if successfully locked by this particular run of the script.

lp:~danilo/charms/trusty/glance-simplestreams-sync/normalize-swift-endpoint (Has a merge proposal) 1 Development 2016-04-12 11:06:20 UTC
64. Clean-up all the useless method calls.

Author: Данило Шеган
Revision Date: 2016-04-12 11:06:20 UTC

Clean-up all the useless method calls.

lp:~danilo/charms/trusty/glance-simplestreams-sync/wait-for-swift (Has a merge proposal) 1 Development 2016-03-30 14:00:01 UTC
60. Do not delete the cron file if use_sw...

Author: Данило Шеган
Revision Date: 2016-03-29 12:27:20 UTC

Do not delete the cron file if use_swift is set to on and swift is not yet ready.

lp:~danilo/charms/trusty/glance-simplestreams-sync/handle-connection-error (Has a merge proposal) 1 Development 2016-03-25 15:52:29 UTC
61. Switch to RequestException (base clas...

Author: Данило Шеган
Revision Date: 2016-03-25 15:52:29 UTC

Switch to RequestException (base class of ConnectionError).

lp:~danilo/charms/trusty/glance-simplestreams-sync/cloud-uuid (Has a merge proposal) 1 Development 2016-03-16 12:14:27 UTC
66. Address other review comments.

Author: Данило Шеган
Revision Date: 2016-03-16 11:57:41 UTC

Address other review comments.

lp:~danilo/+junk/lp-management-tools 1 Development 2015-12-23 14:07:27 UTC
10. Add expire-bugs script.

Author: Данило Шеган
Revision Date: 2015-12-23 14:07:27 UTC

Add expire-bugs script.

lp:php-gettext bug 1 Development 2015-11-11 17:19:04 UTC
62. Prepare 1.0.12 release.

Author: Данило Шеган
Revision Date: 2015-11-11 17:19:04 UTC

Prepare 1.0.12 release.

lp:~danilo/charm-helpers/unset-config-change bug(Has a merge proposal) 1 Development 2015-11-06 11:34:42 UTC
479. Fix/remove tests to go with the new b...

Author: Данило Шеган
Revision Date: 2015-11-06 11:34:42 UTC

Fix/remove tests to go with the new behaviour.

lp:~danilo/charms/trusty/percona-cluster/autodetect-vip-cidr-stable bug(Has a merge proposal) 1 Development 2015-09-30 13:52:34 UTC
67. Rename "categories" to "tags" in meta...

Author: Данило Шеган
Revision Date: 2015-09-30 13:52:34 UTC

Rename "categories" to "tags" in metadata.yaml as suggested in review by Ryan Beisner.

lp:~danilo/charms/trusty/percona-cluster/autodetect-vip-cidr bug(Has a merge proposal) 1 Development 2015-09-29 15:45:47 UTC
79. Simplify new tests to only test resou...

Author: Данило Шеган
Revision Date: 2015-09-29 15:30:53 UTC

Simplify new tests to only test resource_params.

lp:~danilo/landscape-charm/apt-errors 1 Development 2015-06-05 10:06:38 UTC
305. Merge charm-errors.

Author: Данило Шеган
Revision Date: 2015-06-05 10:06:38 UTC

Merge charm-errors.

lp:~danilo/charms/trusty/haproxy/merge-services-fix bug(Has a merge proposal) 1 Development 2015-05-15 14:11:31 UTC
97. Uncomment apt-get that got in by acci...

Author: Данило Шеган
Revision Date: 2015-05-15 14:11:31 UTC

Uncomment apt-get that got in by accident.

lp:~danilo/uvtool/raw-disk-path-support 1 Development 2015-01-18 13:38:18 UTC
94. Switch raw-disk-path to append argument.

Author: Данило Шеган
Revision Date: 2015-01-18 13:38:18 UTC

Switch raw-disk-path to append argument.

lp:~danilo/juju-core/watch-units 1 Development 2013-06-26 10:22:16 UTC
1323. Make NewDeployer accept MachineUnitsW...

Author: Данило Шеган
Revision Date: 2013-06-25 10:37:41 UTC

Make NewDeployer accept MachineUnitsWatcher instead of UnitsWatcher as an argument.

lp:~danilo/ubuntu/raring/golang/connection-close 1 Development 2013-04-22 09:51:45 UTC
27. Cherry pick c3cbd6798cc7 (net/http: f...

Author: Данило Шеган
Revision Date: 2013-04-22 09:46:34 UTC

Cherry pick c3cbd6798cc7 (net/http: fix regression and mute known test failure for now).

lp:~danilo/linaro-license-protection/playground 1 Development 2013-02-27 16:15:11 UTC
171. Add TestHttpServer context manager to...

Author: Данило Шеган
Revision Date: 2013-02-27 16:14:59 UTC

Add TestHttpServer context manager to use for setting up "remote" HTTP servers.

lp:~danilo/ubuntu/raring/command-not-found/python2-package bug(Has a merge proposal) 1 Development 2013-02-25 22:28:01 UTC
98. Improve descriptions for python-comma...

Author: Данило Шеган
Revision Date: 2013-02-25 22:28:01 UTC

Improve descriptions for python-commandnotfound.

lp:~danilo/ubuntu/quantal/command-not-found/python2-package bug(Has a merge proposal) 1 Development 2013-02-20 08:51:26 UTC
97. Add .install file.

Author: Данило Шеган
Revision Date: 2013-02-20 08:51:26 UTC

Add .install file.

lp:~danilo/launchpad-work-items-tracker/roadmap-urls bug(Has a merge proposal) 1 Development 2013-02-13 13:20:43 UTC
348. Ensure card URL is unicode string.

Author: Данило Шеган
Revision Date: 2013-02-13 13:20:37 UTC

Ensure card URL is unicode string.

lp:~danilo/launchpad-work-items-tracker/bug-1124087 bug(Has a merge proposal) 1 Development 2013-02-13 12:55:59 UTC
346. Allow cards with multiple components.

Author: Данило Шеган
Revision Date: 2013-02-13 12:55:21 UTC

Allow cards with multiple components.

lp:~danilo/+junk/linaro-django-api 1 Development 2013-01-14 13:31:44 UTC
2. Get oauth working. Phew.

Author: Данило Шеган
Revision Date: 2013-01-14 13:28:52 UTC

Get oauth working. Phew.

lp:~danilo/+junk/bzr-lightbranch 1 Development 2013-01-01 21:08:44 UTC
3. Add the coding: utf-8 line.

Author: Данило Шеган
Revision Date: 2012-11-29 09:13:38 UTC

Add the coding: utf-8 line.

lp:rhodecode 1 Development 2012-12-27 12:08:50 UTC This branch has not been imported yet.
lp:~danilo/+junk/git-rewritemap 1 Development 2012-11-21 14:59:15 UTC
2. Implement rewritemap script.

Author: Данило Шеган
Revision Date: 2012-11-21 14:58:43 UTC

Implement rewritemap script.

lp:~danilo/linaro-ci/cleanup-config-fragments bug 1 Development 2012-11-01 10:12:25 UTC
114. Drop dependence on 3.4 config fragmen...

Author: Данило Шеган
Revision Date: 2012-11-01 09:53:03 UTC

Drop dependence on 3.4 config fragments and allow defining conf_filenames that can include multiple files.

lp:~danilo/linaro-status-website/prototype 1 Development 2012-07-19 18:58:41 UTC
6. Simplify single-threaded handling.

Author: Данило Шеган
Revision Date: 2012-07-19 07:51:27 UTC

Simplify single-threaded handling.

lp:~danilo/linaro-license-protection/django-refactor-integration-test (Has a merge proposal) 1 Development 2012-07-11 12:56:47 UTC
91. Merge latest django-refactor.

Author: Данило Шеган
Revision Date: 2012-07-11 12:56:47 UTC

Merge latest django-refactor.

lp:~danilo/linaro-license-protection/django-refactor-deployment (Has a merge proposal) 1 Development 2012-07-11 12:54:52 UTC
91. Merge latest django-refactor.

Author: Данило Шеган
Revision Date: 2012-07-11 12:54:52 UTC

Merge latest django-refactor.

lp:~danilo/launchpad/upcomingwork-daterange 1 Development 2012-07-05 16:19:50 UTC
15558. Prototype date filtering UI for upcom...

Author: Данило Шеган
Revision Date: 2012-07-05 16:19:25 UTC

Prototype date filtering UI for upcomingwork page.

lp:~danilo/launchpad-work-items-tracker/remove-roadmap-code 1 Development 2012-06-21 08:25:38 UTC
336. Remove calling of roadmap fetching code.

Author: Данило Шеган
Revision Date: 2012-06-21 08:25:13 UTC

Remove calling of roadmap fetching code.

lp:~danilo/launchpad/bp-workitems 1 Development 2012-05-09 09:26:58 UTC
15216. Prototype code.

Author: Данило Шеган
Revision Date: 2012-05-09 09:26:44 UTC

Prototype code.

lp:~danilo/linaro-image-tools/bug-751531-script-hooks bug(Has a merge proposal) 1 Development 2012-04-13 09:17:21 UTC
501. Add a test for pre/post install hooks...

Author: Данило Шеган
Revision Date: 2012-03-21 15:52:11 UTC

Add a test for pre/post install hooks to l-m-c and make it take a dir instead of individual script file.

lp:~danilo/launchpad-work-items-tracker/linaro-config-2012q2 (Has a merge proposal) 1 Development 2012-03-19 16:50:27 UTC
48. Change the default lane.

Author: Данило Шеган
Revision Date: 2012-03-19 16:48:18 UTC

Change the default lane.

lp:~danilo/pygettextpo/other-comments 1 Development 2012-02-13 18:50:56 UTC
27. Merge msgctxt branch.

Author: Данило Шеган
Revision Date: 2012-02-13 18:50:56 UTC

Merge msgctxt branch.

lp:~danilo/pygettextpo/simplify (Has a merge proposal) 1 Development 2012-02-11 12:05:20 UTC
28. Merge pep8-fixes.

Author: Данило Шеган
Revision Date: 2012-02-11 12:05:20 UTC

Merge pep8-fixes.

lp:~danilo/pygettextpo/msgctxt-support (Has a merge proposal) 1 Development 2012-02-11 11:59:01 UTC
29. Re-merge simplify branch.

Author: Данило Шеган
Revision Date: 2012-02-11 11:59:01 UTC

Re-merge simplify branch.

lp:~danilo/launchpad/sprints-api (Linked to a blueprint) 1 Development 2012-01-06 16:46:42 UTC
14647. Add a script to register sprint atten...

Author: Данило Шеган
Revision Date: 2012-01-06 16:46:42 UTC

Add a script to register sprint attendees for Linaro Connect.

lp:~danilo/pygettextpo/pep8-fixes (Has a merge proposal) 1 Development 2011-12-25 18:45:00 UTC
25. Minimal PEP-8 fixes.

Author: Данило Шеган
Revision Date: 2011-12-25 18:45:00 UTC

Minimal PEP-8 fixes.

lp:~danilo/launchpad-work-items-tracker/bug-903822 bug(Has a merge proposal) 1 Development 2011-12-13 17:28:50 UTC
318. Add non-working potential fix, call a...

Author: Данило Шеган
Revision Date: 2011-12-13 17:25:33 UTC

Add non-working potential fix, call ahead of me.

lp:~danilo/launchpad-work-items-tracker/linaro-config bug(Has a merge proposal) 1 Development 2011-12-13 09:46:28 UTC
35. Add XXX.

Author: Данило Шеган
Revision Date: 2011-12-13 09:46:28 UTC

Add XXX.

lp:~danilo/linaro-wordpress-registration-form/trunk 1 Development 2011-11-30 18:00:03 UTC
5. Add external CSS and JS files.

Author: Данило Шеган
Revision Date: 2011-11-30 12:43:29 UTC

Add external CSS and JS files.

lp:~danilo/+junk/linaro-connect 1 Development 2011-11-30 12:43:29 UTC
5. Add external CSS and JS files.

Author: Данило Шеган
Revision Date: 2011-11-30 12:43:29 UTC

Add external CSS and JS files.

lp:~danilo/+junk/trt 1 Development 2011-10-13 10:37:14 UTC
2. No changes.

Author: Данило Шеган
Revision Date: 2011-10-12 11:40:21 UTC

No changes.

lp:~danilo/intltool/bug-705420 bug 1 Development 2011-10-08 15:33:22 UTC
726. Remove gtkbuilder files from makefile...

Author: Данило Шеган
Revision Date: 2011-10-08 15:32:02 UTC

Remove gtkbuilder files from makefiles as well.

lp:~danilo/+junk/apache-investigator 1 Development 2011-09-26 11:53:46 UTC
22. Make use_apache_format global in pars...

Author: Данило Шеган
Revision Date: 2011-09-26 11:53:46 UTC

Make use_apache_format global in parse_args so it actually works.

lp:~danilo/lp2kanban/autosync 1 Development 2011-08-08 09:15:35 UTC
42. Add autosync option.

Author: Данило Шеган
Revision Date: 2011-08-08 09:14:15 UTC

Add autosync option.

lp:~danilo/launchpad/bug-814580-cold-db bug(Has a merge proposal) 1 Development 2011-08-01 12:16:05 UTC
13583. Merged bug-814580 into bug-814580-col...

Author: Данило Шеган
Revision Date: 2011-08-01 12:16:05 UTC

Merged bug-814580 into bug-814580-cold-db.

lp:~danilo/epiphany-browser/upstream-bug-647976 (Has a merge proposal) 1 Development 2011-04-23 09:24:04 UTC
6. Update changelog.

Author: Данило Шеган
Revision Date: 2011-04-23 09:24:04 UTC

Update changelog.

lp:preevo 1 Development 2011-02-21 21:49:35 UTC
16. Add copyright notices.

Author: Данило Шеган
Revision Date: 2011-02-21 21:48:43 UTC

Add copyright notices.

lp:~danilo/+junk/xml2po-ng 1 Development 2011-01-16 03:19:55 UTC
28. Complete test coverage.

Author: Данило Шеган
Revision Date: 2011-01-16 03:19:55 UTC

Complete test coverage.

lp:~danilo/launchpad/bug-662552 1 Development 2010-11-04 17:33:49 UTC
11862. Improve performance of suggestions PO...

Author: Данило Шеган
Revision Date: 2010-11-04 17:33:38 UTC

Improve performance of suggestions PO file determination.

lp:~danilo/intltool/generic-text-files 1 Development 2010-08-17 14:25:41 UTC
724. Add merging support for quotedprintable.

Author: Данило Шеган
Revision Date: 2010-08-17 14:25:41 UTC

Add merging support for quotedprintable.

lp:~danilo/pygettextpo/complete-bindings 1 Development 2010-08-06 22:28:57 UTC
26. Make msgctxt conditional.

Author: Данило Шеган
Revision Date: 2010-08-06 21:43:02 UTC

Make msgctxt conditional.

lp:~danilo/storm/bug-610492 bug 1 Development 2010-07-27 15:33:29 UTC
366. A simple fix which allows propertycol...

Author: Данило Шеган
Revision Date: 2010-07-27 15:32:30 UTC

A simple fix which allows propertycolumns to be of the same type in FindSpec.is_compatible instead of requiring them to be identical.

lp:~danilo/launchpad/distroserieslanguage 1 Development 2010-07-26 12:58:28 UTC
11177. Merged translator_count_removal into ...

Author: Данило Шеган
Revision Date: 2010-07-26 12:58:28 UTC

Merged translator_count_removal into distroserieslanguage.

lp:~danilo/ubuntu/lucid/epiphany-extensions/epiphany-extensions-upstream-2.30.0 1 Development 2010-04-14 19:21:26 UTC
54. Up the packaging version to -4 to wor...

Author: Данило Шеган
Revision Date: 2010-04-14 19:21:26 UTC

Up the packaging version to -4 to work-around what seems to be epiphany-browser packaging weirdness.

lp:~danilo/intltool/intltool-xmlcat 1 Development 2009-04-10 02:06:04 UTC
691. Implement xmlcat support for intltool.

Author: Данило Шеган
Revision Date: 2009-04-10 02:05:51 UTC

Implement xmlcat support for intltool.

171 of 71 results