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 archived support through telepath #1206

Merged
merged 4 commits into from
Apr 17, 2019
Merged

Conversation

vEpiphyte
Copy link
Contributor

No description provided.

@vEpiphyte vEpiphyte added this to the v0.1.3 milestone Apr 17, 2019
@codecov
Copy link

codecov bot commented Apr 17, 2019

Codecov Report

Merging #1206 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1206      +/-   ##
==========================================
+ Coverage   93.51%   93.51%   +<.01%     
==========================================
  Files         124      124              
  Lines       16561    16569       +8     
==========================================
+ Hits        15487    15495       +8     
  Misses       1074     1074
Impacted Files Coverage Δ
synapse/lib/hive.py 96.61% <ø> (ø) ⬆️
synapse/lib/cell.py 92.52% <100%> (+0.16%) ⬆️

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 8518e46...8eaca82. Read the comment docs.

CHANGELOG.rst Outdated
@@ -9,7 +9,8 @@ v0.1.3 - TBD
Features and Enhancements
-------------------------

- Add new features (`#XXX <https://github.com/vertexproject/synapse/pull/XXX>`_)
- Add the ability to delete a role via HTTP API, as well as being able to mark a user as being archived. Archiving a user will also lock as user. (`#1205 <https://github.com/vertexproject/synapse/pull/1205>`_)
- Add support to archiving a user to the CellApi for use via Telepath. (`#1206 <https://github.com/vertexproject/synapse/pull/1206>`_)
Copy link
Contributor

Choose a reason for hiding this comment

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

support for archiving a user?

CHANGELOG.rst Outdated
@@ -9,7 +9,8 @@ v0.1.3 - TBD
Features and Enhancements
-------------------------

- Add new features (`#XXX <https://github.com/vertexproject/synapse/pull/XXX>`_)
- Add the ability to delete a role via HTTP API, as well as being able to mark a user as being archived. Archiving a user will also lock as user. (`#1205 <https://github.com/vertexproject/synapse/pull/1205>`_)
Copy link
Contributor

Choose a reason for hiding this comment

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

lock a user

@@ -842,6 +842,7 @@ def pack(self):
'admin': self.admin,
'email': self.info.get('email'),
'locked': self.locked,
'archived': self.info.get('archived'),
Copy link
Contributor

Choose a reason for hiding this comment

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

shit. good catch.

@vEpiphyte vEpiphyte merged commit b47201e into master Apr 17, 2019
@vEpiphyte vEpiphyte deleted the feature_telepath_userarchive branch April 17, 2019 20:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants