lp:~blake-rouse/maas

Owned by Blake Rouse
Get this repository:
git clone https://git.launchpad.net/~blake-rouse/maas
Only Blake Rouse can upload to this repository. If you are Blake Rouse please log in for upload directions.

Branches

Name Last Modified Last Commit
fix-1854544 2019-12-02 18:28:55 UTC
Fixes LP: #1854544 - Redirect to index and not to login when not authenticated.

Author: Blake Rouse
Author Date: 2019-12-02 18:28:55 UTC

Fixes LP: #1854544 - Redirect to index and not to login when not authenticated.

fix-flaky-user-listener-test 2019-11-26 16:32:53 UTC
Fix flaky UserListenerTest.

Author: Blake Rouse
Author Date: 2019-11-26 16:32:53 UTC

Fix flaky UserListenerTest.

login-view-external-auth 2019-11-26 15:01:14 UTC
Add authenticated status and external_auth_url to the login UI GET response.

Author: Blake Rouse
Author Date: 2019-11-26 15:01:14 UTC

Add authenticated status and external_auth_url to the login UI GET response.

fix-1846286 2019-11-25 21:53:34 UTC
Fix tests.

Author: Blake Rouse
Author Date: 2019-11-25 21:53:34 UTC

Fix tests.

fix-1853579 2019-11-22 13:16:55 UTC
Fixes LP: #1853579 - Remove first_name field for users over the websocket.

Author: Blake Rouse
Author Date: 2019-11-22 13:16:55 UTC

Fixes LP: #1853579 - Remove first_name field for users over the websocket.

fix-1844541 2019-11-20 17:25:29 UTC
Fixes LP: #1844541 - Do not use ClusterConfiguration in WindowsOS driver to d...

Author: Blake Rouse
Author Date: 2019-11-20 17:25:29 UTC

Fixes LP: #1844541 - Do not use ClusterConfiguration in WindowsOS driver to determine boot purpose. xinstall is the only supported purpose for a few releases now and without this change a standalone regiond fails to run correctly when Windows images are uploaded.

master 2019-11-08 20:38:37 UTC
Remove all MAAS UI code, JS, css, templates, and views. Include maas-ui as a ...

Author: Blake Rouse
Author Date: 2019-11-08 20:38:37 UTC

Remove all MAAS UI code, JS, css, templates, and views. Include maas-ui as a submodule and intergrate UI in development, snap, and debian package.

split-out-ui 2019-11-08 20:12:02 UTC
Fix tests.

Author: Blake Rouse
Author Date: 2019-11-08 20:12:02 UTC

Fix tests.

2.4.3-release 2019-11-01 13:14:15 UTC
Release 2.4.3

Author: Blake Rouse
Author Date: 2019-11-01 13:14:15 UTC

Release 2.4.3

uuid-not-maas-uuid 2019-10-30 17:37:44 UTC
Change websocket maas_uuid to uuid, as maas_uuid was incorrect.

Author: Blake Rouse
Author Date: 2019-10-30 17:37:44 UTC

Change websocket maas_uuid to uuid, as maas_uuid was incorrect.

fix-1850245 2019-10-29 15:13:46 UTC
Fix LP: #1850245 - Expose the maas_uuid over the Config websocket handler, bu...

Author: Blake Rouse
Author Date: 2019-10-29 15:13:46 UTC

Fix LP: #1850245 - Expose the maas_uuid over the Config websocket handler, but do not allow it to be updateable.

fix-format-go 2019-10-29 14:08:21 UTC
Fix format-go target.

Author: Blake Rouse
Author Date: 2019-10-29 14:08:21 UTC

Fix format-go target.

fix-1850230 2019-10-29 13:57:44 UTC
Fix LP: #1850230 - Set login cookies on 204 return.

Author: Blake Rouse
Author Date: 2019-10-29 13:57:44 UTC

Fix LP: #1850230 - Set login cookies on 204 return.

