Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
2a5ecb70 04/06/2021 10:16 AM Dominik Matoulek

fixes #32243 - Adding render_pagelet to subnet page

This PR introduced a pagelet endpoint at subnet index page. It's placed at the buttons part of every subnet record. So it can be use for further extensibility with plugins.

17d88daf 04/06/2021 09:49 AM Markus Bucher

Fixes #32086 - seed locking

744f9bd0 04/04/2021 02:08 PM Marek Hulán

Fixes #32213 - inform user about wrong use of admin flag

Our API filters the admin attribute of user group API via strong params
for non-admin users. Therefore when non-admin tries to create or update
a user group admin flag, it is silently ignored even and the user group...

eb03d1fb 04/04/2021 12:29 PM Adi Abramovitch

Fixes #32220 - Delete welcome pages for locations and organizations

9b62448c 03/31/2021 11:27 AM Hao Yu

Fixes #30053 - Audit page render slow when organization is set

329c17da 03/30/2021 06:52 PM Amit Upadhye

Fixes #31361 - Mark strings translatable for infrastructure page

3d90a2ca 03/30/2021 12:19 PM Ondřej Pražák

Fixes #32177 - Return result key as snake case symbol

GraphQL mutations' `result_key` method was returning camel cased symbols, causing the results returned to be incorrect as the query expected them to be snake cased.

9068b66d 03/29/2021 01:05 PM Ewoud Kohl van Wijngaarden

Fixes #32216 - Handle Debian Bullseye Testing facts

While Bullseye is still testing, it's identified as bullseye/sid:

$ cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux bullseye/sid"
NAME="Debian GNU/Linux"
ID=debian
HOME_URL="https://www.debian.org/"...
b8fa01d6 03/29/2021 10:38 AM Ewoud Kohl van Wijngaarden

Fixes #32217 - Correct OS search on host list

377ff667bbe3c2df8cd0831d9fe60bb9b316d680 introduced a regression and
changed the OS search on the host list from os_title = "#{host.os.title}"
to os_description = #{host.os.desc}. This reverts commit
dc4cc33745c7fc6bff2314c271686aea2399d55d and also introduces a...

8a9922fd 03/24/2021 05:01 PM yifat makias

Fixes #30784 - replace memory allocation input to react comp

View revisions

Also available in: Atom