-
Notifications
You must be signed in to change notification settings - Fork 225
DOCS-543 - Berry widget demo #4946
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
Draft
chvik
wants to merge
62
commits into
main
Choose a base branch
from
chvik/berry
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
15afb7c
Berry widget demo env
kimsauce e2c4b56
staging
kimsauce a075f6a
Update .github/workflows/pr.yml
kimsauce 9248750
edits
kimsauce fc72909
edits
kimsauce 5f5b918
fix
kimsauce b7afc94
fix link
kimsauce 64fce9c
Merge branch 'main' into berry
kimsauce fba74a2
Merge branch 'main' into berry
kimsauce 3446d32
Add suggested question prompts
kimsauce 2dc71f8
Merge branch 'berry' of github.com:SumoLogic/sumologic-documentation …
kimsauce 8104cd7
Merge branch 'main' into berry
kimsauce 98f1b35
Merge branch 'main' into berry
kimsauce 0d38907
undo
kimsauce 40cd418
Update src/pages/index.tsx
kimsauce c43d3bd
undo
kimsauce 07ba48e
Merge branch 'berry' of github.com:SumoLogic/sumologic-documentation …
kimsauce b21627f
Update src/css/sumo.scss
kimsauce 0906449
Merge branch 'main' into berry
kimsauce 2821875
Merge branch 'main' into berry
kimsauce f22f120
redesign
kimsauce b465d27
Merge branch 'main' into berry
kimsauce 4d94f3c
css fixes, add more Qs
kimsauce e11638c
Merge branch 'main' into berry
kimsauce adca3ec
Merge branch 'main' into berry
kimsauce fb8772c
Merge branch 'main' into berry
kimsauce 3dfb3fd
install Berry popup on every page except on the home page
chvik dd80617
increase height of inline widget
chvik c766ffd
handle color mode changes
chvik 5feb9f7
Merge branch 'main' into chvik/berry
kimsauce 9ffe434
Merge remote-tracking branch 'origin/main' into chvik/berry
chvik ad26129
Merge branch 'main' into chvik/berry
kimsauce e55e4e7
Merge branch 'chvik/berry' of github.com:SumoLogic/sumologic-document…
kimsauce feb935a
:::sumo admonition css fix
kimsauce ed30f65
test - index page card code fix
kimsauce b681288
Correct hard-coded index page links
kimsauce 2221636
Merge branch 'main' into chvik/berry
kimsauce ef3f844
Merge branch 'main' into chvik/berry
kimsauce 7716e1a
Merge branch 'chvik/berry' of github.com:SumoLogic/sumologic-document…
kimsauce bf13dc9
test baseURL
kimsauce 16493f1
Merge branch 'main' into chvik/berry
kimsauce c151f51
revert baseURL for A-C
kimsauce 6b2956c
Merge branch 'chvik/berry' of github.com:SumoLogic/sumologic-document…
kimsauce 11ec678
Merge branch 'main' into chvik/berry
kimsauce c80269e
Fix Root.tsx to enable popup
kimsauce b293bf2
Revert back to index page baseURL syntax
kimsauce a633cd7
Merge branch 'main' into chvik/berry
kimsauce bc3c00c
Merge branch 'main' into chvik/berry
kimsauce ab209b4
Merge branch 'main' into chvik/berry
kimsauce be6723e
Merge branch 'main' into chvik/berry
kimsauce 04d9622
Update widget token (valid until March 2026)
kimsauce c0b7b97
Merge branch 'main' into chvik/berry
kimsauce 4bbcd21
allow the inline widget to expand wider (#5100)
chvik 0530e36
Merge branch 'main' into chvik/berry
kimsauce 3f82740
Merge branch 'chvik/berry' of github.com:SumoLogic/sumologic-document…
kimsauce 1f865c7
Merge branch 'main' into chvik/berry
kimsauce 4bbcd76
Merge branch 'main' into chvik/berry
kimsauce 4b62718
Merge branch 'main' into chvik/berry
kimsauce 28c8cb4
Merge branch 'chvik/berry' of github.com:SumoLogic/sumologic-document…
kimsauce e719f9d
Merge branch 'main' into chvik/berry
kimsauce 2fe276f
Merge branch 'main' into chvik/berry
kimsauce 0085ad6
Merge branch 'main' into chvik/berry
kimsauce File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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,16 @@ | ||
name: deploy-to-review | ||
|
||
on: workflow_dispatch | ||
|
||
jobs: | ||
deploy-to-review: | ||
uses: SumoLogic/sumologic-documentation/.github/workflows/build_and_deploy.yml@main | ||
with: | ||
hostname: https://d2t1s0ah22jxsa.cloudfront.net | ||
base_url: /${{ github.ref_name }}/ | ||
environment: review/${{ github.ref_name }} | ||
secrets: | ||
S3_BUCKET_NAME: ${{ secrets.REVIEW_S3_BUCKET_NAME }} | ||
CLOUDFRONT_DISTRIBUTION_ID: ${{ secrets.REVIEW_CLOUDFRONT_DISTRIBUTION_ID }} | ||
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} | ||
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} | ||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Check warning
Code scanning / CodeQL
Workflow does not contain permissions Medium
Copilot Autofix
AI about 2 months ago
To fix the issue, we will add a
permissions
block at the root level of the workflow. This block will define the minimal permissions required for the workflow to function. Based on the provided context, the workflow appears to deploy to a review environment, which likely requires read access to repository contents and possibly write access to deployments. We will start withcontents: read
and add other permissions only if necessary.