-
Notifications
You must be signed in to change notification settings - Fork 0
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
#minor #49
Open
sararozenfeld
wants to merge
1
commit into
develop
Choose a base branch
from
main
base: develop
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.
Open
#minor #49
Conversation
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
* add gitignore * Move creds to config * Add cloud running tests * Always open panel in second column * Add code viewer and copy to clipboard * fix webview state sync when returning to view * Run npm audit * remove old tempfile code * removed unnecessary depedencies * Update package-lock.json, authComponent.tsx, and main.css * improve login form design * Update package.json * ace editor ui tweaks * Fix workspaces not loading after authenticating in panel * Update package.json * Better run in cloud error printing * Update .vscodeignore, License.md, and example.png * Update package.json and runInCloud.ts * Change test browser tab icon * Show only single skeleton test * dont copy src/ into extension file * Update package.json and panel.ts * Update pr_validation.yml, .gitignore, and 13 more files... * Update pr_validation.yml, .gitignore, and 9 more files... * Update package-lock.json and package.json * Update pr_validation.yml and package.json * Update runInUP9.test.ts * Update runInUP9.test.ts * fix testsBrowserComponent no test found TODO * rename api requests to api messages to distinguish from http requests * WIP * Update runInUP9.test.ts * move webview into src dir * move providers and fix api messaging to webview * readme updated * Update publish.yml and LICENSE * Update publish.yml * Update publish.yml * Update publish.yml * Update publish.yml * Update publish.yml * Update publish.yml * Update package.json * Update runInCloud.ts, panel.ts, and 7 more files... * Update app.tsx and testsBrowserComponent.tsx * Added typings for api request webview messages * consts for webview messaging * Update testsBrowserComponent.tsx and main.css * WIP * Some refactors around new auth flow * Extension now uses web authentication flow * Fix tests * Update up9.ts, panel.ts, and up9ApiProvider.ts * handle authenticating outside webview * Update up9Auth.ts * TRA-3958 add signout command (#9) * TRA-3958 button to set workspace as default from webview + small fixes (#10) * Update package-lock.json, package.json, and 11 more files... * WIP * Update tsconfig.json * Add ability to set default workspace from the webviewq * fix missing eof new lines * patch vulnerability * TRA-3958 use micro tests (#11) * Update runInCloud.ts, consts.ts, and 3 more files... * Update testsBrowserComponent.tsx * Update testsBrowserComponent.tsx * Update testsBrowserComponent.tsx * TRA-3958 show schema (#12) * Display endpoint schema * Update main.css * fix test python files * TRA-3958 move schema to test/code radio * TRA-3958 k8s cli tunnel (#14) * Update runInCloud.ts, consts.ts, and 3 more files... * wip * Update tunnel.ts * Update testsBrowserComponent.tsx * Update testsBrowserComponent.tsx * Update package-lock.json, package.json, and tunnel.ts * Update tunnel.ts * WIP * Update launch.json * Fix duplicate path bug * Update package.json, tunneledLaunchConfig.ts, and 2 more files... * Update package.json * Update tunneledLaunchConfig.ts and tunnel.ts * TRA-3958 responsiveness fixes (#15) * fix scrolling * fix width scaling issues * add option to close test run terminals * TRA-3958 add assertions (#16) * WIP * split god test browser component * improve assertions and add html assertions * Update testCodeViewer.tsx, testsBrowserComponent.tsx, and utils.ts * TRA-3958 performance assertions (#17) * wip * Update utils.ts * TRA-3958 improve schema gui (#18) * Improve endpoint schema gui * WIP * Update svgs.tsx, testCodeViewer.tsx, and 2 more files... * TRA-3958 misc fixes (#19) * minor graphical changes * Fix weird dropdown html shift bug * fix dropdown width * TRA-4075 fix rare tunnel bug (#20) * TRA-4104 login logout (#21) * WIP * Improved login * TRA-4106 assorted fixes and endpoint schema gui improvement (#22) * compatability with new trcc * more wip * css tweaks and fixes * Responses schema auto collapse on start * endpoint schema tweaks * Update license and categories * Update LICENSE * fix bugs with workspace selection * update manifest extension name and description * TRA-4100 more fixes (#23) * more fixes * Update testsBrowserComponent.tsx * Update package.json, gravatarProfile.tsx, and 4 more files... * TRA-4106 more gui tweaks (#24) * tweak the readme (#25) * Update README.md (#26) * TRA-4106 code button tweaks (#27) * Update testCodeViewer.tsx * Update webviewCommunicator.ts * Update consts.ts * TRA-4106 fix push imports (#28) * Update consts.ts and webviewCommunicator.ts * Update webviewCommunicator.ts * New design tweaks and agent test run error logging improvements (#30) * new design for select boxes * Update endpointSchema.tsx, svgs.tsx, and 3 more files... * Better error logging * Update runInCloud.ts, tunneledLaunchConfig.ts, and yarn.lock * Update utils.ts * Update package-lock.json * Fix white theme (#31) * Update endpointSchema.tsx, svgs.tsx, and 2 more files... * Update main.css * fix push import order (#32) * Update webviewCommunicator.ts and main.css * Update main.css * #33 (#33) * TRA-4100 audit (#34) * WIP * migrate to webpack 5 (part of auditing) Co-authored-by: Alex Haiut <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
add gitignore
Move creds to config
Add cloud running tests
Always open panel in second column
Add code viewer and copy to clipboard
fix webview state sync when returning to view
Run npm audit
remove old tempfile code
removed unnecessary depedencies
Update package-lock.json, authComponent.tsx, and main.css
improve login form design
Update package.json
ace editor ui tweaks
Fix workspaces not loading after authenticating in panel
Update package.json
Better run in cloud error printing
Update .vscodeignore, License.md, and example.png
Update package.json and runInCloud.ts
Change test browser tab icon
Show only single skeleton test
dont copy src/ into extension file
Update package.json and panel.ts
Update pr_validation.yml, .gitignore, and 13 more files...
Update pr_validation.yml, .gitignore, and 9 more files...
Update package-lock.json and package.json
Update pr_validation.yml and package.json
Update runInUP9.test.ts
Update runInUP9.test.ts
fix testsBrowserComponent no test found TODO
rename api requests to api messages to distinguish from http requests
WIP
Update runInUP9.test.ts
move webview into src dir
move providers and fix api messaging to webview
readme updated
Update publish.yml and LICENSE
Update publish.yml
Update publish.yml
Update publish.yml
Update publish.yml
Update publish.yml
Update publish.yml
Update package.json
Update runInCloud.ts, panel.ts, and 7 more files...
Update app.tsx and testsBrowserComponent.tsx
Added typings for api request webview messages
consts for webview messaging
Update testsBrowserComponent.tsx and main.css
WIP
Some refactors around new auth flow
Extension now uses web authentication flow
Fix tests
Update up9.ts, panel.ts, and up9ApiProvider.ts
handle authenticating outside webview
Update up9Auth.ts
TRA-3958 add signout command (TRA-3958 add signout command #9)
TRA-3958 button to set workspace as default from webview + small fixes (TRA-3958 button to set workspace as default from webview + small fixes #10)
Update package-lock.json, package.json, and 11 more files...
WIP
Update tsconfig.json
Add ability to set default workspace from the webviewq
fix missing eof new lines
patch vulnerability
TRA-3958 use micro tests (TRA-3958 use micro tests #11)
Update runInCloud.ts, consts.ts, and 3 more files...
Update testsBrowserComponent.tsx
Update testsBrowserComponent.tsx
Update testsBrowserComponent.tsx
TRA-3958 show schema (TRA-3958 show schema #12)
Display endpoint schema
Update main.css
fix test python files
TRA-3958 move schema to test/code radio
TRA-3958 k8s cli tunnel (TRA-3958 k8s cli tunnel #14)
Update runInCloud.ts, consts.ts, and 3 more files...
wip
Update tunnel.ts
Update testsBrowserComponent.tsx
Update testsBrowserComponent.tsx
Update package-lock.json, package.json, and tunnel.ts
Update tunnel.ts
WIP
Update launch.json
Fix duplicate path bug
Update package.json, tunneledLaunchConfig.ts, and 2 more files...
Update package.json
Update tunneledLaunchConfig.ts and tunnel.ts
TRA-3958 responsiveness fixes (TRA-3958 responsiveness fixes #15)
fix scrolling
fix width scaling issues
add option to close test run terminals
TRA-3958 add assertions (TRA-3958 add assertions #16)
WIP
split god test browser component
improve assertions and add html assertions
Update testCodeViewer.tsx, testsBrowserComponent.tsx, and utils.ts
TRA-3958 performance assertions (TRA-3958 performance assertions #17)
wip
Update utils.ts
TRA-3958 improve schema gui (TRA-3958 improve schema gui #18)
Improve endpoint schema gui
WIP
Update svgs.tsx, testCodeViewer.tsx, and 2 more files...
TRA-3958 misc fixes (TRA-3958 misc fixes #19)
minor graphical changes
Fix weird dropdown html shift bug
fix dropdown width
TRA-4075 fix rare tunnel bug (TRA-4075 fix rare tunnel bug #20)
TRA-4104 login logout (TRA-4104 login logout #21)
WIP
Improved login
TRA-4106 assorted fixes and endpoint schema gui improvement (TRA-4106 assorted fixes and endpoint schema gui improvement #22)
compatability with new trcc
more wip
css tweaks and fixes
Responses schema auto collapse on start
endpoint schema tweaks
Update license and categories
Update LICENSE
fix bugs with workspace selection
update manifest extension name and description
TRA-4100 more fixes (TRA-4100 more fixes #23)
more fixes
Update testsBrowserComponent.tsx
Update package.json, gravatarProfile.tsx, and 4 more files...
TRA-4106 more gui tweaks (TRA-4106 more gui tweaks #24)
tweak the readme (tweak the readme #25)
Update README.md (Update README.md #26)
TRA-4106 code button tweaks (TRA-4106 code button tweaks #27)
Update testCodeViewer.tsx
Update webviewCommunicator.ts
Update consts.ts
TRA-4106 fix push imports (TRA-4106 fix push imports #28)
Update consts.ts and webviewCommunicator.ts
Update webviewCommunicator.ts
New design tweaks and agent test run error logging improvements (New design tweaks and agent test run error logging improvements #30)
new design for select boxes
Update endpointSchema.tsx, svgs.tsx, and 3 more files...
Better error logging
Update runInCloud.ts, tunneledLaunchConfig.ts, and yarn.lock
Update utils.ts
Update package-lock.json
Fix white theme (Fix white theme #31)
Update endpointSchema.tsx, svgs.tsx, and 2 more files...
Update main.css
fix push import order (fix push import order #32)
Update webviewCommunicator.ts and main.css
Update main.css
Fix code push function indent #33 (Fix code push function indent #33)
TRA-4100 audit (TRA-4100 audit #34)
WIP
migrate to webpack 5 (part of auditing)
Co-authored-by: Alex Haiut [email protected]