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
dependabot[bot]
0cb8202dd1
⬆️ Bump jarallax from 2.0.3 to 2.0.4 in /website ( #1397 )
2022-10-31 15:16:08 +00:00
dependabot[bot]
f479c980ac
⬆️ Bump @docusaurus/preset-classic from 2.1.0 to 2.2.0 in /docs ( #1372 )
2022-10-31 15:12:04 +00:00
dependabot[bot]
0b7d46292f
⬆️ Bump mermaid from 9.1.6 to 9.1.7 in /docs ( #1369 )
2022-10-31 15:09:09 +00:00
dependabot[bot]
d87312e612
⬆️ Bump @docusaurus/core from 2.1.0 to 2.2.0 in /docs ( #1386 )
2022-10-31 15:06:40 +00:00
dependabot[bot]
8e650bfd96
⬆️ Bump sass from 1.54.8 to 1.55.0 in /docs ( #1375 )
2022-10-31 15:03:48 +00:00
Dhruv Patel
64f7d4485b
fix: move auto-merge to the right dir ( #1400 )
...
## Description
* Moves auto-merge to the correct `.github/workflows/` dir
## Type of change
<!--- Please check the type of change your PR introduces: --->
- [ ] 🌻 Feature
- [ ] 🐛 Bugfix
- [ ] 🗺️ Documentation
- [ ] 🤖 Test
- [ ] 💻 CI/Deployment
- [x] 🐹 Trivial/Minor
## Issue(s)
<!-- Can reference multiple issues. Use one of the following "magic
words" - "closes, fixes" to auto-close the Github issue. -->
N/A
## Test Plan
<!-- How will this be tested prior to merging.-->
- [x] 💪 Manual
- [ ] ⚡ Unit test
- [ ] 💚 E2E
2022-10-31 11:01:04 -04:00
Dhruv Patel
813b719951
add dependabot support for npm and go dependencies ( #1347 )
...
## Description
Adds dependabot support to `corso/src` (go).
Adds dependabot support to `corso/website` (npm).
Adds dependabot support to `corso/docs` (npm).
Adds dependabot support to `corso` for actions as well.
Warning that dependabot emails can get noisy so everyone may need to add
email rules/update repository notifications 😭
~PR limit of `5` here to test and we can increase as needed.~ Working
well in `ark`. Increased to 50 w/ auto-merge.
## Type of change
Please check the type of change your PR introduces:
- [ ] 🌻 Feature
- [ ] 🐛 Bugfix
- [ ] 🗺️ Documentation
- [ ] 🤖 Test
- [ ] 🐹 Trivial/Minor
- [x] 💰 Tech Debt
## Linear Issue(s)
<!-- use one of the following "magic words" - "closes, fixes" to link to
the Linear issue. Can reference multiple issues-->
- Fixes ALC-541
## Test Plan
Merge and see what happens (no way to currently test dependabot config).
<!-- How will this be tested prior to merging.-->
- [ ] 💪 Manual
- [ ] ⚡ Unit test
- [ ] 💚 E2E
- [x] ❌ TEST IN PROD 👀
2022-10-31 09:55:35 -04:00
Georgi Matev
cd8323fe06
Fix build.sh usage function ( #1368 )
...
## Description
Usage function not defined before use params are not properly specified
## Type of change
<!--- Please check the type of change your PR introduces: --->
- [ ] 🌻 Feature
- [x] 🐛 Bugfix
- [ ] 🗺️ Documentation
- [ ] 🤖 Test
- [ ] 💻 CI/Deployment
- [x] 🐹 Trivial/Minor
## Issue(s)
## Test Plan
<!-- How will this be tested prior to merging.-->
- [x] 💪 Manual
- [ ] ⚡ Unit test
- [ ] 💚 E2E
2022-10-31 03:43:16 +00:00
Abin Simon
e4eaf44dcd
Fix version string for binaries inside docker images ( #1323 )
...
## Description
Version reported for binaries inside docker images was incorrect. This fixes it and sets it to follow https://github.com/alcionai/corso/issues/29
## 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-10-29 04:13:30 +00:00
Niraj Tolia
18bc6b05e1
Remove Corso docs landing page ( #1367 )
...
## Description
Given that we have a website, this change removes the Docs landing page
## Type of change
- [x] 🗺️ Documentation
## Test Plan
- [x] 💪 Manual
2022-10-29 01:29:42 +00:00
Keepers
2a2af20f94
revert DPanic log to Error in support pkg ( #1340 )
...
## Description
The panic in development mode is interfering with test scrutiny and other general behavior. Errors will be reported naturally without the need for this additional panic.
## Type of change
- [x] 🤖 Test
- [x] 🐹 Trivial/Minor
## Issue(s)
* #902
## Test Plan
- [x] 💚 E2E
2022-10-28 13:32:47 +00:00
Abin Simon
8900f6dff9
Push docs to root instead of /preview ( #1351 )
...
## Description
Push docs to root instead of /preview
## 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. -->
* fixes https://github.com/alcionai/corso/issues/1327
## Test Plan
<!-- How will this be tested prior to merging.-->
- [x] 💪 Manual
- [ ] ⚡ Unit test
- [ ] 💚 E2E
2022-10-28 04:29:07 +00:00
Abin Simon
a7d9170c61
Fix v prefix in binaries created by goreleaser ( #1350 )
...
## Description
By default goreleaser trims it from the generated filename.
## 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. -->
* fixes https://github.com/alcionai/corso/issues/1326
## Test Plan
<!-- How will this be tested prior to merging.-->
- [x] 💪 Manual
- [ ] ⚡ Unit test
- [ ] 💚 E2E
2022-10-28 04:11:51 +00:00
Keepers
a31b01458c
flush logs on cmd failure ( #1338 )
...
## Description
The secondary scripts in corso (factory, purge, etc) are not currently flushing their logs if an error occurrs since os.Exit(1) kills the current process without alloting time for deferred funcs to run.
## Type of change
- [x] 🐛 Bugfix
## Issue(s)
* #902
## Test Plan
- [x] 💚 E2E
2022-10-27 22:57:05 +00:00
Niraj Tolia
b7a7b22f94
Fix minor website issues ( #1354 )
...
## Description
Fixes a typo and a hyphenation issue
## Type of change
- [x] 🐛 Bugfix
- [x] 🐹 Trivial/Minor
## Test Plan
- [x] 💪 Manual
2022-10-27 18:55:19 +00:00
Danny
6ddf02cf50
GC: Restore: MockEvent w/ Attachment ( #1345 )
...
## Description
Adds feature to be able to create mock events with attachments
<!-- Insert PR description-->
## Type of change
<!--- Please check the type of change your PR introduces: --->
- [x] 🌻 Feature
## Issue(s)
<!-- Can reference multiple issues. Use one of the following "magic words" - "closes, fixes" to auto-close the Github issue. -->
* closes #1005 <issue>
## Test Plan
Testing:
```
internal/connector/exchange$ go test -v . --run TestExchangeServiceSuite/TestRestoreExchangeObject/Test_Event_with_Attachment
```
- [x] ⚡ Unit test
2022-10-27 18:54:29 +00:00
Keepers
953f038395
Add AWS X-Ray support ( #1111 )
...
## Description
Add aws xray observability tooling, plus ways to quickly and
easily run the tools/load tests. Next steps are 1/ running the
daemon container alongside the load tests within github, and
2/ creating client credentials in aws's xray service so that
gathered trace info is propagated from the daemon proxy
to the xray service.
## Type of change
- [x] 🤖 Test
- [x] 💻 CI/Deployment
## Issue(s)
* #902
## Test Plan
- [x] 💪 Manual
- [x] 💚 E2E
2022-10-27 17:55:50 +00:00
Keepers
3fa45009cb
hand corso logger to rudderstack ( #1325 )
...
## Description
Use the corso logger in analytics, to allow control
over log outputs from that package.
## Type of change
- [x] 🐹 Trivial/Minor
## Issue(s)
* #1324
## Test Plan
- [x] 💪 Manual
2022-10-27 15:47:26 +00:00
Vaibhav Kamra
ba7344b963
Do not add README to the released archives ( #1337 )
...
## Description
Overrides default goreleaser behavior and skips adding any files to the archive other than the binary
See https://goreleaser.com/customization/archive/#packaging-only-the-binaries
## Type of change
<!--- Please check the type of change your PR introduces: --->
- [ ] 🌻 Feature
- [ ] 🐛 Bugfix
- [ ] 🗺️ Documentation
- [ ] 🤖 Test
- [ ] 💻 CI/Deployment
- [x] 🐹 Trivial/Minor
2022-10-27 05:43:27 +00:00
dependabot[bot]
bd0a998ebd
⬆️ Bump swiper from 4.5.0 to 6.5.1 in /website ( #1348 )
...
Bumps [swiper](https://github.com/nolimits4web/Swiper ) from 4.5.0 to 6.5.1.
<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/v6.5.0...v6.5.1 ">6.5.1</a> (2021-03-29)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>a11y:</strong> correct <code>aria-roledescription</code> attribute name (<a href="1b73c3b82d ">1b73c3b</a>), closes <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/4371 ">#4371</a></li>
<li><strong>core:</strong> fixed <strong>proto</strong> pollution (<a href="ec358deab7 ">ec358de</a>)</li>
<li><strong>core:</strong> fixed <strong>proto</strong> pollution (<a href="9dad2739b7 ">9dad273</a>)</li>
<li>isObject cross window (<a href="7c36077c5e ">7c36077</a>)</li>
<li>isObject cross window (<a href="95b5dfe16e ">95b5dfe</a>)</li>
<li>update virtual slides (<a href="e33242ce41 ">e33242c</a>)</li>
<li><strong>core:</strong> replace unsupported Object.entries (<a href="6dff71dd3c ">6dff71d</a>), closes <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/4341 ">#4341</a></li>
<li><strong>core:</strong> use <code>getComputedStyle</code> helper (<a href="9698e58101 ">9698e58</a>), closes <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/4337 ">#4337</a></li>
</ul>
<h3>Features</h3>
<ul>
<li>a11y.slideLabelMessage (<a href="9fd6e68382 ">9fd6e68</a>)</li>
<li>custom html element support (<a href="f96db02f50 ">f96db02</a>)</li>
<li><strong>navigation:</strong> set <code>disabled</code> prop on nav element if it is a <code><button></code> element (<a href="7536fbda91 ">7536fbd</a>), closes <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/4312 ">#4312</a></li>
</ul>
<h1><a href="https://github.com/nolimits4web/Swiper/compare/v6.4.15...v6.5.0 ">6.5.0</a> (2021-03-05)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>a11y:</strong> space should trigger role button (<a href="3d4039bbfa ">3d4039b</a>)</li>
<li><strong>core:</strong> correctly update slideIndex when other elements are present in slides wrapper (<a href="21e7713861 ">21e7713</a>)</li>
<li><strong>core:</strong> don't toggle zoom during transition (<a href="16f185e544 ">16f185e</a>), closes <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/4259 ">#4259</a></li>
<li><strong>core:</strong> don't try to move slider when it is locked (<a href="51fd048266 ">51fd048</a>), closes <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/4284 ">#4284</a></li>
<li><strong>e2e:</strong> initSwiper (<a href="9915f8b869 ">9915f8b</a>)</li>
<li><strong>lazy:</strong> fixed issue with lazy loading when freeMode stops without momentum (<a href="82bcc5cc2e ">82bcc5c</a>), closes <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/4274 ">#4274</a> <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/4275 ">#4275</a></li>
<li><strong>navigation:</strong> don't hide navigation on pagination click (<a href="7b7cccf610 ">7b7cccf</a>), closes <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/4285 ">#4285</a></li>
<li><strong>pagination:</strong> don't hide pagination on navigation click (<a href="68b8a935a9 ">68b8a93</a>), closes <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/4285 ">#4285</a></li>
<li><strong>svelte:</strong> fix Svelte cjs exports (<a href="478289ce2c ">478289c</a>), closes <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/4297 ">#4297</a></li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>components:</strong> added "resizeObserver" boolean option/prop to enable ResizeObserver (<a href="f03ffbb0ed ">f03ffbb</a>), closes <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/4244 ">#4244</a></li>
<li><strong>core:</strong> added support to use ResizeObserver with new "resizeObserver" parameter (<a href="5f8005274e ">5f80052</a>), closes <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/4244 ">#4244</a></li>
<li><strong>core:</strong> possible to enable breakpoints based on container width (instead of window width) (<a href="42db86d209 ">42db86d</a>), closes <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/4244 ">#4244</a></li>
<li>init cypress (<a href="6159524bc3 ">6159524</a>)</li>
</ul>
<h1><a href="https://github.com/nolimits4web/Swiper/compare/v6.4.14...v6.4.15 ">6.4.15</a> (2021-02-18)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>angular, vue, svelte:</strong> add 'observer', etc. to params-list (<a href="8f1cd290f5 ">8f1cd29</a>)</li>
<li><strong>core:</strong> correctly store class names (<a href="02265ec7a9 ">02265ec</a>), closes <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/4247 ">#4247</a></li>
</ul>
<h1><a href="https://github.com/nolimits4web/Swiper/compare/v6.4.12...v6.4.14 ">6.4.14</a> (2021-02-17)</h1>
<h3>Bug Fixes</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="29aee04243 "><code>29aee04</code></a> 6.5.1 release</li>
<li><a href="93bb86d420 "><code>93bb86d</code></a> Merge branch 'master' of <a href="https://github.com/nolimits4web/swiper ">https://github.com/nolimits4web/swiper </a></li>
<li><a href="ec358deab7 "><code>ec358de</code></a> fix(core): fixed <strong>proto</strong> pollution</li>
<li><a href="9cd8f827d1 "><code>9cd8f82</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/4378 ">#4378</a> from andymark-by/patch-2</li>
<li><a href="4d203eb740 "><code>4d203eb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/nolimits4web/Swiper/issues/4379 ">#4379</a> from andymark-by/patch-1</li>
<li><a href="15a9dbea3b "><code>15a9dbe</code></a> Fix postcss 8 error</li>
<li><a href="2f18e00952 "><code>2f18e00</code></a> fix postcss 8 error</li>
<li><a href="c19ecafc7f "><code>c19ecaf</code></a> chore(e2e): fix a11y test to look for a new attribute</li>
<li><a href="1b73c3b82d "><code>1b73c3b</code></a> fix(a11y): correct <code>aria-roledescription</code> attribute name</li>
<li><a href="985146aad8 "><code>985146a</code></a> Merge branch 'master' of <a href="https://github.com/nolimits4web/swiper ">https://github.com/nolimits4web/swiper </a></li>
<li>Additional commits viewable in <a href="https://github.com/nolimits4web/Swiper/compare/v4.5.0...v6.5.1 ">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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/alcionai/corso/network/alerts ).
</details>
2022-10-26 23:11:50 +00:00
Niraj Tolia
af35fb51b6
Add Twitter card for docs ( #1330 )
...
## Description
Adds metadata for Twitter cards to Docusaurus
## Type of change
- [x] 🗺️ Documentation
2022-10-26 23:08:19 +00:00
Keepers
1bc3210c97
add rolling data production to load test ( #1339 )
...
## Description
Adds production of 10 exchange items of each type, only for the load_test user, every time the load tests succeed. Also migrates that user ID out to a secret value stored in github.
## Type of change
- [x] 🤖 Test
## Issue(s)
* #902
## Test Plan
- [x] 💚 E2E
2022-10-26 21:56:32 +00:00
Keepers
77c703cee9
add scope category to path cat type func ( #1344 )
...
## Description
Builds a scope.Category() -> path.CategoryType trans- former func into scopes to standardize the relationship between the two properties.
## Type of change
- [x] 🌻 Feature
## Issue(s)
* #1133
## Test Plan
- [x] ⚡ Unit test
2022-10-26 21:43:35 +00:00
Keepers
8559c0530b
export repoExists error from repository ( #1335 )
...
## Description
Intercept the lower-level RepoAlreadyExists error, and field a repository package version of the same error for sdk consumers to identify when initializing corso repos.
## Type of change
- [x] 🌻 Feature
## Issue(s)
* #1136
## Test Plan
- [x] 💪 Manual
- [x] 💚 E2E
2022-10-26 14:49:13 +00:00
Keepers
8ddbc16077
Add GetID() to model.BaseModel ( #1336 )
...
## Type of change
- [x] 🐹 Trivial/Minor
## Issue(s)
* #1334
## Test Plan
- [x] ⚡ Unit test
2022-10-25 23:46:49 +00:00
Keepers
efd697f522
minro cleanup on duplicated load test code ( #1333 )
...
## Type of change
- [x] 🐹 Trivial/Minor
## Issue(s)
* #902
## Test Plan
- [x] 💚 E2E
2022-10-25 21:38:04 +00:00