fix-issue-with-mimeparse 2019-10-16 17:55:10 UTC
Ensure that mimeparse is used from packaging and not from requirements.txt.

Author: Blake Rouse
Author Date: 2019-10-16 17:55:10 UTC

Ensure that mimeparse is used from packaging and not from requirements.txt.

login-return-json 2019-10-15 13:16:01 UTC
Add python3-mimeparse as a direct dependency. Fix LoginJSONView class doc.

Author: Blake Rouse
Author Date: 2019-10-15 13:16:01 UTC

Add python3-mimeparse as a direct dependency. Fix LoginJSONView class doc.

fix-1710278-2.4 2019-10-14 14:28:25 UTC
Fix tests and versions.cfg.

Author: Blake Rouse
Author Date: 2019-10-14 14:28:25 UTC

Fix tests and versions.cfg.

no-csrf-login 2019-10-09 14:44:15 UTC
Remove the need for csrf on the login page.

Author: Blake Rouse
Author Date: 2019-10-09 14:44:15 UTC

Remove the need for csrf on the login page.

fix-1846141 2019-10-09 13:43:21 UTC
Switch to str casting.

Author: Blake Rouse
Author Date: 2019-10-09 13:43:21 UTC

Switch to str casting.

fix-csrf-auth 2019-10-08 20:22:38 UTC
Remove the need for CSRF to require authentication, being that its a POST req...

Author: Blake Rouse
Author Date: 2019-10-08 20:22:38 UTC

Remove the need for CSRF to require authentication, being that its a POST request its protected by CORS. Login requires a CSRF before authentication, and current login view returns the CSRF token unauthenticated.

fix-venv-services 2019-10-08 14:47:26 UTC
Remove the lazy import wrappers.

Author: Blake Rouse
Author Date: 2019-10-08 14:47:26 UTC

Remove the lazy import wrappers.

fix-1847086 2019-10-08 14:28:24 UTC
Add merge migration for master.

Author: Blake Rouse
Author Date: 2019-10-08 14:28:24 UTC

Add merge migration for master.

fix-1847086-2.6 2019-10-08 14:22:09 UTC
Fixes LP: #1847086 - Update username max_length to 150 for event model.

Author: Blake Rouse
Author Date: 2019-10-08 14:22:09 UTC

Fixes LP: #1847086 - Update username max_length to 150 for event model.

snap-content-maas-cli 2019-10-03 17:32:10 UTC
Print snap interface error to stderr.

Author: Blake Rouse
Author Date: 2019-10-03 17:32:10 UTC

Print snap interface error to stderr.

fix-1845220 2019-09-24 18:06:10 UTC
Fix tests.

Author: Blake Rouse
Author Date: 2019-09-24 18:06:10 UTC

Fix tests.

fix-1844795 2019-09-24 14:55:39 UTC
Fixes LP: #1844795 - Add ability to get the controller register URL and secre...

Author: Blake Rouse
Author Date: 2019-09-24 14:55:39 UTC

Fixes LP: #1844795 - Add ability to get the controller register URL and secret for an administrator.

fix-1844793 2019-09-24 13:30:02 UTC
Fixes LP: #1844793 - Add ability for a user to change password over the webso...

Author: Blake Rouse
Author Date: 2019-09-24 13:30:02 UTC

Fixes LP: #1844793 - Add ability for a user to change password over the websocket API.

fix-1844796 2019-09-23 16:04:56 UTC
Exempt CSRF on the CSRF post request.

Author: Blake Rouse
Author Date: 2019-09-23 16:04:56 UTC

Exempt CSRF on the CSRF post request.

bios-boot-method-api 2019-09-20 09:32:03 UTC
Fix tests.

Author: Blake Rouse
Author Date: 2019-09-20 09:32:03 UTC

Fix tests.

user-intro-complete-ws 2019-09-19 14:55:29 UTC
Fix issue with test_hooks.py.

