lp:~mpontillo/maas

Owned by Mike Pontillo
Get this repository:
git clone https://git.launchpad.net/~mpontillo/maas
Only Mike Pontillo can upload to this repository. If you are Mike Pontillo please log in for upload directions.

Branches

Name Last Modified Last Commit
delete-discoveries-by-mac-and-ip--forgotten-line 2019-02-27 19:28:48 UTC
Fix missing delete_by_mac_and_ip in discovery handler allowed_methods.

Author: Mike Pontillo
Author Date: 2019-02-27 19:28:48 UTC

Fix missing delete_by_mac_and_ip in discovery handler allowed_methods.

delete-discoveries-by-ip-and-mac--bug-1815936 2019-02-20 19:47:33 UTC
Add websocket handler for deleting individual discoveries.

Author: Mike Pontillo
Author Date: 2019-02-20 15:25:02 UTC

Add websocket handler for deleting individual discoveries.

netplan--use-secondary-gateways 2019-02-15 00:57:03 UTC
Fix docstring.

Author: Mike Pontillo
Author Date: 2019-02-15 00:57:03 UTC

Fix docstring.

websocket-clear-discoveries--bug-1815934 2019-02-14 23:54:43 UTC
Switch to HandlerPermissionError; add tests.

Author: Mike Pontillo
Author Date: 2019-02-14 23:54:43 UTC

Switch to HandlerPermissionError; add tests.

provide-all-default-gateways 2019-02-07 00:37:02 UTC
Fix preseed_network and test_preseed_network to DTRT with the new-style tuple.

Author: Mike Pontillo
Author Date: 2019-02-07 00:37:02 UTC

Fix preseed_network and test_preseed_network to DTRT with the new-style tuple.

start-sending-v2-network-yaml 2019-02-01 23:46:33 UTC
Use v2 YAML for ubuntu-core. Fix bug that caused incorrect v2 gateway rendering.

Author: Mike Pontillo
Author Date: 2019-02-01 23:46:33 UTC

Use v2 YAML for ubuntu-core. Fix bug that caused incorrect v2 gateway rendering.

netplan-infrastructure-improvements 2019-01-31 02:53:25 UTC
Only send Netplan for Xenial and greater.

Author: Mike Pontillo
Author Date: 2019-01-31 02:53:25 UTC

Only send Netplan for Xenial and greater.

netplan--fix-deferred-issues 2019-01-08 17:01:18 UTC
Update comments.

Author: Mike Pontillo
Author Date: 2019-01-08 17:01:18 UTC

Update comments.

allow-mode-unconfigured-for-compose--bug-1806969 2018-12-14 05:54:05 UTC
Format imports.

Author: Mike Pontillo
Author Date: 2018-12-14 05:54:05 UTC

Format imports.

fix-websocket-clear-vlan--bug-1802214 2018-12-12 19:09:25 UTC
LP: #1802214 - Fix clearing VLAN name over the websocket.

Author: Mike Pontillo
Author Date: 2018-12-12 19:09:25 UTC

LP: #1802214 - Fix clearing VLAN name over the websocket.

2.4 2018-12-11 20:00:29 UTC
Backport 594f8f8bb: LP #1803188: Prevent creation of multiple IPs (per subnet...

Author: Mike Pontillo
Author Date: 2018-12-11 20:00:29 UTC

Backport 594f8f8bb: LP #1803188: Prevent creation of multiple IPs (per subnet, per interface) during commissioning.

In some situations, the IP address from the preboot environment differs
from the IP address acquired by the DHCP client during commissioning. This
results in MAAS linking the interface to the subnet twice, which is
unexpected and can cause problems for future usage of the machine.

commissioning-prevent-ip-creation-on-same-subnet--bug-1803188--2.4 2018-12-11 19:19:29 UTC
LP #1803188: Prevent creation of multiple IPs (per subnet, per interface) dur...

Author: Mike Pontillo
Author Date: 2018-11-16 20:30:09 UTC

LP #1803188: Prevent creation of multiple IPs (per subnet, per interface) during commissioning.

In some situations, the IP address from the preboot environment differs
from the IP address acquired by the DHCP client during commissioning. This
results in MAAS linking the interface to the subnet twice, which is
unexpected and can cause problems for future usage of the machine.

