Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
9bc1f99c 08/31/2015 06:16 AM Tomer Brisker

Fixes #11388 - Popovers display with correct size and dismiss on next click

a683aa28 08/24/2015 08:42 AM Tomer Brisker

Fixes #11413 - disable SQL logging by default

cf043905 08/11/2015 04:10 AM Phirince Philip

fixes #11312 - Allow plugins to update the Rabl view_paths

60f8b29b 07/29/2015 09:00 AM Tomer Brisker

Fixes #11216 - use rails-i18n gem for translating rails strings

d1e6d79e 07/28/2015 08:06 AM Shlomi Zadok

fixes #11175 - [API] Add taxonomies to ptables, display ptables in taxonomies

111b0459 07/24/2015 10:28 AM Daniel Lobato Garcia

Refs #3809 - Enable cop Style/IfUnlessModifier

de9e7ada 07/16/2015 05:56 AM Marek Hulán

Fixes #11035 - template preview feature

bb39df2a 07/14/2015 07:01 AM Shimon Shtein

Fixes #8343 - Consolidated code paths, and removed unnecessary DB calls for parent object

c6fcfc9c 07/09/2015 07:32 AM Eric Helms

Fixes #11056: Configure base SETTINGS for test environment.

This change introduces the idea of having a base configuration for
SETTINGS within the test environment. This is captured in the
settings.yaml.test file. To be able to detect the Rails environment...

319d1ffb 07/02/2015 07:11 AM Alon Goldboim

Fixes #10635 - Formalize deprecation warning

7faa9966 07/01/2015 07:18 AM Eric Helms

Fixes #10802: Fix error that appears in migrations related to users.

6db107ae 06/26/2015 06:22 AM Martin Bacovsky

Fixes #10917 - Update API docs for template combinations

68bf0c89 06/26/2015 06:22 AM Marek Hulán

Fixes #10740 - ignore auditing of all models in migrations

61bdcf43 06/25/2015 01:31 PM Martin Bacovsky

Fixes #10916 - convert config_template_ids in operatingsystems

3d92620b 06/18/2015 03:32 PM Lukas Zapletal

Fixes #10701 - foreman-debug config file support

3b4d1adf 06/16/2015 06:42 AM Lukas Zapletal

Fixes #10815 - introduced FOREMAN_APIPIE_LANGS env variable

3f73d005 06/15/2015 06:06 PM Dominic Cleal

fixes #10787 - load fog extensions based on available CRs

Previously fog_extensions loaded inside one large rescue LoadError, so
if fog-libvirt wasn't installed, it would fail part way through. Now
check which providers are loaded, and only extend those. Moved loading...

9250d8b4 06/10/2015 12:08 PM Tomáš Strachota

Fixes #6976 - Build default PXE menu should be POST request

79fba52e 06/10/2015 12:08 PM Marek Hulán

Fixes #10736 - Add permission specific logger

01e78260 06/09/2015 10:29 AM Ivan Necas

Fixes #10713 - improved backtrace logging

  • full trace in 500 page in production shows really the full trace
  • Foreman::Logging.exception as an unified entry point for exceptions logging
  • the backtrace cleaner doesn't delete the plugins
  • the orchestration exceptions gets the backtrace covered by logger...
510d53cd 06/09/2015 07:22 AM Marek Hulán

Fixes #7096 - Adds STI to templates

This commit converts Ptables to be just another type of Template so it
gets the same features as ConfigTemplate. ConfigTemplate was renamed to
ProvisioningTemplate to reflect UI and the name under it's commonly known.

7e8bfe82 06/08/2015 03:32 PM Walter Huf

fixes #10720 - Adds API to get host vm attributes

This exposes an API to fetch a host's vm_compute_attributes,
such as vmware cpus and memory. It lives at a separate endpoint
because it involves a fetch for data from the compute resource,
and may have different performance characteristics than the database.

24370ab5 06/05/2015 12:07 PM Dominic Cleal

fixes #10711 - move LDAP logging to a separate logger

3088e641 06/04/2015 06:05 AM Eric Helms

Fixes #10487: Add custom logging support

This change moves away from the Rails logger to the 'logging' gem
to support more configurability of logging. Further, this allows for
the creation of custom loggers that plugins can then create during
registration (with `logger`) or through settings....

