Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
36dcd141 06/19/2018 02:39 PM Ori Rabin

Fixes #23976 - Add Quota to oVirt API (#5715)

b697e513 06/14/2018 09:50 AM Michael Moll

Refs #22058 - refresh rubocop config and apply autofixes

56de025f 06/04/2018 12:19 PM Tomáš Strachota

Fixes #21580 - normalize compute attributes (#4980)

Normalizes compute attributes in API show actions. For backwards
compatibility reasons this patch adds a new rabl node instead of
replacing 'vm_attrs'.

5bc5094b 05/16/2018 08:42 AM Amir Fefer

Fixes #23559 - fix breadcrumbs switcher in trends page

b7cb483f 05/03/2018 01:13 PM Shira Maximov

Fixes #18429 - Add foreman API support for trends

3cd8c84b 04/11/2018 07:21 AM Michael Moll

Fixes #19787 - Fix Layout/SpaceAfterComma cop

dc2efa60 04/05/2018 10:34 AM Ivan Necas

Fixes #23067 - expose option to use oVirt APIv4

Also handle v4 certificate error and v3 path migration

92c17a1a 04/04/2018 02:20 PM Baptiste Agasse

fixes #21694 - Add MTU to subnet and interface API

af09d634 04/04/2018 01:42 PM Marek Hulán

Refs #22049 - improve metadata usability

d611c53b 04/01/2018 12:39 PM Michael Moll

Fixes #19857 - Fix Style/EachWithObject cop

cd43517a 03/26/2018 07:00 AM Michael Moll

Refs #15286 - fix Layout/IndentationWidth cop

[ci skip]

e73b804e 03/22/2018 08:49 PM Partha Aji

Fixes #22624 - User selectable columns model + api

Adding initial bindings to user selectable columns. This model + api is
going to be used in work related Katello plugin's subscription pages.
The main intesnt of this PR is to provide a basic model where a user can...

67b925e9 03/20/2018 11:05 AM Dominik Hlavac Duran

Fixes #15286 - New API for auth sources (#4865)

d4449f45 01/15/2018 01:25 PM Tomer Brisker

Fixes #11389 - Remove API v1

API v1 has been deprecated since Foreman 1.9 - over 2 years ago.
This is more then enough time for anyone needing to migrate to v2.
Even though the original issue requests extraction to a plugin, I do not
see any point in investing the time and effort to maintain a long...

1416a23d 12/27/2017 10:18 AM Timo Goebel

fixes #22062 - support vmware vmrc console

68b3c50d 12/25/2017 02:44 PM Tomer Brisker

Fixes #19780 - fix Layout/IndentationWidth cop

72386769 11/29/2017 12:27 PM Marek Hulán

Fixes #21805 - don't list default role

20a633d6 11/27/2017 12:28 PM Nagoor Shaik

Fixes #21012 - taxonomies API to show hosts associated with it

3819b2cf 11/16/2017 12:38 PM Daniel Lobato Garcia

Fixes #21682 - Add Domain to Compute Resource API (OpenStack)

The Domain field was added to the Compute Resources table in #12054 as
part of the Openstack v3 support. This field needs to appear in the
APIdoc to be able to use it and in the RABL to read it.

7d8b5c2e 10/24/2017 09:35 AM Timo Goebel

fixes #21394 - user login with access token api

e6b0f4fa 10/12/2017 11:47 AM Justin Sherrill

Fixes #12216 - support http proxies for compute resources

87b20d5e 09/24/2017 10:55 AM Shimon Shtein

Fixes #21015 - sync host and hostgroup rabl to show all_classes

558a7590 09/07/2017 05:32 AM Nagoor Shaik

Fixes #20516 - GET hosts API displays owner_name attribute

c03ccb22 09/07/2017 04:51 AM Kavita Gaikwad

Fixes #20858 - pxe_loader in GET api/v2/hostgroups/:id

45590c5b 09/04/2017 03:19 PM Trey Dockendorf

Fixes #20500 - Allow GET /api/hostgroups to include parameters

