Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
acfbc458 03/03/2014 02:26 PM Marek Hulán

fixes #812 - new permissions model, user group role and nest support, role filters for better granularity

Contributions from:
8285778b 02/18/2014 12:23 PM Joseph Magen

fixes #4333 - added multi-select-rails gem

de0804f0 01/22/2014 04:50 PM Dmitri Dolguikh

fixes #3931: rbvmomi gem has been pinned to ~> 1.6.0

43c50b46 01/16/2014 11:58 AM David Davis

fixes #3992 - Removing unused coffeescript gem

cd74efcb 01/07/2014 10:45 AM Sam Kottler

Fixes #3945: pin fog to 1.19.x to fix VMware provisioning bug

d31eea8c 12/29/2013 11:22 AM Amos Benari

fixes #3811 - merge with new layout

bf4a13d3 12/29/2013 11:22 AM Walden Raines

Fixes #3811 updating to bootstrap 3

7d7cb380 12/16/2013 10:31 AM Dominic Cleal

fixes #3882 - Revert "fixes #3855 - pin ruby-libvirt to 0.4 for Ruby 1.8 workaround"

This reverts commit c6d5131967fdb5ada9956fb9e83079db10ab1c29.

50904767 12/16/2013 10:30 AM Sam Kottler

Fixes #3881: pin locale to 2.0.9 or lower

63b3ed2d 12/12/2013 10:44 AM Lukas Zapletal

fixes #3539 - removed legacy mysql adapter

c6d51319 12/11/2013 04:25 PM Dominic Cleal

fixes #3855 - pin ruby-libvirt to 0.4 for Ruby 1.8 workaround

4cc18563 11/23/2013 07:21 PM Dominic Cleal

fixes #3717 - pin fog to 1.18.x

c3bd7d01 11/13/2013 11:18 AM Sam Kottler

fixes #3626 - add unf to the bundler configuration for proper encoding for fog

390e2281 11/06/2013 06:17 PM David Davis

fixes #3597 - removing rr gem, make tests consistent by using just mocha

d929ad8a 11/04/2013 10:36 AM Dolf Schimmel (Freeaqingme)

fixes #3568 - adding Facter gem to bundler config

d31ea09f 10/22/2013 10:11 AM Lukas Zapletal

fixes #3138 - move CR library loading into initializers, only show available providers

c05c7f3e 10/18/2013 08:24 PM Dominic Cleal

fixes #3369 - pin rubyzip to < 1.0.0 for Ruby 1.8

3035495f 10/18/2013 02:03 PM Greg Sutcliffe

Fixes #3293 add FactoryGirl to tests

a503cfce 09/30/2013 09:03 AM Lukas Zapletal

fixes #3167 - downgrade gettext_i18n_rails for gettext / 1.8 compat

2c5530ec 09/11/2013 09:24 AM Joseph Magen

fixes #2272 continuation - NameError: undefined local variable or method postgresql_version for ConnectionAdapters::SQLite3Adapter

4e057da2 09/10/2013 10:02 PM Joseph Magen

fixes #2400 migration to remove orphaned records and add foreign keys constraints to database tables

d5a28dec 09/09/2013 06:03 PM Lukas Zapletal

fixes #2942 - plugin i18n support

This is first phase of plugins i18n support. More to come later:

  • Extraction from model classes
  • JavaScript extraction and support
d1fa5fa3 09/08/2013 02:11 PM Romain Vrignaud

fixes #1719 - Add support for GCE

bdaf8880 09/01/2013 06:51 PM Dominic Cleal

fixes #3005 - restrict gettext to Ruby 1.8 compatible version

c5aa8c85 08/19/2013 01:23 PM Sam Kottler

Fixes #2540: bump fog version to 1.15.0

36a6345d 07/24/2013 04:35 PM Jason Montleon

fixes #2809 - send host subject as xpi opt to prevent ssl connect errors

c36baf86 06/25/2013 08:23 AM Dominic Cleal

fixes #2701 - require correct minitest file

(cherry picked from commit f604723465b0effc63ee8d1b8b5622f01508ec16)

9e3f1dff 06/17/2013 11:53 AM Dominic Cleal

refs #2650 - fix minitest version

95234b21 06/17/2013 11:20 AM Lukas Zapletal

fixes #2650 - adding minitest dependency for console

