~cgrabowski/maas:expanded_text_filter

Last commit made on 2022-07-06
Get this branch:
git clone -b expanded_text_filter https://git.launchpad.net/~cgrabowski/maas
Only Christian Grabowski can upload to this branch. If you are Christian Grabowski please log in for upload directions.

Branch merges

Branch information

Name:
expanded_text_filter
Repository:
lp:~cgrabowski/maas

Recent commits

5c01b76... by Christian Grabowski

remove conditional for composing substring query

221e8b8... by Christian Grabowski

handle form error different for not_in_ fields

84ff165... by Christian Grabowski

move websocket handler node constraint form to child class

ecbb10c... by Christian Grabowski

substring match multiple substrings

68212b6... by Christian Grabowski

add substring filter

e123f91... by huwshimi <email address hidden>

Update maas-ui to ae0d3585
fix(settings): fix settings sub routes (#4185)

* fix(settings): fix settings sub routes

Fix param capturing for settings sub routes.

Fixes: #4183.

78aebd8... by Bill Wear

Update maas-offline-docs to b137e7a2
copy maas-documentation-25.html to index.html, since current ui code
does not explicitly seek maas-documentation-25.html (instead relying
on the /docs directory to have index.html)

dbdf854... by Björn Tillenius

Fix test_perf_list_machines_MachinesHander_direct_call.

When creating the emitter, it didn't pass in anonymous=False, which meant that
the default anonymous=True was being used.

When anonymous=True, a lot less data is returned.

5fa6249... by Brett Milford

Log details when updating ipmi power_type machine

In a scenario where the IP address of two IMPI machines over lap the
details of the latter silently override the former.

This logs the update when it takes place so that the user can make an
informed decision about whether this is correct of if they have a
miss configuration present.

02cde94... by Alberto Donato

fix go build in the snap (first vendor dependencies, then build binaries)