Add include Array parameter to GET /api/hostgroups v2 that will
optionally include a hostgroup's parameters when the include parameter
contains 'parameters'.

6b564e6c 08/25/2017 07:03 AM Kavita Gaikwad

Fixes #20701 - Subnet6 fields info in GET api/v2/hostgroups/:id

b1681515 08/25/2017 05:30 AM Nagoor Shaik

Fixes #20711 - GET host interface API will show fqdn attribute

01b7dbb5 07/31/2017 10:14 AM Dominik Hlavac Duran

Fixes #17811 - Improve error message LDAP fail

88e295d5 07/19/2017 06:21 AM Tomáš Strachota

Fixes #16112 - support for netgroups in LDAP auth source

f53bd444 06/30/2017 07:28 AM Ondřej Pražák

Fixes #18892 - Do not show 'undefined method' in error message

71c08300 06/27/2017 03:38 AM Tomer Brisker

Fixes #20072 - Allow thin host list via API

cabe2c2e 06/01/2017 07:45 AM Ohad Levy

Fixes #19700 - update rubocop rules

The following changes have been made:

- Performance/RedundantMerge:
changes lines such as:
```not_found_message.merge! :message => options```
to:
```not_found_message[:message] = options```

- converts str.match() to str =~ ()...

7bc914eb 05/09/2017 02:55 AM Dominic Cleal

fixes #19476 - list features in smart proxy refresh API response

1e43a17b 04/25/2017 11:29 AM Tomer Brisker

Fixes #19125 - Add description to hostgroup

7d03f9d4 04/05/2017 06:39 AM Tomer Brisker

Fixes #19148 - Add description field to subnets

72a28408 03/24/2017 11:02 AM Ondřej Pražák

Fixes #18001 - Add plugin permissions to core's roles

28b7dd9f 03/15/2017 12:03 PM Timo Goebel

fixes #18476 - users have ssh keys

3ebc95da 03/08/2017 12:50 PM Marek Hulán

Fixes #18767 - keep cloning info

b9f27ad9 02/26/2017 09:35 AM Jo Vandeginste

Add pxe_loader to host REST

Add the field `pxe_loader` to the GET part of the hosts/
It is possible to set or update (POST, UPDATE), but not to read it

71eb7ee0 02/21/2017 03:01 AM Jo Vandeginste

fixes #18574 - add ip6 address to the REST api results

9caab04b 01/31/2017 04:04 AM Timo Goebel

fixes #13618 - cache expensive vmware api calls

6ef1dbd1 01/27/2017 03:37 AM Shlomi Zadok

Fixes #18280 - Adds compute resource provider name

Makes the API return the provider name of the compute resource

35c14172 01/26/2017 08:18 AM Ivan Necas

Refs #15779 - make background processing unavailable for now (#4217)

The original PR got vetted in the packaging phase and including
foreman-task as dependency of Foreman was refused. We need to rethink
our approach for getting the foreman-tasks functionality available...

3b9d7933 01/20/2017 07:22 AM Ori Rabin

Refs #17653 - add show_hidden to apidoc

eb0834f5 01/17/2017 06:47 AM Sebastian Gräßl

Fixes #6502 - List ignored classes and environments on import

When importing environments and classes from puppet, ignored
environments and classes defined in ignored_environments.yml
aren't aparent.

This will add them to the list to import as ignored and...

9643a2cb 01/15/2017 09:31 AM Ori Rabin

Fixes #17653 - Allow all parameters api to unhide values

65c093a5 12/27/2016 07:47 AM Nagoor Shaik

Fixes #17846 - auth_source_ldaps API now displays taxonomies

0cf8ea67 11/25/2016 11:27 AM Marek Hulán

Fixes #17483 - async task creation returns 202

Includes task link in response

2a3ede3c 11/22/2016 11:50 AM Dominik Hlavac Duran

Fixes #15232 - Showing inherited roles from User groups to user

63e9ae3c 11/01/2016 11:19 AM Ori Rabin

Fixes #17153 - Consistent name for variable_type in the api

