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

GitHub Runner passive scaler #4281

Merged
merged 25 commits into from
Mar 9, 2023
Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
3811c01
Added GitHub Runner Scaler to KEDA for (#1732)
Eldarrin Feb 20, 2023
9f901b3
Merge branch 'main' of https://github.com/Eldarrin/keda
Eldarrin Feb 20, 2023
6cd5756
Initial Working code for github scaler (#1732)
Eldarrin Feb 20, 2023
c293332
Merge branch 'kedacore:main' into main
Eldarrin Feb 21, 2023
1451d20
Merge branch 'kedacore:main' into main
Eldarrin Feb 22, 2023
13e03b8
Further refined scaler, needs enterprise support (#1732)
Eldarrin Feb 22, 2023
71774f6
Refined code, all tested, still needs enterprise testing (#1732)
Eldarrin Feb 23, 2023
7e55e9e
Added more coverage to scaler (#1732)
Eldarrin Feb 24, 2023
4cc694d
Draft with Unit Test Coverage, live tested (#1732)
Eldarrin Feb 27, 2023
3cbd905
Merge branch 'kedacore:main' into main
Eldarrin Feb 28, 2023
302b2dc
Added experimental GitHub Runner Scaler (#1732)
Eldarrin Feb 28, 2023
dbbd24a
Merge branch 'main' of https://github.com/Eldarrin/keda
Eldarrin Feb 28, 2023
c4e3073
Fixed semgrep issues
Eldarrin Mar 2, 2023
38b33de
Removed directly accessible PAT field from Metadata and adjusted tests
Eldarrin Mar 3, 2023
429311f
Fixed lint issue with comment
Eldarrin Mar 3, 2023
2398777
go fmt'd test class
Eldarrin Mar 3, 2023
842eb5d
Untested e2e test for github runner
Eldarrin Mar 6, 2023
9b52aca
Modified according to keda-docs, implemented e2e tests (requires test…
Eldarrin Mar 8, 2023
6749dee
Merge branch 'main' into main
Eldarrin Mar 8, 2023
f19e355
Var adjustment, included go.mod
Eldarrin Mar 8, 2023
0dfa482
Added newline to .env
Eldarrin Mar 8, 2023
8bf4aab
Added go-github to vendor dir
Eldarrin Mar 8, 2023
38af5ef
Added vendor crypto openpgp
Eldarrin Mar 8, 2023
a4ffcbc
Added cast 5 crypto
Eldarrin Mar 8, 2023
d9afb74
Added scaler index test, fixed inline duplication for owner
Eldarrin Mar 9, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Here is an overview of all **stable** additions:
Here is an overview of all new **experimental** features:

- **General**: TODO ([#TODO](https://github.com/kedacore/keda/issues/TODO))
- **GitHub Scaler**: Introduced new GitHub Scaler (#1732)
Eldarrin marked this conversation as resolved.
Show resolved Hide resolved

### Improvements

Expand Down
Loading