Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
f8d94608 09/24/2012 10:41 AM Amos Benari

fixes #832 - adds parameterized class support

Credits:
This patch is based on the original work of Olivier Favre
<> many many thanks!

This patch adds the following features
  • import class parameters, and try to understand their types
  • support a complex matrix of environments, puppet classes and their...
f17e3f6c 09/20/2012 03:47 AM Amos Benari

fixed deprecation warning.

0ab42a4b 09/20/2012 03:47 AM Ohad Levy

ensure yaml UI output is formatted correctly

cc41bb66 09/13/2012 09:49 AM Sam Kottler

fixes #1847 Ensure main and Settings aren't shown on the puppetclasses page linked to from the host page

e0ef11c4 09/05/2012 10:22 AM Ohad Levy

fixes #1825 - unable to select an openstack image.

Note that probably Fog 1.5 is required for this to work.

1648bece 09/05/2012 02:48 AM Sam Kottler

Fixed typo in the word 'associations'

98941cdf 09/05/2012 02:48 AM Sam Kottler

The new form should save 'New compute resource'

3e33d71f 09/04/2012 10:44 AM Sam Kottler

fixes #1840 Only show the help button if a help page exists

aa44d2f3 09/04/2012 02:41 AM Ohad Levy

refs #1843 normally facts base hash has no certname.

this will make sure we don't fetch the wrong host (without a certname) by mistake.

b3645e0b 09/04/2012 01:56 AM Ohad Levy

fixes #1849 - Add the current hostgroup name when editing

f2bdc548 09/03/2012 09:56 AM Ohad Levy

make sure user expire when editing the user or when logging out

1c0cbb8c 09/03/2012 09:38 AM Ohad Levy

minor SQL improvments

c929c85e 09/03/2012 06:53 AM Ohad Levy

refs #1843 - adds missing lookup

399dca9e 09/03/2012 02:39 AM Ohad Levy

fixes #1843 - Accepts a plain hash as facts source

1a8a12b7 09/02/2012 10:00 AM Sam Kottler

Reformatted the 'all puppetclasses' page linked to from hosts

a8ae8d43 09/02/2012 06:31 AM Ohad Levy

minor view improvments to vmware

- adds a console link to all vms
- adds a minimal vm details view

2aabb456 09/02/2012 06:25 AM Ohad Levy

fixes #1842 - Getting hostgroups via the API takes an eternity.

This changes a bit the API resonspe as well, as it makes little sense in a rest
context to return full nested objects (when the child objects can be very large).

therefore, instead of environments and puppetclasses (and eventually smart vars)...

e24e0cf6 08/29/2012 09:13 AM Pavel Pokorný

Subnets API

938e78d6 08/26/2012 03:48 AM Dmitri Dolguikh

a bunch of fixes to get functional tests running under 1.9.2

b4f3d722 08/26/2012 03:44 AM Dmitri Dolguikh

added environment API

e1bd38a6 08/26/2012 03:44 AM Dmitri Dolguikh

fix for FactValuesControllerTest#test_create_invalid

b260a84c 08/26/2012 03:31 AM Pavel Pokorný

Show kind_id in config templates API

a6a6b703 08/26/2012 03:27 AM David Swift

add compute_resource.supports_update? to current provider set

41c9842f 08/26/2012 03:16 AM Pavel Pokorný

api v1 - domains controller

e1863f84 08/26/2012 03:09 AM Hannes Schaller

changed dashboard display of interval to use time_ago_in_words

33631a90 08/16/2012 03:12 AM Ohad Levy

remove trailing dot from api auto generated description

d36619ab 08/15/2012 09:47 AM Ohad Levy

api v1 - added media and dashboard controllers

0856182e 08/15/2012 09:47 AM Ohad Levy

api v1 - config templates

160e109a 08/15/2012 09:47 AM Ohad Levy

config templates minor sql improvments

b05278e3 08/14/2012 02:01 AM Ohad Levy

fix smartvar api output

b04622a4 08/14/2012 02:00 AM Lee Lowder

refs #1556 Removed .id2name from env variable.

7adf0ee3 08/13/2012 09:58 AM Nacho Barrientos

fixes #1820 - Authenticate API calls via REMOTE_USER

This patch allows API requests authentication via REMOTE_USER
only if authorize_login_delegation and authorize_login_delegation_api
are enabled.

f1089f41 08/09/2012 04:19 AM Endre Karlson

