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 basic groups boilerplate #3971

Merged
merged 5 commits into from
Aug 7, 2023
Merged

add basic groups boilerplate #3971

merged 5 commits into from
Aug 7, 2023

Conversation

ryanfkeepers
Copy link
Contributor

Adding in some basic boilerplate for groups service.


Does this PR need a docs update or release note?

  • ⛔ No

Type of change

  • 🌻 Feature

@ryanfkeepers ryanfkeepers added the enhancement New feature or request label Aug 4, 2023
@ryanfkeepers ryanfkeepers self-assigned this Aug 4, 2023
@aviator-app
Copy link
Contributor

aviator-app bot commented Aug 4, 2023

Current Aviator status

Aviator will automatically update this comment as the status of the PR changes.
Comment /aviator refresh to force Aviator to re-examine your PR (or learn about other /aviator commands).

This PR was merged using Aviator.


See the real-time status of this PR on the Aviator webapp.

@ryanfkeepers ryanfkeepers temporarily deployed to Testing August 4, 2023 19:56 — with GitHub Actions Inactive
@ryanfkeepers ryanfkeepers temporarily deployed to Testing August 4, 2023 19:56 — with GitHub Actions Inactive
@ryanfkeepers ryanfkeepers temporarily deployed to Testing August 4, 2023 19:56 — with GitHub Actions Inactive
@ryanfkeepers ryanfkeepers temporarily deployed to Testing August 4, 2023 19:57 — with GitHub Actions Inactive
@ryanfkeepers ryanfkeepers temporarily deployed to Testing August 4, 2023 19:57 — with GitHub Actions Inactive
@ryanfkeepers ryanfkeepers temporarily deployed to Testing August 4, 2023 19:57 — with GitHub Actions Inactive
@ryanfkeepers ryanfkeepers temporarily deployed to Testing August 4, 2023 19:57 — with GitHub Actions Inactive
Copy link
Member

@meain meain left a comment

Choose a reason for hiding this comment

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

Few small nits, but LGTM.

@@ -1025,6 +1026,50 @@ func (i *OneDriveInfo) updateFolder(f *FolderInfo) error {
return updateFolderWithinDrive(OneDriveItem, i.DriveName, i.DriveID, f)
}

// GroupsInfo describes a groups item
type GroupsInfo struct {
Copy link
Member

Choose a reason for hiding this comment

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

I feel like it should be singular Group instead of Groups as others are singular, for example OneDriveInfo and ExchangeInfo.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm waffling on that. Groups (and similarly, Teams) with the plural is the formal name of the service. Unlike the others, which are formally named by their singular. Let's talk this over briefly in the meeting tomorrow to see if there are strong feelings either way, yeah?

return nil, clues.New("not yet implemented")
}

func (i *GroupsInfo) updateFolder(f *FolderInfo) error {
Copy link
Member

Choose a reason for hiding this comment

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

We can maybe add it to updateFolder. Same for uniqueLocation.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think I got this in a follow-up PR.

backup/details has gotten to large to navigate.
This change splits up the file into multiple files based on structure.
@ryanfkeepers ryanfkeepers temporarily deployed to Testing August 7, 2023 17:07 — with GitHub Actions Inactive
@ryanfkeepers ryanfkeepers temporarily deployed to Testing August 7, 2023 17:07 — with GitHub Actions Inactive
@aviator-app aviator-app bot temporarily deployed to Testing August 7, 2023 17:08 Inactive
@aviator-app aviator-app bot temporarily deployed to Testing August 7, 2023 17:08 Inactive
@aviator-app aviator-app bot temporarily deployed to Testing August 7, 2023 17:08 Inactive
@aviator-app aviator-app bot temporarily deployed to Testing August 7, 2023 17:08 Inactive
@aviator-app aviator-app bot temporarily deployed to Testing August 7, 2023 17:08 Inactive
@aviator-app aviator-app bot temporarily deployed to Testing August 7, 2023 17:08 Inactive
@aviator-app aviator-app bot added the blocked Upstream item prevents completion label Aug 7, 2023
@aviator-app
Copy link
Contributor

aviator-app bot commented Aug 7, 2023

This pull request failed to merge: some CI status(es) failed. Remove the blocked label to re-queue.

Failed CI(s): Source-Code-Linting

@ryanfkeepers ryanfkeepers removed the blocked Upstream item prevents completion label Aug 7, 2023
@aviator-app aviator-app bot temporarily deployed to Testing August 7, 2023 17:19 Inactive
@aviator-app aviator-app bot temporarily deployed to Testing August 7, 2023 17:19 Inactive
@sonarcloud
Copy link

sonarcloud bot commented Aug 7, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 11 Code Smells

No Coverage information No Coverage information
1.5% 1.5% Duplication

@aviator-app aviator-app bot temporarily deployed to Testing August 7, 2023 17:20 Inactive
@aviator-app aviator-app bot temporarily deployed to Testing August 7, 2023 17:20 Inactive
@aviator-app aviator-app bot temporarily deployed to Testing August 7, 2023 17:20 Inactive
@aviator-app aviator-app bot temporarily deployed to Testing August 7, 2023 17:20 Inactive
@aviator-app aviator-app bot temporarily deployed to Testing August 7, 2023 17:20 Inactive
@aviator-app aviator-app bot temporarily deployed to Testing August 7, 2023 17:20 Inactive
@aviator-app aviator-app bot merged commit e3c51b7 into main Aug 7, 2023
22 checks passed
@aviator-app aviator-app bot deleted the groups-boilerplate branch August 7, 2023 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request mergequeue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants