-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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 __repr__ to Token - Related to Issue #7250, PR #7839 #9543
Conversation
Hi @ErickGiffoni Thank you for looking into this 🚀 |
Ok, no problem ! Would it be ok if I just change this PR's base branch to "main", since I've merged both branches ? |
@ErickGiffoni Sure, as long as your changes/ commits become visible for review. |
@ancalita done. Thanks for reviewing this ! I'll be awaiting for further feedback. |
Thanks for your contribution, @ErickGiffoni. |
Yeah, sure, as you wish ! I’ll do it as soon as possible, thanks. |
@aeshky Done! I did what you asked me to do. First the change log file. But when changing the target branch, lots of new files were changed. Is it ok or should I do differently ? |
Thanks for making the changes @ErickGiffoni. I should have been clearer: can you rebase your branch on |
Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.6.0 to 0.9.1. - [Release notes](https://github.com/styfle/cancel-workflow-action/releases) - [Commits](styfle/cancel-workflow-action@0.6.0...a40b884) --- updated-dependencies: - dependency-name: styfle/cancel-workflow-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Implement core graph parts and runner.
CachedComponent Co-authored-by: Tobias Wochinger <[email protected]>
* Add ability to point to a certificate in endpoints.yml (RasaHQ#9118) * Add cert file functionality to Endpoint * Apply suggestions from code review types Co-authored-by: Tobias Wochinger <[email protected]> * update changelog Co-authored-by: Tobias Wochinger <[email protected]> * Fix epoch override for TEDPolicy (RasaHQ#9182) * bump rasa-sdk dep and min compat version * fix bug add tests * add changelog * change test cases * remove test cases * prepared release of version 2.8.1 (RasaHQ#9183) * update rasa-sdk * prepared release of version 2.8.1 * update lock * Make UnexpecTEDIntentPolicy compatible with E2E data (RasaHQ#9203) * bump rasa-sdk dep and min compat version * add test and code * add changelog and refactor method * add test * more test cases * use applied_events * 2.8.x: Remove experimental feature warning for story validation and entity roles and groups (RasaHQ#9237) * I removed the experimental feature designation from the docs. * I removed the entity roles and groups experimental feature warning message from the code, and tested it using 'rasa train' on a minimal example. * I removed the unused import: rasa.shared.utils.common * Adding change log files for issues 8791 and 8024. * Rewording change logs to make it clear that the behaviour of the features remains unchanged. * prepared release of version 2.8.2 (RasaHQ#9262) * prepared release of version 2.8.2 * Updated the date of release. * install yarn dependency in cloned repository, in docs publication workflow * silence yarn warning * Fix typo in push_docs_to_branch.sh * Generated a new poetry lock file Co-authored-by: Joe Juzl <[email protected]> Co-authored-by: Tobias Wochinger <[email protected]> Co-authored-by: Daksh Varshneya <[email protected]> Co-authored-by: m-vdb <[email protected]>
* update-toml * added-changelog * poetry-lock * update-lock-file-again
Bumps [pydoc-markdown](https://github.com/NiklasRosenstein/pydoc-markdown) from 3.13.0 to 4.1.6. - [Release notes](https://github.com/NiklasRosenstein/pydoc-markdown/releases) - [Commits](NiklasRosenstein/pydoc-markdown@v3.13.0...v4.1.6) --- updated-dependencies: - dependency-name: pydoc-markdown dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [regex](https://bitbucket.org/mrabarnett/mrab-regex) from 2021.7.6 to 2021.8.28. - [Commits](https://bitbucket.org/mrabarnett/mrab-regex/commits) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [moto](https://github.com/spulec/moto) from 2.0.11 to 2.2.6. - [Release notes](https://github.com/spulec/moto/releases) - [Changelog](https://github.com/spulec/moto/blob/master/CHANGELOG.md) - [Commits](getmoto/moto@2.0.11...2.2.6) --- updated-dependencies: - dependency-name: moto dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
In light of the fact the predictions list can only contain 0 or 1 messages, we don't need a test that tests for 2 messages. Also, drop setting metadata in the Message as that is now carried over through the original UserMessage which is not parameterised
@aeshky Ok, done it ! I never solved soo many conflicts in my life ( lol ). I rebased it like this:
Then, after solving lots of conflicts, I tried to But now it is rebased, so it's like it was created from What should I do ? Should I just Found this reference on Stack Overflow, it is exactly my problem: https://stackoverflow.com/questions/8939977/git-push-rejected-after-feature-branch-rebase . |
29296b5
to
2720d89
Compare
Hey @ErickGiffoni. Sorry you had to resolve so many conflicts! Your original submission only had changes to a couple of files, but it looks like rebasing your branch on I think the easiest way to resolve this is to create a new branch from |
Hey, @aeshky, ok that sounds good for me, I'm on it. Looking forward to have my contribution accepted ! |
New PR created: #9631 Closing this one ! |
Issue #7250 was previously solved via PR #7839 but there was some trouble during the checks.
The conversation in the PR 7839 ended, so I continued the work.
Proposed changes:
Status (please check what you already did):
black
(please check Readme for instructions)