Project

General

Profile

Activity

From 10/02/2010 to 10/31/2010

10/31/2010

03:53 PM Revision 8b218cc7 (foreman): Fixes #422 - broken records will now be handled correctly in ReportObserver#after_save.
Jochen Schalanda
03:51 PM Revision 03be090a (foreman): Fixes #420 - Settings dropdown is a partial
Paul Kelly
02:55 PM Revision 83940766 (foreman): Fixes #421 - change literal 1 to true in database migration AddEnabledToHosts.
Jochen Schalanda
02:51 PM Revision d97375e0 (foreman): Fixes #284 - Use MAC address if IP doesn't exist when tftp booting
* Uses any of the assoicated mac addresses (RH only) prior to IP
* Adds a new settings to not update mac or ip inform...
Ohad Levy
02:51 PM Revision 42b3178c (foreman): updated RPM SPEC for 0.1-6RC2
Ohad Levy

10/26/2010

04:52 PM Revision 41d40698 (foreman): Fixes #386 - Updated rake puppet:import_classes to support the new API
The rake task now queries for the changes and then performs the update.
Some additional sanity checking is performed...
Paul Kelly
01:42 PM Revision 27ecacf5 (foreman): Fixed an issue with metric processing on 0.25.x reports, refs #405
Ohad Levy

10/24/2010

01:50 PM Revision 7a3815fb (foreman): Fixes #356 - More improvements for Debian package specification
* Added rake task pkg:deb to build a Debian package for Foreman with debuild.
* Relaxed dependencies in Debian contro...
Jochen Schalanda
01:48 PM Revision ff0eec3e (foreman): fixes #415 - Operating systems debian types were always shown
Ohad Levy
01:45 PM Revision 6352d882 (foreman): Added support for Debian-based distributions for automatically populating TFTP directory.
Jochen Schalanda
01:12 PM Revision 0f77c7f2 (foreman): Fixes #178 and Fixes #24 - Automate populating the TFTP directory
This implementation is only for the Red Hat family, other OS's should follow
It implements a way to query foreman and...
Ohad Levy
11:27 AM Revision 475455ed (foreman): fixes #414 - Do not store debug messages
Ohad Levy
10:33 AM Smart Proxy Revision 470630be: create the image directory if it doesnt exists
Return status of boot file fetching Ohad Levy
09:35 AM Smart Proxy Revision ba083eee: fixed typos
Ohad Levy

10/22/2010

09:42 PM Smart Proxy Revision 8e4f460c: MAC validations should be case insensitive
Ohad Levy

10/21/2010

04:20 PM Smart Proxy Revision 2d1a349e: it show now be possible to run it though the bin directory
Ohad Levy
02:51 PM Smart Proxy Revision d07d4d97: remove swp files
Ohad Levy
10:17 AM Revision 4cbaa406 (foreman): Fixes #405 and Fixes #349 - Adds support to 2.6.x reports
NOTE: Its recommended to Backup your DB prior to using this patch. Ohad Levy

10/20/2010

03:24 PM Revision 8bcd52c0 (foreman): updating EPEL rpm link for RHEL6
Ohad Levy

10/19/2010

03:53 PM Smart Proxy Revision bb559b8b: added gem spec file
TODO: rewrite the DNS lib similar to the DHCP one Ohad Levy

10/18/2010

08:40 AM Smart Proxy Revision 2b9164ca: added DHCP
broke down rest actions into seperate files Ohad Levy

10/17/2010

04:51 PM Smart Proxy Revision eb305390: Added DHCP as a module
Ohad Levy
04:33 PM Smart Proxy Revision 9115e420: minor refactoring to tftp module
Ohad Levy
03:59 PM Smart Proxy Revision b3c7e27f: Changed SETTINGS to openstruct
Chagned DNS from a module into a class (wip) Ohad Levy
02:54 PM Revision a2c6281b (foreman): Operating system API should return allowed ptable, arch and media for this os
Ohad Levy
08:55 AM Revision 7ee08e59 (foreman): Fixes #407 - Unable to trigger puppet runs
Ohad Levy
08:43 AM Revision 841224bf (foreman): Environment JSON API should return the environment ID as well
Ohad Levy
08:43 AM Revision 66d71c0b (foreman): Added JSON API Support to the HostGroups controller
Ohad Levy
08:43 AM Revision 3557c3c2 (foreman): Added JSON API Support to the Media controller
Ohad Levy
08:43 AM Revision a7263b3d (foreman): Added JSON API Support to the Partition Table controller
Ohad Levy
08:43 AM Revision ff5ad780 (foreman): Added JSON API Support to the OS controller
Ohad Levy
08:43 AM Revision c90663ad (foreman): Added RestAPI support to create, destory and enable build of hosts
Ohad Levy
08:42 AM Revision 2b4e3e7d (foreman): added JSON API Support to the Domains Controller
Ohad Levy
07:57 AM Revision 64e8d608 (foreman): added JSON API Support to Architectures controller
Ohad Levy