ba65983b 10/31/2016 06:46 AM Ondřej Pražák

Fixes #17120 - Allow custom name for setting category

963d2d8f 10/26/2016 08:58 AM Marek Hulán

Fixes #17107 - list override in filter API

c6760930 10/07/2016 07:08 AM Timo Goebel

fixes #16725 - add plugin extension point for smart proxies

6cc6c9ec 10/03/2016 10:50 AM Dominik Hlavac Duran

Fixes #14277 - Added description field to users

b819a37b 09/29/2016 03:53 AM Trey Dockendorf

Fixes #16114 - Expose host parameters to GET /api/hosts

5384798e 09/26/2016 11:28 AM Dominik Hlavac Duran

Fixes #4608 - Added description field to role

05bd6ed8 09/26/2016 08:25 AM Daniel Lobato Garcia

Fixes #16624 - Make AuthSourceLDAP taxable

This allows users to set organizations/locations on AuthSourceLDAP
objects. That in itself might not be that useful, but it allows us to
follow on and assign the AuthSourceLDAP taxonomies to the users
autocreated through it.

659dc6f1 09/13/2016 03:46 AM Brad Buckingham

Fixes #16525 - host/hostgroup - include _name fields for proxy

Adding the following attributes for consistency:
puppet_proxy_name
puppet_ca_proxy_name

569650b7 09/08/2016 02:44 AM Shimon Shtein

Fixes #15846 - Renamed use_puppet_default to omit in LookupValue

f619eb4d 08/26/2016 05:33 AM Marek Hulán

Fixes #7806 - allow taxonomy association on role level

0b684955 07/27/2016 05:20 AM Vincent Lequertier

Fixes #15771 - add :token to the values returned by the API

fef6cff7 07/19/2016 10:42 AM Tomer Brisker

Refs #12193 - Remove remaining cached counters

1ff7e259 07/18/2016 05:21 AM Daniel Lobato Garcia

Fixes #15527 - api/v2/hosts is slow loading permissions

The .eager_load call when called with [] generates a SELECT query that
selects all host attributes. This can cause it to take a lot longer
when there are large number of hosts involved. These attributes are...

79c0664a 07/13/2016 12:46 PM Timo Goebel

fixes #14666 - support IPv6 in UI

287082a5 07/12/2016 04:41 AM David Davis

Refs #3809 - Turning on the AndOr cop

f21ca7d5 07/06/2016 10:04 AM Dominic Cleal

fixes #13845 - remove 1.13 deprecations

94265cf7 07/06/2016 07:32 AM Ori Rabin

Refs #13164 - Consistent parameters authorization in api

7b7d7d1d 06/27/2016 05:56 AM Timo Goebel

fixes #14665 - support IPv6 via API

83ee7350 06/23/2016 04:15 AM Timo Goebel

fixes #9110 - add freeip route to API

f4459c11 05/12/2016 09:56 AM David Davis

Refs #3809 - Turning on some rubocop cops

4b80f3a9 05/11/2016 03:30 AM Lukas Zapletal

Fixes #14981 - use root_object for host RABL

a322a96e 04/12/2016 08:47 AM Ori Rabin

Fixes #14190 - consistent api output and search options

1cf79b15 04/11/2016 10:15 AM Ranjan Kumar

Fixes #14261 - User API should return correct admin status

6aa12560 03/21/2016 04:24 AM Shimon Shtein

Fixes #14286 - added :groups_base field to auth_source_ldaps API

82a0ba46 03/17/2016 08:24 AM Shimon Shtein

Fixes #14240 - added :server_type attribute to API rabl

03261ebb 03/09/2016 02:50 AM Sean O'Keeffe

Fixes #3582 - Parameters on subnets

ecc7b31f 03/01/2016 05:11 AM Dominic Cleal

fixes #13939 - call non-deprecated status method from API rabl

5c028a17 02/17/2016 06:58 AM Ori Rabin

Fixes #13257 - nested locations can be created via api

d46cc693 02/10/2016 02:36 PM Timo Goebel

fixes #12436 - as a user I want to deploy vSphere vms on a storage pool

