Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
bmc.rb 4.25 KB
dhcp.rb 3.21 KB
dns.rb 870 Bytes
features.rb 282 Bytes
logs.rb 302 Bytes
proxy_exception.rb 292 Bytes
puppet.rb 1.22 KB
puppetca.rb 1.36 KB
realm.rb 654 Bytes
resource.rb 4.05 KB
template.rb 682 Bytes
tftp.rb 2.01 KB
version.rb 306 Bytes

Latest revisions

# Date Author Comment
9d43fc71 06/14/2018 12:05 PM Michael Moll

Fixes #19789 - fix Layout/SpaceAroundOperators cop

3cd8c84b 04/11/2018 07:21 AM Michael Moll

Fixes #19787 - Fix Layout/SpaceAfterComma cop

e5e15232 04/06/2018 04:35 PM Lukas Zapletal

Fixes #23115 - session is used instead session_safe

b03dcd1b 04/05/2018 11:56 AM Michael Moll

Fixes #23081 - Fix Style/SafeNavigation cop

5f5b13a9 04/02/2018 08:54 AM Michael Moll

Fixes #19895 - Fix Style/RedundantReturn cop

f020721d 02/23/2018 12:38 PM Lukas Zapletal

Fixes #18675 - telemetry foreman API

f35f4a5f 01/15/2018 04:28 PM Michael Moll

Fixes #19871 - Fix Style/MethodDefParentheses cop

b04c8304 01/15/2018 04:28 PM Michael Moll

Fixes #19879 - Fix Style/NestedParenthesizedCalls cop

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

cabe2c2e 06/01/2017 07:45 AM Ohad Levy

Fixes #19700 - update rubocop rules

The following changes have been made:

- Performance/RedundantMerge:
changes lines such as:
```not_found_message.merge! :message => options```
to:
```not_found_message[:message] = options```

- converts str.match() to str =~ ()...

View revisions

Also available in: Atom