lp:~bjornt/maas

Owned by Björn Tillenius
Get this repository:
git clone https://git.launchpad.net/~bjornt/maas
Only Björn Tillenius can upload to this repository. If you are Björn Tillenius please log in for upload directions.

Branches

Name Last Modified Last Commit
test__copy-spurious-failure 2019-05-28 10:44:35 UTC
Fix spuriuos test__copy test failures.

Author: Björn Tillenius
Author Date: 2019-05-28 09:36:36 UTC

Fix spuriuos test__copy test failures.

Make sure the filesystem, virtual block devices and partitions
get recreated in the same order as in the source machine.

I had two different kind of spurious failures locally, and both seems to
be fixed with this patch.

snap-build-arm64 2019-05-21 13:48:33 UTC
Keep the snap PyPI dependencies separate from the deb dependencies

Author: Björn Tillenius
Author Date: 2019-05-21 13:35:48 UTC

Keep the snap PyPI dependencies separate from the deb dependencies

This fixes a problem where the snap wouldn't build on arm64, since some
of the PyPI dependencies needed to be built, and the packaged version of
cffi conflicted with the one from PyPI which was pulled in to build
PyNaCl.

bind-confined-snap 2019-05-09 14:31:03 UTC
Make bind9 work in a confined snap.

Author: Björn Tillenius
Author Date: 2019-05-09 14:30:00 UTC

Make bind9 work in a confined snap.

better-database-is-dirty 2019-04-26 13:33:11 UTC
Improve the check for checking whether a database is dirty.

Author: Björn Tillenius
Author Date: 2019-04-24 14:42:37 UTC

Improve the check for checking whether a database is dirty.

The previous code tried to check, but it's was using an unreliable way,
and it ended up always marking the database as dirty.

Now we assume that the database is dirty, but allow tests to mark it as
clean, if it knows that the transaction was not committed.

MAASServerTestCase was changed to mark the database as clean, resulting
in the databases getting reused often and cuts the test suite run time
in half.

no-setsid 2019-04-24 10:23:05 UTC
Temporarily remove setsid.

Author: Björn Tillenius
Author Date: 2019-04-24 10:23:05 UTC

Temporarily remove setsid.

bug-1823105-tftp-filetransfer-fail 2019-04-08 14:10:56 UTC
Remove code that isn't needed.

Author: Björn Tillenius
Author Date: 2019-04-08 14:10:56 UTC

Remove code that isn't needed.

bug-1817305-only-one-null-ip-2.5 2019-03-05 07:43:08 UTC
LP #1818132: Upgrading fails 0182_remove_duplicate_null_ips migration

Author: Björn Tillenius
Author Date: 2019-03-01 14:49:19 UTC

LP #1818132: Upgrading fails 0182_remove_duplicate_null_ips migration

All the staticipaddress foreign key constraints are now taking into
account.

bug-1818132-patch-0182-fail 2019-03-01 10:26:03 UTC
LP #1818132: Upgrading fails 0182_remove_duplicate_null_ips migration

Author: Björn Tillenius
Author Date: 2019-03-01 10:26:03 UTC

LP #1818132: Upgrading fails 0182_remove_duplicate_null_ips migration

All the staticipaddress foreign key constraints are now taking into
account.

bug-1817305-only-one-null-ip 2019-02-28 14:58:09 UTC
Add comments.

Author: Björn Tillenius
Author Date: 2019-02-28 14:58:09 UTC

Add comments.

bug-1817056-multiple-null-ip-2.5 2019-02-26 15:53:52 UTC
LP #1817056: StaticIPAddress records with NULL ip keeps adding up

Author: Björn Tillenius
Author Date: 2019-02-26 09:39:16 UTC

LP #1817056: StaticIPAddress records with NULL ip keeps adding up

When the update_lease() RCP method gets called for an expired
lease, it adds a null IP record so that the interface stays linked to
the subnet. It didn't re-use existing such records, though.

