Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  foreman
  middleware
  net
  proxy_api
  tasks
core_extensions.rb 3.88 KB
foreman.rb 649 Bytes
net.rb 875 Bytes
proxy_api.rb 72 Bytes
regexp_extensions.rb 427 Bytes
timed_cached_store.rb 1.18 KB
ws_proxy.rb 2.33 KB

Latest revisions

# Date Author Comment
56b4310f 09/09/2015 10:52 AM Dominic Cleal

fixes #11170 - pass quoted args through foreman-rake

Use the special "$@" to correctly pass quoted arguments through
foreman-rake, through su and to the underlying rake command. Ensures
the JSON in this command is unharmed:

foreman-rake config -- -k trusted_puppetmaster_hosts -v '["foo.bar.com"]'...
9b33f22f 08/06/2015 02:17 PM Lukas Zapletal

Fixes #11206 - plugin API now expose default role permissions

(cherry picked from commit 758d57a3c067dbd07f5bfbd66617b6865dab9d66)

c2a54c44 08/06/2015 02:15 PM Marek Hulán

Fixes #11035 - template preview feature

(cherry picked from commit de9e7adaa579db01d043d6a04a83c946a3d33850)

f13214ed 07/17/2015 12:59 PM Shimon Shtein

Fixes #10438 - Removed trends:clean task, as it is no longer needed

(cherry picked from commit d933e388953ea5f4b89cb5f0a095251628e0d5cf)

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

Fixes #10740 - ignore auditing of all models in migrations

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

Fixes #10815 - introduced FOREMAN_APIPIE_LANGS env variable

75618724 06/15/2015 09:44 AM Dominic Cleal

refs #10703 - use N_() for exception messages

cdd8424f 06/12/2015 12:23 PM Lukas Zapletal

Fixes #10703 - websockify is now randomly selected

Plus updated websockify to 1.6.1 version

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.

View revisions

Also available in: Atom