Author: Blake Rouse
Author Date: 2019-09-19 14:55:29 UTC

Fix issue with test_hooks.py.

fix-1843493 2019-09-13 15:59:38 UTC
Fix lint.

Author: Blake Rouse
Author Date: 2019-09-13 15:59:38 UTC

Fix lint.

fix-1841807 2019-09-10 12:24:06 UTC
Fixes LP: #1841807 - Handle the case where the RPC connection can be lost in ...

Author: Blake Rouse
Author Date: 2019-09-10 12:24:06 UTC

Fixes LP: #1841807 - Handle the case where the RPC connection can be lost in a list-boot-images API call.

fix-duplicate-physical-mac 2019-09-09 14:44:31 UTC
Fix migrations with master.

Author: Blake Rouse
Author Date: 2019-09-09 14:44:31 UTC

Fix migrations with master.

debug-false-means-false-2.6 2019-09-04 19:16:13 UTC
Fix regiond.conf and rackd.conf parser to handle StringBool correctly for rea...

Author: Blake Rouse
Author Date: 2019-09-04 17:55:07 UTC

Fix regiond.conf and rackd.conf parser to handle StringBool correctly for reading the value from the store.

debug-false-means-false 2019-09-04 17:02:23 UTC
Fix tests.

Author: Blake Rouse
Author Date: 2019-09-04 17:02:23 UTC

Fix tests.

remove-django-admin-2.6 2019-09-04 15:01:50 UTC
Remove usage of django.contrib.admin when debug mode is enabled.

Author: Blake Rouse
Author Date: 2019-09-04 14:40:02 UTC

Remove usage of django.contrib.admin when debug mode is enabled.

remove-django-admin 2019-09-04 14:03:13 UTC
Remove usage of django.contrib.admin when debug mode is enabled.

Author: Blake Rouse
Author Date: 2019-09-04 14:03:13 UTC

Remove usage of django.contrib.admin when debug mode is enabled.

csrf-api 2019-08-31 12:21:33 UTC
Add new account/csrf UI endpoint that allows the UI to request the CSRF token...

Author: Blake Rouse
Author Date: 2019-08-31 12:21:33 UTC

Add new account/csrf UI endpoint that allows the UI to request the CSRF token for an authenticated user.

ovs-renderer 2019-08-21 15:42:52 UTC
Add the renderer: openvswitch for OVS bridges.

Author: Blake Rouse
Author Date: 2019-08-21 15:42:52 UTC

Add the renderer: openvswitch for OVS bridges.

fix-1836276-2.6 2019-08-20 01:53:48 UTC
Fixes LP: #1836276 - Select IP address from interface for shared network defi...

Author: Blake Rouse
Author Date: 2019-08-19 19:58:28 UTC

Fixes LP: #1836276 - Select IP address from interface for shared network defined from the region controller, allowing relayed VLAN's to point to the correct IP address on the rack controller.

ovs-bridge-api 2019-08-19 15:57:21 UTC
Add bridge_type for standard and OVS bridges to API and websocket.

Author: Blake Rouse
Author Date: 2019-08-19 15:57:21 UTC

Add bridge_type for standard and OVS bridges to API and websocket.

fix-1836276 2019-08-16 13:53:21 UTC
Extract if statement.

Author: Blake Rouse
Author Date: 2019-08-16 13:53:21 UTC

Extract if statement.

bind9-restart-2.6 2019-08-13 00:16:51 UTC
Fixes LP: #1710278 - Notice when bind9 is hung, force kill the service, ensur...

Author: Blake Rouse
Author Date: 2019-08-12 23:34:46 UTC

Fixes LP: #1710278 - Notice when bind9 is hung, force kill the service, ensure it starts again, then perform a reload.

bind9-restart 2019-08-12 19:45:28 UTC
Notice when bind9 is hung, force kill the service, ensure it starts again, th...