bug-1817056-multiple-null-ip 2019-02-25 14:02:42 UTC
Don't re-use null ip records, unless it's already linke to the interface.

Author: Björn Tillenius
Author Date: 2019-02-25 14:02:42 UTC

Don't re-use null ip records, unless it's already linke to the interface.

bug-1816452-2.5 2019-02-22 13:28:50 UTC
LP: 1816452 - Loading network related page, such as 'interfaces' or 'add devi...

Author: Björn Tillenius
Author Date: 2019-02-22 10:12:07 UTC

LP: 1816452 - Loading network related page, such as 'interfaces' or 'add device' takes too long

The subnet.list websocket handler didn't scale with many observed IPs in
the database.

With the old code, subnet.list took 30 seconds when there were 40 000
observed IPs in the database. with the new code it takes 2.5 seconds.
There's a bug where we keep adding observered IP records in the database
with a null ip field. That was how we discovered the scaling problem in
the first place. But with the new code having those records in the
database doesn't affect performance.

bug-1816452 2019-02-21 12:14:28 UTC
LP: 1816452 - Loading network related page, such as 'interfaces' or 'add devi...

Author: Björn Tillenius
Author Date: 2019-02-20 13:42:12 UTC

LP: 1816452 - Loading network related page, such as 'interfaces' or 'add device' takes too long

The subnet.list websocket handler didn't scale with many observed IPs in
the database.

With the old code, subnet.list took 30 seconds when there were 40 000
observed IPs in the database. with the new code it takes 2.5 seconds.

There's a bug where we keep adding observered IP records in the database
with a null ip field. That was how we discovered the scaling problem in
the first place. But with the new code having those records in the
database doesn't affect performance.

amttool-perl-in-snap 2019-02-12 14:31:45 UTC
Use uname -m instead of hard-coding the architecture.

Author: Björn Tillenius
Author Date: 2019-02-12 14:31:45 UTC

Use uname -m instead of hard-coding the architecture.

backport-bug-1813181 2019-01-29 11:04:20 UTC
LP #1813181: Resource pool admins can't bulk edit machines

Author: Björn Tillenius
Author Date: 2019-01-28 16:21:10 UTC

LP #1813181: Resource pool admins can't bulk edit machines

This makes the 'machines set-zone' command usable by users that
are pool admins/operators via RBAC.

bug-1813181-rbac-admin-bulk-edit 2019-01-28 15:02:22 UTC
fix test failures.

Author: Björn Tillenius
Author Date: 2019-01-28 15:02:22 UTC

fix test failures.

backport-bug-1811699 2019-01-25 10:46:13 UTC
LP #1811699 - Resource pool admins can't update machine details

Author: Björn Tillenius
Author Date: 2019-01-25 10:04:01 UTC

LP #1811699 - Resource pool admins can't update machine details

Allow users that are admins/operator for a pool to update machine
details and get power parameters via the API.

api-non-full-admin-apis 2019-01-24 14:16:35 UTC
Allow 'node power-parameters' to be used by pool admins.

Author: Björn Tillenius
Author Date: 2019-01-24 14:16:35 UTC

Allow 'node power-parameters' to be used by pool admins.

backport-bug-1811377 2019-01-23 10:51:23 UTC
LP: #1811377 - JS error in machine listing: TypeError: Cannot read property '...

Author: Björn Tillenius
Author Date: 2019-01-22 16:06:23 UTC

LP: #1811377 - JS error in machine listing: TypeError: Cannot read property 'filter' of undefined

Always include ip_addresses when dehydrating a machine. Every information that
is available in the list needs to be there when viewing the object by itself.

bug-1811377-machine-ip-addresses 2019-01-22 10:15:34 UTC
Fix test failure.

Author: Björn Tillenius
Author Date: 2019-01-22 10:15:34 UTC

Fix test failure.

