Add new advanced configuration section to setting#index.
Move secrets related with 'rollbar and http auth' to new section 'Advanced Configuration'
Rails.application.secrets.rollbar_server_token
Rails.application.secrets.http_basic_auth
Rails.application.secrets.http_basic_username
Rails.application.secrets.http_basic_password
Backwards compatibility
Visual Changes
New index section:
Advanced configuration section:
Notes
The backward compatibility consists of trying to recover always the value of Settings, but in case it is empty we try to recover the value of the Secrets.
This PR starts #37 . ❗️ That PR has been rebased, when #37 will be merged, create new branch from last commit and update with all new commits from this PR (Advanced Configuration Section) with cherry picks to minimize conflicts and problems with rebases.
References
Related Issues: #18 #19 #20
Objectives
Visual Changes
New index section:
Advanced configuration section:
Notes
The backward compatibility consists of trying to recover always the value of Settings, but in case it is empty we try to recover the value of the Secrets. This PR starts #37 . ❗️ That PR has been rebased, when #37 will be merged, create new branch from last commit and update with all new commits from this PR (Advanced Configuration Section) with cherry picks to minimize conflicts and problems with rebases.