Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  .tx
  app
  bundler.d
  config
  db
  doc
  extras
  lib
  locale
  log
  man
  public
  script
  test
  vendor
.gitignore 533 Bytes
.rubocop.yml 503 Bytes
.rubocop_todo.yml 9.18 KB
CHANGELOG 355 KB
Contributors 8.3 KB
Gemfile 1.06 KB
LICENSE 55.7 KB
README.md 6.47 KB
Rakefile 178 Bytes
Rakefile.dist 2.34 KB
VERSION 15 Bytes
config.ru 344 Bytes

Latest revisions

# Date Author Comment
84f7fc68 09/04/2015 11:06 AM Marek Hulán

Fixes #11696 - remove unused code

ee3275af 09/04/2015 08:22 AM Pavel Moravec

Fixes #11677 - foreman-debug: netstat to print all connections

netstat and ss to be called with "-a" instead of "-l" option to collect
all sockets and not only listening

Signed-off-by: Pavel Moravec <>

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...

2ef6f4da 09/04/2015 06:38 AM Daniel Lobato Garcia

Fixes #11407 - Uppercase logins from LDAP break external user group sync

On LDAP the login can contain uppercase chars, for instance, "FOO". However
when we log in Foreman for the first time and have that account auto-created,
we can login using "foo". After that, our login will be saved as "foo" on...

64b8c7a4 09/04/2015 05:11 AM Ondřej Pražák

Fixes #11426 - remove puppet class paremeters no longer possible during edit in UI

a46f72be 09/04/2015 05:11 AM Marek Hulán

Fixes #11263 - set newly seeded partition tables default

8809a63b 09/04/2015 03:43 AM Stephen Benjamin

fixes #9654 - mark seeded org/loc as default

fa8353d8 09/04/2015 03:34 AM Walden Raines

Fixes #11625: refactor the ace editor to make it reusable.

Make the ace editor reusable and include it on the global parameters
page.

http://projects.theforeman.org/issues/11625

33d7500a 09/03/2015 07:54 AM Daniel Lobato Garcia

Fixes #11428 - External user groups refresh shouldn't be case sensitive

group_list in ldap_fluff returns a list of lowercase LDAP GIDs.
When AuthSourceLdap tries to run update_usergroups to refresh the external
user groups, it will try to match these lowercase gids with external user...

6c05bd5b 09/03/2015 06:07 AM Ivan Necas

Fixes #11673 - accept integer value when setting the integer via API

View all revisions | View revisions

Also available in: Atom