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

Mock Actor merge #747

Closed
wants to merge 3 commits into from
Closed

Mock Actor merge #747

wants to merge 3 commits into from

Conversation

lor1113
Copy link
Contributor

@lor1113 lor1113 commented Oct 27, 2024

Description

Added Mock Actor capability.

NOTE: Due to some very weird bug when opening this project in a dev container (I want to love dev containers but why are they so janky) a git diff for every single file has been generated where it is overwritten with itself. I suspect this has something to do with OS specific line endings and is entirely harmless.

NOTE 2: Due to not being able to get dapr-docs running in its own dev container despite repeated attempts (I am simply not a frontend coder so i don't know how to debug all the weird errors it was spitting out), I have not been able to actually view the new documentation within a running instance of the website. I have written it nonetheless using the same templating as the others, as well as basic markdown syntax, but it would be appreciated if someone who has a develop version of the docs website working on their machine could just give it a quick look to make sure it's not somehow broken.

Issue reference

We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: #737

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation

Signed-off-by: Lorenzo Curcio <[email protected]>
@lor1113 lor1113 requested review from a team as code owners October 27, 2024 21:39
Copy link
Member

@berndverst berndverst left a comment

Choose a reason for hiding this comment

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

Please clean up this PR before it can be reviewed. The vast majority of the files modified here should not be touched by your PR.

@lor1113
Copy link
Contributor Author

lor1113 commented Nov 1, 2024

@berndverst I attempted to fix it in this branch but it seems rather stubborn. I manually copied the changes to a new branch and therefore opened a new PR (#750). Will close this one.

@lor1113 lor1113 closed this Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE REQUEST] Mock actor objects for using testing
2 participants