Skip to content

Commit 730821c

Browse files
committed
Merge remote-tracking branch 'origin/master' into docs/self-hosted/reference-architecture
2 parents 174a49e + 23eae21 commit 730821c

File tree

349 files changed

+4907
-5568
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

349 files changed

+4907
-5568
lines changed

.eslintignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
.babelrc.js
2-
apps/changelog

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ npm-debug.log*
44
yarn-debug.log*
55
yarn-error.log*
66

7+
# Ignore generated export markdown files
8+
/public/md-exports/
9+
710
# Runtime data
811
pids
912
*.pid

.vscode/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
"**/src/wizard/**": true
1515
},
1616
"cSpell.words": [
17-
"laravel"
17+
"fixability",
18+
"laravel",
19+
"subprocessor",
20+
"subprocessors"
1821
]
1922
}

CONTRIBUTING.md

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -20,29 +20,3 @@ yarn dev:developer-docs
2020
```
2121

2222
With that, the repo is fully set up and you are ready to open local docs under http://localhost:3000
23-
24-
### Database
25-
26-
There is a compose file to start a local postgres db:
27-
28-
```
29-
docker-compose up -d
30-
```
31-
32-
If you already run a local postgres, it will create a `changelog` table.
33-
34-
The inital setup or the clean the database call:
35-
36-
```
37-
yarn migrate:dev
38-
```
39-
40-
To add new entries, visit `/changelog/_admin` you need to have a Google Account in the Sentry org to login.
41-
42-
#### Seeding
43-
44-
Call
45-
46-
```
47-
npx prisma db seed
48-
```

apps/changelog/.env.development

Lines changed: 0 additions & 8 deletions
This file was deleted.

apps/changelog/.env.example

Lines changed: 0 additions & 9 deletions
This file was deleted.

apps/changelog/.gitignore

Lines changed: 0 additions & 41 deletions
This file was deleted.

apps/changelog/README.md

Lines changed: 0 additions & 36 deletions
This file was deleted.

apps/changelog/docker-compose.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

apps/changelog/next.config.mjs

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)