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

reorganisation of constants and validation of config settings #266

Merged

Commits on Apr 22, 2024

  1. reorganisation of constants and validation of config settings

    - string constants being used have been defined in the correct modules
      - when they are used they have to be prefixed with the module, hence
        it becomes more clear to which module they belong
    - a new file tools/cvmfs_repository.py for constants used for the settings of a
      CernVM-FS repository is added
    - both the event handler and job manager verify at the start that
      required/recommended settings are defined in 'app.cfg'
    truib committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    13a9a18 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

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

Commits on Apr 28, 2024

  1. fix hound issues

    truib committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    68b6011 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    1ceab6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3b211c View commit details
    Browse the repository at this point in the history