Quote 'epel' - snippet name.

ca4c08a1 08/08/2012 10:29 AM Ohad Levy

fixes #1793 - Better handle case when a domain has no DNS proxy set

6241f2ee 08/08/2012 08:57 AM Sam Kottler

[UI] Fixed inconsistent tab naming for the initially active tab

50e78f00 08/08/2012 07:01 AM Hannes Schaller

fixes #1799 moved REMOTE_ADDR verification to settings

4437902a 08/08/2012 06:57 AM Ohad Levy

use safer method constantize instead of eval

1c03cb48 07/31/2012 10:36 AM Sam Kottler

Fixes #1789 - Parent hostgroup name is truncated when its sub-group is a sub-string of the parent hostgroup name

b22b6fe7 07/30/2012 02:28 PM Sam Kottler

Fixes #1780 - changes EPEL url from download.fedoraproject.org to dl.fedoraproject.org

63c40be4 07/30/2012 09:27 AM Ohad Levy

fixes #1792 - error on json output of usergroups

b824778e 07/30/2012 09:26 AM Ohad Levy

added a scope per proxy feature

f39bfd77 07/30/2012 09:26 AM Ohad Levy

minor cleanups for cache invalidations

8f87064c 07/26/2012 08:55 AM Ohad Levy

fixes #1781 - clone host can fail

ec1b5011 07/26/2012 08:21 AM Ohad Levy

make sure usernames are not in the logs

fceb1f89 07/26/2012 08:10 AM Petr Chalupa

fixes #1576 - api v1 - oauth support

  • to use set and enable oauth in settings
  • correcting typo
d9a2ebac 07/26/2012 07:58 AM Ohad Levy

[SQL optimizations] - many small optimizations

This is one of a few patches aim to improve Foreman performance
  • Bookmarks have only users, not usergroups
  • added caching to the settings table
  • removed notice message lookups (we are not really using those)...
a8134ab0 07/25/2012 03:31 AM Ohad Levy

ensures that auto completer for users search works even when you are not an admin

340da290 07/24/2012 03:07 PM Ohad Levy

ensure no extra white spaces are added to the provisioning templates editor

96541f1d 07/24/2012 01:07 PM Steve Traylen

Openstack uses username/password.

3625dad6 07/24/2012 05:02 AM Ohad Levy

[API] - minor fixes

- fixed api index action still refering to old restsapi gem
- currently forced apipie to load DSL so we can reuse its DSL in our views

ba69b49b 07/24/2012 04:12 AM Martin Bacovsky

api v1 - Users controller and tests

- split api routes to separate routes file
- better detection of permission failure in model
- fix ApiConstraints
- catch bad routes in api and return json
- render home#index links from restapi
- fixed resource params recognition

d00e1bee 07/24/2012 04:12 AM Tomáš Strachota

api v1 - fisrt version of bookmarks controller

6771b4cd 07/24/2012 04:12 AM Martin Bacovsky

added architectures controller in v1 API

b3b90601 07/24/2012 04:12 AM Martin Bacovsky

Fixed bookmark tests (API v1)

1443d37f 07/24/2012 04:12 AM Martin Bacovsky

Fixed error handling in BaseController

c72a2f0f 07/24/2012 04:12 AM Tomáš Strachota

api v1 - operatingsystems controller

03abfb63 07/24/2012 04:12 AM Tomáš Strachota

api v1 - Authorization

  • added authorization handling to api and tests
  • fixed auth handling for controllers without auth
  • handling status code in permision related errors
acd8589a 07/24/2012 04:12 AM Martin Bacovsky

api v1 - architectures controler and tests

86fb12c1 07/24/2012 04:12 AM Ohad Levy

cleanup after merge conflict with latest develop branch

63efbbf5 07/24/2012 04:12 AM Petr Chalupa

api v1 - fixing permissions

cleanups in base controller

b2b47290 07/24/2012 04:12 AM Petr Chalupa

api v1 - render errors with rabl

better detection of permission failure in model
fix ApiConstraints
catch bad routes in api and return json

64b920ec 07/24/2012 04:12 AM Petr Chalupa

api v1 - render home#index links from restapi

3d6d01c7 07/24/2012 04:12 AM Ohad Levy

fixes #1775 - API versioning name space

84d8bcb2 07/22/2012 05:53 AM Amos Benari

fixes #1738 Puppet Runtime charts look very messed up.

