Skip to content
This repository was archived by the owner on Dec 10, 2024. It is now read-only.

feat: Add email field to GroupMember #1702

Merged
merged 3 commits into from
Apr 17, 2023
Merged

feat: Add email field to GroupMember #1702

merged 3 commits into from
Apr 17, 2023

Conversation

candiduslynx
Copy link
Contributor

@candiduslynx candiduslynx commented Apr 15, 2023

This is required for cloudquery/cloudquery#10117.
Although the email attribute is only visible to group Owners for any enterprise user (see limitations), it'd be nice to have this included.

Might be safely ditched in favor of #1703 (I presume #1703 is a better one)

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@candiduslynx
Copy link
Contributor Author

@svanharmelen could you please take a look?

.gitignore Outdated
@@ -28,3 +28,6 @@ _testmain.go
*.iml
*.swp
*.swo

# vendor
vendor
Copy link
Member

Choose a reason for hiding this comment

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

Please revert this change...

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Any reason why this should be left included?

Copy link
Member

Choose a reason for hiding this comment

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

Because this package doesn't have a vendor directory checked into git, so excluding it is actually no-op 😉 If you do anything with a vendor directory in your code, then it makes much more sense to exclude the directory in your own gitignore file.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

go mod vendor -> filled in the vendor dir -> need to actually check what files you want to add instead of all...

Copy link
Member

Choose a reason for hiding this comment

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

OK, if it makes your life easier I'll take a PR to add this back 👍🏻

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@candiduslynx
Copy link
Contributor Author

@svanharmelen I've reverted vendor change + added the typo fix in here

Copy link
Member

@svanharmelen svanharmelen left a comment

Choose a reason for hiding this comment

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

Thanks 👍🏻

@svanharmelen svanharmelen merged commit 36a0985 into xanzy:master Apr 17, 2023
@candiduslynx candiduslynx deleted the feat/group_members/email branch April 17, 2023 10:00
@candiduslynx
Copy link
Contributor Author

I'd still prefer to go through with #1703, though...

@candiduslynx
Copy link
Contributor Author

@svanharmelen any ETA on the release that will include this fix?

@svanharmelen
Copy link
Member

Maybe first add a PR for the vendor stuff? Or are you good without that?

@candiduslynx
Copy link
Contributor Author

Yep, in a minute!

@candiduslynx
Copy link
Contributor Author

@svanharmelen #1704 is there.

@svanharmelen
Copy link
Member

svanharmelen commented Apr 17, 2023

Cool, noticed on minor issue with the addition. Will merge and release when that is fixed/updated 👍🏻

@candiduslynx
Copy link
Contributor Author

updated

@svanharmelen
Copy link
Member

Released v0.83.0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants