IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
This mostly reverts 3c67971e78a12bd94536aa5464f0bc1ea46ba1ee with
the minor difference that we only apply this when we're filtering,
which is apparently necessary without some notable overhaul since
the filtering we're doing will get stuck in as filters, which will
generate inner joins, which can result in duplicates if the thing
we're joining with is a one to many or many to many, which most
things are.
With this patch we still need to be generating naturally distinct
querysets with any `get_queryset` methods, which will still be much
more effecient when filtering is not involved.
This fixes#2032 and probably a bunch of other undiscovered issues.
* refactor InventoryManage modules, resolves#1748, #1354, #1754, #1960, #1961, #1962, #1963, #1965
* refactor InventoryManage modules, resolves#1748, #1354, #1754, #1960, #1961, #1962, #1963, #1965
* instantiate lookupfields with correct values / endpoint queries #1979
* fix groups/host list sort and remove some unnecessary service abstractions #1979
* fix childless delete wording
* add host > toggle enabled/disabled
* fix breadcrumb indexing
* remove extra required asterisk from inventory script lookup field
* fix delete prompt styling
* remove group badge linking, add toolip
* full width host var form, fix add/edit group inventory source vars
* restrict copy/moving multiselect to one item
* break word on host/group names and support multiple rows of breakcrumbs
* hide trailing breadcrumb slash at root group view
* fix failing unit test dependency path, hook up system tracking
* fix ec2 group by label rendering in group > edit view, fix add/edit/adhoc breadcrumb display when breadcrumbs are 2+ rows
* fix select spacing on copy/move groups
* limit group/host/copyMove search to current context
* refresh status icons on page/search event
* move status indicators to left side of lists
* fix typo in select2 init
* fix assorted typos
* $track by statement needs to tail | filterBy:xyz
* fix JSHint failure
* PR feedback, hook up filter for hosts with active failures, hook up status tooltips/popovers
This code was fine for the 0009 migrations since we introduced all roles
at once, however with changes in 0017 we can't just patch from the
roots, so this works generically without having to get fancy about
identifying which roles we need to actually update.