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

feat(auth): Creation & Authentication of app #4

Closed
wants to merge 8 commits into from
Closed

Commits on Oct 17, 2023

  1. feat(auth): Creation & Authentication of app

    Creation of the action
    Setup the authentication for the app
    TODO: write tests for this for future
    TODO: Setup build & release workflows
    
    Signed-off-by: Jason Field <jason@avon-lea.co.uk>
    xorima committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    172a059 View commit details
    Browse the repository at this point in the history
  2. ci: Cleanup CI files that came with template

    Signed-off-by: Jason Field <jason@avon-lea.co.uk>
    xorima committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    b4ca457 View commit details
    Browse the repository at this point in the history
  3. style(linter): resolve failing linters

    Signed-off-by: Jason Field <jason@avon-lea.co.uk>
    xorima committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    7bdaadf View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. ci(gitleaks): enable gitleaks to run again

    Signed-off-by: Jason Field <jason@avon-lea.co.uk>
    xorima committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    47044ff View commit details
    Browse the repository at this point in the history
  2. feat(tests): Add tests with full coverage

    In order to maintain this going forward we need solid tests which
    this provides
    
    Signed-off-by: Jason Field <jason@avon-lea.co.uk>
    xorima committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    7bbbb89 View commit details
    Browse the repository at this point in the history
  3. feat(dev): Add Pre-commit hooks & Readme

    Signed-off-by: Jason Field <jason@avon-lea.co.uk>
    xorima committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    67e8ca4 View commit details
    Browse the repository at this point in the history
  4. feat(gitleaks): Setup as standalone check

    GitLeaks should be a standalone check as the one in the larger linter
    does not seem to work correctly with config files
    
    Signed-off-by: Jason Field <jason@avon-lea.co.uk>
    xorima committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    88009d3 View commit details
    Browse the repository at this point in the history
  5. feat(package): Update package name and group

    Signed-off-by: Jason Field <jason@avon-lea.co.uk>
    xorima committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    b7bb2de View commit details
    Browse the repository at this point in the history