rbac-demo 2018-10-25 04:01:17 UTC
Various fixes.

Author: Björn Tillenius
Author Date: 2018-10-25 04:01:17 UTC

Various fixes.

rbac-node-permission 2018-10-22 16:50:17 UTC
Checkpoint commit.

Author: Björn Tillenius
Author Date: 2018-10-22 16:50:17 UTC

Checkpoint commit.

rbac-resource-pool-filter 2018-10-19 12:54:02 UTC
Fix test failure.

Author: Björn Tillenius
Author Date: 2018-10-19 12:54:02 UTC

Fix test failure.

s390x-power-driver 2018-06-27 07:21:32 UTC
Add a S390X power driver that can turn on an off LPARs.

Author: Björn Tillenius
Author Date: 2018-06-26 15:02:26 UTC

Add a S390X power driver that can turn on an off LPARs.

bug-1773698-2.4 2018-06-20 10:24:30 UTC
LP: #1773698 - observer-mdns fails on unicode issue

Author: Björn Tillenius
Author Date: 2018-06-19 16:12:47 UTC

LP: #1773698 - observer-mdns fails on unicode issue

The TXT field can contain binary. Instead of treating the whole avahi-browse
output as UTF-8, we first split it up and treat everything except the TXT field
as UTF-8.

bug-1773698-observer-mdns-unicode 2018-06-19 13:13:10 UTC
Treat only the TXT field as binary.

Author: Björn Tillenius
Author Date: 2018-06-19 13:13:10 UTC

Treat only the TXT field as binary.

bug-1774495-zero-link-undefined 2018-06-01 13:59:06 UTC
Pass the pool instead of its name.

Author: Björn Tillenius
Author Date: 2018-06-01 13:59:06 UTC

Pass the pool instead of its name.

new-resource-pool-widget-reformat 2018-05-31 13:58:59 UTC
Git rid of some of the whitespace aboe the radio buttons.

Author: Björn Tillenius
Author Date: 2018-05-31 13:58:59 UTC

Git rid of some of the whitespace aboe the radio buttons.

workaround-snap-build-problem 2018-05-31 12:52:17 UTC
Recreate symlinks as relative.

Author: Björn Tillenius
Author Date: 2018-05-31 12:52:17 UTC

Recreate symlinks as relative.

enlistment-api-intermittent-failure 2018-05-31 09:02:33 UTC
Put back the driver_parameters.StaticDriverTypesFixture fixture.

Author: Björn Tillenius
Author Date: 2018-05-31 09:02:33 UTC

Put back the driver_parameters.StaticDriverTypesFixture fixture.

pools-tab-to-machines 2018-05-30 14:51:57 UTC
Remove padding.

Author: Björn Tillenius
Author Date: 2018-05-30 14:51:57 UTC

Remove padding.

pool-listing-machines-wording 2018-05-30 09:45:33 UTC
Put span on one line.

Author: Björn Tillenius
Author Date: 2018-05-30 09:45:33 UTC

Put span on one line.

bug-1773454-pool-assign-multiple 2018-05-29 13:53:41 UTC
typo.

Author: Björn Tillenius
Author Date: 2018-05-29 13:53:41 UTC

typo.

deploy-form-flaky-tests 2018-05-28 12:04:07 UTC
Specify the type explicitly.

Author: Björn Tillenius
Author Date: 2018-05-28 12:04:07 UTC

Specify the type explicitly.

pod-rename-default-pool 2018-05-28 09:26:59 UTC
Amend api doc.

Author: Björn Tillenius
Author Date: 2018-05-28 09:26:59 UTC

Amend api doc.

pod-compose-resource-pool 2018-05-25 09:58:46 UTC
Ensure that composing a machine with a specific pool works.

Author: Björn Tillenius
Author Date: 2018-05-25 09:55:40 UTC

Ensure that composing a machine with a specific pool works.