Author: Blake Rouse
Author Date: 2019-08-12 19:45:28 UTC

Notice when bind9 is hung, force kill the service, ensure it starts again, then perform a reload.

att-null-mac-2.6 2019-07-26 03:08:56 UTC
Fix get_mac_addresses to ignore zero based mac addresses. Fix get_all_interfa...

Author: Blake Rouse
Author Date: 2019-07-26 02:43:19 UTC

Fix get_mac_addresses to ignore zero based mac addresses. Fix get_all_interfaces_definition to ignore zero based mac addresses.

att-null-mac 2019-07-26 00:43:10 UTC
Update from ltrager review.

Author: Blake Rouse
Author Date: 2019-07-26 00:43:10 UTC

Update from ltrager review.

att-hostheader-patch-2.6 2019-07-26 00:32:43 UTC
Do not convert IPv4 addresses to IPv6 cast addresses.

Author: Blake Rouse
Author Date: 2019-07-26 00:25:42 UTC

Do not convert IPv4 addresses to IPv6 cast addresses.

att-hostheader-patch 2019-07-25 21:11:09 UTC
Do not convert IPv4 addresses to IPv6 cast addresses.

Author: Blake Rouse
Author Date: 2019-07-25 21:11:09 UTC

Do not convert IPv4 addresses to IPv6 cast addresses.

check-ip-add-mac 2019-07-25 20:37:54 UTC
Fix comment.

Author: Blake Rouse
Author Date: 2019-07-25 20:37:54 UTC

Fix comment.

ignore-temp-ips 2019-07-25 19:32:37 UTC
Fix test.

Author: Blake Rouse
Author Date: 2019-07-25 19:32:37 UTC

Fix test.

region-check-ip 2019-07-25 15:39:23 UTC
Add the unit testing around the IP check logic.

Author: Blake Rouse
Author Date: 2019-07-25 15:39:23 UTC

Add the unit testing around the IP check logic.

post-commit-claim-auto-ips 2019-07-23 14:37:35 UTC
Fix test.

Author: Blake Rouse
Author Date: 2019-07-23 14:37:35 UTC

Fix test.

temp-expires-on 2019-07-23 13:09:28 UTC
Add editable=False.

Author: Blake Rouse
Author Date: 2019-07-23 13:09:28 UTC

Add editable=False.

allow-curtin-override-2.6 2019-07-19 15:36:48 UTC
Change config merge order to allow overrides

Author: Conrad Hoffmann
Author Date: 2019-07-19 15:16:12 UTC

Change config merge order to allow overrides

The contains the user-supplied config from e.g.. Settings made in there are
expected to be passed to curtin as is. However, with other
(Maas-generated) configs being merged after it, values that the user set
explicitly may be overwritten by Maas.

Merging the last ensures that the user-supplied values
override the Maas-generated ones.

fix-1836703-2.6 2019-07-19 13:35:33 UTC
Fixes LP: #1836703 - Add additional Windows version so license keys can be sp...

Author: Blake Rouse
Author Date: 2019-07-19 13:29:34 UTC

Fixes LP: #1836703 - Add additional Windows version so license keys can be specified.

fix-1836703 2019-07-19 12:49:48 UTC
Fixes LP: #1836703 - Add additional Windows version so license keys can be sp...

Author: Blake Rouse
Author Date: 2019-07-19 12:49:48 UTC

Fixes LP: #1836703 - Add additional Windows version so license keys can be specified.

check-ip-rpc 2019-07-11 13:44:33 UTC
Add iputils-ping as a dependency.

Author: Blake Rouse
Author Date: 2019-07-11 13:44:33 UTC

Add iputils-ping as a dependency.

fix-1830103 2019-05-23 18:06:42 UTC
Fix issues.

Author: Blake Rouse
Author Date: 2019-05-23 18:06:42 UTC

Fix issues.

