Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
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....

5e813fae 08/08/2016 06:08 AM elad

Fixes #15924 - Implement server groups and scheduler hints

03510341 08/08/2016 03:16 AM Lukas Zapletal

Fixes #13768 - random and MAC-based name generator

4202625d 08/04/2016 10:39 AM Ohad Levy

fixes #15919 - statistics page is loaded via AJAX

Also:
- refactor how statistics data is being called, now it should be trivial
to add additional charts or consume other data from it. It should make
it much easier to reuse statistics charts in other places...

a152c24d 08/04/2016 05:28 AM Dominic Cleal

fixes #15975 - replace instance variable ref in subnet partial

a9fe14bf 07/27/2016 05:41 AM Dominic Cleal

fixes #15847 - change mailer helpers from paths to URLs

Use of path helpers in mailers (with Roadie to rewrite to URLs) is
deprecated in Rails 4 and removed in Rails 5, so prefer URL helpers. To
replace URL rewriting and reduce duplication, default_url_options is now...

0b684955 07/27/2016 05:20 AM Vincent Lequertier

Fixes #15771 - add :token to the values returned by the API

c1903e2b 07/20/2016 05:56 AM Tomer Brisker

Fixes #15718 - Correctly display hash parameters

Lookup values should dispaly the value before type cast for hash type
keys. Rails 4.2.6 introduced a change to the form helpers that only used
the value before type cast for user-provided input, so we need to...

fef6cff7 07/19/2016 10:42 AM Tomer Brisker

Refs #12193 - Remove remaining cached counters

c773c0ef 07/19/2016 10:42 AM Tomer Brisker

Fixes #12193 - Stop using counter_cache for host[group] counts

This is aimed to prevent deadlocks caused by Rails' implementation of
counter_cache that is hit when multiple hosts are created or updated at
the same time. An added benefit is that the counters will now display...

View revisions

Also available in: Atom