diff --git a/.circleci/release-tweet.sh b/.circleci/release-tweet.sh deleted file mode 100755 index 1f2e339d..00000000 --- a/.circleci/release-tweet.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash -eu - -status="Nevergreen v${VERSION} ${VERSION_NAME} has been released! Find out more from /~https://github.com/build-canaries/nevergreen" - -echo "${status}" - -#curl -v \ -# -X POST \ -# -u${TWITTER_USERNAME}:${TWITTER_PASSWORD} \ -# -d status="${status}" \ -# "https://api.twitter.com/1.1/statuses/update.json" diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index eb4b71fc..fb947737 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -12,7 +12,7 @@ pulling them from CDNs. We do not maintain older versions of Nevergreen, we always roll new features, improvements and bug fixes (if they still exist!) into newer versions of Nevergreen. If for some reason you can't or don't want to update to a newer version, -then you'll need to fork and make the changes yourself. Feel free to jump onto chat if you'd like some advice from the +then you'll need to fork and make the changes yourself. Feel free to ask questions if you'd like some advice from the team. We assume our users are very technical and have control over the environment Nevergreen is running on. For this reason @@ -39,8 +39,7 @@ For more specific information about building and running, see the wiki [contribu #### Questions? -Feel free to ask any question in [chat](https://join.slack.com/t/nevergreen/shared_invite/enQtMzc4MDg5MTE2MDE2LWJjYjdiNDM4Y2U1YjBjZTdkZjFhZGQyOTM5ODQ2MzEwZDY4YjNiZDFmOTFlMGUwOWEyMjczNmUzNTlkZDk4ZmQ) or -on [Twitter](https://twitter.com/BuildCanaries). +Feel free to ask any question on [GitHub](/~https://github.com/build-canaries/nevergreen/discussions). Thanks! diff --git a/README.md b/README.md index c49432a8..b54a86ca 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,7 @@ More information about how to get the CCTray XML feed for your CI server can be ### How can I get more help? - [The Nevergreen wiki](/~https://github.com/build-canaries/nevergreen/wiki) -- [Tweet to @BuildCanaries](https://twitter.com/BuildCanaries) on Twitter -- [Come chat to us on Slack](https://join.slack.com/t/nevergreen/shared_invite/zt-4towhx0w-7o6wJp0R_LwqXhGXb4niIA) +- [Ask questions on GitHub](/~https://github.com/build-canaries/nevergreen/discussions) - Nevergreen has built in help that can be accessed from the menu or by pressing the `h` key ## How can I fix a bug / add a feature / contribute? @@ -49,6 +48,6 @@ You can also help us out by taking this [short usage survey](https://build-canar ## License -Copyright © 2014 - 2023 Build Canaries +Copyright © 2014 - 2024 Build Canaries Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version. diff --git a/src/client/common/icons/Twitter.tsx b/src/client/common/icons/Twitter.tsx deleted file mode 100644 index 3e5b3ce1..00000000 --- a/src/client/common/icons/Twitter.tsx +++ /dev/null @@ -1,13 +0,0 @@ -import type { ReactElement, SVGProps } from 'react' -import { Icon } from './Icon' - -export function Twitter(props: SVGProps): ReactElement { - return ( - - - - ) -} diff --git a/src/client/footer/AboutPage.tsx b/src/client/footer/AboutPage.tsx index 441c2d35..d2acf10c 100644 --- a/src/client/footer/AboutPage.tsx +++ b/src/client/footer/AboutPage.tsx @@ -1,7 +1,6 @@ import type { ReactElement } from 'react' import { ExternalLink } from '../common/ExternalLink' import { SubmitAnIssue } from './SubmitAnIssue' -import { Twitter } from '../common/icons/Twitter' import { GitHubLogo } from '../common/icons/GitHubLogo' import { Page } from '../common/Page' import version from '../../../resources/version.txt' @@ -16,13 +15,6 @@ export function AboutPage(): ReactElement { return (

Nevergreen {versionWithName} by Build Canaries.

-

- - - Follow Build Canaries on Twitter for news and updates - - . -

diff --git a/src/client/index.html b/src/client/index.html index 0274fdd5..febf5f5e 100644 --- a/src/client/index.html +++ b/src/client/index.html @@ -19,8 +19,6 @@ property="og:image" content="https://raw.githubusercontent.com/build-canaries/nevergreen/main/doc/screenshot_monitor.png" /> - - diff --git a/src/client/styleGuide/Icons.tsx b/src/client/styleGuide/Icons.tsx index 8e749e99..ccf4b578 100644 --- a/src/client/styleGuide/Icons.tsx +++ b/src/client/styleGuide/Icons.tsx @@ -23,7 +23,6 @@ import { Play } from '../common/icons/Play' import { Plus } from '../common/icons/Plus' import { Question } from '../common/icons/Question' import { Stop } from '../common/icons/Stop' -import { Twitter } from '../common/icons/Twitter' import { Unlocked } from '../common/icons/Unlocked' import { FolderOpen } from '../common/icons/FolderOpen' import { Warning } from '../common/icons/Warning' @@ -190,10 +189,6 @@ export function Icons(): ReactElement { stop - - - twitter - unlocked