fix-1828602-2.5 2019-05-22 20:54:12 UTC
Fixes #LP: 1828602 - Nodes in the undefined space are not routeable with each...

Author: Blake Rouse
Author Date: 2019-05-22 16:53:18 UTC

Fixes #LP: 1828602 - Nodes in the undefined space are not routeable with each other.

fix-snap-postgresql-pull 2019-05-16 11:18:43 UTC
Add set -e.

Author: Blake Rouse
Author Date: 2019-05-16 11:18:43 UTC

Add set -e.

lxd-resources 2019-05-16 06:58:29 UTC
Run lxc query /1.0/resources during commissioning and on controllers.

Author: Blake Rouse
Author Date: 2019-05-16 06:58:29 UTC

Run lxc query /1.0/resources during commissioning and on controllers.

fix-1828602 2019-05-15 09:08:23 UTC
Fixes #LP: 1828602 - Nodes in the undefined space are not routeable with each...

Author: Blake Rouse
Author Date: 2019-05-15 09:08:23 UTC

Fixes #LP: 1828602 - Nodes in the undefined space are not routeable with each other.

fix-1828308 2019-05-09 17:58:37 UTC
Fix tests.

Author: Blake Rouse
Author Date: 2019-05-09 17:58:37 UTC

Fix tests.

fix-snap-config-command 2019-05-09 16:03:17 UTC
Fix issue where the snap config command would try to always set debug even wh...

Author: Blake Rouse
Author Date: 2019-05-09 16:03:17 UTC

Fix issue where the snap config command would try to always set debug even when it was not passed.

fix-1828057 2019-05-08 14:45:56 UTC
Fix update_vmfs_datastore and delete_vmfs_datastore.

Author: Blake Rouse
Author Date: 2019-05-08 14:45:56 UTC

Fix update_vmfs_datastore and delete_vmfs_datastore.

fix-1809470 2019-05-06 18:05:56 UTC
Fixes LP: #1809470 - Fix UI so partitions can be mounted and unmounted by sta...

Author: Blake Rouse
Author Date: 2019-05-06 18:05:56 UTC

Fixes LP: #1809470 - Fix UI so partitions can be mounted and unmounted by standard users.

grub-httpclient 2019-05-02 12:57:23 UTC
Add tests.

Author: Blake Rouse
Author Date: 2019-05-02 12:57:23 UTC

Add tests.

relax-sshkey-requirement 2019-05-01 17:34:57 UTC
Fix JS lint.

Author: Blake Rouse
Author Date: 2019-05-01 17:34:57 UTC

Fix JS lint.

ipxe-enlist-fix 2019-04-29 15:10:58 UTC
Fixes LP: #1826864 - Fix ipxe.cfg to fallback to amd64 enlistment.

Author: Blake Rouse
Author Date: 2019-04-29 15:10:58 UTC

Fixes LP: #1826864 - Fix ipxe.cfg to fallback to amd64 enlistment.

snap-psql-upgrade 2019-04-26 14:02:54 UTC
Fix review.

Author: Blake Rouse
Author Date: 2019-04-26 14:02:54 UTC

Fix review.

confined-snap 2019-04-22 15:58:19 UTC
Add the network and network-bind to the maas command app.

Author: Blake Rouse
Author Date: 2019-04-22 15:58:19 UTC

Add the network and network-bind to the maas command app.

add-node-update-event-trigger 2019-04-16 19:27:00 UTC
Fix test.

Author: Blake Rouse
Author Date: 2019-04-16 19:27:00 UTC

Fix test.

update-test-sql 2019-04-16 18:06:05 UTC
Regenerate the initial.maas_test.sql without triggers or notifications in the...

Author: Blake Rouse
Author Date: 2019-04-16 18:06:05 UTC

Regenerate the initial.maas_test.sql without triggers or notifications in the dump.

event-info-status-message 2019-04-12 19:15:10 UTC
Fix tests.

