Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
c21ac651 04/11/2024 07:31 PM Jeremy Lenz

Fixes #37293 - Add user columns to hosts index
- add column registry
- add plugin documentation
- Make breadcrumb a React link
- Respect display_fqdn_for_hosts setting

30f93cc4 02/29/2024 12:41 PM Maria Agaphontzev

Fixes #37134 - upgrade to node 18 and npm 8

50a2b61a 02/19/2024 06:27 PM Ewoud Kohl van Wijngaarden

More explicit dev setup instructions

This adds explicit Fedora and Enterprise Linux instructions. It also
adds a section on PostgreSQL. This makes the alternative database.yml
no longer needed. It also sets and explicit admin password instead of
relying on the auto generated value.

90ec6751 02/19/2024 06:27 PM Ewoud Kohl van Wijngaarden

Correct the minimum PostgreSQL version

89c61045 01/26/2024 10:44 AM Maria Agaphontzev

Fixes #37102 - webpack 5

6340ec56 08/09/2023 09:33 AM Evgeni Golov

Fixes #36660 - drop value from settings dsl

also update plugin docs to use a seed instead of a migration if they
need a value

539373df 06/27/2023 11:09 AM Nofar Alfassi

Update smart_proxy_dev_setup.asciidoc

Fix typo `yaml` to `yml`

5e7343ec 06/09/2023 07:52 AM Maria Agaphontzev

Fixes #36439 - remove storybook and update ui docs

ba1abfc4 06/07/2023 07:03 AM Nofar Alfassi

Fixes #36475 - Update ansible dev setup guide

Add working directory configuration to the settings.d/ansible.yml file.

e848148a 05/17/2023 11:46 AM Adam Ruzicka

Fixes #36330 - Fix plugin translations in frontend

- Add plugin:po_to_json rake task
- Load js locale files for all plugins
- Make i18n.js do multi-domain lookup

7e4d9b29 05/16/2023 01:46 PM Leos Stejskal

Fixes #36339 - Ansible DEV docs - ansible-runner-env path config

d9e83315 05/10/2023 02:04 PM Adam Ruzicka

Fixes #36331 - Expose translation registration in plugin DSL

7e7a7ae0 04/25/2023 11:34 AM Nofar Alfassi

Update smart-proxy config file extension in the setup guide

0d2e222d 02/22/2023 02:45 PM Peter Koprda

Fixes #35701 - Export button should use selectable columns

b779fcd9 01/09/2023 01:49 PM Marek Hulán

Provide more information about host sub-statuses

Added more info about how to add searching by custom statuses

d6e20fd7 01/04/2023 10:27 AM Nofar Alfassi

Fixes #35726 - adding callback_enabled option to job templates for foreman_ansible

Added the `ansible_callback_enabled` property to the template's params, so we can set it from the UI.
And added a new mount point in the template's form, for the Pagelet created in `foreman_ansible` plugin.

e8237607 12/08/2022 11:12 AM Shimon Shtein

Refs #35361 - Add development docs

6ccf0551 10/26/2022 09:02 AM Karolína Małyjurková

Fixes #35647 - Update foreman_dev_setup.asciidoc

b2d06d0d 10/24/2022 03:58 PM Nofar Alfassi

Refs #35581 - setting a generic pg version

Setting a more generic solution according to the pg version of the user.

473b82f9 10/06/2022 09:25 AM Lior Keren

Fixes #35581 - dev_setup clearing up instructions

dev_setup adding a guide for Fedora users and edge error fix

6c9227a3 09/15/2022 07:23 PM Nofar Alfassi

Fixes #35416 - adding a disabled option to links in the dropdown menus

93f245f3 09/15/2022 08:58 AM Leos Stejskal

Fixes #35391 - Dev docs - Smart Proxy, REX & Ansible

c7bc5261 09/15/2022 07:59 AM Nofar Alfassi

Fixes #35417 - adding testing instructions to the development setup guide. (#9369)

387608cf 08/10/2022 08:17 AM Shimon Shtein

Refs #35274 - Revert "Make columns on host index page selectable (#9319)"

This reverts commit b1b46b6a17b21c8aec566ef846ab70a8b2aa931c.

ce8c6979 08/03/2022 01:14 PM Ron Lavi

Refs #35160 - Add explanation about plugin installation

50ea182e 08/03/2022 10:25 AM Nofar Alfassi

Fixes #35288 - add pry debugging to the development setup guide

b1b46b6a 08/03/2022 08:54 AM Oleh Fedorenko

Fixes #35274 - Make columns on host index page selectable (#9319)

