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

Implement v1 of the healthcheck and create github files for open source #1

Merged
merged 37 commits into from
Nov 2, 2023

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    51da304 View commit details
    Browse the repository at this point in the history
  2. Add cspell spelling dictionary

    kgapos committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    b4c65f5 View commit details
    Browse the repository at this point in the history
  3. Add code owners file

    kgapos committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    976fa55 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c75e64 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Update readme file

    kgapos committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    9f016c7 View commit details
    Browse the repository at this point in the history
  2. Add project logo

    kgapos committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    9f468e5 View commit details
    Browse the repository at this point in the history
  3. Implement basic healthcheck

    kgapos committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    28ab570 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7814b6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2da0201 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c6d7a09 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    07df4a9 View commit details
    Browse the repository at this point in the history
  8. Refactor CONTRIBUTING.md: Improve pull request section

    The pull request section in the CONTRIBUTING.md file has been updated to provide clearer instructions on how to submit a pull request. The new section includes step-by-step guidelines for forking the repository, creating a new branch, making changes, and opening a pull request against the main branch of the original repository. Additionally, a tip has been added to encourage users to follow git guidelines when writing commit messages.
    kgapos committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    4952501 View commit details
    Browse the repository at this point in the history
  9. Refactor build workflow and add SonarCloud analysis

    - Rename the file `gitleaks.yml` to `build.yml` for clarity.
    - Update the workflow name from "gitleaks" to "Build".
    - Modify the event triggers to include pull request events of types: opened, synchronize, reopened.
    - Add a new job named "sonarcloud" for SonarCloud analysis.
    - Configure SonarCloud steps to checkout code and perform the scan.
    kgapos committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    199fd8b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b455ea5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a522911 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b4e2e5b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    30b7d46 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ae53f7a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    29be740 View commit details
    Browse the repository at this point in the history
  16. Add QEMU dependency

    kgapos committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    2fbf516 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    311bdfe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6993e26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    365afb0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b6673f8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    057c318 View commit details
    Browse the repository at this point in the history
  6. Minor fixes

    kgapos committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    d12ebf8 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Rename CODEOWNERS file

    kgapos committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    5b79765 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3afeb36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20a7541 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5432aa7 View commit details
    Browse the repository at this point in the history
  5. Update relative pathing

    kgapos committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    3f11591 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    50759de View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    889162c View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. Security enhancements

    kgapos committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    d4b3077 View commit details
    Browse the repository at this point in the history
  2. Address sonar code smell

    kgapos committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    ea3a4ee View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    c339b58 View commit details
    Browse the repository at this point in the history
  2. Add more contact information

    kgapos committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    1b628f4 View commit details
    Browse the repository at this point in the history