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

removes redundant details fields for lists #5050

Merged
merged 5 commits into from
Jan 23, 2024

Conversation

HiteshRepo
Copy link
Contributor

removes redundant details fields for lists

Does this PR need a docs update or release note?

  • βœ… Yes, it's included
  • πŸ• Yes, but in a later PR
  • β›” No

Type of change

  • 🌻 Feature
  • πŸ› Bugfix
  • πŸ—ΊοΈ Documentation
  • πŸ€– Supportability/Tests
  • πŸ’» CI/Deployment
  • 🧹 Tech Debt/Cleanup

Issue(s)

#4754

Test Plan

  • πŸ’ͺ Manual
  • ⚑ Unit test
  • πŸ’š E2E

@HiteshRepo HiteshRepo added sharepoint lists category of sharepoint service labels Jan 17, 2024
@HiteshRepo HiteshRepo self-assigned this Jan 17, 2024
Copy link
Contributor

aviator-app bot commented Jan 17, 2024

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 manually (without Aviator). Merging manually can negatively impact the performance of the queue. Consider using Aviator next time.


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

Use the Aviator Chrome Extension to see the status of your PR within GitHub.

@@ -158,13 +158,13 @@ func (suite *DetailsUnitSuite) TestDetailsEntry_HeadersValues() {
ItemInfo: ItemInfo{
SharePoint: &SharePointInfo{
ItemType: SharePointList,
Created: now,
Modified: now,
WebURL: "https://10rqc2.sharepoint.com/sites/site-4754-small-lists/Lists/list1",
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: can we replace this with a dummy site?

@@ -188,13 +188,13 @@ func (suite *DetailsUnitSuite) TestDetailsEntry_HeadersValues() {
ItemInfo: ItemInfo{
SharePoint: &SharePointInfo{
ItemType: SharePointList,
Created: now,
Modified: now,
WebURL: "https://10rqc2.sharepoint.com/sites/site-4754-small-lists/Lists/Shared%20Documents",
Copy link
Contributor

Choose a reason for hiding this comment

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

Same thing here.

WebURL string `json:"webUrl,omitempty"`
Created time.Time `json:"created,omitempty"`
Modified time.Time `json:"modified,omitempty"`
Name string `json:"name,omitempty"`
Copy link
Contributor

Choose a reason for hiding this comment

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

Given this is altering persisted state, we should merge this PR before the PR which re-enables backup for lists.

adds list time selectors

#### Does this PR need a docs update or release note?

- [ ] βœ… Yes, it's included
- [ ] πŸ• Yes, but in a later PR
- [x] β›” No

#### Type of change

<!--- Please check the type of change your PR introduces: --->
- [x] 🌻 Feature
- [ ] πŸ› Bugfix
- [ ] πŸ—ΊοΈ Documentation
- [ ] πŸ€– Supportability/Tests
- [ ] πŸ’» CI/Deployment
- [ ] 🧹 Tech Debt/Cleanup

#### Issue(s)
#4754 

#### Test Plan

<!-- How will this be tested prior to merging.-->
- [x] πŸ’ͺ Manual
- [x] ⚑ Unit test
- [x] πŸ’š E2E
Copy link

sonarcloud bot commented Jan 23, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lists category of sharepoint service sharepoint
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants