[PR] blog/src: remove trailing whitespace from css,md,tsx files [cloudstack-www]
jbampton opened a new pull request, #239: URL: https://github.com/apache/cloudstack-www/pull/239 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] blog/src: remove trailing whitespace from css,md,tsx files [cloudstack-www]
DaanHoogland merged PR #239: URL: https://github.com/apache/cloudstack-www/pull/239 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] blog: fix spelling [cloudstack-www]
DaanHoogland merged PR #238: URL: https://github.com/apache/cloudstack-www/pull/238 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] Bump micromatch from 4.0.5 to 4.0.8 [cloudstack-www]
DaanHoogland merged PR #233: URL: https://github.com/apache/cloudstack-www/pull/233 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[PR] Bump braces from 3.0.2 to 3.0.3 [cloudstack-www]
dependabot[bot] opened a new pull request, #240: URL: https://github.com/apache/cloudstack-www/pull/240 Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits https://github.com/micromatch/braces/commit/74b2db2938fad48a2ea54a9c8bf27a37a62c350d";>74b2db2 3.0.3 https://github.com/micromatch/braces/commit/88f1429a0f47e1dd3813de35211fc97ffda27f9e";>88f1429 update eslint. lint, fix unit tests. https://github.com/micromatch/braces/commit/415d660c3002d1ab7e63dbf490c9851da80596ff";>415d660 Snyk js braces 6838727 (https://redirect.github.com/micromatch/braces/issues/40";>#40) https://github.com/micromatch/braces/commit/190510f79db1adf21d92798b0bb6fccc1f72c9d6";>190510f fix tests, skip 1 test in test/braces.expand https://github.com/micromatch/braces/commit/716eb9f12d820b145a831ad678618731927e8856";>716eb9f readme bump https://github.com/micromatch/braces/commit/a5851e57f45c3431a94d83fc565754bc10f5bbc3";>a5851e5 Merge pull request https://redirect.github.com/micromatch/braces/issues/37";>#37 from coderaiser/fix/vulnerability https://github.com/micromatch/braces/commit/2092bd1fb108d2c59bd62e243b70ad98db961538";>2092bd1 feature: braces: add maxSymbols (https://github.com/micromatch/braces/issues/";>https://github.com/micromatch/braces/issues/... https://github.com/micromatch/braces/commit/9f5b4cf47329351bcb64287223ffb6ecc9a5e6d3";>9f5b4cf fix: vulnerability (https://security.snyk.io/vuln/SNYK-JS-BRACES-6838727";>https://security.snyk.io/vuln/SNYK-JS-BRACES-6838727) https://github.com/micromatch/braces/commit/98414f9f1fabe021736e26836d8306d5de747e0d";>98414f9 remove funding file https://github.com/micromatch/braces/commit/665ab5d561c017a38ba7aafd92cc6655b91d8c14";>665ab5d update keepEscaping doc (https://redirect.github.com/micromatch/braces/issues/27";>#27) Additional commits viewable in https://github.com/micromatch/braces/compare/3.0.2...3.0.3";>compare view [](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) --- Dependabot commands and options 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/cloudstack-www/network/alerts). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] Add `pre-commit` and the `trailing-whitespace` hook [cloudstack-www]
DaanHoogland commented on code in PR #241: URL: https://github.com/apache/cloudstack-www/pull/241#discussion_r1763008293 ## .github/workflows/test.yml: ## @@ -0,0 +1,30 @@ +name: Test Review Comment: can we think of a better name than Test? also licence missing -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[PR] Use consistent workflow file extensions [cloudstack-www]
jbampton opened a new pull request, #242: URL: https://github.com/apache/cloudstack-www/pull/242 refs https://github.com/apache/cloudstack/tree/main/.github/workflows -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[PR] blog/src: fix spelling [cloudstack-www]
jbampton opened a new pull request, #243: URL: https://github.com/apache/cloudstack-www/pull/243 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] blog/src: fix grammar and spelling [cloudstack-www]
DaanHoogland merged PR #243: URL: https://github.com/apache/cloudstack-www/pull/243 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] blog/src: fix grammar and spelling [cloudstack-www]
DaanHoogland commented on code in PR #243: URL: https://github.com/apache/cloudstack-www/pull/243#discussion_r1763424652 ## src/pages/security.md: ## @@ -45,7 +45,7 @@ the issue in a non-public manner, and made public at the appropriate time. Procedure for Responding to Potential Security Issues -We're follow the Apache Security Team's procedures documented +We're following the Apache Security Team's procedures documented Review Comment: ```suggestion We follow the Apache Security Team's procedures documented ``` ?? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] blog/src: fix grammar and spelling [cloudstack-www]
DaanHoogland commented on PR #243: URL: https://github.com/apache/cloudstack-www/pull/243#issuecomment-2356272279 btw @jbampton, this seems work in progress. should it be a draft? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[PR] Update the "Who we are" page; use Committers component [cloudstack-www]
jbampton opened a new pull request, #244: URL: https://github.com/apache/cloudstack-www/pull/244 Stuck on the CSS for title and centering the page Currently looks like this locally:  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] blog/src: fix grammar and spelling [cloudstack-www]
jbampton commented on PR #243: URL: https://github.com/apache/cloudstack-www/pull/243#issuecomment-2356610584 Ready to merge now @DaanHoogland -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[PR] docusaurus.config.js: fix website menu link [cloudstack-www]
jbampton opened a new pull request, #245: URL: https://github.com/apache/cloudstack-www/pull/245 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] docusaurus.config.js: fix website menu link [cloudstack-www]
jbampton commented on PR #245: URL: https://github.com/apache/cloudstack-www/pull/245#issuecomment-2356771807 See the 404 page: - Click on: `Users -> Case Studies` - Then click on: `Users -> Case Studies` again  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[PR] Fix JS console warnings: Invalid DOM properties in js,mdx,tsx files [cloudstack-www]
jbampton opened a new pull request, #246: URL: https://github.com/apache/cloudstack-www/pull/246 https://stackoverflow.com/questions/30968113/warning-unknown-dom-property-class-did-you-mean-classname Warnings seen in the web browser JS console on full page reloads. To reproduce the warnings in Firefox Desktop browser locally: - use branch `staging-site` and `yarn start` the website - open the web developer tools and then the console tab and reload the pages to see the warnings Whilst the site still works the warnings fill up the browser console with lots of messages and make it harder to debug and develop. We should also use the correct "react" syntax. Example:  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[PR] Remove register buttons from past events [cloudstack-www]
jbampton opened a new pull request, #247: URL: https://github.com/apache/cloudstack-www/pull/247 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org