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 fake github client #113

Merged
merged 2 commits into from
Mar 1, 2024
Merged

Conversation

michal-gubricky
Copy link
Contributor

What this PR does / why we need it:
Based on the discussion in #100 (comment). This PR implements the fake GitHub client, when local_mode is enabled.

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #103

TODOs:

  • squash commits
  • include documentation
  • add unit tests

@michal-gubricky michal-gubricky marked this pull request as ready for review February 28, 2024 15:11
Copy link
Member

@janiskemper janiskemper left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Go code looks good to me. I don't wanna review the config folder though ;)

@michal-gubricky michal-gubricky force-pushed the feat/add-fake-github-client branch from dc332ea to 53d697c Compare February 28, 2024 15:25
@cluster-stack-bot cluster-stack-bot bot added the size/M Denotes a PR that changes 50-200 lines, ignoring generated files. label Feb 28, 2024
@michal-gubricky michal-gubricky force-pushed the feat/add-fake-github-client branch from 6938b39 to ea17153 Compare February 29, 2024 14:21
Copy link
Contributor

@kranurag7 kranurag7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I rebased this branch against main and tested it again locally.
LGTM.

Thank you @michal-gubricky

Signed-off-by: michal.gubricky <michal.gubricky@dnation.cloud>
Signed-off-by: michal.gubricky <michal.gubricky@dnation.cloud>
@michal-gubricky michal-gubricky force-pushed the feat/add-fake-github-client branch from ea17153 to 4f6eb60 Compare March 1, 2024 11:48
@michal-gubricky michal-gubricky merged commit 555b91b into main Mar 1, 2024
6 checks passed
@michal-gubricky michal-gubricky deleted the feat/add-fake-github-client branch March 1, 2024 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/M Denotes a PR that changes 50-200 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement the fake GitHub client, when local_mode is enabled
4 participants