f20c8a6e 07/25/2022 09:18 AM Nofar Alfassi

Fixes #35167 - move hostgroups dropdown actions to extendable helper (#9297)

0ee82722 07/05/2022 11:14 AM Nofar Alfassi

Fixes #35160 - adding a development installation guide for Foreman

a0c2c4dc 03/02/2022 03:27 PM Nadja Heitmann

Fixes #34544 - Update pagelet documentation for developers

ef2ff068 01/30/2022 01:25 PM Adam Ruzicka

Fixes #34329 - Allow permissions to be excluded from default roles

8302eeb1 11/16/2021 08:26 AM Leos Stejskal

Fixes #33865 - API Development Guidelines

825fecb9 10/27/2021 12:28 PM Ondřej Ezr

Fixes #33740 - load inital values from DSL

The DSL defined inital values has been ignored as those were left out in the transition.

80fb0c21 09/15/2021 12:20 PM Ondřej Ezr

Fixes #32403 - Add validations to a setting DSL

Add ability to define validation per Setting through DSL.
It tries to keep similar syntax to rails model validations.

393d07de 07/01/2021 12:25 PM Ondřej Ezr

Fixes #32894 - add types to Setting DSL

Add required typing for Setting DSL, so we have the types enforced from
the beggining.

074be461 06/29/2021 07:57 AM Ondřej Ezr

Fixes #32286 - new settings definition DSL

Introduces a new DSL to define settings, so we don't need to define
STI classes for every setting category and we have more control over
settings from the plugins.

b089ed9e 04/23/2021 07:31 AM Ondřej Ezr

Fixes #32083 - use full Host model in VM template

For rendering `hosts/_compute` we've used just host attributes in the
past, but it just brings more complexity, when we cant rely on the Host
model to be around.

This builds the Host model instead and passes it to the templates.

3f7804fd 04/22/2021 11:35 AM Shimon Shtein

Refs #32258 - Added documentation about status class

f8729b0a 03/22/2021 09:05 AM Ondřej Ezr

Fixes #32084 - document default attributes retrieve

Documenting how we are currently retrieving default attributes for an
new ComputeResource VM instace. Meaning how we render VM tab for new
Host.

eb60c400 02/09/2021 03:35 PM Lukas Zapletal

Fixes #31730 - cleaner event name and documentation

095a1b5d 01/26/2021 03:46 PM Lukas Zapletal

Fixes #31243 - subscription API for active job

1f32f3fb 11/19/2020 12:40 PM Leos Stejskal

Fixes #31139 - Docs - How to create plugin

Fix code example for host.refresh_statuses method
Added example for Subscriber class

3f46c0d3 10/13/2020 06:55 AM Ondřej Ezr

Fixes #31016 - refresh registries after plugin testing (#8055)

Fixes #31016 - refresh registries after plugin testing

Introduce mechanisms to refresh the plugin registries.
We pollute these during plugin mechanisms testing and it never gets cleaned up.
This makes sure we clean mocks and stubs from the registries.

1831c525 08/18/2020 11:46 AM Avi Sharvit

Fixes #30600 - use react_component in asciidoc

replace the mount_react_component with react_component
in the developer_docs

5d828bc6 01/29/2020 12:29 PM Kamil Szubrycht

fixes #28078 - introduce Rails Instrumentation

7e9598ec 09/10/2019 11:14 AM Ohad Levy

refs #26741 - fix typo newgroup -> newgrp

377ff667 08/28/2019 07:12 AM Shimon Shtein

Fixes #15406 - Moved puppet outside hosts helper

d84dfbbd 08/13/2019 11:09 AM Ondřej Pražák

Fixes #27500 - Use strings to register graphql types

51be8709 07/19/2019 08:34 AM Ondřej Pražák

Fixes #27190 - Add DSL for registering plugin fields

07b5ec54 06/25/2019 07:58 AM Lukas Zapletal

Updated pull request template and review

Co-Authored-By: Ewoud Kohl van Wijngaarden <>

fbc49a43 06/17/2019 08:23 AM Timo Goebel

fixes #26541 - graphql: add plugin api

7f8e55c3 06/04/2019 11:40 AM Ivan Necas

Refs #26741 - fix typo and add node about buildah

13932002 05/23/2019 06:28 PM Ohad Levy

refs #26741 - adds usage/build instructions for foreman container

[skips ci]

abbfff58 05/03/2019 08:27 AM Shimon Shtein

Fixes #24637 - how_to_create_a_plugin added

Pages still need to move:
[ ] Strong parameters