fix-websocket-claim-auto-ips--bug-1804557 2018-11-22 01:52:07 UTC
LP: #1804557 - Fix claiming IP addresses for new interfaces over the WebSocket

Author: Mike Pontillo
Author Date: 2018-11-22 01:49:44 UTC

LP: #1804557 - Fix claiming IP addresses for new interfaces over the WebSocket

fix-duplicate-node-event-log--bug-1804551 2018-11-22 00:58:29 UTC
Format imports.

Author: Mike Pontillo
Author Date: 2018-11-22 00:58:29 UTC

Format imports.

enable-ping--js--bug-1802325 2018-11-20 19:54:16 UTC
Clear out event handlers so we don't get events from stale websockets.

Author: Mike Pontillo
Author Date: 2018-11-20 19:48:57 UTC

Clear out event handlers so we don't get events from stale websockets.

commissioning-prevent-ip-creation-on-same-subnet--bug-1803188 2018-11-16 19:12:25 UTC
Add logging for skipped IP addresses during commissioning.

Author: Mike Pontillo
Author Date: 2018-11-16 19:12:25 UTC

Add logging for skipped IP addresses during commissioning.

add-websocket-ping-ability--bug-1802325 2018-11-16 01:24:44 UTC
Add ability for WebSocket server to reply to ping requests.

Author: Mike Pontillo
Author Date: 2018-11-16 01:24:44 UTC

Add ability for WebSocket server to reply to ping requests.

fix-active-scanning-sudoers--bug-1802379--2.4 2018-11-14 01:13:24 UTC
LP: #1802379 - Correct sudoers entry for active network scanning.

Author: Mike Pontillo
Author Date: 2018-11-14 00:38:02 UTC

LP: #1802379 - Correct sudoers entry for active network scanning.

fix-active-scanning-sudoers--bug-1802379 2018-11-13 22:48:34 UTC
LP: #1802379 - Correct sudoers entry for active network scanning.

Author: Mike Pontillo
Author Date: 2018-11-13 22:48:34 UTC

LP: #1802379 - Correct sudoers entry for active network scanning.

pod-vms-as-parents--experimental 2018-11-09 21:14:37 UTC
EXPERIMENTAL: Set parent to pod host for newly-composed pod VMs.

Author: Mike Pontillo
Author Date: 2018-11-09 21:14:37 UTC

EXPERIMENTAL: Set parent to pod host for newly-composed pod VMs.

fix-websocket-race-condition--bug-1802390 2018-11-08 21:46:59 UTC
LP: #1802390 - Fix race condition during websocket reconnect.

Author: Mike Pontillo
Author Date: 2018-11-08 21:46:59 UTC

LP: #1802390 - Fix race condition during websocket reconnect.

fix-typo--bug-1802211 2018-11-08 01:47:35 UTC
LP: #1802211 - Fix typo in first-user journey.

Author: Mike Pontillo
Author Date: 2018-11-08 01:47:35 UTC

LP: #1802211 - Fix typo in first-user journey.

prevent-default-archives-delete--bug-1801491 2018-11-06 18:39:39 UTC
Fix lint.

Author: Mike Pontillo
Author Date: 2018-11-06 18:38:37 UTC

Fix lint.

interface-params-websocket--bug-1801776 2018-11-05 22:17:04 UTC
Fix TestDeviceHandler.test_get().

Author: Mike Pontillo
Author Date: 2018-11-05 22:17:04 UTC

Fix TestDeviceHandler.test_get().

rename-install-kvm-option--bug-1798978 2018-10-22 00:10:30 UTC
LP: #1798978 - Rename UI option for installing a KVM pod.

Author: Mike Pontillo
Author Date: 2018-10-22 00:10:30 UTC

LP: #1798978 - Rename UI option for installing a KVM pod.

prevent-ip-removal-on-bridge-release--bug-1792409 2018-10-18 01:21:42 UTC
LP: #1792409 - Prevent removal of IP addresses when bridge interfaces are rem...

Author: Mike Pontillo
Author Date: 2018-10-18 01:13:59 UTC

LP: #1792409 - Prevent removal of IP addresses when bridge interfaces are removed on release.

prefer-non-dhcp-ips--bug-1797632 2018-10-16 23:23:23 UTC
Add comments.

Author: Mike Pontillo
Author Date: 2018-10-16 23:23:23 UTC

Add comments.