a8d06d2d 06/13/2013 07:40 AM Greg Sutcliffe

Fixes #2657 - Use twitter-bootstrap-rails version 2.2.6

15e1a62b 06/11/2013 10:12 AM Dmitri Dolguikh

fixes #2596 - bumping up gettext-i18n-rails gem version to 0.10.0

0e5696d3 05/22/2013 08:15 AM Amos Benari

fixes #2316 Adding a disk to an existing RHEV 3.1 VM via Foreman results in an error

6f96a1b9 05/19/2013 05:00 PM Dominic Cleal

RPM packaging fixes

  • fix therubyracer require name
  • when Foreman launched twice within same PID, ENV['BUNDLE_GEMFILE'] is already
    set, causing bundler to load instead of bundler_ext
  • revert SCL additions to init.d script, spec file handles them
  • fix init script path...
8d3e45e0 05/09/2013 05:48 AM Dominic Cleal

gettext_i18n_rails_js shouldn't be required in prod setups to run rake tasks

3dfb6e4c 05/09/2013 05:07 AM Dominic Cleal

fixes #2420 - extract strings for i18n from JavaScript, various i18n fixes

0d88c277 05/07/2013 03:07 AM Lukas Zapletal

removing ruby-debug from development group

0fe147c7 04/30/2013 11:31 AM Joseph Magen

fixes #2378 - added Minitest and other code cleanups

5d280ebe 04/30/2013 02:31 AM Amos Benari

fixes #2441

c48f1e06 04/24/2013 09:13 AM Dominic Cleal

fixes #2427 - use RUBY_VERSION for pre-Bundler 1.3 compatibility

7735a19a 04/24/2013 05:33 AM Dominic Cleal

fixes #2367 - Ruby 2.0 support

  • require bundler 1.3, preventing ruby-debug19 getting installed on Ruby 2
  • update 1.9 gems to install on 2.0 too
  • don't use empty arrays in Hash constructor, causes ArgumentError
74e0b0e3 04/24/2013 05:07 AM Lukas Zapletal

Feature #2368 - form helpers, exceptions and fixes

4e7ea9b8 04/22/2013 07:50 AM Marek Hulán

fixes #2417 - SSO abstractioning

Apache and Signo SSO reworked to a new general SSO concept.

You can use SSO service that comes with Katello for loggin in. It's
based on OpenID protocol with slightly customized provider.

b28e1ab9 04/11/2013 03:55 AM Dominic Cleal

fixes #2327 - add simplecov code coverage reports

870e7fcc 04/10/2013 11:29 AM Amos Benari

flot charts

Use flot charts instead of highcharts.
flot charts license is more friendly.

This version of the code is feature compatible with the old charts,
including:
pie: drill-down and expend.
stacked charts: zoom, hide series in legend.
all types has tooltips....

44b83201 04/10/2013 05:21 AM Dominic Cleal

fixes #2385 - use Capybara 2.0.x for Ruby 1.8 compatibility

e1fcb38e 04/02/2013 02:55 PM Joseph Magen

fixes #2365 added quiet assets gem

f008ad71 04/02/2013 02:50 PM Amos Benari

moved spice console to spice-html5-rails gem

80422362 04/02/2013 09:50 AM Joseph Magen

fixes #2366 removes duplicate gems in bundler/test.rb

feacea35 04/02/2013 08:30 AM Amos Benari

upgrade foreman to rails 3.2.13

This commit updates from rails 3.0.x to 3.2.x, main changes include:

  • Asset pipline support
  • cleanup of existing assets (javascript, css, images)

Users who uses foreman in production, make sure that you now compile
your assets, e.g...

44463600 03/11/2013 08:32 AM Joseph Magen

fixes #2272 setup capybara and spork and modified test_helper for future integration testing

91de7d43 03/10/2013 10:17 AM Ohad Levy

switch to latest released fog

69be1641 03/03/2013 12:52 PM Bryan Kearney

fixes #2269 - Add gettext framework to foreman.

This patch adds a gettext based localization framework to the Foreman. This is done by adding the fast_gettext and gettext_i18n_rails gems along with their depdencies. An example translation is done to the login page and the users controller....

c2096fe0 02/25/2013 03:34 PM Amos Benari

fixes #2224 Selecting a RHEV 3.1 template does not work properly

1bf5debd 02/25/2013 03:34 PM Amos Benari

fixes #2163 New host installation fails with RHEV 3.1

5ebe0a14 02/21/2013 08:42 AM Ohad Levy

fixes broken build

one extra / unused test was added by mistake

57526a20 02/21/2013 08:25 AM Joseph Magen

fixes #1988 - CRUD Actions for nested parameters for host, domain, hostgroup, os

e.g.

GET /api/domains/6/parameters
POST /api/hosts/6/parameters
PUT /api/hostgroups/6/parameters/100
DELETE /api/operatingsystems/6/parameters/100

03dba7c2 02/21/2013 04:51 AM Lukas Zapletal

bundler_ext require statements

6ce2ab70 02/06/2013 05:00 AM Ivan Necas

Using Apipie versioning features and Maruku for markdown

Apipie switched from Redcarpet to Maruku to avoid crashes of the C
Extension. No further need of compiling anything to get markdown support.

b24615a5 01/29/2013 03:58 AM Ohad Levy

update to rails 3.0.20 to address CVE-2013-0333

410fbc28 01/21/2013 02:53 AM Ohad Levy

updated fog version, as a few vmware related bugs where fixed

6724e2ff 01/03/2013 09:00 AM Dominic Cleal

Revert bundler changes in 73f23bf4c643637c805e4911648aea16f8a73c55

73f23bf4 01/02/2013 08:13 AM Amos Benari

bootstrap2.2.2

56863445 12/24/2012 03:58 AM Dominic Cleal

fixes #2063 - pin minitest to 3.5+ and mocha 0.12.x

Mocha 0.13.x and minitest 4.x will require Rails 3.2.

84173189 12/24/2012 03:44 AM Amos Benari

commented rack-mini-profiler as it slows some development machines too much. When needed it can be uncommented.

71291a46 12/20/2012 04:18 AM Dmitri Dolguikh

fixes #1834 to get foreman running under ruby 1.9.3

c02c4b13 12/02/2012 03:28 AM Ohad Levy

fog 1.8 has been released - updating gem file

2b8cdec1 11/22/2012 03:58 AM Oved Ourfali

fixes #1961 Adding JSONP support

When using cross-domain requests, it is impossible to read the response
data, and process it.
Using JSONP allows a client, from a specific domain (for example
/domain1), to query data in another doamin (/domain2), and analyze it,...

3f482b82 11/19/2012 02:25 AM Ohad Levy

fixes #1957 - remove old libvirt hypervisors code

Since foreman 1.0 libvirt hypervisors are now part of compute resources
this patch removes the old code and migrate any existing hypervisors to
be libvirt based compute resources.

1c9af75a 11/15/2012 05:21 AM Ohad Levy

fixes #1589 provisioning vmware support

057d4974 11/14/2012 05:23 AM Amos Benari

if the ovirt host uses spice now you can connect

e7d45e62 11/13/2012 10:53 AM Sam Kottler

Pin mocha to versions below 0.13.0

4dd2e7ee 10/17/2012 03:30 AM Sam Kottler

Pinned redcarpet to 2.1.0 or below so native extensions build

31c95ad0 09/19/2012 03:01 PM Sam Kottler

Fixes #1867 - Move ci_reporter into the test group

d9a2ebac 07/26/2012 07:58 AM Ohad Levy

[SQL optimizations] - many small optimizations

This is one of a few patches aim to improve Foreman performance
  • Bookmarks have only users, not usergroups
  • added caching to the settings table
  • removed notice message lookups (we are not really using those)...
981a9508 07/24/2012 04:12 AM Martin Bacovsky

api v1 - restapi renamed to apipie

86fb12c1 07/24/2012 04:12 AM Ohad Levy

cleanup after merge conflict with latest develop branch

a0885160 07/18/2012 02:41 AM Corey Osman

Bug #1762 - bundler test.rb should require specific version of shoulda

bbedd111 07/18/2012 02:41 AM Corey Osman

Bug #1763 - new version of mocha breaks testing

7ccdebb3 06/27/2012 04:21 AM Ohad Levy

update to latest released version of fog

3610d885 06/24/2012 08:10 AM Romain Vrignaud

fixes #1702 Use https instead of git for fog gem checkout

9008500b 06/20/2012 10:49 AM Ohad Levy

make bundler a bit more packaging friendly.