ee66b3af 06/01/2015 03:54 AM Shlomi Zadok

fixes #9031 - Add routes to view template_combinations per hostgroup / environment

800c14d2 05/18/2015 08:23 AM Dominic Cleal

fixes #10510 - move secure flag to existing session configuration

On a source installation with SSL, the session store is properly configured
now and no longer continually resets user sessions.

70bd0d26 05/14/2015 07:06 AM Dominic Cleal

fixes #10336 - move rbvmomi CR loading before our CR loading

516b5720 05/13/2015 10:51 AM Dominic Cleal

fixes #10406 - add LDAP instrumentation and extra logging

0b03b9bd 05/12/2015 03:11 AM Shlomi Zadok

fixes #10275 - Add secure cookie when in ssl (CVE-2015-3155)

96fa0722 05/11/2015 11:08 AM Dominic Cleal

fixes #10261 - update fog to 1.30.0

3059cea1 04/28/2015 11:48 AM Tom Caspy

fixes #9240 - in case of hash with indifferent access, serialize as hash

2d8b4fef 04/28/2015 07:48 AM Daniel Lobato Garcia

Refs #3809 - Remove semicolon cop

823e62f4 04/20/2015 03:38 AM Joseph Magen

fixes #10167 - change default API from v1 to v2

75c85026 04/07/2015 07:24 AM Dominic Cleal

fixes #9973 - API doc keyword substitution with sprintf needs symbols

42117380 04/02/2015 09:22 AM Tomer Brisker

Fixes #8106 - Dashboard rewrite to allow better customization

e404a0fa 04/02/2015 05:05 AM Tomáš Strachota

Fixes #9921 - specify requirements on apidoc params for NICs

1fcea0e9 03/24/2015 04:48 AM Dominic Cleal

fixes #9775 - always load Encryptable when key's missing, log runtime warning

a59972c3 causes Encryptable to be loaded before the encryption_key.rb
initialiser and the majority of the class was skipped as the key was undefined.

Now Encryptable always loads, but logs at runtime if the key is unavailable,...

8fd8e34d 03/22/2015 01:01 PM Tomáš Strachota

Fixes #9824 - missing compute resource assets

0ecc13d3 03/11/2015 07:05 AM Ori Rabin

Fixes #9606 - ANSI color codes should not be used in production log

958e87e6 03/04/2015 05:32 AM B Sh

Fixes #2135 - During puppet class import, puppet class description box should close itself

70a60246 03/02/2015 04:39 AM Johan Swensson

fixes #6044 - production.log should have timestamps in it

8dcb01a4 02/26/2015 07:27 AM Shlomi Zadok

fixes #7764 - add quirks mode to JSON.dump

afe02d30 02/18/2015 03:54 AM Daniel Lobato Garcia

Refs #3809 - Remove cop IndentationConsistency

abd8f1d1 02/18/2015 03:54 AM Daniel Lobato Garcia

Refs #3809 - Remove cops for empty lines

350a0417 02/17/2015 02:40 AM David Davis

Fixes #9231 - Require English lib and fix ENC failure

20b093bf 02/12/2015 10:20 AM Daniel Lobato Garcia

Fixes #8641 - Update fog to 1.27

fa941058 02/08/2015 01:45 PM Shlomi Zadok

fixes #9030 - Adds support to clone config template via api

5c02cfe5 01/30/2015 03:34 AM Daniel Lobato Garcia

Refs #3809 - Enable cop StringConversionInInterpolation

43c4bd72 01/27/2015 11:58 AM Marek Hulán

Fixes #7456 - Extract primary interface from host

Contributions from:

