Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  foreman
  generators
  net
  proxy_api
  tasks
core_extensions.rb 5.71 KB
foreman.rb 851 Bytes
net.rb 854 Bytes
proxy_api.rb 72 Bytes
seed_helper.rb 6.33 KB
timed_cached_store.rb 1.19 KB
ws_proxy.rb 2.35 KB

Latest revisions

# Date Author Comment
dad02244 03/05/2020 01:02 PM Adam Ruzicka

Refs #29258 - Lazy initialize dynflow during rake tasks

which need executor

44e19b35 02/28/2020 01:14 PM Michael Moll

Fixes #19792 - Fix Layout/SpaceInsideBlockBraces cop

7ec4d3b4 02/17/2020 08:57 AM Marek Hulán

Fixes #29008 - consider locked templates valid in seed

When a template is already persisted, it's considered invalid when
changed, if it's locked, however seeding should update default template.
When we call save, we ignore locking, but we also need to ignore it when...

5d828bc6 01/29/2020 12:29 PM Kamil Szubrycht

fixes #28078 - introduce Rails Instrumentation

ea7b522a 01/29/2020 12:29 PM Timo Goebel

fixes #28078 - add event subscribers api

57843155 01/16/2020 07:35 AM Marek Hulán

Fixes #28770 - add more formatting macros

cb2cb36a 01/08/2020 10:24 AM Michael Moll

Fixes #28561 - Configure and fix Layout/AlignArguments cop

81e506ec 01/02/2020 09:32 PM Michael Moll

Fixes #28619 - remove strip_heredoc

5fb56030 01/02/2020 01:44 PM Tomer Brisker

Fixes #23234 - Simplify parent scope lookup

Knowing the id format allows us to know which field we should search by,
no need to try both id and friendly_id and use conditional order to
pick the friendly id first.

bcfbba25 01/01/2020 05:04 PM Tomer Brisker

Fixes #28565 - Avoid association_scope method

ActiveRecord::Associations#association_scope has been changed to private
method in Rails 6. We replace it by explicitly creating the
AssociationScope we need.
Additionally, refactored EnsureNotUsedBy callback to be more efficient...

View revisions

Also available in: Atom