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

Added yml config for Green Metrics Tool #589

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open

Added yml config for Green Metrics Tool #589

wants to merge 20 commits into from

Commits on May 15, 2024

  1. Added yml config for Green Metrics Tool and

    associated test.
    jcamilleri-scottlogic authored and mrchrisadams committed May 15, 2024
    Configuration menu
    Copy the full SHA
    6390544 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71f0f5e View commit details
    Browse the repository at this point in the history
  3. Update usage scenario to get the yaml file parsing

    We still have a build issue to resolve
    mrchrisadams committed May 15, 2024
    Configuration menu
    Copy the full SHA
    f437109 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    40647df View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    975ee19 View commit details
    Browse the repository at this point in the history
  6. Remove env vars in test (we no longer need them)

    By defining them in environ.Env, we don't need to
    have the defaults set in the env file
    mrchrisadams committed May 15, 2024
    Configuration menu
    Copy the full SHA
    5ac3b37 View commit details
    Browse the repository at this point in the history
  7. Default to passing in mysql connection strings

    I hope this fixes the failing test
    mrchrisadams committed May 15, 2024
    Configuration menu
    Copy the full SHA
    863a9d0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    682b0e4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    98865d2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4899c94 View commit details
    Browse the repository at this point in the history
  11. Fix dockerfile typos

    mrchrisadams committed May 15, 2024
    Configuration menu
    Copy the full SHA
    9feac41 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d713092 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    4ddbc36 View commit details
    Browse the repository at this point in the history
  2. Copy node test files from correct place, and tidy greedy mocha test

    Using '**/*.spec.js' on the file root raises
    errors as Mocha tries to read procfs and so on
    mrchrisadams committed May 16, 2024
    Configuration menu
    Copy the full SHA
    9a06c88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    699316a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6835239 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Make sure request hits HTTP, not HTTPS

    TLS is terminated by our reverse proxy server, Caddy
    mrchrisadams committed May 17, 2024
    Configuration menu
    Copy the full SHA
    3a6d845 View commit details
    Browse the repository at this point in the history
  2. Remove docker-compose-only yaml keys

    These are the equivalent of `-it` on the
    command line in docker , but not compatible with
    GMT
    mrchrisadams committed May 17, 2024
    Configuration menu
    Copy the full SHA
    cf3205e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    452628c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c7b94a8 View commit details
    Browse the repository at this point in the history