Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  foreman
  middleware
  net
  proxy_api
  tasks
core_extensions.rb 4.69 KB
foreman.rb 649 Bytes
net.rb 846 Bytes
proxy_api.rb 72 Bytes
timed_cached_store.rb 1.17 KB
ws_proxy.rb 2.38 KB

Latest revisions

# Date Author Comment
7c5bdba8 06/02/2016 10:18 AM Lukas Zapletal

Fixes #15092 - CSV exporter rake task

c3db9892 05/31/2016 05:13 AM Lukas Zapletal

Fixes #6539 - missing templates error is now descriptive

4b52895a 05/17/2016 03:56 AM Timo Goebel

fixes #14642 - support AAAA and PTR-Records in dns lib

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

Refs #3809 - Turning on some rubocop cops

75bb05af 05/09/2016 11:42 AM Martin Bacovsky

Fixes #14965 - turn off auditing during DB migrations

Move code turning off auditing during db:migrations so that it is
executed earlier than initializers

f0091ac8 05/06/2016 10:29 AM Dominic Cleal

fixes #14133 - update to rubocop 0.39.0

Replaces hirb-unicode with the maintained hirb-unicode-steakknife fork,
due to conflicting requirements on unicode-display_width with the older
hirb-unicode and new rubocop.

Rake is unpinned due to the newer rubocop's compatibility with it, and...

990dee69 05/06/2016 08:29 AM Timo Goebel

fixes #14661 - support IPv6 subnets

24859f28 05/04/2016 10:18 AM Ondřej Pražák

Fixes #14898 - Fix for config task
Removing undefined variable took care of it.

5b53236f 04/29/2016 11:26 AM Daniel Lobato Garcia

Fixes #14843 - Improve rake config error handling

Currently rake config doesn't give you any hint when you provide an
invalid setting. Instead, it should tell you what was wrong with the
input, and try to guide you to a valid one.

This commit provides error handling for wrong JSON values, and prints...

15f0884e 04/29/2016 07:11 AM Dominic Cleal

fixes #14866 - prod2dev Rails 4 compatibility

- change .first call which checked presence of id field, but would be
automatically sorted by the primary key ('id'), causing errors on
join tables without the column
- update use of offset/limit in model finders...

View revisions

Also available in: Atom