pod-resource-pool-api 2018-05-24 10:17:13 UTC
Amend docstring.

Author: Björn Tillenius
Author Date: 2018-05-24 10:17:13 UTC

Amend docstring.

bug-1772906-fix-pod-update-api 2018-05-24 07:08:09 UTC
Fix test failure.

Author: Björn Tillenius
Author Date: 2018-05-24 07:08:09 UTC

Fix test failure.

fix-pod-get-storage-pools 2018-05-23 09:08:52 UTC
Fix the get_pod_storage_pools method.

Author: Björn Tillenius
Author Date: 2018-05-23 09:05:18 UTC

Fix the get_pod_storage_pools method.

It called self.list_pools() with arguments, but list_pools() doesn't
accept any arguments.

Tests were passing, since list_pools() was mocked in the tests. I added
a new fake, which can be used to mock things at a lower level, so that
more of the functionality can be tested.

pod-resource-pool-create 2018-05-22 16:34:52 UTC
Add back code that actually was needed.

Author: Björn Tillenius
Author Date: 2018-05-22 16:34:52 UTC

Add back code that actually was needed.

bug-1701055-edit-device-non-admin 2018-05-18 15:41:33 UTC
Lint.

Author: Björn Tillenius
Author Date: 2018-05-18 15:41:33 UTC

Lint.

bug-1701054-non-admin-edit-device-interface 2018-05-17 15:56:18 UTC
Allow non-admins to edit and delete device interfaces.

Author: Björn Tillenius
Author Date: 2018-05-17 15:56:18 UTC

Allow non-admins to edit and delete device interfaces.

bug-1701055-non-admin-edit-device-interface 2018-05-17 14:32:54 UTC
LP: #1771461 - Hide 'edit' buttons on fabrics, vlans and subnets for non-admi...

Author: Karl Williams
Author Date: 2018-05-17 14:32:54 UTC

LP: #1771461 - Hide 'edit' buttons on fabrics, vlans and subnets for non-admin users

bug-1604702-too-big-to-index 2018-05-17 08:47:37 UTC
Drop the unique ssh key index and do the check in python instead.

Author: Björn Tillenius
Author Date: 2018-05-16 13:24:48 UTC

Drop the unique ssh key index and do the check in python instead.

pools-non-admin-ui 2018-05-15 15:44:29 UTC
Show the Pools top-level link on the settings page as well.

Author: Björn Tillenius
Author Date: 2018-05-15 15:33:57 UTC

Show the Pools top-level link on the settings page as well.

bug-1758476-rename-device 2018-05-11 13:42:37 UTC
Lint.

Author: Björn Tillenius
Author Date: 2018-05-11 13:42:37 UTC

Lint.

bug-1767032-admin-only-dns-edit 2018-05-04 09:59:24 UTC
Don't allow non-admins to edit AZ details.

Author: Björn Tillenius
Author Date: 2018-05-04 09:59:24 UTC

Don't allow non-admins to edit AZ details.

bug-1764561-only-admin-add-hardware 2018-05-03 14:34:03 UTC
Don't show the add-hardware form for non-admin users.

Author: Björn Tillenius
Author Date: 2018-05-03 14:34:03 UTC

Don't show the add-hardware form for non-admin users.

backport-resource-pools-templates 2018-04-18 08:57:36 UTC
Bring back some template changes from premium.

Author: Björn Tillenius
Author Date: 2018-04-18 08:56:58 UTC

Bring back some template changes from premium.

fix-error-count 2018-04-10 14:04:43 UTC
Fix rendering of node counts for error in the node listing.

Author: Björn Tillenius
Author Date: 2018-04-10 14:04:43 UTC

Fix rendering of node counts for error in the node listing.

snap-core18 2018-04-03 16:12:13 UTC
Switch to the core18 base.

Author: Björn Tillenius
Author Date: 2018-04-03 16:12:13 UTC

Switch to the core18 base.