Author: Blake Rouse
Author Date: 2019-04-12 19:15:10 UTC

Fix tests.

fix-1824548 2019-04-12 17:53:53 UTC
Fixes LP #1824548 - Add specific templates for arm64 and use linux and initrd...

Author: Blake Rouse
Author Date: 2019-04-12 17:53:53 UTC

Fixes LP #1824548 - Add specific templates for arm64 and use linux and initrd for grub.cfg instead of linuxefi and initrdefi.

fix-1818932 2019-04-12 16:05:32 UTC
Switch back to 25 machines per batch.

Author: Blake Rouse
Author Date: 2019-04-12 16:05:32 UTC

Switch back to 25 machines per batch.

fix-1788780-2.3 2019-04-10 15:42:33 UTC
LP: #1788780 - Ignore tunnel interfaces (such as those created by hypervisors...

Author: Mike Pontillo
Author Date: 2018-08-24 21:08:12 UTC

LP: #1788780 - Ignore tunnel interfaces (such as those created by hypervisors) when gathering interfaces for MAAS management.

fix-1788780-2.4 2019-04-10 15:39:17 UTC
LP: #1788780 - Ignore tunnel interfaces (such as those created by hypervisors...

Author: Mike Pontillo
Author Date: 2018-08-24 21:08:12 UTC

LP: #1788780 - Ignore tunnel interfaces (such as those created by hypervisors) when gathering interfaces for MAAS management.

grub-http 2019-03-28 17:16:35 UTC
Merge branch 'master' into grub-http

Author: Blake Rouse
Author Date: 2019-03-28 17:16:35 UTC

Merge branch 'master' into grub-http

fix-1820998-2.5 2019-03-27 23:18:06 UTC
Fixes LP: #1820998 - Reset skip_storage and skip_networking on running of com...

Author: Blake Rouse
Author Date: 2019-03-27 23:06:33 UTC

Fixes LP: #1820998 - Reset skip_storage and skip_networking on running of commissioning hooks as well on failure for starting of commissioning and testing.

ipxe-boot 2019-03-27 12:34:31 UTC
Add comment to the config.local.template.

Author: Blake Rouse
Author Date: 2019-03-27 12:34:31 UTC

Add comment to the config.local.template.

fix-1820998 2019-03-26 18:11:39 UTC
Fixes LP: #1820998 - Reset skip_storage and skip_networking on running of com...

Author: Blake Rouse
Author Date: 2019-03-26 18:11:39 UTC

Fixes LP: #1820998 - Reset skip_storage and skip_networking on running of commissioning hooks as well on failure for starting of commissioning and testing.

pxelinux-http-boot 2019-03-21 20:52:18 UTC
Fix test.

Author: Blake Rouse
Author Date: 2019-03-21 20:52:18 UTC

Fix test.

http-boot-endpoint 2019-03-21 13:08:35 UTC
Add tests.

Author: Blake Rouse
Author Date: 2019-03-21 13:08:35 UTC

Add tests.

fix-static-ip-and-subnet-assignment 2019-03-20 00:31:11 UTC
Fixes LP: #1806099 and #1806112 - Actually fix the JS code to send the correc...

Author: Blake Rouse
Author Date: 2019-03-20 00:31:11 UTC

Fixes LP: #1806099 and #1806112 - Actually fix the JS code to send the correct parameters so VLAN, subnet, and IP assignment work in the bond create and bridge create forms.

no-south-upgrade 2019-03-15 15:58:57 UTC
Remove the old south migrations upgrade path. No longer needed as trusty to x...

Author: Blake Rouse
Author Date: 2019-03-15 15:58:57 UTC

Remove the old south migrations upgrade path. No longer needed as trusty to xenial must occur before going to bionic.

node-description-field 2019-03-12 13:32:30 UTC
Fix tests.

Author: Blake Rouse
Author Date: 2019-03-12 13:32:30 UTC

Fix tests.