a89c40ce 07/22/2012 05:52 AM Ohad Levy

[refactor] - simple method to display ec2 instance name, instead of using tags everywhere

017a7d84 07/19/2012 08:13 AM Ohad Levy

fixes #1765 - changing a conflicting IP address might lead to losing DNS or DHCP records

06bf16e9 07/19/2012 02:26 AM Ohad Levy

require_nfs_access method should not be a private method.

ae746d3a 07/18/2012 04:27 AM Amos Benari

[UI] added meta tag headers to support tablet and phone display size correctly

132a991c 07/17/2012 09:58 AM Ohad Levy

basic openstack support

ff61accf 07/17/2012 07:21 AM Ohad Levy

fixes #1752 - fixes clone from keeping internal data (such as vm external uuid).

9da81801 07/17/2012 07:21 AM Ohad Levy

[UI] don't fail the hosts show page if the host has no OS assigned.

249afd9c 07/15/2012 02:35 PM Ohad Levy

fixes #1751 - ReportCommon#status fails on ruby 1.9

718be0aa 07/15/2012 08:59 AM Amos Benari

fixes #1726 Template editor doesn't seem to work with IE

c832a24f 07/12/2012 10:44 AM Ohad Levy

dont enforce host domain validations on non managed hosts

159a7a62 07/12/2012 10:41 AM Ohad Levy

[UI] - convert all bulk operations into buttons

6c9689ef 07/11/2012 05:01 PM Greg Sutcliffe

Update first-run splash page with a note about Smart Proxies, fixes #1721

55548030 07/11/2012 12:47 PM Ohad Levy

adds missing EC2 propetries view

19553511 07/11/2012 11:32 AM Amos Benari

use file reader for the config template file upload.

9d060de2 07/11/2012 11:30 AM Amos Benari

fixed dropdown location for action button and bookmark.

c2d5484a 07/11/2012 11:28 AM Ohad Levy

[UI] - added missing label classes

18118f5a 07/11/2012 11:08 AM Ohad Levy

remove unneded hidden links in the more tab

71b45148 07/11/2012 03:08 AM Ohad Levy

fixes #1737 - make sure mac based matching are case insensetive

d4327e6e 07/10/2012 01:08 PM Ohad Levy

ensures that compute resources are shown in the host form only if provisioning is enabled

0345ef19 07/05/2012 10:25 AM Amos Benari

fixes #1730 broken ui when errors and help inline.

3da587a3 07/05/2012 09:59 AM Ohad Levy

refs #1589, ensure that vmware public key is automaticilly imported when testing connection

6147006e 07/04/2012 03:49 PM Ohad Levy

fixes parameters whitespace validations

180a48c8 07/04/2012 03:48 PM Amos Benari

fixes more menu issues

995b1748 07/04/2012 03:47 PM Amos Benari

fixes #1165 add inherited params display and override option to the host form.

Signed-off-by: Ohad Levy <>

933c8a83 07/04/2012 03:39 AM Amos Benari

fixes the more menu bug

d860ed4e 07/03/2012 04:02 AM Mikael Fridh

fixes #1716 - remove whitespace from hostname

69923135 07/02/2012 03:41 PM Greg Sutcliffe

Add Archlinux logo back to hosts page

a7961050 07/02/2012 10:44 AM Amos Benari

top navigation bar looks correct on tablet and smart-phone screen size.

1d0bc0b0 07/02/2012 10:44 AM Amos Benari

fixes #1240 more menu fixed for users with no permitions.

b2fba8d1 07/02/2012 10:44 AM Amos Benari

host list page fixed for smart-phones and tablet screen sizes.

26f75f44 07/02/2012 06:30 AM Ewoud Kohl van Wijngaarden

Return a HTTP 500 when we fail on handle_ca (fixes #1725)

c18b829f 06/29/2012 01:59 PM Ohad Levy

disk layout should really not be unique.

ae98767d 06/28/2012 01:35 PM Amos Benari

fixes #1563 problem cloning host in latest develop

1ebd12c0 06/28/2012 08:49 AM Amos Benari

fixes #1677 - Fact pie chart alters fact strings to lower case

dbd2fcf9 06/28/2012 08:44 AM Amos Benari

audit time ago in words.

fe728c74 06/28/2012 04:31 AM Ohad Levy

fixes #1638 - remove whitespaces for user email instead of validation error