Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
704659e6 05/01/2017 05:54 AM Ben Plessinger

fixes #19419 - fix invalid syntax in aws fog extention

Fix invalid syntax in server.rb

3be4ca4c 04/25/2017 11:46 AM Shimon Shtein

Fixes #19374 - added check to fix double facet registration

006929d1 04/21/2017 05:18 AM Timo Goebel

fixes #19328 - autosign tasks have correct wording

7923c95d 04/06/2017 07:19 AM Dominic Cleal

fixes #18445 - always define eager_load_paths, use require_dep

Allows `eager_load!` to be called or enabled in any environment without
loading files under lib/ twice. Switches many `require` calls to Rails'
`require_dependency` to always use its dependency loader, so when eager...

26c7d10a 03/30/2017 07:37 AM Dominic Cleal

fixes #19087 - create host built notification from Host#built

Comparing the host's installed_at timestamp is unreliable on MySQL
databases, as the timestamp field has a limited granularity. Under Rails
5 in a sub-second test, this field will not be changed....

0e52ebb7 03/28/2017 10:15 AM Dominic Cleal

fixes #19035 - rewrite TopbarSweeper without rails-observers

Moves from the observer object into two mixins, one on the model and one
on the top-level controllers to observe creates/updates/destroys on
monitored models. Replaces rails-observers as it lacks Rails 5 support.

fd8bf7f1 03/28/2017 04:49 AM Lukas Zapletal

Fixes #15374 - move progress_report_id to Host::Base

637da2f2 03/22/2017 11:34 AM Timo Goebel

fixes #18064 - import host from compute resource

0ed2c98c 03/21/2017 03:04 PM Ivan Necas

Fixes #18949 - info message about current user

54db95ae 03/19/2017 03:34 AM Ivan Necas

Fixes #18952 - fix destroy of host without owner

The notifications failure caused the host not being deleted.
I don't think the notifications should interfere with the core
functionality of the objects.

View revisions

Also available in: Atom