Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  foreman
  generators
  middleware
  net
  proxy_api
  tasks
core_extensions.rb 4.83 KB
foreman.rb 605 Bytes
net.rb 860 Bytes
proxy_api.rb 72 Bytes
seed_helper.rb 2.43 KB
timed_cached_store.rb 1.17 KB
ws_proxy.rb 2.38 KB

Latest revisions

# Date Author Comment
ff1e9ffc 09/18/2017 10:50 AM Dominic Cleal

Fixes #20950 - Use 'distinct' in AR finders

fb31c426 09/18/2017 09:45 AM Dominic Cleal

Fixes #20956 - Don't pass class constants to AR conditions

642d111c 09/14/2017 06:48 AM Tomer Brisker

Fixes #20920 - Prevent boot issue with Rake.application

afe87279 09/14/2017 04:06 AM Marek Hulán

Refs #16740 - migration templates to use param macros

eda35acd 09/05/2017 11:33 AM Shimon Shtein

Fixes #13599 - Wrapped exception truncate moved to client

Removed message truncation from server side, and moved it to client
side - the message is truncated with ellipsis. On mouse over full
message is presented as popover.

This commit required a small change to `data-ajax-url` handler in client...

78ae4884 09/04/2017 07:34 AM Marek Hulán

Fixes #20737 - add default description to roles

a9396403 08/25/2017 07:05 AM Partha Aji

fixes #20699 - Rake task to selectively backup tables

This commit adds an optional param "tables" to db:dump task
One can use to this selectively dump data from desired tables.
Its main purpose is to curate debug data from customers for analysis.
For example one can run...

07a748a8 08/10/2017 12:10 PM Daniel Lobato Garcia

Fixes #20543 - implement asset_path for plugin_assets

Sprockets runs on its own context in the task plugin_assets.rake since
#20287. This means that the asset paths are not visible to it
immediately, the way we provide that functionality is by overriding a...

01b7dbb5 07/31/2017 10:14 AM Dominik Hlavac Duran

Fixes #17811 - Improve error message LDAP fail

972adab0 07/31/2017 06:55 AM Dominic Cleal

fixes #10982 - configure RestClient log to 'proxy' logger

Request/response information is sent to the proxy logger, showing the
URLs called, headers, request body etc.

The X-Request-ID header is now also set in the proxy requests to a
random ID stored in the session, to prevent the user's real session ID...

View revisions

Also available in: Atom