-
Notifications
You must be signed in to change notification settings - Fork 3.4k
internal: rename excludeFromAI type #32653
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
Merged
+5
−13
Merged
Changes from all commits
Commits
Show all changes
99 commits
Select commit
Hold shift + click to select a range
dc7a054
Create cy-prompt-development.md
ryanthemanuel c26b182
Merge branch 'develop' into feat/cy-prompt
ryanthemanuel aa543ae
chore: cy prompt infrastructure (#31748)
ryanthemanuel ae8fb6a
Merge branch 'develop' into feat/cy-prompt
ryanthemanuel 8785623
Merge branch 'develop' into feat/cy-prompt
ryanthemanuel 18b0d9d
fix test
ryanthemanuel 3bc98e0
Delete packages/server/lib/cloud/StudioLifecycleManager.ts
ryanthemanuel 93430dc
Delete packages/server/test/unit/cloud/StudioLifecycleManager_spec.ts
ryanthemanuel 0051c3d
Merge branch 'develop' into feat/cy-prompt
ryanthemanuel ebba6e4
chore: add cdp connection to cy prompt (#31806)
ryanthemanuel 22737d2
chore: create infrastructure to support backend function in cy.prompt…
ryanthemanuel e18d31a
chore: add watcher for cy-prompt development (#31810)
ryanthemanuel 832867d
chore: turn on beta deployments for cy-prompt
ryanthemanuel 58e3234
internal: (cy.prompt) handle errors better in the command definition …
ryanthemanuel b4a663a
Merge branch 'develop' into feat/cy-prompt
ryanthemanuel 30e48d1
chore: handle errors (#31854)
estrada9166 6c3b69e
Merge branch 'develop' into feat/cy-prompt
ryanthemanuel 04e8212
chores: (cy.prompt) refactor routing to support both app and driver (…
ryanthemanuel 33277c1
chore: Share error utils with the cloud (#31887)
estrada9166 9a417af
Merge branch 'develop' into feat/cy-prompt
ryanthemanuel 2e4c8e4
internal: (cy.prompt) add infrastructure to support a Get Code modal …
ryanthemanuel ba6b391
Merge branch 'develop' into feat/cy-prompt
ryanthemanuel 0074acd
chore: (cy.prompt) refactor getTestsState to take a runnable id (#31965)
ryanthemanuel 788ee8d
merge develop
ryanthemanuel 8588a20
chore: (cy.prompt) add manifest for all of the cloud delivered files …
ryanthemanuel 468d9a4
Merge branch 'develop' into feat/cy-prompt
ryanthemanuel f20d548
feat: add cy prompt more info needed modal (WIP) (#31970)
ryanthemanuel b8e0982
Merge branch 'develop' into feat/cy-prompt
ryanthemanuel 15c0396
fix: (cy.prompt) ensure that we do not attach a vue ref to the react …
ryanthemanuel ade5d03
chore: Handle cy-prompt error to the cloud (#32009)
estrada9166 1c59ed1
chore: display prompt error message (#32016)
estrada9166 3de4927
add createCloudRequest to cloudApi, handle errors during createCyProm…
tgriesser d5d043a
render the get code button on failure
tgriesser 80d64e3
chore: update types
tgriesser 33c8446
Merge branch 'develop' into feat/cy-prompt
ryanthemanuel ebd0420
chore: move CT and browser error to cloud (#32077)
estrada9166 20662fc
Merge branch 'develop' into feat/cy-prompt
ryanthemanuel fe63715
feat: (cy.prompt) give cy.prompt access to recording information (#32…
ryanthemanuel e5a97b8
Merge branch 'develop' into feat/cy-prompt
ryanthemanuel 4af8dca
Update cy-prompt-development.md
ryanthemanuel 7c171c9
Update cy-prompt-development.md
ryanthemanuel 7e2d1c4
Update cy-prompt-development.md
ryanthemanuel fc4e769
chore: add CYPRESS_INTERNAL_SIMULATE_OPEN_MODE to simulate running Cy…
ryanthemanuel e2b3b42
Merge branch 'develop' into feat/cy-prompt
ryanthemanuel cc479fa
chore: (cy.prompt) ensure to strip out paths from all data when repor…
ryanthemanuel b23e04d
fix logic error with protocol
ryanthemanuel 75672ce
add event manager to get code
ryanthemanuel bcf8069
Apply suggestions from code review
ryanthemanuel ca5914f
fix: (cy.prompt) improve the get project options performance by runni…
ryanthemanuel 01a1e01
merge origin/develop
ryanthemanuel 84ff857
bump cache
ryanthemanuel 227e5b3
Update packages/server/lib/cloud/studio/StudioLifecycleManager.ts
ryanthemanuel 068f226
fix build
ryanthemanuel a1524ea
chore: cleanup
ryanthemanuel a3bba1d
blank
ryanthemanuel f5c5051
Update trigger-publish-binary-pipeline.js
ryanthemanuel 6311670
Merge branch 'develop' into feat/cy-prompt
ryanthemanuel 80b5949
Update packages/server/test/unit/socket_spec.js
ryanthemanuel dcc10f5
Merge branch 'develop' into feat/cy-prompt
jennifer-shehane 3bfa5f4
get rid of environment variable
ryanthemanuel fc37d0b
Merge branch 'develop' into feat/cy-prompt
ryanthemanuel dcc8e24
fix: (cy.prompt) ensure to reset the prompt state when the event mana…
ryanthemanuel 4658c8c
feat: (cy.prompt) introduce the concept of log collapse state being o…
ryanthemanuel da441cf
merge develop
ryanthemanuel 6163894
fix test due to bad merge of develop
ryanthemanuel 45faf63
chore: Only allow experimentalPromptCommand within e2e config (#32435)
estrada9166 82a1d29
Update workflows.yml
ryanthemanuel a997abe
Merge branch 'develop' into feat/cy-prompt
ryanthemanuel 107093d
Add optional cyPromptManagerPromise property
ryanthemanuel aef23a6
Implement error handling in CyPromptManager
ryanthemanuel e9954be
Fix indentation in socket_spec.js
ryanthemanuel 2df3598
fix: (cy.prompt) handle when the prompt is executed by in CT or when …
ryanthemanuel e64f0be
internal: fix get code button to be purple with correct margin (#32504)
jennifer-shehane e17031a
Merge branch 'develop' into feat/cy-prompt
ryanthemanuel 420253b
Merge branch 'develop' into feat/cy-prompt
ryanthemanuel 88bbe7f
feat: (cy.prompt) update the types of prompt (#32529)
ryanthemanuel 8630df4
fix: move currentMoreInfoNeededModalInfo.onCancel to onClose (#32559)
tgriesser 19cde6e
merge develop
ryanthemanuel 181d03a
internal: (cy.prompt) various improvements to error messages and time…
ryanthemanuel dd5bc47
merge develop
ryanthemanuel e804b9b
internal: (cy.prompt) ensure that get code can properly work with pro…
ryanthemanuel 6f873fb
update workflow
ryanthemanuel 9c66403
blank
ryanthemanuel 7057ea7
persist binaries
ryanthemanuel 3382d46
chore: display custom link title (#32567)
estrada9166 3526862
merge develop
ryanthemanuel 3bf8993
update
ryanthemanuel 2c806e4
internal: (cy.prompt) do not retry on cert failures (#32624)
ryanthemanuel ca3d60f
Merge branch 'develop' into feat/cy-prompt
ryanthemanuel 42b7565
cursor comment
ryanthemanuel 933a448
clean up
ryanthemanuel a3df917
fix: (cy.prompt) rename exclude from AI to parameters
ryanthemanuel 247870c
fix: (cy.prompt) rename exclude from AI to privateNoCache
ryanthemanuel 3d65d0c
further rename and build binary
ryanthemanuel ab659dd
Merge branch 'develop' into ryanm/fix/rename-exclude-from-ai
ryanthemanuel f2639a8
Update packages/frontend-shared/src/locales/en-US.json
ryanthemanuel 050c872
fix tests
ryanthemanuel b3ccd12
Merge branch 'develop' into ryanm/fix/rename-exclude-from-ai
ryanthemanuel 9e3ede9
rename to placeholders
ryanthemanuel 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
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
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.
Uh oh!
There was an error while loading. Please reload this page.