Skip to content

Commit 08c2f9e

Browse files
Merge branch 'main' into bkellam/docker-compose-single
2 parents 39978ea + dd5cf61 commit 08c2f9e

File tree

7 files changed

+17
-12
lines changed

7 files changed

+17
-12
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
contact_links:
22
- name: 👾 Discord
3-
url: https://discord.gg/f4Cbf3HT
3+
url: https://discord.gg/GbXMEM5H
44
about: Something else? Join the Discord!

CONTRIBUTING.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,20 @@
3636
docker compose -f docker-compose-dev.yml up -d
3737
```
3838

39-
6. Create a copy of `.env.development` and name it `.env.development.local`. Update the required environment variables.
39+
6. Generate the database schema.
40+
```sh
41+
yarn dev:prisma:migrate:dev
42+
```
43+
44+
7. Create a copy of `.env.development` and name it `.env.development.local`. Update the required environment variables.
4045

41-
7. If you're using a declarative configuration file, create a configuration file and update the `CONFIG_PATH` environment variable in your `.env.development.local` file.
46+
8. If you're using a declarative configuration file, create a configuration file and update the `CONFIG_PATH` environment variable in your `.env.development.local` file.
4247
43-
8. Start Sourcebot with the command:
48+
9. Start Sourcebot with the command:
4449
```sh
4550
yarn dev
4651
```
4752
4853
A `.sourcebot` directory will be created and zoekt will begin to index the repositories found in the `config.json` file.
4954
50-
9. Start searching at `http://localhost:3000`.
55+
10. Start searching at `http://localhost:3000`.

docs/docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
"socials": {
145145
"github": "https://github.com/sourcebot-dev/sourcebot",
146146
"twitter": "https://x.com/sourcebot_dev",
147-
"discord": "https://discord.gg/Y6b78RqM",
147+
"discord": "https://discord.gg/GbXMEM5H",
148148
"linkedin": "https://www.linkedin.com/company/sourcebot"
149149
}
150150
},

docs/docs/configuration/auth/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ Sourcebot's built-in authentication system gates your deployment, and allows adm
2525
# Troubleshooting
2626

2727
- If you experience issues logging in, logging out, or accessing an organization you should have access to, try clearing your cookies & performing a full page refresh (`Cmd/Ctrl + Shift + R` on most browsers).
28-
- Still not working? Reach out to us on our [discord](https://discord.com/invite/6Fhp27x7Pb) or [GitHub](https://github.com/sourcebot-dev/sourcebot/issues/new/choose)
28+
- Still not working? Reach out to us on our [discord](https://discord.gg/GbXMEM5H) or [GitHub](https://github.com/sourcebot-dev/sourcebot/issues/new/choose)

docs/docs/upgrade/v2-to-v3-guide.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ If your deployment is dependent on these features, please [reach out](https://gi
7878
After updating your configuration file, restart your Sourcebot deployment to pick up the new changes.
7979
</Step>
8080
<Step title="You're done!">
81-
Congrats, you've successfully migrated to v3! Please let us know what you think of the new features by reaching out on our [discord](https://discord.gg/6Fhp27x7Pb) or on [GitHub](https://github.com/sourcebot-dev/sourcebot/issues/new/choose).
81+
Congrats, you've successfully migrated to v3! Please let us know what you think of the new features by reaching out on our [discord](https://discord.gg/GbXMEM5H) or on [GitHub](https://github.com/sourcebot-dev/sourcebot/issues/new/choose).
8282
</Step>
8383
</Steps>
8484

@@ -90,4 +90,4 @@ Some things to check:
9090
- Make sure you have a name for each `connection`, and that the name only contains letters, digits, hyphens, or underscores
9191
- Make sure each `connection` has a `type` field with a valid value (`gitlab`, `github`, `gitea`, `gerrit`)
9292

93-
Having troubles migrating from v2 to v3? Reach out to us on [discord](https://discord.gg/6Fhp27x7Pb) or [GitHub](https://github.com/sourcebot-dev/sourcebot/issues/new/choose) and we'll try our best to help
93+
Having troubles migrating from v2 to v3? Reach out to us on [discord](https://discord.gg/GbXMEM5H) or [GitHub](https://github.com/sourcebot-dev/sourcebot/issues/new/choose) and we'll try our best to help

docs/docs/upgrade/v3-to-v4-guide.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Please note that the following features are no longer supported in v4:
4040

4141
</Step>
4242
<Step title="You're done!">
43-
Congrats, you've successfully migrated to v4! Please let us know what you think of the new features by reaching out on our [discord](https://discord.gg/6Fhp27x7Pb) or [GitHub](https://github.com/sourcebot-dev/sourcebot/issues/new/choose)
43+
Congrats, you've successfully migrated to v4! Please let us know what you think of the new features by reaching out on our [discord](https://discord.gg/GbXMEM5H) or [GitHub](https://github.com/sourcebot-dev/sourcebot/issues/new/choose)
4444
</Step>
4545
</Steps>
4646

@@ -58,4 +58,4 @@ to finish upgrading to v4 in single-tenant mode.
5858
- If you're hitting issues with signing into your Sourcebot instance, make sure you're setting `AUTH_URL` correctly to your deployment domain (ex. `https://sourcebot.yourcompany.com`)
5959

6060

61-
Having troubles migrating from v3 to v4? Reach out to us on [discord](https://discord.gg/6Fhp27x7Pb) or [GitHub](https://github.com/sourcebot-dev/sourcebot/issues/new/choose) and we'll try our best to help
61+
Having troubles migrating from v3 to v4? Reach out to us on [discord](https://discord.gg/GbXMEM5H) or [GitHub](https://github.com/sourcebot-dev/sourcebot/issues/new/choose) and we'll try our best to help

packages/web/src/app/[domain]/components/navigationMenu/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { NavigationItems } from "./navigationItems";
2020
import { ProgressIndicator } from "./progressIndicator";
2121
import { TrialIndicator } from "./trialIndicator";
2222

23-
const SOURCEBOT_DISCORD_URL = "https://discord.gg/6Fhp27x7Pb";
23+
const SOURCEBOT_DISCORD_URL = "https://discord.gg/GbXMEM5H";
2424
const SOURCEBOT_GITHUB_URL = "https://github.com/sourcebot-dev/sourcebot";
2525

2626
interface NavigationMenuProps {

0 commit comments

Comments
 (0)