Skip to content

Releases: cloudpups/github-teams-user-sync

v0.8.0

28 Dec 19:21
10210be
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.8.0

v0.7.0

27 Dec 20:53
933a74a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.7.0

v0.6.1

09 Nov 02:12
42fb242
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

09 Nov 00:44
2fb9f3b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.9...v0.6.0

v0.5.9

20 Aug 21:21
f0afe1a
Compare
Choose a tag to compare
:bulb: enhance org sync result

* To clearly show when sync does not occur due to configuration

v0.5.8

20 Aug 20:49
137904b
Compare
Choose a tag to compare
Feature: check in-flight invitations (#32)

Shifting gears since the Cancel Invites API either doesn't work or I
just haven't figured it out...

This feature makes the output of sync jobs better by displaying whether
a user has an existing Invite or not. This will allow interested parties
to more accurately check on the status of their team(s).

----

Context: https://github.com/cloudpups/github-teams-user-sync/issues/3

...more detail to be added to PR.

The list invites endpoint seems to only be returning 404s during testing
of this. As such, development of this particular feature will be put on
hold until I/we can figure out what is happening with that call 😀

v0.5.7

15 Aug 22:26
16c1566
Compare
Choose a tag to compare
:bulb: append org owners via config

* Closes https://github.com/cloudpups/github-teams-user-sync/issues/30

* Adds instead of syncs/deletes so as to not cause any conflicts. May add ability for sync bot to rectify owners group with real owners at some point in the future via a config flag

v0.5.6

15 Aug 21:58
9bb28aa
Compare
Choose a tag to compare
Use standard logger at least for startup

* This will help make startup logs more consistent

v0.5.5

15 Aug 17:27
84a4187
Compare
Choose a tag to compare
:bug: use proper property for AI events

v0.5.4

15 Aug 16:46
782c94c
Compare
Choose a tag to compare
:bug: fix event reporting

* Clean up logger implementation using composite