Project

General

Profile

Download (838 Bytes) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
4550a0c1 04/11/2024 10:00 AM Maria Agaphontzev

Fixes #37252 - prevent duplicate foremanReact in plugins

a869ca41 12/06/2023 05:20 PM Quinn James

Fixes #32359 - Entitlement report generation now shows all entitlements by default.

Modified gitignore to exclude .yardoc directory.

5e7343ec 06/09/2023 07:52 AM Maria Agaphontzev

Fixes #36439 - remove storybook and update ui docs

f94b9c73 11/04/2021 11:26 PM Lukas Zapletal

Fixes #31947 - add grub2/ks validation to jenkins rake task

3664bbb0 08/31/2021 08:26 AM Lukas Zapletal

Refs #33008 - ignore db/structure.sql

120707f0 01/21/2021 05:52 PM Christian Meißner

Add .nvmrc to gitignore

As there are different node/npm versions in the wild it is common to use
virtual envs for development. To make it easy to use this with different
develompment enviroments it is a good idea to place a `.nvmrc` file in
your dev root. So a simple `nvm install` or `nvm use` do nvm magic with...

96b49804 04/27/2020 03:46 PM Oleh Fedorenko

Fixes #29434 - Add basic documentation for template macros (#7537)

e2f2365f 09/19/2019 11:59 AM Tomer Brisker

ignore .solargraph.yml

8d42172b 07/25/2019 10:26 AM Jeremy Lenz

Fixes #27429: add .vendor/ to gitignore

2b42f16e 12/30/2018 07:08 PM Gilad Lekner

Fixes #25654 - generator-react-domain for creating Components

43e53f53 06/06/2018 02:31 PM Thomas Gelf

Fixes #23830 - gitignore: add vendor/ruby

Manual "from source" installation instruction suggests to bundle install
with `--path vendor`. This should not pollute the working copy.

fixes #23830

7ab3f346 11/08/2017 03:09 PM Dan Seethaler

Fixes #21130: Use patternfly-react npm package

Update to patternfly-react and DropdownKebab implementation

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

5316000b 10/19/2017 11:45 AM Ondřej Pražák

Fixes #21180 - Enable adding 3rd party libraries from plugins

80dc430e 07/20/2017 08:56 AM Ohad Levy

fixes #4509 - VMWare: multiple scsi controllers

aae9e738 04/18/2017 08:10 AM Daniel Lobato Garcia

Fixes #17588 - Remove 1.16 deprecations

show_taxonomy_tabs helper, Settings.method helper and email.yaml support

eb0834f5 01/17/2017 06:47 AM Sebastian Gräßl

Fixes #6502 - List ignored classes and environments on import

When importing environments and classes from puppet, ignored
environments and classes defined in ignored_environments.yml
aren't aparent.

This will add them to the list to import as ignored and...

3b10c2a9 09/14/2016 03:15 AM Shlomi Zadok

Fixes #16074 - Adds BIND variable to startup process

Instead of binding to 0.0.0.0 we default to localhost
and use ENV variable BIND to override.
This also introduces '.env' files which helps to set
other ENV variables

e2a57bfe 08/10/2016 06:18 AM Tomer Brisker

Fixes #12364 - Use NPM+Webpack to handle external assets

This commit introduces NPM and Webpack to handle external assets.
It also provides ES6 support and a live reload dev server that can be
used by running `foreman start` instead of `rails start`.
Do not forget to run `npm install` before starting the server....

4b836b62 07/21/2016 03:51 AM Dominic Cleal

fixes #15751 - replace spork with spring in development

To make use of it, run bin/rails and bin/rake rather than plain
rails or rake commands, and run `spring status` or `spring stop` to
check and stop current background processes.

Test log removal has moved to the logging framework as the file would...

7c5bdba8 06/02/2016 10:18 AM Lukas Zapletal

Fixes #15092 - CSV exporter rake task

4b80f3a9 05/11/2016 03:30 AM Lukas Zapletal

Fixes #14981 - use root_object for host RABL

446737cb 03/02/2016 05:42 AM Tomer Brisker

Fixes #6994 - Remove old apipie_examples.yml

Also, remove the entire doc folder from the repo - this folder should be
generated automatically using rake apipie:static

4406f5af 02/03/2016 07:46 AM Dominic Cleal

fixes #8874 - rework POT/PO updates for gettext 3's edit.po

3.1.13 adds an intermediate .edit.po file alongside each .po, which is meant
to be kept outside of SCM and updated by users, whereupon it's merged back into
the .po on the next rake gettext:find execution....

d1dfed0c 05/29/2014 02:10 PM Dominic Cleal

fixes #5793 - add pkg:generate_source rake task to create tar.bz2

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:
99527500 02/24/2014 11:43 AM Jimmi Dyson

fixes #4015 - support oVirt using templates like images

72142f5d 12/02/2013 10:54 AM Lukas Zapletal

fixes #3769 - added foreman-rake and debug man pages

47b19af1 11/06/2013 06:21 PM David Davis

Adding more files (log, reports) to gitignore

c88efe8a 10/31/2013 07:14 PM David Davis

Tweaks to gitignore

08f6e65b 08/13/2013 10:24 AM Joseph Magen

fixes #2424 - add Encryptable module and encryption_key generation

6668049d 04/24/2013 05:07 AM Lukas Zapletal

Feature #2368 - renaming i18n domain to 'foreman.pot'

a924ba8f 04/24/2013 05:07 AM Lukas Zapletal

Feature #2368 - i18n integrating Transifex

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

fixes #2327 - add simplecov code coverage reports

20c8b238 04/10/2013 07:50 AM Greg Sutcliffe

fixes #2389 - Add basic support for plugin config to live in separate files

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

1f2c8beb 02/21/2013 08:29 AM Joseph Magen

ignore .rvmrc

adfcf8f0 01/08/2013 08:24 AM Dominic Cleal

fixes #2109 - improve session token security

- adds security:generate token rake task to create static token
- generate and cache a token on startup if static token isn't present

Thanks to Sandor Szücs <>

e886351d 01/02/2013 05:20 AM Ohad Levy

updated gitignore

d076d573 11/21/2012 08:10 AM Joseph Magen

This commit adds most of the functionality required for API v1

The overall goal was to extract the existing JSON response
overall controllers, and to move them to a seperate name space.

  • documentation was added to all requests (available under /apidoc)...
32a9ce5a 11/14/2012 06:58 AM Robert Birnie

fix #1925 single value trends pages

905b8f17 11/13/2012 10:46 AM Ohad Levy

Revert "fix #1925 single value trends pages"

This reverts commit bf89a7f3e86c08eb1cd38ae473a0edc754f8131e.

this was merged by mistake

bf89a7f3 11/13/2012 09:04 AM Robert Birnie

fix #1925 single value trends pages

6099f480 10/03/2012 11:52 AM Ohad Levy

allow to serve apidoc in production

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

make bundler a bit more packaging friendly.

0effaef0 05/25/2012 01:06 PM Ohad Levy

Merge pull request #49 from bgupta/bundler-updates

Bundler updates

7c7ddfe0 05/19/2012 01:47 PM Brian Gupta

fixes #1624 - Moved database.yml to database.yml.example

keeping the database configuration file within the repo is not needed,
therefore, we moved it to an example config file, and added the
database.yml to a to .gitignore

NOTE: this would break you installation, as you would need to:...

ad69366c 05/15/2012 02:21 PM Brian Gupta

Added bundler support for Gemfile.local.rb to support local customizations. Fixed #1623

197e2dce 03/21/2012 10:11 AM Ohad Levy

Adds VNC support within the browser

At first, this allows to view oVirt managed hosts within foreman.

e6d6111b 01/03/2012 10:37 AM Ohad Levy

refs #1367 - a better version of our gemfiles, not perfect yet.

017e1049 11/28/2011 03:44 AM Ohad Levy

WIP rails3 migration

acc66272 04/12/2011 03:50 AM Amos Benari

ignore idea (rubymine) files.

Signed-off-by: Amos Benari <>

9cb2ce08 11/18/2010 04:59 AM Ohad Levy

ignore all kind of vim swap files

8af7b349 02/18/2010 07:57 PM Juan Manuel Pérez

Added an extra line on gitignore.

24bc33ac 01/06/2010 04:14 AM Ohad Levy

ignoring swap files

0e9e43bb 12/11/2009 12:06 PM Ohad Levy

fixes #118 - Add email support

75312512 12/10/2009 02:02 AM Ohad Levy

added the files generated by AS plugin to gitignore

ab909d8e 12/01/2009 04:58 AM Ohad Levy

added tftp subdir to git ignore file, fixes #95

9a071e37 12/01/2009 04:58 AM Martin Englund

Feature #95