Abin Simon
5089f9d949
Add EndTime to Exchange events ( #1446 )
...
## Description
Add EndTime to Exchange events. Also fixes a testcase around start time.
## Type of change
<!--- Please check the type of change your PR introduces: --->
- [x] 🌻 Feature
- [ ] 🐛 Bugfix
- [ ] 🗺️ Documentation
- [ ] 🤖 Test
- [ ] 💻 CI/Deployment
- [ ] 🐹 Trivial/Minor
## Issue(s)
<!-- Can reference multiple issues. Use one of the following "magic words" - "closes, fixes" to auto-close the Github issue. -->
* https://github.com/alcionai/corso/issues/1366
## Test Plan
<!-- How will this be tested prior to merging.-->
- [ ] 💪 Manual
- [x] ⚡ Unit test
- [ ] 💚 E2E
2022-11-07 09:28:27 +00:00
Niraj Tolia
f197396455
Open 'external' link in a new tab ( #1468 )
...
## Description
Keep the Corso website around when going to the docs download page
## Type of change
- [x] 🐹 Trivial/Minor
## Test Plan
- [x] 💪 Manual
2022-11-06 06:54:35 +00:00
Niraj Tolia
bbec268114
Add a blog to the Corso website ( #1459 )
...
## Description
Add a currently-unlinked blog for editing
Images from:
- https://unsplash.com/photos/CPs2X8JYmS8
- https://unsplash.com/photos/hGV2TfOh0ns
2022-11-06 02:04:37 +00:00
Georgi Matev
926ee7c6cd
Corso Terminal demo ( #1466 )
...
## Description
Adds Corso CLI demo to website. Includes instructions on how to use Terminalizer to generate the demo.
Can and should investigate a better maintained project in the future.
## Type of change
<!--- Please check the type of change your PR introduces: --->
- [x] 🌻 Feature
- [ ] 🐛 Bugfix
- [ ] 🗺️ Documentation
- [ ] 🤖 Test
- [ ] 💻 CI/Deployment
- [ ] 🐹 Trivial/Minor
## Issue(s)
## Test Plan
<!-- How will this be tested prior to merging.-->
- [x] 💪 Manual
- [ ] ⚡ Unit test
- [ ] 💚 E2E
2022-11-06 01:16:42 +00:00
Danny
ecde9cc242
GC: Backup: Sharepoint: Mock Support ( #1456 )
...
Creates Sharepoint.List mock object. Tests support the creation and hydration of objects.
2022-11-04 16:57:28 -04:00
Keepers
2d66dcbd7a
replace golang purge script with powershell script ( #1407 )
...
## Description
Three primary changes:
1. move the list of load test users into a secret in the github test domain.
2. purge all data that was generated for users in the load test
3. fix all `m356` typos.
## Type of change
- [x] 🤖 Test
- [x] 💻 CI/Deployment
## Issue(s)
* #1266
## Test Plan
- [x] 💪 Manual
- [x] 💚 E2E
2022-11-04 15:41:36 +00:00
Danny
c4632cb152
GC SharePoint Collection Framework ( #1444 )
...
## Description
Boilerplate for SharePoint collection
## Type of change
<!--- Please check the type of change your PR introduces: --->
- [x] 🌻 Feature
2022-11-04 14:11:10 +00:00
Niraj Tolia
66b58fff03
Add FAQ to address if Corso works with consumer M365 subscriptions ( #1445 )
...
## Description
Addresses questions on Corso consumer use
## Type of change
- [x] 🗺️ Documentation
2022-11-04 08:14:11 +00:00
Niraj Tolia
2524c67540
Add a sitemap to the docs site ( #1450 )
...
## Description
Configure a sitemap for search engine indexing
## Type of change
<!--- Please check the type of change your PR introduces: --->
- [x] 🗺️ Documentation
## Test Plan
- [x] 💪 Manual
2022-11-04 08:09:56 +00:00
Niraj Tolia
b0735e2ed1
Add a make clean step for the website ( #1441 )
...
## Description
`make clean` will now be executed before a Docker image is built. While it technically has no impact on the Docker image, it will ensure that there are no stale Node modules lying around when a build is executed after the creation of a new image.
While running a Docker build without a cache is an additional option, it does not prevent stale local node_modules directories and suffers from the overhead of having to pull down a large Ubuntu base image every time.
## Type of change
- [x] 🐛 Bugfix
2022-11-04 08:06:02 +00:00
Abin Simon
935fe5cbec
Store/Retrieve owner info for OneDrive files ( #1436 )
...
## Description
Store and retrieve owner info for onedrive files.
## Type of change
<!--- Please check the type of change your PR introduces: --->
- [x] 🌻 Feature
- [ ] 🐛 Bugfix
- [ ] 🗺️ Documentation
- [ ] 🤖 Test
- [ ] 💻 CI/Deployment
- [ ] 🐹 Trivial/Minor
## Issue(s)
<!-- Can reference multiple issues. Use one of the following "magic words" - "closes, fixes" to auto-close the Github issue. -->
* https://github.com/alcionai/corso/issues/1366
## Test Plan
<!-- How will this be tested prior to merging.-->
- [x] 💪 Manual
- [x] ⚡ Unit test
- [x] 💚 E2E
2022-11-04 07:01:45 +00:00
dependabot[bot]
25277417db
⬆️ Bump sass from 1.55.0 to 1.56.0 in /website ( #1449 )
2022-11-04 05:17:25 +00:00
dependabot[bot]
d2965e0b09
⬆️ Bump actions/checkout from 2 to 3 ( #1439 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/actions/checkout/releases ">actions/checkout's releases</a>.</em></p>
<blockquote>
<h2>v3.0.0</h2>
<ul>
<li>Updated to the node16 runtime by default
<ul>
<li>This requires a minimum <a href="https://github.com/actions/runner/releases/tag/v2.285.0 ">Actions Runner</a> version of v2.285.0 to run, which is by default available in GHES 3.4 or later.</li>
</ul>
</li>
</ul>
<h2>v2.5.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Update <code>@actions/core</code> to 1.10.0 by <a href="https://github.com/rentziass "><code>@rentziass</code></a> in <a href="https://github-redirect.dependabot.com/actions/checkout/pull/962 ">actions/checkout#962</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v2...v2.5.0 ">https://github.com/actions/checkout/compare/v2...v2.5.0 </a></p>
<h2>v2.4.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Add set-safe-directory input to allow customers to take control. (<a href="https://github-redirect.dependabot.com/actions/checkout/issues/770 ">#770</a>) by <a href="https://github.com/TingluoHuang "><code>@TingluoHuang</code></a> in <a href="https://github-redirect.dependabot.com/actions/checkout/pull/776 ">actions/checkout#776</a></li>
<li>Prepare changelog for v2.4.2. by <a href="https://github.com/TingluoHuang "><code>@TingluoHuang</code></a> in <a href="https://github-redirect.dependabot.com/actions/checkout/pull/778 ">actions/checkout#778</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v2...v2.4.2 ">https://github.com/actions/checkout/compare/v2...v2.4.2 </a></p>
<h2>v2.4.1</h2>
<ul>
<li>Fixed an issue where checkout failed to run in container jobs due to the new git setting <code>safe.directory</code></li>
</ul>
<h2>v2.4.0</h2>
<ul>
<li>Convert SSH URLs like <code>org-<ORG_ID>@github.com:</code> to <code>https://github.com/ </code> - <a href="https://github-redirect.dependabot.com/actions/checkout/pull/621 ">pr</a></li>
</ul>
<h2>v2.3.5</h2>
<p>Update dependencies</p>
<h2>v2.3.4</h2>
<ul>
<li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/379 ">Add missing <code>await</code>s</a></li>
<li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/360 ">Swap to Environment Files</a></li>
</ul>
<h2>v2.3.3</h2>
<ul>
<li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/345 ">Remove Unneeded commit information from build logs</a></li>
<li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/326 ">Add Licensed to verify third party dependencies</a></li>
</ul>
<h2>v2.3.2</h2>
<p><a href="https://github-redirect.dependabot.com/actions/checkout/pull/320 ">Add Third Party License Information to Dist Files</a></p>
<h2>v2.3.1</h2>
<p><a href="https://github-redirect.dependabot.com/actions/checkout/pull/284 ">Fix default branch resolution for .wiki and when using SSH</a></p>
<h2>v2.3.0</h2>
<p><a href="https://github-redirect.dependabot.com/actions/checkout/pull/278 ">Fallback to the default branch</a></p>
<h2>v2.2.0</h2>
<p><a href="https://github-redirect.dependabot.com/actions/checkout/pull/258 ">Fetch all history for all tags and branches when fetch-depth=0</a></p>
<h2>v2.1.1</h2>
<p>Changes to support GHES (<a href="https://github-redirect.dependabot.com/actions/checkout/pull/236 ">here</a> and <a href="https://github-redirect.dependabot.com/actions/checkout/pull/248 ">here</a>)</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/actions/checkout/blob/main/CHANGELOG.md ">actions/checkout's changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<h2>v3.1.0</h2>
<ul>
<li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/939 ">Use <code>@actions/core</code> <code>saveState</code> and <code>getState</code></a></li>
<li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/922 ">Add <code>github-server-url</code> input</a></li>
</ul>
<h2>v3.0.2</h2>
<ul>
<li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/770 ">Add input <code>set-safe-directory</code></a></li>
</ul>
<h2>v3.0.1</h2>
<ul>
<li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/762 ">Fixed an issue where checkout failed to run in container jobs due to the new git setting <code>safe.directory</code></a></li>
<li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/744 ">Bumped various npm package versions</a></li>
</ul>
<h2>v3.0.0</h2>
<ul>
<li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/689 ">Update to node 16</a></li>
</ul>
<h2>v2.3.1</h2>
<ul>
<li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/284 ">Fix default branch resolution for .wiki and when using SSH</a></li>
</ul>
<h2>v2.3.0</h2>
<ul>
<li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/278 ">Fallback to the default branch</a></li>
</ul>
<h2>v2.2.0</h2>
<ul>
<li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/258 ">Fetch all history for all tags and branches when fetch-depth=0</a></li>
</ul>
<h2>v2.1.1</h2>
<ul>
<li>Changes to support GHES (<a href="https://github-redirect.dependabot.com/actions/checkout/pull/236 ">here</a> and <a href="https://github-redirect.dependabot.com/actions/checkout/pull/248 ">here</a>)</li>
</ul>
<h2>v2.1.0</h2>
<ul>
<li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/191 ">Group output</a></li>
<li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/199 ">Changes to support GHES alpha release</a></li>
<li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/184 ">Persist core.sshCommand for submodules</a></li>
<li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/163 ">Add support ssh</a></li>
<li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/179 ">Convert submodule SSH URL to HTTPS, when not using SSH</a></li>
<li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/157 ">Add submodule support</a></li>
<li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/144 ">Follow proxy settings</a></li>
<li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/141 ">Fix ref for pr closed event when a pr is merged</a></li>
<li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/128 ">Fix issue checking detached when git less than 2.22</a></li>
</ul>
<h2>v2.0.0</h2>
<ul>
<li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/108 ">Do not pass cred on command line</a></li>
<li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/107 ">Add input persist-credentials</a></li>
<li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/104 ">Fallback to REST API to download repo</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="93ea575cb5 "><code>93ea575</code></a> Prepare release v3.1.0 (<a href="https://github-redirect.dependabot.com/actions/checkout/issues/940 ">#940</a>)</li>
<li><a href="6a84743051 "><code>6a84743</code></a> Bump <code>@actions/core</code> to 1.10.0 (<a href="https://github-redirect.dependabot.com/actions/checkout/issues/939 ">#939</a>)</li>
<li><a href="e6d535c99c "><code>e6d535c</code></a> Inject GitHub host to be able to clone from another GitHub instance (<a href="https://github-redirect.dependabot.com/actions/checkout/issues/922 ">#922</a>)</li>
<li><a href="2541b1294d "><code>2541b12</code></a> Prepare changelog for v3.0.2. (<a href="https://github-redirect.dependabot.com/actions/checkout/issues/777 ">#777</a>)</li>
<li><a href="0ffe6f9c55 "><code>0ffe6f9</code></a> Add set-safe-directory input to allow customers to take control. (<a href="https://github-redirect.dependabot.com/actions/checkout/issues/770 ">#770</a>)</li>
<li><a href="dcd71f6466 "><code>dcd71f6</code></a> Enforce safe directory (<a href="https://github-redirect.dependabot.com/actions/checkout/issues/762 ">#762</a>)</li>
<li><a href="add3486cc3 "><code>add3486</code></a> Patch to fix the dependbot alert. (<a href="https://github-redirect.dependabot.com/actions/checkout/issues/744 ">#744</a>)</li>
<li><a href="5126516654 "><code>5126516</code></a> Bump minimist from 1.2.5 to 1.2.6 (<a href="https://github-redirect.dependabot.com/actions/checkout/issues/741 ">#741</a>)</li>
<li><a href="d50f8ea767 "><code>d50f8ea</code></a> Add v3.0 release information to changelog (<a href="https://github-redirect.dependabot.com/actions/checkout/issues/740 ">#740</a>)</li>
<li><a href="2d1c1198e7 "><code>2d1c119</code></a> update test workflows to checkout v3 (<a href="https://github-redirect.dependabot.com/actions/checkout/issues/709 ">#709</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/actions/checkout/compare/v2...v3 ">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
You can trigger a rebase of this PR by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
2022-11-04 04:04:38 +00:00
dependabot[bot]
c64dd5f128
⬆️ Bump github.com/spf13/viper from 1.12.0 to 1.13.0 in /src ( #1370 )
...
Bumps [github.com/spf13/viper](https://github.com/spf13/viper ) from 1.12.0 to 1.13.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/spf13/viper/releases ">github.com/spf13/viper's releases</a>.</em></p>
<blockquote>
<h2>v1.13.0</h2>
<p><strong>Important:</strong> This is the last release supporting Go 1.15.</p>
<h2>What's Changed</h2>
<h3>Exciting New Features 🎉 </h3>
<ul>
<li>Add etcd3 to supported remote providers by <a href="https://github.com/franklinkim "><code>@franklinkim</code></a> in <a href="https://github-redirect.dependabot.com/spf13/viper/pull/1371 ">spf13/viper#1371</a></li>
</ul>
<h3>Enhancements 🚀 </h3>
<ul>
<li>Fix go-staticcheck failures (ST1005) by <a href="https://github.com/mjmaisey "><code>@mjmaisey</code></a> in <a href="https://github-redirect.dependabot.com/spf13/viper/pull/1373 ">spf13/viper#1373</a></li>
<li>Use jsonc in markdown codeblocks for better readability by <a href="https://github.com/HurSungYun "><code>@HurSungYun</code></a> in <a href="https://github-redirect.dependabot.com/spf13/viper/pull/1393 ">spf13/viper#1393</a></li>
<li>Add Go 1.19 support by <a href="https://github.com/sagikazarmark "><code>@sagikazarmark</code></a> in <a href="https://github-redirect.dependabot.com/spf13/viper/pull/1424 ">spf13/viper#1424</a></li>
<li>Adds support for uint16 with <code>GetUint16</code> by <a href="https://github.com/oxisto "><code>@oxisto</code></a> in <a href="https://github-redirect.dependabot.com/spf13/viper/pull/1405 ">spf13/viper#1405</a></li>
<li>Add a DebugTo convenience funtion by <a href="https://github.com/bcrochet "><code>@bcrochet</code></a> in <a href="https://github-redirect.dependabot.com/spf13/viper/pull/1414 ">spf13/viper#1414</a></li>
</ul>
<h3>Bug Fixes 🐛 </h3>
<ul>
<li>Recurse into arrays when converting keys to lowercase by <a href="https://github.com/awrichar "><code>@awrichar</code></a> in <a href="https://github-redirect.dependabot.com/spf13/viper/pull/1387 ">spf13/viper#1387</a></li>
</ul>
<h3>Dependency Updates ⬆️ </h3>
<ul>
<li>build(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.2 by <a href="https://github.com/dependabot "><code>@dependabot</code></a> in <a href="https://github-redirect.dependabot.com/spf13/viper/pull/1374 ">spf13/viper#1374</a></li>
<li>build(deps): bump github.com/subosito/gotenv from 1.3.0 to 1.4.0 by <a href="https://github.com/dependabot "><code>@dependabot</code></a> in <a href="https://github-redirect.dependabot.com/spf13/viper/pull/1375 ">spf13/viper#1375</a></li>
<li>build(deps): bump github.com/pelletier/go-toml/v2 from 2.0.1 to 2.0.2 by <a href="https://github.com/dependabot "><code>@dependabot</code></a> in <a href="https://github-redirect.dependabot.com/spf13/viper/pull/1378 ">spf13/viper#1378</a></li>
<li>build(deps): bump gopkg.in/yaml.v3 from 3.0.0 to 3.0.1 by <a href="https://github.com/dependabot "><code>@dependabot</code></a> in <a href="https://github-redirect.dependabot.com/spf13/viper/pull/1360 ">spf13/viper#1360</a></li>
<li>build(deps): bump github.com/stretchr/testify from 1.7.2 to 1.7.3 by <a href="https://github.com/dependabot "><code>@dependabot</code></a> in <a href="https://github-redirect.dependabot.com/spf13/viper/pull/1381 ">spf13/viper#1381</a></li>
<li>build(deps): bump github.com/stretchr/testify from 1.7.3 to 1.7.4 by <a href="https://github.com/dependabot "><code>@dependabot</code></a> in <a href="https://github-redirect.dependabot.com/spf13/viper/pull/1384 ">spf13/viper#1384</a></li>
<li>build(deps): bump mheap/github-action-required-labels from 1 to 2 by <a href="https://github.com/dependabot "><code>@dependabot</code></a> in <a href="https://github-redirect.dependabot.com/spf13/viper/pull/1383 ">spf13/viper#1383</a></li>
<li>build(deps): bump github.com/stretchr/testify from 1.7.4 to 1.8.0 by <a href="https://github.com/dependabot "><code>@dependabot</code></a> in <a href="https://github-redirect.dependabot.com/spf13/viper/pull/1395 ">spf13/viper#1395</a></li>
<li>build(deps): bump github.com/subosito/gotenv from 1.4.0 to 1.4.1 by <a href="https://github.com/dependabot "><code>@dependabot</code></a> in <a href="https://github-redirect.dependabot.com/spf13/viper/pull/1420 ">spf13/viper#1420</a></li>
<li>build(deps): bump github.com/pelletier/go-toml/v2 from 2.0.2 to 2.0.5 by <a href="https://github.com/dependabot "><code>@dependabot</code></a> in <a href="https://github-redirect.dependabot.com/spf13/viper/pull/1422 ">spf13/viper#1422</a></li>
<li>build(deps): bump gopkg.in/ini.v1 from 1.66.4 to 1.67.0 by <a href="https://github.com/dependabot "><code>@dependabot</code></a> in <a href="https://github-redirect.dependabot.com/spf13/viper/pull/1412 ">spf13/viper#1412</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/mjmaisey "><code>@mjmaisey</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/spf13/viper/pull/1373 ">spf13/viper#1373</a></li>
<li><a href="https://github.com/HurSungYun "><code>@HurSungYun</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/spf13/viper/pull/1393 ">spf13/viper#1393</a></li>
<li><a href="https://github.com/franklinkim "><code>@franklinkim</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/spf13/viper/pull/1371 ">spf13/viper#1371</a></li>
<li><a href="https://github.com/awrichar "><code>@awrichar</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/spf13/viper/pull/1387 ">spf13/viper#1387</a></li>
<li><a href="https://github.com/oxisto "><code>@oxisto</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/spf13/viper/pull/1405 ">spf13/viper#1405</a></li>
<li><a href="https://github.com/bcrochet "><code>@bcrochet</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/spf13/viper/pull/1414 ">spf13/viper#1414</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/spf13/viper/compare/v1.12.0...v1.13.0 ">https://github.com/spf13/viper/compare/v1.12.0...v1.13.0 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="57cc9a000f "><code>57cc9a0</code></a> test: fix ini tests</li>
<li><a href="8030d5b976 "><code>8030d5b</code></a> build(deps): bump gopkg.in/ini.v1 from 1.66.4 to 1.67.0</li>
<li><a href="312417a0c5 "><code>312417a</code></a> Add a DebugTo convenience funtion</li>
<li><a href="202060b3a2 "><code>202060b</code></a> Adds support for uint16 with <code>GetUint16</code></li>
<li><a href="97591f0083 "><code>97591f0</code></a> build: fix lint violations</li>
<li><a href="9af8daeeab "><code>9af8dae</code></a> ci: upgrade golangci-lint</li>
<li><a href="7b4f2b27cd "><code>7b4f2b2</code></a> ci: add Go 1.19 to CI</li>
<li><a href="601ec815ba "><code>601ec81</code></a> test: fix toml tests</li>
<li><a href="d7f4832bd3 "><code>d7f4832</code></a> build(deps): bump github.com/pelletier/go-toml/v2 from 2.0.2 to 2.0.5</li>
<li><a href="c2f42f3060 "><code>c2f42f3</code></a> build(deps): bump github.com/subosito/gotenv from 1.4.0 to 1.4.1</li>
<li>Additional commits viewable in <a href="https://github.com/spf13/viper/compare/v1.12.0...v1.13.0 ">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
2022-11-04 02:29:16 +00:00
Keepers
dc8560231c
fix span reporting null check ( #1442 )
...
## Type of change
- [x] 🐛 Bugfix
## Test Plan
- [x] 💪 Manual
2022-11-04 00:07:22 +00:00
Keepers
23fa402965
Add qol generic selector Reduce func ( #1356 )
...
## Type of change
- [x] 🌻 Feature
- [x] 🐹 Trivial/Minor
## Issue(s)
* #1133
## Test Plan
- [x] 💪 Manual
2022-11-03 23:12:12 +00:00
Keepers
302c3f39dd
add path prefix/contains filters ( #1425 )
...
## Description
Adds two specialized filters: path prefix and path
contains. These filters differ from prior additions
in two ways: 1/ they accept a slice of inputs and
perform an implicit any-match when compared,
2/ they have particular rules about matching
completely within delimited elements.
In the next PR, these filters will replace the
standard prefix and contains comparisons that
are currently used in folder selection.
## Type of change
- [x] 🌻 Feature
## Issue(s)
* #1224
## Test Plan
- [x] 💚 E2E
2022-11-03 22:37:25 +00:00
Niraj Tolia
d1ef68b900
Revert " ⬆️ Bump del from 4.1.1 to 7.0.0 in /website" ( #1437 )
...
Reverts alcionai/corso#1394 as it breaks the website.
Co-authored-by: Georgi Matev <gmatev@alcion.ai>
2022-11-03 13:36:59 -07:00
dependabot[bot]
d58e5e61f0
⬆️ Bump mermaid from 9.1.7 to 9.2.0 in /docs ( #1440 )
2022-11-03 16:45:10 +00:00
Dhruv Patel
0ba0d13a07
fix: tag corso maintainers properly ( #1438 )
...
## Description
* fix reference to `corso-maintainers` for dependabot reviewers
## Type of change
<!--- Please check the type of change your PR introduces: --->
- [ ] 🌻 Feature
- [ ] 🐛 Bugfix
- [ ] 🗺️ Documentation
- [ ] 🤖 Test
- [X] 💻 CI/Deployment
- [ ] 🐹 Trivial/Minor
## Test Plan
<!-- How will this be tested prior to merging.-->
- [X] 💪 Manual
- [ ] ⚡ Unit test
- [ ] 💚 E2E
2022-11-03 12:31:50 -04:00
Niraj Tolia
2ad9eb531c
Use same gtag as website ( #1431 )
...
## Description
Follow Google recommendations for single gtags
## Type of change
- [x] 🗺️ Documentation
2022-11-03 07:19:15 +00:00
Abin Simon
f69284acea
Always build cli-docs ( #1435 )
...
## Description
We need cli docs to be available to be able to be able to build docs.
## Type of change
<!--- Please check the type of change your PR introduces: --->
- [ ] 🌻 Feature
- [ ] 🐛 Bugfix
- [ ] 🗺️ Documentation
- [ ] 🤖 Test
- [x] 💻 CI/Deployment
- [ ] 🐹 Trivial/Minor
## Issue(s)
<!-- Can reference multiple issues. Use one of the following "magic words" - "closes, fixes" to auto-close the Github issue. -->
* https://github.com/alcionai/corso/pull/1434
## Test Plan
<!-- How will this be tested prior to merging.-->
- [x] 💪 Manual
- [ ] ⚡ Unit test
- [ ] 💚 E2E
2022-11-03 07:14:37 +00:00
Abin Simon
47e7172e39
Always validate building docs in CI for PRs ( #1423 )
...
## Description
We can probably remove the requirement on `Publish-Docs` as we have move the check to `Docs-Linting`. Having this check in `Publish-Docs` does not run for docs only change as the previous steps(Test-Suite) are skipped and as a result this gets skipped.
## Type of change
<!--- Please check the type of change your PR introduces: --->
- [ ] 🌻 Feature
- [ ] 🐛 Bugfix
- [ ] 🗺️ Documentation
- [ ] 🤖 Test
- [x] 💻 CI/Deployment
- [ ] 🐹 Trivial/Minor
## Issue(s)
<!-- Can reference multiple issues. Use one of the following "magic words" - "closes, fixes" to auto-close the Github issue. -->
* #<issue>
## Test Plan
<!-- How will this be tested prior to merging.-->
- [x] 💪 Manual
- [ ] ⚡ Unit test
- [ ] 💚 E2E
2022-11-03 06:14:24 +00:00
Vaibhav Kamra
09261d5474
Allow disabling TLS and TLS verification ( #1417 )
...
## Description
Introduces config options (`--disable-tls` and `--disable-tls-verification`) to turn off TLS and TLS verification
## Type of change
<!--- Please check the type of change your PR introduces: --->
- [x] 🌻 Feature
- [ ] 🐛 Bugfix
- [ ] 🗺️ Documentation
- [ ] 🤖 Test
- [ ] 💻 CI/Deployment
- [ ] 🐹 Trivial/Minor
## Issue(s)
<!-- Can reference multiple issues. Use one of the following "magic words" - "closes, fixes" to auto-close the Github issue. -->
* #1415
## Test Plan
<!-- How will this be tested prior to merging.-->
- [ ] 💪 Manual
- [x] ⚡ Unit test
- [ ] 💚 E2E
2022-11-03 04:47:19 +00:00
ashmrtn
524c3ba853
Consolidate container resolver code ( #1365 )
...
## Description
As the exchange container resolvers are pretty close implementation-wise, consolidate the generic code. Also move some of the tests around to better fit what file has the code being tested
## Type of change
<!--- Please check the type of change your PR introduces: --->
- [x] 🌻 Feature
- [ ] 🐛 Bugfix
- [ ] 🗺️ Documentation
- [ ] 🤖 Test
- [ ] 💻 CI/Deployment
- [ ] 🐹 Trivial/Minor
## Issue(s)
* closes #1362
## Test Plan
<!-- How will this be tested prior to merging.-->
- [ ] 💪 Manual
- [x] ⚡ Unit test
- [ ] 💚 E2E
2022-11-02 23:06:52 +00:00
Niraj Tolia
bfab312bb3
Add an FAQ to docs ( #1428 )
...
## Description
Covers some questions that have come up in initial user testing
## Type of change
- [x] 🗺️ Documentation
## Test Plan
<!-- How will this be tested prior to merging.-->
- [x] 💪 Manual
2022-11-02 21:22:29 +00:00
Niraj Tolia
b5a2746008
Clean up more in docs Makefile ( #1424 )
...
## Description
Nuke the auto-generated build and node_modules directory during clean.
Note that this won't affect the docs container image because the container's
node_modules are stored in the (internal) root directory of the mounted docs
folder.
## Type of change
- [x] 🗺️ Documentation
- [x] 🐹 Trivial/Minor
2022-11-02 09:10:02 +00:00
Niraj Tolia
ba66251f52
Fix flipped description of Azure PS env variables ( #1413 )
...
## Description
Fix flipped descriptions
## Type of change
- [x] 🐛 Bugfix
- [x] 🗺️ Documentation
2022-11-02 07:22:46 +00:00
Vaibhav Kamra
04b56e75b1
Revert " ⬆️ Bump @mdx-js/react from 1.6.22 to 2.1.5 in /docs ( #1381 )" ( #1422 )
...
This reverts commit #1381 which broke the docs build.
2022-11-02 06:34:45 +00:00
dependabot[bot]
b7baf9ffd9
⬆️ Bump @docusaurus/module-type-aliases from 2.0.1 to 2.2.0 in /docs ( #1418 )
2022-11-02 05:52:46 +00:00
Nočnica Mellifera
7547844bc3
swapped two config value descriptions. ( #1414 )
...
## Description
config docs had two config descriptions swapped
## Type of change
<!--- Please check the type of change your PR introduces: --->
- [ ] 🌻 Feature
- [ ] 🐛 Bugfix
- [ x] 🗺️ Documentation
- [ ] 🤖 Test
- [ ] 💻 CI/Deployment
- [ ] 🐹 Trivial/Minor
## Issue(s)
<!-- Can reference multiple issues. Use one of the following "magic
words" - "closes, fixes" to auto-close the Github issue. -->
* #<issue>
## Test Plan
<!-- How will this be tested prior to merging.-->
- [x ] 💪 Manual
- [ ] ⚡ Unit test
- [ ] 💚 E2E
2022-11-01 22:15:42 -07:00
Keepers
3d52cb18f9
run the otel-daemon alongside load tests ( #1357 )
...
## Description
With this in place, we just need client details to hook up to xray in
order to receive open telemetry info from our load test suite.
## Type of change
- [x] 🤖 Test
## Issue(s)
* #902
## Test Plan
- [x] 💚 E2E
2022-11-01 22:34:20 +00:00
dependabot[bot]
7e824f5426
⬆️ Bump del from 4.1.1 to 7.0.0 in /website ( #1394 )
...
Bumps [del](https://github.com/sindresorhus/del ) from 4.1.1 to 7.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/sindresorhus/del/releases ">del's releases</a>.</em></p>
<blockquote>
<h2>v7.0.0</h2>
<h3>Breaking</h3>
<ul>
<li>Require Node.js 14 (<a href="https://github-redirect.dependabot.com/sindresorhus/del/issues/143 ">#143</a>) 106d7d8</li>
<li>This package is now pure ESM. <strong>Please <a href="https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c ">read this</a>.</strong></li>
<li>Moved from a default export to named exports:
<ul>
<li><code>require('del')</code> → <code>import {deleteAsync} from 'del'</code></li>
<li><code>require('del').sync</code> → <code>import {deleteSync} from 'del'</code></li>
</ul>
</li>
</ul>
<p><a href="https://github.com/sindresorhus/del/compare/v6.1.1...v7.0.0 ">https://github.com/sindresorhus/del/compare/v6.1.1...v7.0.0 </a></p>
<h2>v6.1.1</h2>
<ul>
<li>Fix <code>ProgressData#deletedCount</code> (<a href="https://github-redirect.dependabot.com/sindresorhus/del/issues/142 ">#142</a>) 7b4c881</li>
</ul>
<p><a href="https://github.com/sindresorhus/del/compare/v6.1.0...v6.1.1 ">https://github.com/sindresorhus/del/compare/v6.1.0...v6.1.1 </a></p>
<h2>v6.1.0</h2>
<ul>
<li>Add <a href="https://github.com/sindresorhus/del#onprogress "><code>onProgress</code></a> option (<a href="https://github-redirect.dependabot.com/sindresorhus/del/issues/141 ">#141</a>) 8742649</li>
</ul>
<p><a href="https://github.com/sindresorhus/del/compare/v6.0.0...v6.1.0 ">https://github.com/sindresorhus/del/compare/v6.0.0...v6.1.0 </a></p>
<h2>v6.0.0</h2>
<h3>Breaking</h3>
<ul>
<li>Require Node.js 10 6c99805</li>
</ul>
<h3>Improvements</h3>
<ul>
<li>Update dependencies 6c99805</li>
</ul>
<p><a href="https://github.com/sindresorhus/del/compare/v5.1.0...v6.0.0 ">https://github.com/sindresorhus/del/compare/v5.1.0...v6.0.0 </a></p>
<h2>v5.1.0</h2>
<p>Enhancements:</p>
<ul>
<li>Allow non-glob patterns with backslash on Windows (like v4) (<a href="https://github-redirect.dependabot.com/sindresorhus/del/issues/100 ">#100</a>) 01da91f</li>
<li>Make deletion more reliable on Windows by retrying when Windows is being difficult (<a href="https://github-redirect.dependabot.com/sindresorhus/del/issues/108 ">#108</a>) 1299747</li>
<li>Sort removed files, so the returned array is always stable (<a href="https://github-redirect.dependabot.com/sindresorhus/del/issues/102 ">#102</a>) ca05c65</li>
</ul>
<p>Fixes:</p>
<ul>
<li>Fix the <code>cwd</code> option (<a href="https://github-redirect.dependabot.com/sindresorhus/del/issues/96 ">#96</a>) ffbf4c4</li>
<li>Prevent race condition on macOS when deleting files (<a href="https://github-redirect.dependabot.com/sindresorhus/del/issues/95 ">#95</a>) 8efdbcd</li>
</ul>
<p><a href="https://github.com/sindresorhus/del/compare/v5.0.0...v5.1.0 ">https://github.com/sindresorhus/del/compare/v5.0.0...v5.1.0 </a></p>
<hr />
<p>Shoutout to <a href="https://github.com/chrisblossom "><code>@chrisblossom</code></a> for doing most of the work on this release 🙌 </p>
<h2>v5.0.0</h2>
<p>This release changes the underlying globbing engine, so you are strongly recommended to use the <code>dryRun</code> option to ensure <code>del</code> still does what you expect before you run it on the real files.</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="5345ef67fa "><code>5345ef6</code></a> 7.0.0</li>
<li><a href="e02a96b5b3 "><code>e02a96b</code></a> Meta tweaks</li>
<li><a href="106d7d8ff8 "><code>106d7d8</code></a> Move to ESM (<a href="https://github-redirect.dependabot.com/sindresorhus/del/issues/143 ">#143</a>)</li>
<li><a href="5de56fd4af "><code>5de56fd</code></a> 6.1.1</li>
<li><a href="7b4c8815e7 "><code>7b4c881</code></a> Fix <code>ProgressData#deletedCount</code> (<a href="https://github-redirect.dependabot.com/sindresorhus/del/issues/142 ">#142</a>)</li>
<li><a href="c12fddd5b2 "><code>c12fddd</code></a> 6.1.0</li>
<li><a href="8742649ae0 "><code>8742649</code></a> Add <code>onProgress</code> option (<a href="https://github-redirect.dependabot.com/sindresorhus/del/issues/141 ">#141</a>)</li>
<li><a href="7c756b3938 "><code>7c756b3</code></a> Rename <code>master</code> branch to <code>main</code></li>
<li><a href="d0030badb8 "><code>d0030ba</code></a> Move to GitHub Actions (<a href="https://github-redirect.dependabot.com/sindresorhus/del/issues/131 ">#131</a>)</li>
<li><a href="72007d759f "><code>72007d7</code></a> Fix readme typo (<a href="https://github-redirect.dependabot.com/sindresorhus/del/issues/129 ">#129</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/sindresorhus/del/compare/v4.1.1...v7.0.0 ">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
2022-11-01 19:46:33 +00:00
Dhruv Patel
d3da57e8c4
chore: turn off dependabot rebase on prs ( #1412 )
...
## Description
* dependabot PRs that are constantly being rebased chews up tons of CI
time, this PR will prevent dependabot from rebasing (will require manual
intervention).
## Type of change
<!--- Please check the type of change your PR introduces: --->
- [ ] 🌻 Feature
- [ ] 🐛 Bugfix
- [ ] 🗺️ Documentation
- [ ] 🤖 Test
- [x] 💻 CI/Deployment
- [ ] 🐹 Trivial/Minor
## Test Plan
<!-- How will this be tested prior to merging.-->
- [x] 💪 Manual
- [ ] ⚡ Unit test
- [ ] 💚 E2E
2022-11-01 14:45:28 -04:00
Niraj Tolia
f4828705c9
Actually enable Google Analytics for Corso docs ( #1409 )
...
## Description
We were missing the actual plugin and did not have configuration for the right
plugin type.
## Type of change
- [x] 🐛 Bugfix
- [x] 🗺️ Documentation
2022-11-01 18:40:28 +00:00
dependabot[bot]
826ba778ff
⬆️ Bump @mdx-js/react from 1.6.22 to 2.1.5 in /docs ( #1381 )
...
Bumps [@mdx-js/react](https://github.com/mdx-js/mdx/tree/HEAD/packages/react ) from 1.6.22 to 2.1.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/mdx-js/mdx/releases "><code>@mdx-js/react</code>'s releases</a>.</em></p>
<blockquote>
<h2>2.1.5</h2>
<ul>
<li>90fa4935 Fix bug with (injected) custom elements and layouts</li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/mdx-js/mdx/compare/2.1.4...2.1.5 ">https://github.com/mdx-js/mdx/compare/2.1.4...2.1.5 </a></p>
<h2>2.1.4</h2>
<h4>Patches</h4>
<ul>
<li>9d2aa80b Add file, positional info to crashes in webpack loader
by <a href="https://github.com/Twipped "><code>@Twipped</code></a> in <a href="https://github-redirect.dependabot.com/mdx-js/mdx/pull/2124 ">mdx-js/mdx#2124</a></li>
<li>478c78b7 Fix support for Node loaders</li>
</ul>
<h4>Docs</h4>
<ul>
<li>56d70660 Add Astro to site generator docs
by <a href="https://github.com/bholmesdev "><code>@bholmesdev</code></a> in <a href="https://github-redirect.dependabot.com/mdx-js/mdx/pull/2118 ">mdx-js/mdx#2118</a></li>
<li>996771ae Add missing <code>import</code> to site example
by <a href="https://github.com/elpddev "><code>@elpddev</code></a> in <a href="https://github-redirect.dependabot.com/mdx-js/mdx/pull/2115 ">mdx-js/mdx#2115</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/mdx-js/mdx/compare/2.1.3...2.1.4 ">https://github.com/mdx-js/mdx/compare/2.1.3...2.1.4 </a></p>
<h2>2.1.3</h2>
<h3>Core</h3>
<ul>
<li>9904838a Fix rewriting of components for custom elements
by <a href="https://github.com/bholmesdev "><code>@bholmesdev</code></a> in <a href="https://github-redirect.dependabot.com/mdx-js/mdx/pull/2101 ">mdx-js/mdx#2101</a></li>
</ul>
<h3>Docs</h3>
<ul>
<li>69a15b76 Add link to official <code>mdx-js/vscode-mdx</code>
by <a href="https://github.com/jasikpark "><code>@jasikpark</code></a> in <a href="https://github-redirect.dependabot.com/mdx-js/mdx/pull/2098 ">mdx-js/mdx#2098</a></li>
</ul>
<h3>Internal stuff that slightly improve stuff</h3>
<ul>
<li>529b96aa Replace <code>astring</code> with <code>estree-util-to-js</code></li>
<li>7d8dc11c Add <code>id</code> field to esbuild messages</li>
<li>7f37b95b Update <code>@types/estree-jsx</code></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/mdx-js/mdx/compare/2.1.2...2.1.3 ">https://github.com/mdx-js/mdx/compare/2.1.2...2.1.3 </a></p>
<h2>2.1.2</h2>
<h3>Core</h3>
<ul>
<li>7bcd7059 Fix some performance by improving vdom diffing
by <a href="https://github.com/0phoff "><code>@0phoff</code></a> in <a href="https://github-redirect.dependabot.com/mdx-js/mdx/pull/2062 ">mdx-js/mdx#2062</a></li>
<li>f77c33f5 Fix support for <code>baseUrl</code> rewriting <code>import.meta.url</code>
by <a href="https://github.com/wooorm "><code>@wooorm</code></a> in <a href="https://github-redirect.dependabot.com/mdx-js/mdx/pull/2021 ">mdx-js/mdx#2021</a></li>
</ul>
<h3>Docs</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="6303aa2fd8 "><code>6303aa2</code></a> 2.1.5</li>
<li><a href="29e93e539f "><code>29e93e5</code></a> 2.1.4</li>
<li><a href="6690566c65 "><code>6690566</code></a> 2.1.3</li>
<li><a href="fce1df0811 "><code>fce1df0</code></a> 2.1.2</li>
<li><a href="92c1a65d97 "><code>92c1a65</code></a> Update dev-dependencies</li>
<li><a href="b09a5e4995 "><code>b09a5e4</code></a> 2.1.1</li>
<li><a href="b8a76c95de "><code>b8a76c9</code></a> 2.1.0</li>
<li><a href="46fae4fcd0 "><code>46fae4f</code></a> Update dev-dependencies</li>
<li><a href="490da9f41e "><code>490da9f</code></a> 2.0.0</li>
<li><a href="adc64ecb8e "><code>adc64ec</code></a> Update things for v2 (<a href="https://github.com/mdx-js/mdx/tree/HEAD/packages/react/issues/1926 ">#1926</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/mdx-js/mdx/commits/2.1.5/packages/react ">compare view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by <a href="https://www.npmjs.com/~wooorm ">wooorm</a>, a new releaser for <code>@mdx-js/react</code> since your current version.</p>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
2022-11-01 18:35:48 +00:00
dependabot[bot]
edc878207d
⬆️ Bump gulp-rename from 1.4.0 to 2.0.0 in /website ( #1387 )
...
[//]: # (dependabot-start)
⚠️ **Dependabot is rebasing this PR** ⚠️
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
---
[//]: # (dependabot-end)
Bumps [gulp-rename](https://github.com/hparra/gulp-rename ) from 1.4.0 to 2.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/hparra/gulp-rename/releases ">gulp-rename's releases</a>.</em></p>
<blockquote>
<h2>2.0.0</h2>
<h2>Breaking</h2>
<ul>
<li>Add the ability to use the function argument as an immutable map function (This may be breaking for users who were relying on the return value of the function being ignored)</li>
</ul>
<h2>Chores</h2>
<ul>
<li>Update deps</li>
<li>Switch from JSCS/JSHint to Prettier</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/hparra/gulp-rename/blob/master/CHANGELOG.md ">gulp-rename's changelog</a>.</em></p>
<blockquote>
<h1>v2.0.0</h1>
<h4>Breaking</h4>
<ul>
<li>Add the ability to use the function argument as an immutable map function (This may be breaking for users who were relying on the return value of the function being ignored)</li>
</ul>
<h4>Chores</h4>
<ul>
<li>Update deps</li>
<li>Switch from JSCS/JSHint to Prettier</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/hparra/gulp-rename/commits/v2.0.0 ">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
2022-11-01 18:25:19 +00:00
dependabot[bot]
62eeabccd2
⬆️ Bump gulp-sourcemaps from 2.6.5 to 3.0.0 in /website ( #1395 )
...
Bumps [gulp-sourcemaps](https://github.com/gulp-sourcemaps/gulp-sourcemaps ) from 2.6.5 to 3.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/gulp-sourcemaps/gulp-sourcemaps/releases ">gulp-sourcemaps's releases</a>.</em></p>
<blockquote>
<h2>Security Fixes</h2>
<p>Nothing changed to the overall API.</p>
<p>However the following security fixes lead to the following:</p>
<ul>
<li>acorn which caused us to drop support for Node < 6 <a href="https://github-redirect.dependabot.com/gulp-sourcemaps/gulp-sourcemaps/pull/376/files ">gulp-sourcemaps/gulp-sourcemaps#376</a></li>
<li>css bump <a href="https://github-redirect.dependabot.com/gulp-sourcemaps/gulp-sourcemaps/issues/380 ">#380</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="2bcfcbb110 "><code>2bcfcbb</code></a> 3.0.0</li>
<li><a href="d8bed0c282 "><code>d8bed0c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/gulp-sourcemaps/gulp-sourcemaps/issues/373 ">#373</a> from adrian3d/update/doc-gulp-4</li>
<li><a href="5686db376a "><code>5686db3</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/gulp-sourcemaps/gulp-sourcemaps/issues/380 ">#380</a> from kennyr87/<a href="https://github-redirect.dependabot.com/gulp-sourcemaps/gulp-sourcemaps/issues/378 ">gh-378</a>/upgrade-css</li>
<li><a href="2c66b2cd32 "><code>2c66b2c</code></a> Depdenency: Upgrade css to v3.0.0</li>
<li><a href="9a9289b72f "><code>9a9289b</code></a> Breaking: Drop Node <6 support & upgrade identity-map which uses changes CSS ...</li>
<li><a href="11d1e31e5a "><code>11d1e31</code></a> Update doc to gulp 4</li>
<li><a href="bd0aeb0dbb "><code>bd0aeb0</code></a> Docs: Temporarily point at phated/gulp-sourcemaps for AppVeyor badge</li>
<li><a href="7e69e97e7e "><code>7e69e97</code></a> Build: Ensure tests pass on Windows</li>
<li><a href="404eb5b396 "><code>404eb5b</code></a> Docs: Update badges</li>
<li><a href="8a22eccd53 "><code>8a22ecc</code></a> Scaffold: Convert repository to use gulp patterns (closes <a href="https://github-redirect.dependabot.com/gulp-sourcemaps/gulp-sourcemaps/issues/357 ">#357</a>) (<a href="https://github-redirect.dependabot.com/gulp-sourcemaps/gulp-sourcemaps/issues/367 ">#367</a>)</li>
<li>See full diff in <a href="https://github.com/gulp-sourcemaps/gulp-sourcemaps/compare/v2.6.5...v3.0.0 ">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
2022-11-01 18:23:50 +00:00
dependabot[bot]
fe7729b91b
⬆️ Bump swiper from 6.5.1 to 8.4.4 in /website ( #1398 )
...
Bumps [swiper](https://github.com/nolimits4web/Swiper ) from 6.5.1 to 8.4.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/nolimits4web/Swiper/releases ">swiper's releases</a>.</em></p>
<blockquote>
<h2>v8.4.4</h2>
<h3>Features</h3>
<ul>
<li>add direct JS/CSS core and bundle exports
(<a href="f519f80f1f ">f519f80</a>)</li>
</ul>
<h2>v8.4.2</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>onTouchStart.js:</strong> Fix target element assignment
(<a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/6065 ">#6065</a>)
(<a href="cb46a9a56b ">cb46a9a</a>)</li>
</ul>
<h2>v8.4.1</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>core:</strong> fix swiping over nested shadow doms
(<a href="7d09ab0066 ">7d09ab0</a>),
closes <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/6063 ">#6063</a></li>
<li><strong>react:</strong> fix issue with checking children
(<a href="37a94eaa12 ">37a94ea</a>),
closes <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/6064 ">#6064</a></li>
</ul>
<h2>v8.4.0</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>a11y:</strong> don't handle focus on pointer events
(<a href="b2516014b2 ">b251601</a>), closes
<a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/5962 ">#5962</a> <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/5814 ">#5814</a>
<a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/5524 ">#5524</a> <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/5490 ">#5490</a>
<a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/5437 ">#5437</a></li>
<li><strong>angular:</strong> slidesPerGroupAuto is missing in params list for angular (<a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/5933 ">#5933</a>)
(<a href="b80352a227 ">b80352a</a>)</li>
<li><strong>core:</strong> fix <code>beforeSlideChangeStart</code> event routing
(<a href="0e8a8b85f7 ">0e8a8b8</a>), closes
<a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/5913 ">#5913</a></li>
<li>event.path => event.composedPath
(<a href="8df7edffb8 ">8df7edf</a>), closes
<a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/5925 ">#5925</a></li>
<li><strong>types:</strong> add isLocked definition
(<a href="f2bbae60ce ">f2bbae6</a>), closes
<a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/5941 ">#5941</a></li>
<li><strong>types:</strong> add missing AutoplayMethods members (<a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/5956 ">#5956</a>)
(<a href="6220c2270a ">6220c22</a>)</li>
<li><strong>vue:</strong> fix swiperRef for Vue swiperSlide (<a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/5994 ">#5994</a>)
(<a href="a2bcbb1790 ">a2bcbb1</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>build:</strong> upgrade deps & cjs to esm (<a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/5927 ">#5927</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/nolimits4web/swiper/blob/master/CHANGELOG.md ">swiper's changelog</a>.</em></p>
<blockquote>
<h1><a href="https://github.com/nolimits4web/Swiper/compare/v8.4.3...v8.4.4 ">8.4.4</a> (2022-10-12)</h1>
<h3>Features</h3>
<ul>
<li>add direct JS/CSS core and bundle exports (<a href="f519f80f1f ">f519f80</a>)</li>
</ul>
<h1><a href="https://github.com/nolimits4web/Swiper/compare/v8.4.2...v8.4.3 ">8.4.3</a> (2022-10-06)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>a11y:</strong> don't focus slide on slide inner elements clicks (<a href="c8e22f7a3e ">c8e22f7</a>), closes <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/6116 ">#6116</a></li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>build-config:</strong> allow to custom modules by process.env.SWIPER_BUILD_MODULES (<a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/6043 ">#6043</a>) (<a href="b3c51c5ff7 ">b3c51c5</a>)</li>
<li><strong>solid:</strong> fix handling dynamic slides (<a href="708133d90c ">708133d</a>), closes <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/6031 ">#6031</a></li>
<li><strong>solid:</strong> keep solid components in <code>.jsx</code> (<a href="d7f7f65052 ">d7f7f65</a>)</li>
</ul>
<h1><a href="https://github.com/nolimits4web/Swiper/compare/v8.4.1...8.4.2 ">8.4.2</a> (2022-09-15)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>onTouchStart.js:</strong> Fix target element assignment (<a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/6065 ">#6065</a>) (<a href="cb46a9a56b ">cb46a9a</a>)</li>
</ul>
<h1><a href="https://github.com/nolimits4web/Swiper/compare/v8.4.0...v8.4.1 ">8.4.1</a> (2022-09-15)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>core:</strong> fix swiping over nested shadow doms (<a href="7d09ab0066 ">7d09ab0</a>), closes <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/6063 ">#6063</a></li>
<li><strong>react:</strong> fix issue with checking children (<a href="37a94eaa12 ">37a94ea</a>), closes <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/6064 ">#6064</a></li>
</ul>
<h1><a href="https://github.com/nolimits4web/Swiper/compare/v8.3.2...v8.4.0 ">8.4.0</a> (2022-09-14)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>a11y:</strong> don't handle focus on pointer events (<a href="b2516014b2 ">b251601</a>), closes <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/5962 ">#5962</a> <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/5814 ">#5814</a> <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/5524 ">#5524</a> <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/5490 ">#5490</a> <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/5437 ">#5437</a></li>
<li><strong>angular:</strong> slidesPerGroupAuto is missing in params list for angular (<a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/5933 ">#5933</a>) (<a href="b80352a227 ">b80352a</a>)</li>
<li><strong>core:</strong> fix <code>beforeSlideChangeStart</code> event routing (<a href="0e8a8b85f7 ">0e8a8b8</a>), closes <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/5913 ">#5913</a></li>
<li>event.path => event.composedPath (<a href="8df7edffb8 ">8df7edf</a>), closes <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/5925 ">#5925</a></li>
<li><strong>types:</strong> add isLocked definition (<a href="f2bbae60ce ">f2bbae6</a>), closes <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/5941 ">#5941</a></li>
<li><strong>types:</strong> add missing AutoplayMethods members (<a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/5956 ">#5956</a>) (<a href="6220c2270a ">6220c22</a>)</li>
<li><strong>vue:</strong> fix swiperRef for Vue swiperSlide (<a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/5994 ">#5994</a>) (<a href="a2bcbb1790 ">a2bcbb1</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>build:</strong> upgrade deps & cjs to esm (<a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/5927 ">#5927</a>) (<a href="921809b963 ">921809b</a>)</li>
<li><strong>cards-effect:</strong> add <code>perSlideRotate</code> and <code>perSlideOffset</code> parameters (<a href="db08a70fcd ">db08a70</a>), closes <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/5939 ">#5939</a></li>
<li><strong>core:</strong> new <code>loopedSlidesLimit</code> parameter to re-duplicate slides (<a href="1afa4b84b9 ">1afa4b8</a>)</li>
<li><strong>react:</strong> Allow SwiperSlide children as long as displayName includes SwiperSlide (<a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/5954 ">#5954</a>) (<a href="d1f7582633 ">d1f7582</a>)</li>
<li><strong>solid:</strong> keep solid components incompiled (<a href="18c66709a0 ">18c6670</a>), closes <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/5943 ">#5943</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="3bc5466688 "><code>3bc5466</code></a> 8.4.4 release</li>
<li><a href="f519f80f1f "><code>f519f80</code></a> feat: add direct JS/CSS core and bundle exports</li>
<li><a href="57f405e090 "><code>57f405e</code></a> 8.4.3 release</li>
<li><a href="b3c51c5ff7 "><code>b3c51c5</code></a> feat(build-config): allow to custom modules by process.env.SWIPER_BUILD_MODUL...</li>
<li><a href="739783c155 "><code>739783c</code></a> chore: fix build</li>
<li><a href="c8e22f7a3e "><code>c8e22f7</code></a> fix(a11y): don't focus slide on slide inner elements clicks</li>
<li><a href="708133d90c "><code>708133d</code></a> feat(solid): fix handling dynamic slides</li>
<li><a href="d7f7f65052 "><code>d7f7f65</code></a> feat(solid): keep solid components in <code>.jsx</code></li>
<li><a href="0f1e5dd29e "><code>0f1e5dd</code></a> 8.4.2 release</li>
<li><a href="cb46a9a56b "><code>cb46a9a</code></a> fix(onTouchStart.js): Fix target element assignment (<a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/6065 ">#6065</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/nolimits4web/Swiper/compare/v6.5.1...v8.4.4 ">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
2022-11-01 18:23:09 +00:00
ashmrtn
a64abcb702
Tag kopia snapshots for later lookups ( #1408 )
...
## Description
Add tags to each kopia snapshot that include all service/category pairs in the snapshot and all resource owners in the snapshot. This allows future snapshots to lookup existing snapshots by those tags so they can be fed into the snapshot function. Feeding previous snapshots into the snapshot function enables kopia to detect previously uploaded files and skip uploading the data again
## Type of change
<!--- Please check the type of change your PR introduces: --->
- [x] 🌻 Feature
- [ ] 🐛 Bugfix
- [ ] 🗺️ Documentation
- [ ] 🤖 Test
- [ ] 💻 CI/Deployment
- [ ] 🐹 Trivial/Minor
## Issue(s)
* #1404
## Test Plan
<!-- How will this be tested prior to merging.-->
- [ ] 💪 Manual
- [x] ⚡ Unit test
- [ ] 💚 E2E
2022-11-01 18:03:58 +00:00
Keepers
e6191f017b
replace golang purge script with powershell script ( #1364 )
...
## Description
Swap from GraphAPI-based data cleanup (which doesn't allow
us to access hidden folders like Audit retention or delete-restoration)
to powershell script-based cleanup (which allows us to make
SOAP requests against legacy exchange apis).
## Type of change
- [x] 🐛 Bugfix
- [x] 🤖 Test
## Issue(s)
* #1266
## Test Plan
- [x] 💪 Manual
- [x] 💚 E2E
2022-10-31 22:40:42 +00:00
Danny
0e29655645
GC: Container Resolver tests consolidation ( #1363 )
...
## Description
Grouping of event and contact folder caches to the same file. MailFolderCache left in a different folder until it can be decided where the tests before
<!-- Insert PR description-->
## Type of change
- [x] 🤖 Test
## Issue(s)
<!-- Can reference multiple issues. Use one of the following "magic words" - "closes, fixes" to auto-close the Github issue. -->
* #<issue>
## Test Plan
- [x] ⚡ Unit test
- [ ] 💚 E2E
2022-10-31 16:56:31 +00:00
dependabot[bot]
4b81d1b9b8
⬆️ Bump js-datepicker from 5.18.0 to 5.18.1 in /website ( #1399 )
2022-10-31 15:48:47 +00:00
dependabot[bot]
1f84b8b193
⬆️ Bump tailwindcss from 3.1.8 to 3.2.1 in /website ( #1393 )
2022-10-31 15:45:32 +00:00
dependabot[bot]
55e47bbf99
⬆️ Bump postcss from 8.4.14 to 8.4.18 in /website ( #1382 )
2022-10-31 15:40:15 +00:00
dependabot[bot]
406cf2fed1
⬆️ Bump shufflejs from 6.0.0 to 6.1.0 in /website ( #1385 )
2022-10-31 15:36:51 +00:00
dependabot[bot]
24d36bcb9a
⬆️ Bump gulp-replace from 1.0.0 to 1.1.3 in /website ( #1379 )
2022-10-31 15:33:12 +00:00
dependabot[bot]
3e3bd8e693
⬆️ Bump gulp-file-include from 2.0.1 to 2.3.0 in /website ( #1396 )
2022-10-31 15:28:29 +00:00
dependabot[bot]
15d126c2c4
⬆️ Bump sass from 1.32.12 to 1.55.0 in /website ( #1388 )
2022-10-31 15:24:14 +00:00
dependabot[bot]
3b46d6d97b
⬆️ Bump autoprefixer from 10.4.7 to 10.4.13 in /website ( #1390 )
2022-10-31 15:20:26 +00:00