faster-tftp 2019-03-07 16:12:37 UTC
Use a new eventloop on its own thread to handle read requests.

Author: Blake Rouse
Author Date: 2019-03-07 16:12:37 UTC

Use a new eventloop on its own thread to handle read requests.

fix-1817931 2019-03-01 15:34:57 UTC
Fixes LP: #1817931 - Ensure that the netplan YAML is ordered correctly for ne...

Author: Blake Rouse
Author Date: 2019-03-01 15:34:57 UTC

Fixes LP: #1817931 - Ensure that the netplan YAML is ordered correctly for netplan. Fix issue where bridge stp boolean was rendering as an integer.

fix-1817894 2019-02-27 20:52:00 UTC
LP: #1817894 - Fix PXE mechanism where PXE interface shares a MAC address wit...

Author: Blake Rouse
Author Date: 2019-02-27 20:52:00 UTC

LP: #1817894 - Fix PXE mechanism where PXE interface shares a MAC address with a bridge or bond.

fix-1815091-2.5 2019-02-27 18:07:34 UTC
Fixes LP: #1815091 - Unable to clear the nodes storage configuration when a v...

Author: Blake Rouse
Author Date: 2019-02-27 17:18:41 UTC

Fixes LP: #1815091 - Unable to clear the nodes storage configuration when a virtual block device exists on top of another virtual block device.

fix-1815091 2019-02-27 15:35:01 UTC
Fix the retry loop.

Author: Blake Rouse
Author Date: 2019-02-27 15:35:01 UTC

Fix the retry loop.

clone-api 2019-02-22 19:18:48 UTC
Merge branch 'master' into clone-api

Author: Blake Rouse
Author Date: 2019-02-22 19:18:48 UTC

Merge branch 'master' into clone-api

clone-interfaces 2019-02-20 14:47:22 UTC
Be more deligent on the cloning of IP address. Add unit tests for better cove...

Author: Blake Rouse
Author Date: 2019-02-20 14:47:22 UTC

Be more deligent on the cloning of IP address. Add unit tests for better coverage of IP address cloning.

clone-disk-part1 2019-02-11 16:17:16 UTC
Cleanup suggessions from code review.

Author: Blake Rouse
Author Date: 2019-02-11 16:17:16 UTC

Cleanup suggessions from code review.

fix-1814114-2.5 2019-02-01 16:28:59 UTC
Fixes LP: #1814114 - Fix issue where full syncing was not occurring in the re...

Author: Blake Rouse
Author Date: 2019-01-31 17:03:08 UTC

Fixes LP: #1814114 - Fix issue where full syncing was not occurring in the regiond. Fix issue where configauth didn't force a sync.

fix-1814114 2019-01-31 15:47:36 UTC
Update test.

Author: Blake Rouse
Author Date: 2019-01-31 15:47:36 UTC

Update test.

storagetemplate-model 2019-01-15 10:57:25 UTC
Fix migrations.

Author: Blake Rouse
Author Date: 2019-01-15 10:57:25 UTC

Fix migrations.

fix-1808029-really 2018-12-12 21:20:25 UTC
Fix tests.

Author: Blake Rouse
Author Date: 2018-12-12 21:20:25 UTC

Fix tests.

fix-1808029-1808090-1808091 2018-12-12 16:47:44 UTC
Add comment.

Author: Blake Rouse
Author Date: 2018-12-12 16:47:44 UTC

Add comment.

fix-rbac-issues 2018-12-11 22:53:27 UTC
Fix JS error on checking permissions on pod details page. Fix issue with logi...

Author: Blake Rouse
Author Date: 2018-12-11 22:53:27 UTC

Fix JS error on checking permissions on pod details page. Fix issue with login/logout not updating is_superuser. Fix issue where is_superuser was overriding the RBAC filtering of nodes. Fix issue where RBAC client didn't handle RBAC result when user doesn't exist.

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

Subscribers