ppc64-disable-smt-for-pod-deploy--bug-1797484 2018-10-16 22:43:55 UTC
Use bridge_all when deploying from the UI for better UX.

Author: Mike Pontillo
Author Date: 2018-10-16 22:43:55 UTC

Use bridge_all when deploying from the UI for better UX.

kvm-deploy-arm64--bug-1794560 2018-10-12 02:02:32 UTC
LP: #1794560 - Include qemu-efi package for AMD64 KVM pod deployments.

Author: Mike Pontillo
Author Date: 2018-10-12 02:02:32 UTC

LP: #1794560 - Include qemu-efi package for AMD64 KVM pod deployments.

add-deploy-kvm-ui--bug-1795013 2018-10-12 01:45:41 UTC
Fix test.

Author: Mike Pontillo
Author Date: 2018-10-11 20:39:46 UTC

Fix test.

fix-pod-nonetype-relay-vlan--bug-1797135 2018-10-10 17:22:14 UTC
LP: #1797135 - Fix pod composition check for relay_vlan.

Author: Mike Pontillo
Author Date: 2018-10-10 17:22:14 UTC

LP: #1797135 - Fix pod composition check for relay_vlan.

add-pod-interface-trigger--bug-1796426 2018-10-05 23:47:26 UTC
LP: #1796426 - Add trigger for notifying pod about interface updates.

Author: Mike Pontillo
Author Date: 2018-10-05 23:34:46 UTC

LP: #1796426 - Add trigger for notifying pod about interface updates.

add-vlan-info-to-pod-handler--bug-1795759 2018-10-03 01:04:40 UTC
Update tests.

Author: Mike Pontillo
Author Date: 2018-10-03 01:04:40 UTC

Update tests.

default-domain-ui--bug-1756745 2018-10-03 00:01:28 UTC
Hide domain actions menu for non-admins.

Author: Mike Pontillo
Author Date: 2018-10-03 00:01:28 UTC

Hide domain actions menu for non-admins.

fix-vlan-fabric-ui-update--bug-1793282 2018-09-27 17:51:24 UTC
LP: #1793282 - Refresh VLAN UI when fabric changes.

Author: Mike Pontillo
Author Date: 2018-09-27 17:51:24 UTC

LP: #1793282 - Refresh VLAN UI when fabric changes.

disallow-pod-release--bug-1782060 2018-09-26 00:00:24 UTC
LP: #1782060 - Don't allow nodes that are hosting pods to be deleted.

Author: Mike Pontillo
Author Date: 2018-09-26 00:00:24 UTC

LP: #1782060 - Don't allow nodes that are hosting pods to be deleted.

fix-ui-compose-failure--bug-1793497 2018-09-20 14:33:18 UTC
Fix test.

Author: Mike Pontillo
Author Date: 2018-09-20 14:32:41 UTC

Fix test.

service-monitor-improvements--bug-1793448 2018-09-20 06:56:48 UTC
Simplify status command. Don't use 'sudo' without a need.

Author: Mike Pontillo
Author Date: 2018-09-20 06:56:48 UTC

Simplify status command. Don't use 'sudo' without a need.

install-kvm 2018-09-19 13:04:25 UTC
Fix test failures.

Author: Mike Pontillo
Author Date: 2018-09-19 13:04:25 UTC

Fix test failures.

cleanup-auth-errors--bug-1792029 2018-09-11 23:06:38 UTC
LP: #1792029 - Clean up logging when rack authentication fails.

Author: Mike Pontillo
Author Date: 2018-09-11 23:05:48 UTC

LP: #1792029 - Clean up logging when rack authentication fails.

add-refresh-description--bug-1782365 2018-09-11 01:14:38 UTC
LP: #1782365 - Add description about what will happen when refreshing a pod.

Author: Mike Pontillo
Author Date: 2018-09-11 01:14:38 UTC

LP: #1782365 - Add description about what will happen when refreshing a pod.

always-reload-proxy--bug-1789932--2.3 2018-09-10 19:19:22 UTC
Fix lint.

Author: Mike Pontillo
Author Date: 2018-09-10 19:19:22 UTC

Fix lint.

fix-dnsresource-synthetic-records-for-zero-record-case--bug-1791383 2018-09-07 23:15:56 UTC
Format imports.

Author: Mike Pontillo
Author Date: 2018-09-07 23:15:56 UTC

