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

tests(bots): add negative tests for bots #10421

Merged
merged 5 commits into from
Aug 31, 2023

Conversation

nickvergessen
Copy link
Member

@nickvergessen nickvergessen commented Aug 30, 2023

☑️ Resolves

🚧 Tasks

  • Installing a bot
  • Setting up a bot
  • Reacting and replying to wrong conversations and messages

🏁 Checklist

@nickvergessen nickvergessen added 2. developing enhancement feature: api 🛠️ OCS API for conversations, chats and participants feature: bots 🤖 /commands in chat messages labels Aug 30, 2023
@nickvergessen nickvergessen added this to the 💙 Next Major (28) milestone Aug 30, 2023
@nickvergessen nickvergessen self-assigned this Aug 30, 2023
@nickvergessen nickvergessen force-pushed the bugfix/10204/add-negative-tests-for-bots branch from 9f42c49 to bf70a4e Compare August 30, 2023 12:36
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
@nickvergessen nickvergessen force-pushed the bugfix/10204/add-negative-tests-for-bots branch from bf70a4e to 5959f20 Compare August 30, 2023 14:08
@nickvergessen
Copy link
Member Author

/backport to stable27

Signed-off-by: Joas Schilling <coding@schilljs.com>
@nickvergessen nickvergessen force-pushed the bugfix/10204/add-negative-tests-for-bots branch from 4737c08 to 8dc7afe Compare August 31, 2023 07:03
@nickvergessen nickvergessen merged commit ed0fb56 into master Aug 31, 2023
39 of 43 checks passed
@nickvergessen nickvergessen deleted the bugfix/10204/add-negative-tests-for-bots branch August 31, 2023 07:06
@backportbot-nextcloud
Copy link

The backport to stable27 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable27
git pull origin stable27

# Create the new backport branch
git checkout -b fix/foo-stable27

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts. Resolve them.
git cherry-pick abc123

# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable27

More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review enhancement feature: api 🛠️ OCS API for conversations, chats and participants feature: bots 🤖 /commands in chat messages
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing negative integration tests for bots
2 participants