Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(community): migrate discord to slack #3480

Merged
merged 10 commits into from
Jan 2, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- uses: goreleaser/goreleaser-action@v4
with:
distribution: goreleaser-pro
version: v1.22.0
version: v1.23.0
args: release --clean --skip=announce -f .goreleaser.demo.yaml
env:
VERSION: ${{ github.ref_name}}-demo
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
with:
distribution: goreleaser-pro
version: v1.22.0
version: v1.23.0
args: release --clean --split --nightly
env:
GOOS: ${{ matrix.GOOS }}
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
with:
distribution: goreleaser-pro
version: v1.22.0
version: v1.23.0
args: continue --merge
env:
VERSION: sha-${{ env.sha_short }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
if: steps.cache-docker-build.outputs.cache-hit != 'true'
with:
distribution: goreleaser-pro
version: v1.22.0
version: v1.23.0
args: release --skip=announce --snapshot -f .goreleaser.dev.yaml
- name: Move binaries to known location
if: steps.cache-docker-build.outputs.cache-hit != 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
with:
distribution: goreleaser-pro
version: v1.22.0
version: v1.23.0
args: release --clean -f .goreleaser.rc.yaml
env:
VERSION: ${{ github.ref_name}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
with:
distribution: goreleaser-pro
version: v1.22.0
version: v1.23.0
args: release --clean
env:
VERSION: ${{ github.ref_name}}
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Thank you for looking at this. We, at Tracetest, are really excited to have you contribute on the project with us.

The main lines of communication with our team are through [Github issues](https://github.com/kubeshop/tracetest/issues/new/choose) or [Discord](https://discord.gg/eBvEQRVyKX). Feel free to ask any questions!
The main lines of communication with our team are through [Github issues](https://github.com/kubeshop/tracetest/issues/new/choose) or [Slack](https://dub.sh/tracetest-community). Feel free to ask any questions!

## Developing

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION?=dev
TAG?=$(VERSION)
GORELEASER_VERSION=1.22.0-pro
GORELEASER_VERSION=1.23.0-pro

PROJECT_ROOT=${PWD}

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<a href="https://docs.tracetest.io/examples-tutorials/overview">Tutorials</a>&nbsp;|&nbsp;
<a href="https://docs.tracetest.io/examples-tutorials/recipes">Recipes</a>&nbsp;|&nbsp;
<a href="https://github.com/kubeshop/tracetest/tree/main/examples">Examples</a>&nbsp;|&nbsp;
<a href="https://discord.gg/eBvEQRVyKX">Discord</a>&nbsp;|&nbsp;
<a href="https://dub.sh/tracetest-community">Slack</a>&nbsp;|&nbsp;
<a href="https://tracetest.io/blog">Blog</a>&nbsp;|&nbsp;
<a href="https://tracetest.io">Website</a>
</p>
Expand Down Expand Up @@ -63,8 +63,8 @@
<a href="https://tracetest.io/community">
<img src="https://img.shields.io/badge/Join-Community!-purple" alt="Join our Community!" />
</a>
<a href="https://discord.gg/8MtcMrQNbX">
<img src="https://img.shields.io/badge/Chat-on Discord!-red" alt="Talk to us on Discord!" />
<a href="https://dub.sh/tracetest-community">
<img src="https://img.shields.io/badge/Chat-on Slack!-red" alt="Talk to us on Slack!" />
</a>
<a href="https://hub.docker.com/r/kubeshop/tracetest"><img title="Docker Pulls" src="https://img.shields.io/docker/pulls/kubeshop/tracetest?logo=docker"/></a>
<a href="https://hub.docker.com/r/kubeshop/tracetest/tags?page=1&name=latest"><img title="Docker Image Size" src="https://img.shields.io/docker/image-size/kubeshop/tracetest/latest?logo=docker&label='kubeshop/tracetest:latest' image size"/></a>
Expand Down Expand Up @@ -275,7 +275,7 @@ Have an idea to improve Tracetest?
You can:

- [Create an issue here](https://github.com/kubeshop/tracetest/issues/new/choose)!
- Join our [Discord](https://discord.gg/eBvEQRVyKX), and ask us any questions there.
- Join our [Slack](https://dub.sh/tracetest-community), and ask us any questions there.
- Follow us on [Twitter at @tracetest_io](https://twitter.com/tracetest_io) for updates.
- Give us a ⭐️ on Github if you like what we're doing!

Expand Down
2 changes: 1 addition & 1 deletion cli/installer/installer.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ and configuring your system with all the requirements, so you can start TraceTes
To get more info about TraceTest, you can check our docs at https://kubeshop.github.io/tracetest/

If you have any issues, please let us know by creating an issue (https://github.com/kubeshop/tracetest/issues/new/choose)
or reach us on Discord https://discord.gg/6zupCZFQbe
or reach us on Slack https://dub.sh/tracetest-community

`)

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/ci-cd-automation/github-actions-pipeline.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -504,4 +504,4 @@ spec:
- phAZcrT4B
```

Feel free to check out our [docs](https://docs.tracetest.io/), and join our [Discord Community](https://discord.gg/8MtcMrQNbX) for more info!
Feel free to check out our [docs](https://docs.tracetest.io/), and join our [Slack Community](https://dub.sh/tracetest-community) for more info!
Original file line number Diff line number Diff line change
Expand Up @@ -262,4 +262,4 @@ Start creating tests! Make sure to use the `http://app:8080/` url in your test c

## Learn more

Feel free to check out our [examples in GitHub](https://github.com/kubeshop/tracetest/tree/main/examples), and join our [Discord Community](https://discord.gg/8MtcMrQNbX) for more info!
Feel free to check out our [examples in GitHub](https://github.com/kubeshop/tracetest/tree/main/examples), and join our [Slack Community](https://dub.sh/tracetest-community) for more info!
Original file line number Diff line number Diff line change
Expand Up @@ -296,4 +296,4 @@ Now that all of the required services and infra have been created, you can start

## Learn More

Check out our [examples on GitHub](https://github.com/kubeshop/tracetest/tree/main/examples) and join our [Discord Community](https://discord.gg/8MtcMrQNbX) for more info!
Check out our [examples on GitHub](https://github.com/kubeshop/tracetest/tree/main/examples) and join our [Slack Community](https://dub.sh/tracetest-community) for more info!
Original file line number Diff line number Diff line change
Expand Up @@ -239,4 +239,4 @@ Make sure to use the `http://app:3000/` url in your test creation, because your

## Learn More

Please visit our [examples in GitHub](https://github.com/kubeshop/tracetest/tree/main/examples) and join our [Discord Community](https://discord.gg/8MtcMrQNbX) for more info!
Please visit our [examples in GitHub](https://github.com/kubeshop/tracetest/tree/main/examples) and join our [Slack Community](https://dub.sh/tracetest-community) for more info!
Original file line number Diff line number Diff line change
Expand Up @@ -333,4 +333,4 @@ Make sure to use the `http://demo-api:8081/` url in your test creation, because

## Learn More

Please visit our [examples in GitHub](https://github.com/kubeshop/tracetest/tree/main/examples) and join our [Discord Community](https://discord.gg/8MtcMrQNbX) for more info!
Please visit our [examples in GitHub](https://github.com/kubeshop/tracetest/tree/main/examples) and join our [Slack Community](https://dub.sh/tracetest-community) for more info!
Original file line number Diff line number Diff line change
Expand Up @@ -210,4 +210,4 @@ Make sure to use the `http://app:3000/` URL in your test creation because your N

## Learn More

Please visit our [examples in GitHub](https://github.com/kubeshop/tracetest/tree/main/examples) and join our [Discord Community](https://discord.gg/8MtcMrQNbX) for more info!
Please visit our [examples in GitHub](https://github.com/kubeshop/tracetest/tree/main/examples) and join our [Slack Community](https://dub.sh/tracetest-community) for more info!
Original file line number Diff line number Diff line change
Expand Up @@ -246,4 +246,4 @@ Make sure to use the `http://app:3000/` URL in your test creation because your N

## Learn More

Please visit our [examples in GitHub](https://github.com/kubeshop/tracetest/tree/main/examples) and join our [Discord Community](https://discord.gg/8MtcMrQNbX) for more info!
Please visit our [examples in GitHub](https://github.com/kubeshop/tracetest/tree/main/examples) and join our [Slack Community](https://dub.sh/tracetest-community) for more info!
Original file line number Diff line number Diff line change
Expand Up @@ -333,4 +333,4 @@ Make sure to use the `http://demo-api:8081/` url in your test creation, because

## Learn More

Please visit our [examples in GitHub](https://github.com/kubeshop/tracetest/tree/main/examples) and join our [Discord Community](https://discord.gg/8MtcMrQNbX) for more info!
Please visit our [examples in GitHub](https://github.com/kubeshop/tracetest/tree/main/examples) and join our [Slack Community](https://dub.sh/tracetest-community) for more info!
Original file line number Diff line number Diff line change
Expand Up @@ -210,4 +210,4 @@ Make sure to use the `http://app:3000/` URL in your test creation because your N

## Learn More

Please visit our [examples in GitHub](https://github.com/kubeshop/tracetest/tree/main/examples) and join our [Discord Community](https://discord.gg/8MtcMrQNbX) for more info!
Please visit our [examples in GitHub](https://github.com/kubeshop/tracetest/tree/main/examples) and join our [Slack Community](https://dub.sh/tracetest-community) for more info!
Original file line number Diff line number Diff line change
Expand Up @@ -365,4 +365,4 @@ With Datadog and Tracetest, you get the best of both worlds. You can run trace-b

## Learn more

Feel free to check out our [examples in GitHub](https://github.com/kubeshop/tracetest/tree/main/examples) and join our [Discord Community](https://discord.gg/8MtcMrQNbX) for more info!
Feel free to check out our [examples in GitHub](https://github.com/kubeshop/tracetest/tree/main/examples) and join our [Slack Community](https://dub.sh/tracetest-community) for more info!
Original file line number Diff line number Diff line change
Expand Up @@ -409,4 +409,4 @@ The combination of Dynatrace and Tracetest is extremely powerful. Ingest your tr

## Learn more

Feel free to check out our [examples in GitHub](https://github.com/kubeshop/tracetest/tree/main/examples) and join our [Discord Community](https://discord.gg/8MtcMrQNbX) for more info!
Feel free to check out our [examples in GitHub](https://github.com/kubeshop/tracetest/tree/main/examples) and join our [Slack Community](https://dub.sh/tracetest-community) for more info!
Original file line number Diff line number Diff line change
Expand Up @@ -224,4 +224,4 @@ docker rmi quick-start-nodejs:latest

## Learn More

Feel free to check out our [examples in GitHub](https://github.com/kubeshop/tracetest/tree/main/examples) and join our [Discord Community](https://discord.gg/8MtcMrQNbX) for more info!
Feel free to check out our [examples in GitHub](https://github.com/kubeshop/tracetest/tree/main/examples) and join our [Slack Community](https://dub.sh/tracetest-community) for more info!
Original file line number Diff line number Diff line change
Expand Up @@ -353,4 +353,4 @@ With Honeycomb and Tracetest, you get the best of both worlds. You can run trace

## Learn More

Feel free to check out our [examples in GitHub](https://github.com/kubeshop/tracetest/tree/main/examples) and join our [Discord Community](https://discord.gg/8MtcMrQNbX) for more info!
Feel free to check out our [examples in GitHub](https://github.com/kubeshop/tracetest/tree/main/examples) and join our [Slack Community](https://dub.sh/tracetest-community) for more info!
Original file line number Diff line number Diff line change
Expand Up @@ -315,4 +315,4 @@ Open the URL and start creating tests! Make sure to use the `http://app:8080/` U

## Learn More

Feel free to check out our [examples in GitHub](https://github.com/kubeshop/tracetest/tree/main/examples) and join our [Discord Community](https://discord.gg/8MtcMrQNbX) for more info!
Feel free to check out our [examples in GitHub](https://github.com/kubeshop/tracetest/tree/main/examples) and join our [Slack Community](https://dub.sh/tracetest-community) for more info!
Original file line number Diff line number Diff line change
Expand Up @@ -347,4 +347,4 @@ With Lightstep and Tracetest, you get the best of both worlds. You can run trace

## Learn More

Feel free to check out our [examples in GitHub](https://github.com/kubeshop/tracetest/tree/main/examples) and join our [Discord Community](https://discord.gg/8MtcMrQNbX) for more info!
Feel free to check out our [examples in GitHub](https://github.com/kubeshop/tracetest/tree/main/examples) and join our [Slack Community](https://dub.sh/tracetest-community) for more info!
Original file line number Diff line number Diff line change
Expand Up @@ -356,4 +356,4 @@ With New Relic and Tracetest, you get the best of both worlds. You can run trace

## Learn More

Feel free to check out our [examples in GitHub](https://github.com/kubeshop/tracetest/tree/main/examples) and join our [Discord Community](https://discord.gg/8MtcMrQNbX) for more info!
Feel free to check out our [examples in GitHub](https://github.com/kubeshop/tracetest/tree/main/examples) and join our [Slack Community](https://dub.sh/tracetest-community) for more info!
Original file line number Diff line number Diff line change
Expand Up @@ -332,4 +332,4 @@ Open the URL and start creating tests! Make sure to use the `http://app:8080/` U

## Learn More

Feel free to check out our [examples in GitHub](https://github.com/kubeshop/tracetest/tree/main/examples) and join our [Discord Community](https://discord.gg/8MtcMrQNbX) for more info!
Feel free to check out our [examples in GitHub](https://github.com/kubeshop/tracetest/tree/main/examples) and join our [Slack Community](https://dub.sh/tracetest-community) for more info!
Original file line number Diff line number Diff line change
Expand Up @@ -650,4 +650,4 @@ With SigNoz and Tracetest, you get the best of both worlds. You can run trace-ba

## Learn More

Please visit our [examples in GitHub](https://github.com/kubeshop/tracetest/tree/main/examples) and join our [Discord Community](https://discord.gg/8MtcMrQNbX) for more info!
Please visit our [examples in GitHub](https://github.com/kubeshop/tracetest/tree/main/examples) and join our [Slack Community](https://dub.sh/tracetest-community) for more info!
Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,4 @@ Now that all of the required services and infra have been created, you can start

## Learn More

Please visit our [examples in GitHub](https://github.com/kubeshop/tracetest/tree/main/examples) and join our [Discord Community](https://discord.gg/8MtcMrQNbX) for more info!
Please visit our [examples in GitHub](https://github.com/kubeshop/tracetest/tree/main/examples) and join our [Slack Community](https://dub.sh/tracetest-community) for more info!
Original file line number Diff line number Diff line change
Expand Up @@ -445,4 +445,4 @@ Open the URL and start creating tests! Make sure to use the `http://app:8080/` U

## Learn More

Feel free to check out our [examples in GitHub](https://github.com/kubeshop/tracetest/tree/main/examples) and join our [Discord Community](https://discord.gg/8MtcMrQNbX) for more info!
Feel free to check out our [examples in GitHub](https://github.com/kubeshop/tracetest/tree/main/examples) and join our [Slack Community](https://dub.sh/tracetest-community) for more info!
Original file line number Diff line number Diff line change
Expand Up @@ -382,4 +382,4 @@ Open the URL and start creating tests! Make sure to use the `http://app:8080/` U

## Learn More

Feel free to check out our [examples in GitHub](https://github.com/kubeshop/tracetest/tree/main/examples) and join our [Discord Community](https://discord.gg/8MtcMrQNbX) for more info!
Feel free to check out our [examples in GitHub](https://github.com/kubeshop/tracetest/tree/main/examples) and join our [Slack Community](https://dub.sh/tracetest-community) for more info!
Original file line number Diff line number Diff line change
Expand Up @@ -385,4 +385,4 @@ The tests will pass if you change the assertion to:
attr: books.list.count = 3;
```

Feel free to check out our [docs](https://docs.tracetest.io/) and join our [Discord Community](https://discord.gg/8MtcMrQNbX) for more info!
Feel free to check out our [docs](https://docs.tracetest.io/) and join our [Slack Community](https://dub.sh/tracetest-community) for more info!
Original file line number Diff line number Diff line change
Expand Up @@ -405,4 +405,4 @@ Open the URL and start creating tests! Make sure to use the `http://app:8080/` U

## Learn More

Feel free to check out our [examples in GitHub](https://github.com/kubeshop/tracetest/tree/main/examples) and join our [Discord Community](https://discord.gg/8MtcMrQNbX) for more info!
Feel free to check out our [examples in GitHub](https://github.com/kubeshop/tracetest/tree/main/examples) and join our [Slack Community](https://dub.sh/tracetest-community) for more info!
Original file line number Diff line number Diff line change
Expand Up @@ -328,4 +328,4 @@ Here are two sample tests you can get started with quickly.

## Learn More

Feel free to check out our [examples in GitHub](https://github.com/kubeshop/tracetest/tree/main/examples) and join our [Discord Community](https://discord.gg/8MtcMrQNbX) for more info!
Feel free to check out our [examples in GitHub](https://github.com/kubeshop/tracetest/tree/main/examples) and join our [Slack Community](https://dub.sh/tracetest-community) for more info!
37 changes: 0 additions & 37 deletions docs/docs/kubecon.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/docs/tools-and-integrations/k6.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -312,4 +312,4 @@ After running the initial set of tests, you can click the run link for any of th

## Learn More

Please visit our [examples in GitHub](https://github.com/kubeshop/tracetest/tree/main/examples) and join our [Discord Community](https://discord.gg/8MtcMrQNbX) for more info!
Please visit our [examples in GitHub](https://github.com/kubeshop/tracetest/tree/main/examples) and join our [Slack Community](https://dub.sh/tracetest-community) for more info!
8 changes: 4 additions & 4 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -344,8 +344,8 @@ const config = {
href: 'https://tracetest.io/pricing',
},
{
label: 'Talk to us in Discord',
href: 'https://discord.gg/6zupCZFQbe',
label: 'Talk to us in Slack',
href: 'https://dub.sh/tracetest-community',
},
{
label: 'Open an issue in GitHub',
Expand Down Expand Up @@ -394,8 +394,8 @@ const config = {
title: "Community",
items: [
{
label: "Discord",
href: "https://discord.gg/6zupCZFQbe",
label: "Slack",
href: "https://dub.sh/tracetest-community",
},
{
label: "Twitter",
Expand Down