Format imports.

dns-api-ui-consistency--bug-1686864 2018-09-05 23:09:58 UTC
Add comment, per code review.

Author: Mike Pontillo
Author Date: 2018-09-05 23:09:58 UTC

Add comment, per code review.

add-controller-tag-names-to-api--bug-1790147--2.4 2018-09-05 22:43:12 UTC
LP: #1790147 - Add tag_names field to rack and region controller API output.

Author: Mike Pontillo
Author Date: 2018-09-05 20:36:05 UTC

LP: #1790147 - Add tag_names field to rack and region controller API output.

fix-srv-record-validation--bug-1782409 2018-09-05 22:32:16 UTC
LP: #1782409 - Fix bad error message when adding a malformed SRV record.

Author: Mike Pontillo
Author Date: 2018-09-05 22:32:16 UTC

LP: #1782409 - Fix bad error message when adding a malformed SRV record.

add-controller-tag-names-to-api--bug-1790147 2018-09-05 19:56:56 UTC
LP: #1790147 - Add tag_names field to rack and region controller API output.

Author: Mike Pontillo
Author Date: 2018-09-05 19:56:56 UTC

LP: #1790147 - Add tag_names field to rack and region controller API output.

chrony-xleave-hwtimestamp--bug-1789872 2018-09-04 22:32:23 UTC
Add comments.

Author: Mike Pontillo
Author Date: 2018-09-04 22:32:23 UTC

Add comments.

fix-subnet-links-for-juju--bug-1789495 2018-08-31 23:44:10 UTC
Fix typo.

Author: Mike Pontillo
Author Date: 2018-08-31 23:44:10 UTC

Fix typo.

fix-juju-interation--bug-1789495--part1 2018-08-30 07:55:09 UTC
Fix accidentally removed return statement.

Author: Mike Pontillo
Author Date: 2018-08-30 07:55:09 UTC

Fix accidentally removed return statement.

fix-juju-interation--bug-1789495 2018-08-30 06:39:20 UTC
Use new utility function from pod ComposeMachineForm.

Author: Mike Pontillo
Author Date: 2018-08-30 06:35:48 UTC

Use new utility function from pod ComposeMachineForm.

workaround-netaddr-slash128-bug--2.4 2018-08-29 22:36:38 UTC
Backport 80dcada - LP: #1789721 - Workaround for StopIteration seen via get_s...

Author: Mike Pontillo
Author Date: 2018-08-29 20:59:41 UTC

Backport 80dcada - LP: #1789721 - Workaround for StopIteration seen via get_source_address().

This works around a bug in netaddr that causes StopIteration to be raised when a /128 IPv6 network is passed in.

workaround-netaddr-slash128-bug--2.3 2018-08-29 21:49:31 UTC
Backport 80dcada - LP: #1789721 - Workaround for StopIteration seen via get_s...

Author: Mike Pontillo
Author Date: 2018-08-29 20:59:41 UTC

Backport 80dcada - LP: #1789721 - Workaround for StopIteration seen via get_source_address().

This works around a bug in netaddr that causes StopIteration to be raised when a /128 IPv6 network is passed in.

workaround-netaddr-slash128-bug 2018-08-29 20:12:14 UTC
LP: #1789721 - Link bug. Minor cleanup. Add comment explaining why there is a...

Author: Mike Pontillo
Author Date: 2018-08-29 20:10:44 UTC

LP: #1789721 - Link bug. Minor cleanup. Add comment explaining why there is a special case for /128 addresses.

fix-changelog-for-release-build-script--2.5-beta1 2018-08-28 18:36:04 UTC
Fix debian/changelog so that it works with the release-build script again.

Author: Mike Pontillo
Author Date: 2018-08-28 16:53:40 UTC

Fix debian/changelog so that it works with the release-build script again.

ignore-tunnel-interfaces--bug-1788780 2018-08-24 20:30:42 UTC
Fix typo.

Author: Mike Pontillo
Author Date: 2018-08-24 20:30:42 UTC

Fix typo.

fix-skip-networking-on-compose--bug-1788430 2018-08-22 17:04:55 UTC
LP: #1788430 - Fix skip_networking calculation.

Author: Mike Pontillo
Author Date: 2018-08-22 17:04:09 UTC

LP: #1788430 - Fix skip_networking calculation.

