-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(3000): Clean up support panel (#18968)
* chore(3000): Clean up support panel * Adjust panel button shadows * Update UI snapshots for `chromium` (1) * Update UI snapshots for `chromium` (1) --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
4914e72
commit 3a85190
Showing
11 changed files
with
104 additions
and
76 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,23 +43,23 @@ jobs: | |
- name: Delete hobby deployment | ||
id: cleanup | ||
run: | | ||
aws eks update-kubeconfig --name "posthog-dev" | ||
kubectl config set-cluster arn:aws:eks:us-east-1:169684386827:cluster/posthog-dev --server=https://eks-posthog-dev --tls-server-name 8BD6E1D2FEBDE47C8177E29CAC9E6C61.gr7.us-east-1.eks.amazonaws.com | ||
aws eks update-kubeconfig --name "posthog-dev" | ||
kubectl config set-cluster arn:aws:eks:us-east-1:169684386827:cluster/posthog-dev --server=https://eks-posthog-dev --tls-server-name 8BD6E1D2FEBDE47C8177E29CAC9E6C61.gr7.us-east-1.eks.amazonaws.com | ||
export PR_NUM=${{ github.event.number }} | ||
export BRANCH_NAME=${{ github.head_ref }} | ||
export BRANCH_NAME_HASH=$(echo -n ${{ github.head_ref }} | md5sum | cut -c 1-8) | ||
export HOSTNAME=pr-$PR_NUM-${BRANCH_NAME_HASH} | ||
export HOSTNAME=${HOSTNAME:0:38} | ||
export HOSTNAME=${HOSTNAME%%-} | ||
export NAMESPACE="hobby" | ||
export REGISTRY_URL=${{ steps.aws-ecr.outputs.registry }}/pr-test | ||
export DOCKER_TAG=${{ github.event.pull_request.head.sha }} | ||
export PR_NUM=${{ github.event.number }} | ||
export BRANCH_NAME=${{ github.head_ref }} | ||
export BRANCH_NAME_HASH=$(echo -n ${{ github.head_ref }} | md5sum | cut -c 1-8) | ||
export HOSTNAME=pr-$PR_NUM-${BRANCH_NAME_HASH} | ||
export HOSTNAME=${HOSTNAME:0:38} | ||
export HOSTNAME=${HOSTNAME%%-} | ||
export NAMESPACE="hobby" | ||
export REGISTRY_URL=${{ steps.aws-ecr.outputs.registry }}/pr-test | ||
export DOCKER_TAG=${{ github.event.pull_request.head.sha }} | ||
envsubst < .github/pr-deploy/hobby.yaml.tmpl > .github/pr-deploy/hobby.yaml | ||
envsubst < .github/pr-deploy/hobby.yaml.tmpl > .github/pr-deploy/hobby.yaml | ||
#Clean and deploy | ||
kubectl -n $NAMESPACE delete -f .github/pr-deploy/hobby.yaml || true | ||
#Clean and deploy | ||
kubectl -n $NAMESPACE delete -f .github/pr-deploy/hobby.yaml || true | ||
- name: delete deployment | ||
uses: bobheadxi/[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
Binary file modified
BIN
-458 Bytes
(100%)
frontend/__snapshots__/scenes-app-sidepanels--side-panel-activation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-190 Bytes
(100%)
frontend/__snapshots__/scenes-app-sidepanels--side-panel-docs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-73 Bytes
(100%)
frontend/__snapshots__/scenes-app-sidepanels--side-panel-settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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