maas-init-package 2018-03-23 17:16:35 UTC
Review fixes.

Author: Björn Tillenius
Author Date: 2018-03-23 17:16:35 UTC

Review fixes.

maas-init-factor-out 2018-03-23 15:45:44 UTC
Lint.

Author: Björn Tillenius
Author Date: 2018-03-23 15:45:44 UTC

Lint.

bmc-migration-fix 2018-03-22 10:29:40 UTC
Add missing validators that are already in the schema.

Author: Björn Tillenius
Author Date: 2018-03-22 10:29:40 UTC

Add missing validators that are already in the schema.

maas-init-configauth 2018-03-20 09:19:27 UTC
Fix intermittent test failure.

Author: Björn Tillenius
Author Date: 2018-03-20 09:19:27 UTC

Fix intermittent test failure.

blockdevices-test-failure 2018-03-09 12:56:33 UTC
Fix test_get_grouped_storages_parses_blockdevices failure.

Author: Björn Tillenius
Author Date: 2018-03-09 12:56:33 UTC

Fix test_get_grouped_storages_parses_blockdevices failure.

If the size of a block device is less than MIN_BLOCK_DEVICE_SIZE, the
test would fail.

script-runtime-failure 2018-03-09 11:36:35 UTC
Make sure that Date.now() is constant in the script runtime test.

Author: Björn Tillenius
Author Date: 2018-03-09 11:36:35 UTC

Make sure that Date.now() is constant in the script runtime test.

test-dhcpsnipppet-datetime-failure 2018-03-08 12:48:16 UTC
Fix TestDHCPSnippetHandler intermittent failures.

Author: Björn Tillenius
Author Date: 2018-03-08 12:48:16 UTC

Fix TestDHCPSnippetHandler intermittent failures.

Don't check the exact date, since the value in the django object and the
database might be slightly different.

resources_datetime_format-failure 2018-03-08 09:22:34 UTC
Fix test_returns_resources_datetime_format intermittent failure.

Author: Björn Tillenius
Author Date: 2018-03-08 09:22:34 UTC

Fix test_returns_resources_datetime_format intermittent failure.

websocket-listener-failure 2018-03-08 09:04:15 UTC
Remove comment

Author: Björn Tillenius
Author Date: 2018-03-08 09:04:15 UTC

Remove comment

snapcraft-no-system-libraries 2018-03-08 07:49:05 UTC
Don't pull in system libraries from the host into the snap.

Author: Björn Tillenius
Author Date: 2018-03-08 07:49:05 UTC

Don't pull in system libraries from the host into the snap.

When building the snap, snapcraft will automatically pull in libraries
from the system if it things they are needed. This means that the host
needs to be setup properly in order to build the snap. Better to have
the build fail so that you know that you have to include the library in
snapcraft.yaml.

makefile-snapcraft 2018-03-07 10:46:06 UTC
Use a variable for snapcraft in the Makefile.

Author: Björn Tillenius
Author Date: 2018-03-07 10:46:06 UTC

Use a variable for snapcraft in the Makefile.

This allows you to use a custom snapcraft for testing.

fix-test-js 2018-03-05 13:46:12 UTC
Explicitly use our nodejs when invoking karma.

Author: Björn Tillenius
Author Date: 2018-03-05 13:46:12 UTC

Explicitly use our nodejs when invoking karma.

api-login-macaroon 2018-03-02 10:47:49 UTC
Format imports.

Author: Björn Tillenius
Author Date: 2018-03-02 10:47:49 UTC

Format imports.

macaroon-auth-api 2018-02-22 10:01:13 UTC
Set request.user.

Author: Björn Tillenius
Author Date: 2018-02-22 10:01:13 UTC

Set request.user.

external-auth-login-page-2 2018-02-16 10:09:11 UTC
Merge master, resolve conflicts.

Author: Björn Tillenius
Author Date: 2018-02-16 10:09:11 UTC

