-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master' into 21179-stop-survey
- Loading branch information
Showing
491 changed files
with
17,409 additions
and
5,652 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name: Bug report | ||
description: Something not working as expected? Let us look into it. | ||
labels: ['bug'] | ||
body: | ||
- type: textarea | ||
id: bug-description | ||
attributes: | ||
label: Bug Description | ||
value: "## Bug description\n\n*Please describe.*\n*If this affects the front-end, screenshots would be of great help.*\n\n*If you are on PostHog Cloud it would be really valuable if you can share any links where the problem occurs. This speeds up our ability to troubleshoot tremendously.*\n\n## How to reproduce\n\n1. \n2.\n3. \n\n## Additional context\n\n" | ||
|
||
- type: textarea | ||
id: debug-info | ||
attributes: | ||
label: Debug info | ||
value: "- [ ] PostHog Cloud, Debug information: [please copy/paste from https://us.posthog.com/settings/project-details#variables]\n- [ ] PostHog Hobby self-hosted with `docker compose`, version/commit: [please provide]\n- [ ] PostHog self-hosted with Kubernetes (deprecated, see [`Sunsetting Kubernetes support`](https://posthog.com/blog/sunsetting-helm-support-posthog)), version/commit: [please provide]\n" | ||
render: shell | ||
|
||
- type: markdown | ||
attributes: | ||
value: '#### *Thank you* for your bug report – we love squashing them!' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: Feature request | ||
description: 'Suggest a feature for PostHog' | ||
labels: ['enhancement, feature'] | ||
body: | ||
- type: textarea | ||
id: feature_request | ||
attributes: | ||
label: Feature request | ||
value: | ||
"## Is your feature request related to a problem?\n\n*Please describe.*\n\n## Describe the solution you'd like\n\n\n## Describe alternatives you've considered\n\n\n## Additional context\n\n\n | ||
" | ||
- type: textarea | ||
id: debug-info | ||
attributes: | ||
label: Debug info | ||
value: "- [ ] PostHog Cloud, Debug information: [please copy/paste from https://us.posthog.com/settings/project-details#variables]\n- [ ] PostHog Hobby self-hosted with `docker compose`, version/commit: [please provide]\n- [ ] PostHog self-hosted with Kubernetes (deprecated, see [`Sunsetting Kubernetes support`](https://posthog.com/blog/sunsetting-helm-support-posthog)), version/commit: [please provide]\n" | ||
render: shell | ||
|
||
- type: markdown | ||
attributes: | ||
value: '#### *Thank you* for your bug report – we love squashing them!' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,16 +25,25 @@ jobs: | |
|
||
- uses: ./.github/actions/run-backend-tests | ||
with: | ||
# FIXME: These inputs are incomplete, but this workflow doesn't seem to be used currently, | ||
# so fix this if you want to use this | ||
concurrency: 1 | ||
group: 1 | ||
token: ${{ secrets.POSTHOG_BOT_GITHUB_TOKEN }} | ||
python-version: '3.10.10' | ||
clickhouse-server-image: 'clickhouse/clickhouse-server:23.12.5.81-alpine' | ||
segment: 'FOSS' | ||
person-on-events: false | ||
|
||
- name: Save test durations | ||
uses: stefanzweifel/git-auto-commit-action@v5 | ||
- name: Upload updated timing data as artifacts | ||
uses: actions/upload-artifact@v4 | ||
if: ${{ inputs.person-on-events != 'true' && inputs.clickhouse-server-image == 'clickhouse/clickhouse-server:23.12.5.81-alpine' }} | ||
with: | ||
commit_message: 'Save backend test durations' | ||
commit_user_name: PostHog Bot | ||
commit_user_email: [email protected] | ||
commit_author: PostHog Bot <[email protected]> | ||
name: timing_data-${{ inputs.segment }}-${{ inputs.group }} | ||
path: .test_durations | ||
retention-days: 2 | ||
# - name: Save test durations | ||
# uses: stefanzweifel/git-auto-commit-action@v5 | ||
# with: | ||
# commit_message: 'Save backend test durations' | ||
# commit_user_name: PostHog Bot | ||
# commit_user_email: [email protected] | ||
# commit_author: PostHog Bot <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.