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

feat: add cts_login and cts_logout system events #188

Merged
merged 1 commit into from
Sep 20, 2021

Conversation

rrrrs09
Copy link
Contributor

@rrrrs09 rrrrs09 commented Sep 17, 2021

Description

Added cts_login and cts_logout system events which are sent by botx when user joins or leaves corporate server.

Checklist

  • Linters and tests have passed
  • I've written a changelog for PR change
  • I'll make a release when PR is approved

@github-actions
Copy link

github-actions bot commented Sep 17, 2021

@github-actions github-actions bot temporarily deployed to pull request September 17, 2021 07:19 Inactive
@github-actions github-actions bot temporarily deployed to pull request September 17, 2021 07:24 Inactive
@codecov-commenter
Copy link

codecov-commenter commented Sep 17, 2021

Codecov Report

Merging #188 (d28a5b2) into master (7218332) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #188   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          274       274           
  Lines         6158      6175   +17     
  Branches       231       231           
=========================================
+ Hits          6158      6175   +17     
Impacted Files Coverage Δ
...est_collector/test_decorators/test_system_event.py 100.00% <ø> (ø)
botx/bots/mixins/collecting/system_events.py 100.00% <100.00%> (ø)
botx/collecting/collectors/mixins/system_events.py 100.00% <100.00%> (ø)
botx/middlewares/ns.py 100.00% <100.00%> (ø)
botx/models/enums.py 100.00% <100.00%> (ø)
botx/models/events.py 100.00% <100.00%> (ø)
botx/models/messages/incoming_message.py 100.00% <100.00%> (ø)
botx/models/messages/message.py 100.00% <100.00%> (ø)
botx/testing/building/entites.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7218332...d28a5b2. Read the comment docs.

botx/middlewares/ns.py Outdated Show resolved Hide resolved
@github-actions github-actions bot temporarily deployed to pull request September 17, 2021 09:01 Inactive
@github-actions github-actions bot temporarily deployed to pull request September 17, 2021 09:12 Inactive
@github-actions github-actions bot temporarily deployed to pull request September 17, 2021 09:21 Inactive
@lxmnk lxmnk self-requested a review September 17, 2021 09:21
@rrrrs09 rrrrs09 merged commit bd9a99d into master Sep 20, 2021
@rrrrs09 rrrrs09 deleted the feat/cts-login-logout branch September 20, 2021 06:47
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.

4 participants