10/14/2010

05:02 PM Smart Proxy Revision a6ebd6a1: Added DNS management
Ohad Levy
10:43 AM Smart Proxy Revision e09de9d9: first commit
Ohad Levy

10/10/2010

01:09 PM Revision 27210309 (foreman): Added a basic notice facility to foreman
Notice.create :message => "text", :level => level, :global => boolean
if global is true then any user can cancel that...
Paul Kelly

10/08/2010

08:54 PM Revision 6ef9a054 (foreman): fixes #369 - broken links on email reports
Ohad Levy

10/06/2010

01:24 PM Revision 3aa6ea3f (foreman): fixes #325 - Retrieve a list of all puppet classes using the REST API
Ohad Levy

10/05/2010

10:01 AM Revision 8e9b8d69 (foreman): Fixes #399 - add Red Hat Network registration snippet
Ohad Levy

10/04/2010

09:34 PM Revision 61dc8cee (foreman): fixes bug #398 - issue with adding hosts with full stops
This introduce a small behaviour change, before, once adding host like:
x.domain.net, foreman would automatically add...
Matt Moran
01:14 PM Revision bf37a972 (foreman): Some of the controller filters were running twice,
this way is the preferred way to ensure that they running only once where appropriate. Ohad Levy
11:42 AM Revision 4db578f3 (foreman): minor cache optimizations and use routing helper
Ohad Levy
11:37 AM Revision f9083d2b (foreman): fixes #397 - add basic authentication support for JSON requests
Ohad Levy

10/03/2010

04:52 PM Revision 0c96d0bf (foreman): fixes #396 - Retrieve a list of all environments using the REST API
* added support for JSON queries for environments and their respective hosts Ohad Levy
03:08 PM Revision c5f77b98 (foreman): Fixes #395 - rake db:convert:prod2dev now accepts an optional table and record count parameter
Paul Kelly
03:07 PM Revision f5df7d44 (foreman): Fixes #390 - A user account is always associated with a session
Paul Kelly
02:33 PM Revision eb69696b (foreman): Merge branch '351' into develop
Ohad Levy
02:32 PM Revision 4e378124 (foreman): fixes #388 - added support to query inventory facts via json
Ohad Levy
02:32 PM Revision bcf69e20 (foreman): fixes #389 - unable to query external nodes
Ohad Levy
02:32 PM Revision 26abb3a5 (foreman): minor cleanups - refs #358
Ohad Levy
02:32 PM Revision 4979eb36 (foreman): Minor html layout formatting fixes
Ohad Levy
02:32 PM Revision e3996579 (foreman): fixes #313 - Edit multiple hosts returns 404
Ohad Levy
02:32 PM Revision f9afe8ea (foreman): fixed wrong reference to hosts, refs #385
Ohad Levy
02:32 PM Revision 3e882344 (foreman): - Added JSON support for fetch node lists
- Added JSON support for fetching node facts hash Ohad Levy
02:32 PM Revision 66125af6 (foreman): fixes #394 - Reports do not work - total time is no longer a report
metric in puppet 2.6
This is a quick and dirty solution until we'll refactor the reporting
db layout in #349
Ohad Levy
02:32 PM Revision aa6430ed (foreman): Fixes #351 - puppet rdocs need a link to the class browser for that environment
Paul Kelly
02:30 PM Revision e6d2b235 (foreman): updating RPM SPEC file to build 0.1.6RC1
Ohad Levy
02:30 PM Revision 7a989ce5 (foreman): fixes #330 - Import hosts_and_facts rakejob resets environments to production
Ohad Levy
02:30 PM Revision 7b87ce26 (foreman): Fixes #358 - reference hosts by HOSTNAME instead of internal ID
* removed rrd related links as RRD is deprecated
* added a common host finder method
* changed urls to include the ho...
Ohad Levy
02:30 PM Revision dfd058dc (foreman): fixes #384 - out of sync might not show all real machines which are out of sync
Ohad Levy
02:30 PM Revision 41ca560a (foreman): Fixes #367 - Parameter validates_format_of is too restrictive
Paul Kelly
01:43 PM Revision 45dad022 (foreman): fixes #394 - Reports do not work - total time is no longer a report
metric in puppet 2.6
This is a quick and dirty solution until we'll refactor the reporting
db layout in #349
Ohad Levy
01:26 PM Revision 8506f9f9 (foreman): fixed wrong reference to hosts, refs #358
Ohad Levy
01:26 PM Revision 3c7750e1 (foreman): - Added JSON support for fetch node lists
- Added JSON support for fetching node facts hash Ohad Levy
01:23 PM Revision 2195e30c (foreman): fixes #313 - Edit multiple hosts returns 404
Ohad Levy
 

Also available in: Atom