allow-ip-allocation-on-compose 2018-08-22 05:54:40 UTC
Fix typo.

Author: Mike Pontillo
Author Date: 2018-08-22 05:54:40 UTC

Fix typo.

update-vlans-based-on-discovered-machine-interfaces 2018-08-14 18:15:30 UTC
Simplify code.

Author: Mike Pontillo
Author Date: 2018-08-14 18:15:30 UTC

Simplify code.

include-attach-method-in-discovered-machine-interfaces 2018-08-10 00:00:09 UTC
Fix missed test (provisioningserver.drivers.pod.tests.test_base).

Author: Mike Pontillo
Author Date: 2018-08-10 00:00:09 UTC

Fix missed test (provisioningserver.drivers.pod.tests.test_base).

update-default-version--2.5.0 2018-08-09 22:53:00 UTC
Update DEFAULT_VERSION to be 2.5.0.

Author: Mike Pontillo
Author Date: 2018-08-09 22:51:55 UTC

Update DEFAULT_VERSION to be 2.5.0.

pod-compose--use-given-ifnames 2018-08-08 19:04:23 UTC
Fix lint.

Author: Mike Pontillo
Author Date: 2018-08-08 19:04:23 UTC

Fix lint.

allocate-api--pod-networking 2018-08-06 20:21:53 UTC
Format imports.

Author: Mike Pontillo
Author Date: 2018-08-06 20:21:53 UTC

Format imports.

compose-machine-form--interpret-interfaces-constraint 2018-07-30 23:43:11 UTC
Fix merge conflict.

Author: Mike Pontillo
Author Date: 2018-07-30 23:43:11 UTC

Fix merge conflict.

default-dns-ip--bug-1776604--2.3 2018-07-13 03:18:13 UTC
Update test cases to remove portions that don't work on MAAS 2.3.

Author: Mike Pontillo
Author Date: 2018-07-13 03:18:13 UTC

Update test cases to remove portions that don't work on MAAS 2.3.

default-dns-ip--bug-1776604--2.4 2018-07-12 23:25:24 UTC
LP: #1776604 - Improve hostname mapping heuristic for bonded bridges

Author: Mike Pontillo
Author Date: 2018-07-12 21:39:27 UTC

LP: #1776604 - Improve hostname mapping heuristic for bonded bridges

This commit changes the default hostname to IP address mapping to
account for situations where an interface parent's parent is a
machine's boot interface.

Backports: 72aba3a90faa053905c20967604195e80fee6b05

replicate-search-paths-on-interface--bug-1771885 2018-07-12 21:58:42 UTC
LP: #1771885 - Replicate DNS search paths per-interface in v1 preseed YAML

Author: Mike Pontillo
Author Date: 2018-07-12 21:58:42 UTC

LP: #1771885 - Replicate DNS search paths per-interface in v1 preseed YAML

default-dns-ip--bug-1776604 2018-07-12 19:21:19 UTC
Further simplify SQL query. Add additional logging and tests.

Author: Mike Pontillo
Author Date: 2018-07-12 19:21:19 UTC

Further simplify SQL query. Add additional logging and tests.

pod-networking-add-host-field 2018-07-09 16:36:32 UTC
Format imports.

Author: Mike Pontillo
Author Date: 2018-07-09 16:36:32 UTC

Format imports.

interface-up-down-visited-recursion-prevent--2.3 2018-07-05 18:50:28 UTC
LP: #1622105 - Make sure ensure_link_up does not cause infinite recursion.

Author: Mike Pontillo
Author Date: 2018-07-02 22:40:07 UTC

LP: #1622105 - Make sure ensure_link_up does not cause infinite recursion.

Add visited pattern to interface_enabled_or_disabled post-save signal handler for Interface model objects, to fix an infinite recursion bug seen during end-to-end testing while interfaces were being enabled and disabled on a rack controller.

Backports: 732f0300549322a49a02c4331d6cf2cb1f86af0d

interface-up-down-visited-recursion-prevent--2.4 2018-07-05 18:46:58 UTC
LP: #1622105 - Make sure ensure_link_up does not cause infinite recursion.

Author: Mike Pontillo
Author Date: 2018-07-02 22:40:07 UTC

LP: #1622105 - Make sure ensure_link_up does not cause infinite recursion.