All host must have at least one primary interface and one provision (can...

b57a1e33 01/24/2015 05:45 AM stocky

Fixes #9059 - adds puppetssldir setting

d43379f3 01/14/2015 07:01 AM Dominic Cleal

fixes #8925 - support plugin asset manifests beneath app root

This supports Debian packaging where storing the assets manifest.yml beneath
the gem installation directory isn't possible, as bundler manages gem
installations.

Instead, support loading ${app.root}/public/assets/${plugin}/manifest.yml so...

287d9745 12/11/2014 12:08 PM Lukas Zapletal

Refs #8364 - removed javascript N+1 alerts

2ea1b529 11/26/2014 07:00 AM Shlomi Zadok

fixes #8367 - Eager load classes under /lib

51a88438 11/25/2014 07:37 AM Shlomi Zadok

Fixes #7233 - Drop Ruby 1.8.7 and revert Ruby 1.8.7 specifics

2312cccf 11/19/2014 06:03 AM Daniel Lobato Garcia

Refs #3809 - Remove useless assignments

f4d9ac46 11/17/2014 12:22 PM Daniel Lobato Garcia

Fixes #8424 - Controller concerns are loaded twice

config/application.rb, we are adding the controller concerns twice
folder to autoload_paths

5cd6de68 11/13/2014 06:09 AM Ohad Levy

fixes #8364 - Adds SQL N+1 Query detection using bullet.

a59972c3 11/12/2014 05:07 AM Martin Bacovsky

Fixes #4478 - API documentation localized

3154d77e 11/10/2014 04:43 AM Tomáš Strachota

Fixes #7462 - new UI for network interfaces

8553650c 10/31/2014 10:42 AM Daniel Lobato Garcia

Fixes #8091: connect-src accepts WSS

3a36bdf6 10/31/2014 09:22 AM Stephen Benjamin

fixes #7586, #7734, #7172 - user preferences for receiving mail notifications

Adds a framework for user-selectable mail notifications. The work is
still done in ActionMailer classes and launch by rake in cron, however a
wrapper called MailNotification is used to provide RBAC and make the...

94651a72 10/29/2014 09:30 AM Ivan Necas

Fixes #8009 - Make sure the final version of helpers is in the controller

6e916e52 10/26/2014 02:25 PM Shlomi Zadok

Fixes #746 - Generate all the Host template when click on Build to avoid errors during installation

e768c976 10/22/2014 11:56 AM Tomáš Strachota

Fixes #6710 - unicode characters in url parameters

Original methods to_param defined on resources called name.parameterize
to get rid of url-unsafe characters. This function unfortunately also
stripped off unicode characters.

Changes:
- parameterization extracted into a separate module Parameterizable...

099a9d8c 10/20/2014 05:22 AM Shlomi Zadok

fixes #7985 - add support for ws:// in secure headers

453dc693 10/14/2014 04:10 AM Joseph Magen

fixes #3492 - API v2 nested routes for each controller

2daac55f 10/13/2014 04:01 AM Shlomi Zadok

fixes #7907 - Allow images from gravatar on secure headers

5c50ca8e 10/11/2014 06:28 AM Jan Rusnacko

fixes #7805 - Add several security related HTTP headers - security hardening.

This commit uses secure_headers gem and configures several HTTP
security related headers to be sent by server:
  • Content Security Policy
  • HTTP Strict Transport Security
  • X-XSS-Protection...
2a6d13fe 10/10/2014 07:18 AM Dominic Cleal

refs #7587 - precompile pwstrength JS, move gem from runtime deps

54141ab9 10/07/2014 07:42 AM Daniel Lobato Garcia

Fixes #5139 - leftovers subscribe_to_all_hostgroups

Remove user_xxx unnecessary tables and notices

Update subhostgroups removed

Fixes for migration of foreign keys

Remove users from compute_resource fixture

Remove table notices after fk are removed for pg/mysql

4f7a4d0b 10/06/2014 02:37 PM David Davis

Refs #3809 - Fix a few rubocop TODOs

96144a47 10/06/2014 01:57 PM Daniel Lobato Garcia

Refs #3809 - Remove rubocop TODOs

Removed the following TODOs so that cops for these will run from now on:

Lint/AmbiguousOperator, DefEndAlignment, DeprecatedClassMethods
EnsureReturn, RequireParentheses, Void, BlockAlignment, EndAlignment,
UselessAccessModifier,...

de19f5b9 10/06/2014 07:54 AM Ohad Levy

fixes #2321 - remove new puppet creation option

a6cdb17c 10/06/2014 07:41 AM Lukas Zapletal

fixes #5130 - Added warning when apipie cache is missing or outdated

f7171e0e 10/06/2014 06:43 AM Dominic Cleal

refs #7608 - i18n fixes, tests, use POST for action + only display link if authed

61750a4f 10/02/2014 12:33 PM Karim Boumedhel

fixes #7608 - Override all puppetclass parameters in one click

8b737c9c 09/29/2014 07:17 AM Joseph Magen

fixes #4386 - gem friendly_id to simplify find by id, name, label, etc

4e3a7e7a 09/24/2014 05:42 AM Daniel Lobato Garcia

Fixes #6999 - protect user logout against CSRF requests (CVE-2014-3590)

To avoid CSRF, logout is changed to be a POST request so
protect_from_forgery checks the CSRF token. However, in Rails 3 the only
strategy available is to nullify the session of the attacker....

bf59cec1 09/22/2014 09:25 AM Tomer Brisker

Fixes #2232 - speed up Host view via AJAX

043a4b3a 09/16/2014 04:52 AM Dominic Cleal

i18n - add it, ko, ru, zh_TW languages

5eb88cf5 09/15/2014 05:35 AM Ori Rabin

Fixes #3085: Request to be able to clone host groups via API

e14b6968 09/09/2014 07:03 AM Daniel Lobato Garcia

Fixes #4596 - Change parent of host group via AJAX

Reparenting host groups requires submitting the form to see the changes
nowadays, this fix makes the host group model inherit all properties
from the parent and show them in real time.

d455f32c 09/03/2014 11:24 AM Marek Hulán

Fixes #6444 - add support for virtual NICs

Extend additional interface details refs #2240

NIC facts parsing change and we create interfaces in Foreman according
to facts we recieve.

Subclasses does not define their own attributes and serialize them to
attrs hash. All BMC attributes are extracted to separate columns so it's...

7669211c 09/03/2014 06:45 AM Marek Hulán

Fixes #5926 - hide sensitive parameter values

User can check to hide value when creating or editing global parameter.
The value is masked by *** and is also not displayed when overriding.

fe1a2733 08/15/2014 08:12 AM Greg Petras

Fixes #6756 - exposes vmware resource pools and folders through the API

a52580f5 08/15/2014 08:12 AM Greg Petras

Fixes #6608 - expose disk usage info through available_storage_domains API

4b2dffae 08/07/2014 04:21 AM Daniel Lobato Garcia

Fixes #5734 - API for external groups management

50ebc024 07/31/2014 11:17 AM David Davis

Fixes #6446 - Forbidding non-json POST/PUT requests in v2

6421fa1c 07/31/2014 10:35 AM Daniel Lobato Garcia

Fixes #813 - External usergroups can be linked to an LDAP auth source

160ffa2a 07/30/2014 05:24 AM Ohad Levy

fixes #6529 allow to define IP suggestion per subnet

afa18d2a 07/28/2014 07:16 AM Dominic Cleal

i18n - add pt_BR language

22671c50 07/18/2014 03:05 AM Kot

Fixes #3377 - Add altlinux support

4a28771d 07/17/2014 10:05 AM Stephen Benjamin

fixes #1646, #3103 - enable cloning and locking of templates

3ccd0ef6 07/10/2014 11:43 AM Jason Montleon

fixes #4155 - enable host/CR (dis)association via api

14e81700 07/09/2014 01:27 PM Tomáš Strachota

Fixes #6532 - permission related api extensions

- usergroups#show lists associated roles
- listing available resource types
- filters#show lists associated roles
- filters#index lists associated roles and permissions and orders the results
- pagination in permissions#index...
42163f86 07/07/2014 06:43 AM Ori Rabin

fixes #5414: LDAP + TLS is not LDAP + TLS but LDAP + SSL and changed port automatically on check

dd941089 07/02/2014 10:08 AM Dmitri Dolguikh

fixes #5753: Engines can now override autocomplete path used in FiltersHelper

3fba9776 06/30/2014 05:01 AM Dominic Cleal

fixes #2972 - load jsonp on bundler_ext installations

7fc1159c 06/25/2014 06:21 PM Dominic Cleal

fixes #6319 - precompile dashboard.js

7f7c531e 06/24/2014 08:26 AM Joseph Magen

fixes #6267 - singularize of HostClass and HostgroupClass is wrong