999d8e3e 02/10/2016 07:01 AM Justin Sherrill

Fixes #13639 - add host permissions to host show api

7c671609 02/09/2016 04:29 AM Dominic Cleal

fixes #13440 - rename Host#model_name to #hardware_model_name

Rails 4.2 defines a model_name instance method which is used in routing
and called from link_to. Rename our model_name methods to
hardware_model_name to prevent this overlapping and causing link_to...

019a239c 02/09/2016 04:06 AM Shlomi Zadok

Fixes #13386 - Adds taxonomy parameters objects

33d9f9ee 02/03/2016 08:35 AM Lukas Zapletal

Fixes #12718 - smart proxy log table

This patch adds a table with logs fetched from Smart Proxy /logs new API. It
returns latest N log entries from a simple memory buffer. The table supports
filtering by level, custom filtering and it introduces several overview...

c804d530 01/20/2016 02:41 PM Shimon Shtein

Fixes #13216 - Added ability to extend API by creating facet subnode
This commit adds the ability for plugins to extend Host model with custom data that will be stored in a facet model.
In order to show this data an extension point is added to Host's view API, so the properties list can be extended by the facet....

9fa40c47 01/12/2016 03:32 AM Ori Rabin

Fixes #13101 - Smart class parameters show puppetclass in api

502feabe 01/12/2016 03:32 AM Ondřej Pražák

Fixes #10357 - Realms for organizations and locations can be retrieved through API

fb9f45e8 12/18/2015 08:03 AM Daniel Lobato Garcia

Fixes #7230, #12021 - Upgrade to Rails 4.1.5

This commits upgrades Rails to Rails 4.1.5. See a description of the
changes included here, and go to the pull request in GitHub to see more
detailed explanations:

  • Update gems to a Rails 4 compatible version, including dependencies...
e4ae4a69 12/10/2015 05:48 AM Ori Rabin

Fixes #6007 - Allowing to hide smart class parameters

9a54e63a 12/01/2015 07:17 AM Shlomi Zadok

Fixes #12506 - Show smart proxies version in about page

cee12a22 11/27/2015 09:11 AM Julien Pivotto

Fixes #7463 - Add basic support for bridges

cb71e86a 11/09/2015 08:51 AM Amir Fefer

Fixes #7537 - Adds test connection button to LDAP form

e8d6d2d6 10/28/2015 11:15 AM Shlomi Zadok

fixes #4151 - enable reports STI

Permits subclassing of ReportImporter and Report to import and store
new types of reports associated to hosts.

4e08a71c 10/27/2015 11:16 AM Shlomi Zadok

Fixes #12132 - [API] Host all parameters should include host parameters

208a655e 10/21/2015 02:10 PM Timo Goebel

fixes #11345 - API GET request available_clusters sends empty hash

a4d21e68 09/17/2015 04:00 AM Shlomi Zadok

Fixes #11763 - Add inherited parameters to Host view api

3c1af256 09/15/2015 08:12 AM Shlomi Zadok

fixes #11242 - Add operatingsystem_id to os_default_templates in API

e669d488 09/11/2015 06:06 PM Michael Alves Lobo

Fixes #3650, #11600 - Compute Resource availability_zones, flavors, security_groups API v2 endpoints

e54016da 09/04/2015 08:03 AM Marek Hulán

Fixes #10782 - global host status

Introduce new global host status that is composed of host substatuses.
Each substatus defines a mapping to the global one which can result in
three values
  • OK
  • WARN
  • ERROR

Plugins can add their own substatuses. These are automatically...

e2452a0b 09/03/2015 02:56 AM Brad Buckingham

fixes #11649 - taxonomies api - add description to base.json.rabl

Adding the 'description' to the base.json.rabl so that it is displayed
when a user performs commands like 'organization list' from hammer-cli-katello.

E.g.

hammer> organization list
---|----------------------|----------------------|---------------...

6b4b489f 09/03/2015 02:54 AM Ori Rabin

fixes #10832 - separating lookup keys into puppet and variable