Add visited pattern to interface_enabled_or_disabled post-save signal handler for Interface model objects, to fix an infinite recursion bug seen during end-to-end testing while interfaces were being enabled and disabled on a rack controller.

Backports: 732f0300549322a49a02c4331d6cf2cb1f86af0d

interface-up-down-visited-recursion-prevent 2018-06-28 15:52:32 UTC
LP: #1622105 - Make sure ensure_link_up does not cause infinite recursion.

Author: Mike Pontillo
Author Date: 2018-06-28 01:36:30 UTC

LP: #1622105 - Make sure ensure_link_up does not cause infinite recursion.

Add visited pattern to interface_enabled_or_disabled post-save signal
handler for Interface model objects, to fix an infinite recursion bug
seen during end-to-end testing while interfaces were being enabled and
disabled on a rack controller.

dhcp-observer-process 2018-05-10 16:06:23 UTC
WIP

Author: Mike Pontillo
Author Date: 2018-05-10 16:06:23 UTC

WIP

fix-make-doc--bug-1756292 2018-05-01 03:20:39 UTC
LP: #1756292 - Avoid using bin/webpack symlink to indicate if javascript is o...

Author: Mike Pontillo
Author Date: 2018-05-01 03:16:52 UTC

LP: #1756292 - Avoid using bin/webpack symlink to indicate if javascript is out-of-date.

subnet-ip-listing-trigger--bug-1761281 2018-04-25 16:07:37 UTC
Fix lint.

Author: Mike Pontillo
Author Date: 2018-04-25 16:07:37 UTC

Fix lint.

subnet-details-show-containers--bug-1761269 2018-04-25 06:42:13 UTC
LP: #1761269 - Show containers as containers instead of devices on subnet det...

Author: Mike Pontillo
Author Date: 2018-04-25 06:42:05 UTC

LP: #1761269 - Show containers as containers instead of devices on subnet details page

improve-default-dns-server-selection--bug-1750689 2018-04-25 05:01:29 UTC
Add test for default DNS servers within network preseed.

Author: Mike Pontillo
Author Date: 2018-04-23 18:47:35 UTC

Add test for default DNS servers within network preseed.

dns-header-cleanup--bug-1727392 2018-04-23 23:18:59 UTC
LP: #1727392 - Make domain details page header consistent.

Author: Mike Pontillo
Author Date: 2018-04-23 23:18:59 UTC

LP: #1727392 - Make domain details page header consistent.

remove-server-address-dead-code 2018-04-20 19:00:45 UTC
Fix lint.

Author: Mike Pontillo
Author Date: 2018-04-20 19:00:45 UTC

Fix lint.

alternate-ntp-servers-in-dhcp--bug-1753496 2018-04-13 20:40:18 UTC
Fix lint.

Author: Mike Pontillo
Author Date: 2018-04-13 20:40:18 UTC

Fix lint.

ha-dns-servers--bug-1753493--2.3 2018-04-11 23:16:36 UTC
LP: #1753493 - Make region IP addresses consistent for HA.

Author: Mike Pontillo
Author Date: 2018-04-11 21:46:56 UTC

LP: #1753493 - Make region IP addresses consistent for HA.

Backports: 5000bb58ea91af41b2465dc3d17aa2388a5edbaa

ha-dns-servers--bug-1753493 2018-04-11 17:40:53 UTC
Clean up comments.

Author: Mike Pontillo
Author Date: 2018-04-11 17:40:53 UTC

Clean up comments.

set-default-domain--api 2018-04-09 18:59:38 UTC
Keep the domain for ephemerally booted nodes when the default changes.

Author: Mike Pontillo
Author Date: 2018-04-09 18:59:14 UTC

Keep the domain for ephemerally booted nodes when the default changes.

default-domain-selection 2018-04-06 04:35:04 UTC
Format imports.

Author: Mike Pontillo
Author Date: 2018-04-06 04:35:04 UTC

Format imports.

backport-stats-test-fixes--2.3 2018-04-04 16:40:44 UTC
Fix random failures in test_stats.py.

Author: Mike Pontillo
Author Date: 2018-04-03 19:44:28 UTC

Fix random failures in test_stats.py.

bug-1704501--2.3 2018-04-03 21:50:05 UTC
Fix fabric field formatting.

Author: Mike Pontillo
Author Date: 2018-04-03 21:50:05 UTC