Merge master, resolve conflicts.

external-auth-login-page 2018-02-15 16:16:56 UTC
Don't prompt for username and password if external auth is enabled.

Author: Björn Tillenius
Author Date: 2018-02-15 16:16:56 UTC

Don't prompt for username and password if external auth is enabled.

authentication-type-model 2018-02-09 14:02:19 UTC
Fix test failure.

Author: Björn Tillenius
Author Date: 2018-02-09 14:02:19 UTC

Fix test failure.

create-admin-ext-auth 2018-02-08 15:34:33 UTC
Don't prompt for a password if external auth is used.

Author: Björn Tillenius
Author Date: 2018-02-08 15:34:33 UTC

Don't prompt for a password if external auth is used.

no-ubuntu-cloudimg-keyring 2018-02-06 17:03:54 UTC
ubuntu-clouduimg-keyring is now in ubuntu-keyring.

Author: Björn Tillenius
Author Date: 2018-02-06 17:03:54 UTC

ubuntu-clouduimg-keyring is now in ubuntu-keyring.

ignore-twisted-deferreds 2018-02-01 15:22:04 UTC
Ignore pending deferreds that belong to internal Twisted.

Author: Björn Tillenius
Author Date: 2018-02-01 15:22:04 UTC

Ignore pending deferreds that belong to internal Twisted.

The test cleanup checks that there are no pending deferreds in the
application code. It ignored deferreds belonging to crochet internals,
and since the switch to asyncio, we also need to ignore deferreds from
the aysncreactor internals.

pod-allocate-pool 2018-02-01 14:13:46 UTC
When allocating a machine via the APi, don't try

Author: Björn Tillenius
Author Date: 2018-02-01 14:13:46 UTC

When allocating a machine via the APi, don't try
to compose a machine in a pod which isn't in a resource
pool the user doesn't have access to.

pod-default-resource-pool-model 2018-02-01 09:00:04 UTC
Fix test failures.

Author: Björn Tillenius
Author Date: 2018-02-01 09:00:04 UTC

Fix test failures.

fix-snap 2018-01-26 14:11:47 UTC
Fix the shebang to use the snap python3.

Author: Björn Tillenius
Author Date: 2018-01-26 14:11:47 UTC

Fix the shebang to use the snap python3.

Also, change run-regiond and run-rackd to execute the right path.

api-machines-read-pool 2018-01-16 11:35:25 UTC
Amend API doc.

Author: Björn Tillenius
Author Date: 2018-01-16 11:35:25 UTC

Amend API doc.

api-acquire-from-pool 2018-01-12 14:39:56 UTC
Fix test failures.

Author: Björn Tillenius
Author Date: 2018-01-12 14:39:56 UTC

Fix test failures.

snap-fail-to-start 2017-11-09 14:01:46 UTC
Cleanup.

Author: Björn Tillenius
Author Date: 2017-11-09 14:01:46 UTC

Cleanup.

bug-1662343-recommission-new-drives 2017-11-07 15:52:03 UTC
Handle recommissioning when new drives are being added.

Author: Björn Tillenius
Author Date: 2017-11-07 15:52:03 UTC

Handle recommissioning when new drives are being added.

Then update_node_physical_block_devices function broke if
the new drives had the same names as existing devices.

input-runtime-intermittent-failure 2017-11-06 16:30:57 UTC
Fix it in a better way.

Author: Björn Tillenius
Author Date: 2017-11-06 16:30:57 UTC

Fix it in a better way.

bug-1723944-autoassigned-address-not-shown 2017-11-03 11:03:07 UTC
Format imports.

Author: Björn Tillenius
Author Date: 2017-11-03 11:03:07 UTC

Format imports.

bug-1727962-device-handler-expected-queries 2017-10-30 09:09:03 UTC
Fix lint.

Author: Björn Tillenius
Author Date: 2017-10-30 09:09:03 UTC

