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

Minor cleanup to mail resolver fetch #2808

Merged
merged 5 commits into from
Mar 23, 2023
Merged

Conversation

ashmrtn
Copy link
Contributor

@ashmrtn ashmrtn commented Mar 15, 2023

Remove old code that explicitly fetched the Inbox. The issue in Graph SDK that was causing this is no longer present.

Retrieval of Inbox is tested by test for making collections


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
  • 🤖 Test
  • 💻 CI/Deployment
  • 🧹 Tech Debt/Cleanup

Issue(s)

Test Plan

  • 💪 Manual
  • ⚡ Unit test
  • 💚 E2E

Remove old code that explicitly fetched the Inbox. The issue in Graph
SDK that was causing this is no longer present.
@aviator-app
Copy link
Contributor

aviator-app bot commented Mar 15, 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.

@ashmrtn ashmrtn temporarily deployed to Testing March 15, 2023 16:27 — with GitHub Actions Inactive
@ashmrtn ashmrtn temporarily deployed to Testing March 15, 2023 16:27 — with GitHub Actions Inactive
@ashmrtn ashmrtn temporarily deployed to Testing March 15, 2023 16:27 — with GitHub Actions Inactive
@ashmrtn ashmrtn temporarily deployed to Testing March 15, 2023 16:28 — with GitHub Actions Inactive
@ashmrtn ashmrtn temporarily deployed to Testing March 15, 2023 16:28 — with GitHub Actions Inactive
@aviator-app aviator-app bot temporarily deployed to Testing March 15, 2023 21:41 Inactive
@aviator-app aviator-app bot temporarily deployed to Testing March 15, 2023 21:41 Inactive
@aviator-app aviator-app bot temporarily deployed to Testing March 15, 2023 21:42 Inactive
@aviator-app aviator-app bot temporarily deployed to Testing March 15, 2023 21:42 Inactive
@aviator-app aviator-app bot temporarily deployed to Testing March 15, 2023 21:42 Inactive
@aviator-app aviator-app bot added the blocked Upstream item prevents completion label Mar 15, 2023
@aviator-app
Copy link
Contributor

aviator-app bot commented Mar 15, 2023

PR failed to merge with reason: some CI status(es) failed.
Failed CI(s): Test-Suite-Trusted

@ashmrtn ashmrtn removed the blocked Upstream item prevents completion label Mar 16, 2023
@aviator-app aviator-app bot temporarily deployed to Testing March 16, 2023 05:35 Inactive
@aviator-app aviator-app bot temporarily deployed to Testing March 16, 2023 05:35 Inactive
@aviator-app aviator-app bot temporarily deployed to Testing March 16, 2023 05:35 Inactive
@aviator-app aviator-app bot temporarily deployed to Testing March 16, 2023 05:35 Inactive
@aviator-app
Copy link
Contributor

aviator-app bot commented Mar 16, 2023

PR failed to merge with reason: some CI status(es) failed.
Failed CI(s): Test-Suite-Trusted

@aviator-app aviator-app bot added the blocked Upstream item prevents completion label Mar 16, 2023
@ashmrtn ashmrtn removed the blocked Upstream item prevents completion label Mar 22, 2023
@aviator-app aviator-app bot temporarily deployed to Testing March 22, 2023 23:32 Inactive
@aviator-app aviator-app bot temporarily deployed to Testing March 22, 2023 23:32 Inactive
@aviator-app aviator-app bot temporarily deployed to Testing March 22, 2023 23:32 Inactive
@aviator-app aviator-app bot temporarily deployed to Testing March 22, 2023 23:32 Inactive
@aviator-app aviator-app bot temporarily deployed to Testing March 22, 2023 23:32 Inactive
@aviator-app aviator-app bot added the blocked Upstream item prevents completion label Mar 23, 2023
@aviator-app
Copy link
Contributor

aviator-app bot commented Mar 23, 2023

PR failed to merge with reason: some CI status(es) failed.
Failed CI(s): Test-Suite-Trusted

@ashmrtn ashmrtn temporarily deployed to Testing March 23, 2023 14:53 — with GitHub Actions Inactive
@ashmrtn ashmrtn removed the blocked Upstream item prevents completion label Mar 23, 2023
@ashmrtn ashmrtn temporarily deployed to Testing March 23, 2023 14:53 — with GitHub Actions Inactive
@ashmrtn ashmrtn temporarily deployed to Testing March 23, 2023 14:54 — with GitHub Actions Inactive
@ashmrtn ashmrtn temporarily deployed to Testing March 23, 2023 14:54 — with GitHub Actions Inactive
@ashmrtn ashmrtn temporarily deployed to Testing March 23, 2023 14:54 — with GitHub Actions Inactive
@ashmrtn ashmrtn temporarily deployed to Testing March 23, 2023 14:54 — with GitHub Actions Inactive
@sonarcloud
Copy link

sonarcloud bot commented Mar 23, 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 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@aviator-app aviator-app bot merged commit 6f99bba into main Mar 23, 2023
@aviator-app aviator-app bot deleted the 2486-mail-resolver-cleanup branch March 23, 2023 15:27
aviator-app bot pushed a commit that referenced this pull request Mar 29, 2023
Always generate both a path of IDs and a path of
display names for folders in the container resolver.

Changes in internal/connector/exchange/service_functions.go
keep the behavior of the overall system from changing

---

#### 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

- [x] 🌻 Feature
- [ ] 🐛 Bugfix
- [ ] 🗺️ Documentation
- [ ] 🤖 Test
- [ ] 💻 CI/Deployment
- [x] 🧹 Tech Debt/Cleanup

#### Issue(s)

* #2486

merge after:
* #2808

#### Test Plan

- [x] 💪 Manual
- [x] ⚡ Unit test
- [ ] 💚 E2E
aviator-app bot pushed a commit that referenced this pull request Apr 3, 2023
Always populate the location field of backup details
for Exchange data types

Fix bug where ParentPath for calendar items used
folder IDs instead of display names

---

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

- [x] ✅ Yes, it's included
- [ ] 🕐 Yes, but in a later PR
- [ ] ⛔ No

#### Type of change

- [x] 🌻 Feature
- [x] 🐛 Bugfix
- [ ] 🗺️ Documentation
- [ ] 🤖 Test
- [ ] 💻 CI/Deployment
- [ ] 🧹 Tech Debt/Cleanup

#### Issue(s)

* #2486
* closes #2827

merge after:
* #2826
* #2808
* #2828

#### Test Plan

- [x] 💪 Manual
- [ ] ⚡ Unit test
- [ ] 💚 E2E
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