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

Add support for signed commits through the Github API #492

Draft
wants to merge 42 commits into
base: master
Choose a base branch
from

Commits on Jul 9, 2024

  1. Hello from GraphQL!

    ChrisStatham authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    2caa810 View commit details
    Browse the repository at this point in the history
  2. adding commitonbranch

    ChrisStatham committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    8cf626f View commit details
    Browse the repository at this point in the history
  3. checking in progress

    ChrisStatham committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    a2c3803 View commit details
    Browse the repository at this point in the history
  4. more progress

    ChrisStatham committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    3ea2a0c View commit details
    Browse the repository at this point in the history
  5. Update commit.go

    ChrisStatham authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    80547c9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3c04b79 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. saving changes

    ChrisStatham committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    5feadf7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    177f64a View commit details
    Browse the repository at this point in the history
  3. a bit more clenaup

    ChrisStatham committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    40361af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    849afe3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    42e9877 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f130b46 View commit details
    Browse the repository at this point in the history
  7. revert HEAD

    ChrisStatham committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    9bdf4be View commit details
    Browse the repository at this point in the history
  8. run this

    ChrisStatham committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    8bf07f4 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. its working

    ChrisStatham committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    113bced View commit details
    Browse the repository at this point in the history
  2. Adding a comment

    ChrisStatham committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    f29253d View commit details
    Browse the repository at this point in the history
  3. fixing stuff

    ChrisStatham committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    bce5f57 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ddb6eca View commit details
    Browse the repository at this point in the history
  5. removing debugging lines

    ChrisStatham committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    bd94877 View commit details
    Browse the repository at this point in the history
  6. small improvement

    ChrisStatham committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    e12c7bb View commit details
    Browse the repository at this point in the history
  7. unused variable removed

    ChrisStatham committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    8cda390 View commit details
    Browse the repository at this point in the history
  8. force run

    ChrisStatham committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    bd93c5d View commit details
    Browse the repository at this point in the history
  9. wrapping with a var

    ChrisStatham committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    5aac59a View commit details
    Browse the repository at this point in the history
  10. test

    ChrisStatham committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    57016fd View commit details
    Browse the repository at this point in the history
  11. use gh api

    ChrisStatham committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    25af300 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. a small change

    ChrisStatham committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    da6ac1d View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. logging current work

    ChrisStatham committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    ea87207 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6fe0ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    083eb9f View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    96733f7 View commit details
    Browse the repository at this point in the history
  2. refactoring

    ChrisStatham committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    fce4350 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. insanity

    ChrisStatham committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    6bfe30d View commit details
    Browse the repository at this point in the history
  2. fixing more stuff

    ChrisStatham committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    787ffd4 View commit details
    Browse the repository at this point in the history
  3. fix query

    ChrisStatham committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    04028cb View commit details
    Browse the repository at this point in the history
  4. fix linter warnings

    ChrisStatham committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    891b12d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1 from ChrisStatham/APPSEC-1108

    Adding support to the GH API
    ChrisStatham authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    b4ed9a9 View commit details
    Browse the repository at this point in the history
  6. docs: updated readme

    Co-authored-by: Chris Statham <[email protected]>
    github-actions[bot] and ChrisStatham committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    d2ae4f8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3cb7edc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    abd9846 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b6ff701 View commit details
    Browse the repository at this point in the history
  10. Cleanup branch

    ChrisStatham committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    9ed677f View commit details
    Browse the repository at this point in the history
  11. docs: updated readme

    Co-authored-by: ChrisStatham <[email protected]>
    github-actions[bot] and ChrisStatham committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    3ee1097 View commit details
    Browse the repository at this point in the history