Fix lint.

bug-1728004-test-heartbeat 2017-10-27 13:55:51 UTC
Minimize the risk of race condition causing test failures.

Author: Björn Tillenius
Author Date: 2017-10-27 13:55:51 UTC

Minimize the risk of race condition causing test failures.

bug-1722406-already-deployed 2017-10-26 13:27:34 UTC
Add quotes around the status name.

Author: Björn Tillenius
Author Date: 2017-10-26 13:27:34 UTC

Add quotes around the status name.

bug-1559353-add-chassis-no-subnet 2017-10-26 08:25:05 UTC
Fix intermittent test failure.

Author: Björn Tillenius
Author Date: 2017-10-26 08:25:05 UTC

Fix intermittent test failure.

bug-1719015-api-update-ttl 2017-10-05 13:30:49 UTC
Correct comment.

Author: Björn Tillenius
Author Date: 2017-10-05 13:30:49 UTC

Correct comment.

master 2017-09-29 19:52:04 UTC
Update the design of machines, devices, and controller details pages to use a...

Author: Blake Rouse
Author Date: 2017-09-29 19:52:04 UTC

Update the design of machines, devices, and controller details pages to use action cards.

This moves all settings into a settings sub-tab along with power settings. Depending on the node type different layouts of the summary page is rendered.

connect-to-snap-database 2017-09-28 21:30:27 UTC
Add a script to make it easier to connect to the database the MAAS snap

Author: Björn Tillenius
Author Date: 2017-09-28 21:30:27 UTC

Add a script to make it easier to connect to the database the MAAS snap
is using.

switches-listing-model-serial 2017-09-28 20:37:28 UTC
Use the right metadata name.

Author: Björn Tillenius
Author Date: 2017-09-28 20:37:28 UTC

Use the right metadata name.

tests-no-coverage 2017-09-28 19:48:45 UTC
Don't run coverage by default.

Author: Björn Tillenius
Author Date: 2017-09-28 19:38:13 UTC

Don't run coverage by default.

switch-listing-links 2017-09-28 18:42:16 UTC
Fix test failures.

Author: Björn Tillenius
Author Date: 2017-09-28 18:42:16 UTC

Fix test failures.

switches-triggers 2017-09-28 13:38:44 UTC
Remove debug logging.

Author: Björn Tillenius
Author Date: 2017-09-28 13:38:44 UTC

Remove debug logging.

switch-actions-new 2017-09-18 12:58:00 UTC
Add test.

Author: Björn Tillenius
Author Date: 2017-09-18 12:58:00 UTC

Add test.

switch-actions 2017-09-07 15:15:05 UTC
Add actions to the switches table.

Author: Björn Tillenius
Author Date: 2017-09-07 15:15:05 UTC

Add actions to the switches table.

dev-snap 2017-09-07 12:49:26 UTC
Add sync-dev-snap to phony_targets.

Author: Björn Tillenius
Author Date: 2017-09-07 12:49:26 UTC

Add sync-dev-snap to phony_targets.

switches-tab-more-info 2017-09-05 11:07:53 UTC
Lint.

Author: Björn Tillenius
Author Date: 2017-09-05 11:07:53 UTC

Lint.

switches-tab 2017-08-30 18:47:44 UTC
Fix test failures.

Author: Björn Tillenius
Author Date: 2017-08-30 18:47:44 UTC

Fix test failures.

network-config-spike 2017-08-16 09:59:31 UTC
Merge branch 'master' into network-config-spike

Author: Björn Tillenius
Author Date: 2017-08-16 09:59:31 UTC

Merge branch 'master' into network-config-spike

peer-proxy-ui 2017-07-27 10:07:42 UTC
Format imports.

Author: Björn Tillenius
Author Date: 2017-07-27 10:07:42 UTC

Format imports.

301398 of 398 results
This repository contains Public information 
Everyone can see this information.

Subscribers