Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move error handling to the proper method #1235

Merged
merged 8 commits into from
Nov 7, 2024

Commits on Oct 3, 2024

  1. Move error handling to the proper method

    The method that gets the activations from SCC by making a request,
    should be responsible to handle if the request failed
    
    Use Rails.logger instead of carrying logger all over the methods
    jesusbv committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    d00aa5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78ab205 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    8be136b View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Use system object

    Instead of passing system attributes, send system itself
    and use its attributes inside
    jesusbv committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    6a47425 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed98758 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    9a33df8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e50c470 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09e876b View commit details
    Browse the repository at this point in the history