Fix fabric field formatting.

move-vlans-between-fabrics--2.3 2018-04-03 19:29:55 UTC
LP #1755587 - Allow moving a subnet to a different fabric in the UI.

Author: Mike Pontillo
Author Date: 2018-04-03 02:16:29 UTC

LP #1755587 - Allow moving a subnet to a different fabric in the UI.

Backports: 544aaae99fdb5954762980c2d93f5ae5b12d0b8a

move-vlans-between-fabrics 2018-04-03 19:08:03 UTC
Fix off-by-one random failures in maasserver.tests.test_stats:TestMAASStats.

Author: Mike Pontillo
Author Date: 2018-04-03 19:08:03 UTC

Fix off-by-one random failures in maasserver.tests.test_stats:TestMAASStats.

change-subnet-fabric--bug-1755587 2018-04-03 00:16:39 UTC
LP: #1755587 - Allow moving a subnet to a different fabric in the UI.

Author: Mike Pontillo
Author Date: 2018-04-03 00:16:39 UTC

LP: #1755587 - Allow moving a subnet to a different fabric in the UI.

remove-es6-for-now 2018-03-31 20:44:40 UTC
Remove Es6 for now.

Author: Mike Pontillo
Author Date: 2018-03-31 20:44:40 UTC

Remove Es6 for now.

make-everything-es6 2018-03-30 03:05:39 UTC
Convert everything to use ES6 arrow functions.

Author: Mike Pontillo
Author Date: 2018-03-30 03:05:39 UTC

Convert everything to use ES6 arrow functions.

dns-ui--actions 2018-03-30 01:06:10 UTC
Fix javascript tests.

Author: Mike Pontillo
Author Date: 2018-03-30 01:06:10 UTC

Fix javascript tests.

preseed-per-interface-routes--bug-1758919--2.3 2018-03-27 21:24:58 UTC
LP: #1758919 - Move routes to interface context within preseed.

Author: Mike Pontillo
Author Date: 2018-03-27 21:13:38 UTC

LP: #1758919 - Move routes to interface context within preseed.

Backports: 9fbf7eb682c3c3ff1de08b33bb967fffdf4a61bf

preseed-per-interface-routes--bug-1758919 2018-03-26 21:12:10 UTC
Fix lint.

Author: Mike Pontillo
Author Date: 2018-03-26 21:12:10 UTC

Fix lint.

dns-ui--domain-summary-and-edit 2018-03-17 02:15:50 UTC
Add test to ensure that update() returns a value.

Author: Mike Pontillo
Author Date: 2018-03-17 02:15:50 UTC

Add test to ensure that update() returns a value.

fix-maasserver-tests-test-js 2018-03-09 11:15:50 UTC
Fix maasserver.tests.test_js.

Author: Mike Pontillo
Author Date: 2018-03-09 11:15:45 UTC

Fix maasserver.tests.test_js.

dns-ui--add-record 2018-03-08 10:32:53 UTC
Fix JavaScript tests.

Author: Mike Pontillo
Author Date: 2018-03-08 10:32:53 UTC

Fix JavaScript tests.

use-built-javascript-for-tests 2018-03-08 08:52:58 UTC
Remove YUI JavaScript file mistakenly added to karma config.

Author: Mike Pontillo
Author Date: 2018-03-08 08:52:58 UTC

Remove YUI JavaScript file mistakenly added to karma config.

dns--allow-a-records-in-dnsdata-form 2018-03-07 08:21:23 UTC
Reduce triggers to only update the node websocket when viewable data changes

Author: Lee Trager
Author Date: 2018-03-07 08:21:23 UTC

Reduce triggers to only update the node websocket when viewable data changes

Instead of firing a trigger on any field change on maasserver_node only
fields which are viewable in the UI now cause the trigger to fire. This
uncovered a number of tests which were passing due to the previous catch
all maasserver_node trigger. The EVENT_NODE_NOTIFY trigger has it caused
events to update the node on the websocket. MAAS already has a handler
for events.

react--use-vanilla-components 2018-03-07 07:58:26 UTC
Get example React component working with Angular websocket.

Author: Mike Pontillo
Author Date: 2018-03-07 07:58:26 UTC

Get example React component working with Angular websocket.

1100 of 189 results
This repository contains Public information 
Everyone can see this information.

Subscribers