-
Notifications
You must be signed in to change notification settings - Fork 20
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
Release Candidate v1.16.3 #997
Merged
Merged
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
* tests - triggers - assert fixed * tests - triggers fixture namespace fixed
* feat: add fullWidth props to custom button * fix: page title vertical align items * refactor: reformat
* fix: alignment of popover * chore: remove unused prop
* refactor: rename EntityListContent to EntityView * chore: remove unused filter props model * chore: remove unused EntityListBlueprint * refactor: entity filters types * refactor: define slots for view component and switch * fix: EntityGrid useMemo * feat: add isListLoading prop * feat: add executor/status icon size prop * feat: is test/test-suite with execution check * feat: add tests/testSuites metrics provider * feat: secondary label list item * feat: view component additional props * refactor: testsMetrics and testSuitesMetrics * feat: labels filters key value input * feat: EntityGridItemDropdown * refactor: separate styled component for entity view * feat: view component base props * feat: reusable EntityDropdown atom * refactor: dots dropdown open prop * refactor: navigate link * refactor: do not use cloneElement * refactor: remove onAbort + abort all executions * refactor: add test/test suite button * refactor: smaller filters width * refactor: table sorting style * refactor: filters flex * refactor: changes * refactor: metrics for grid/table view * refactor: improvements * chore: remove unused
* feat: extract logs streaming logic to hook * chore: extract useClientRect hook / extract common props * chore: extract AnimatedFullscreenLogOutput * feat: add option to hide action buttons in Log Output * fix: simplify LogOutput DOM structure * feat: add option to wrap log output * feat: add option to modify line in log output - wrap each line with this component - get rid of ansi-to-react - add some optimizations * chore: extract LogOutput logic to hook * feat: expose more powerful references from LogOutput/Console * feat: use basic virtual rendering for the log output * fix: detect proper virtual width of Console * fix: wrapping lines * fix: line number stickiness * fix: scrolling to beginning of line * fix: virtual rendering while watching * fix: wrapping lines * feat: expose option to get line rect in Console * chore: clean LogOutputPure a little * feat: extract log parsing logic to the LogProcessor * feat: optimize console, split logprocessor * fix: OSS log output * feat: avoid full screen animation in oss * chore: extract logic for calculating console dimensions * chore: clean up Console code * chore: use `debounce` from lodash * chore: delete fullscreen animation code for log output * fix: allow empty last callback * feat: extract Toolbar from LogOutput to separate components * chore: extract the scrollbar out of the Log Output * feat: extract keyword scanner / fix: memory leak * feat: add basic search functionality to Log Output * fix: some detected bugs
* fix: add syncSubscribe() method for plugins * chore: add unit tests for syncSubscribe()
* fix: escape arguments containing spaces * fix: format args * fix: check if arg starts and ends with quotes * fix: restore functionality for inline * refactor: changes * refactor: changes * refactor: unit tests + inline args * refactor: rename * refactor: escape quotes * fix: add single quote and backtick * chore: import directly from utils * fix: unit tests * refactor: changes * feat: add unit test * fix: github warning
* feat: on log click * refactor: onSelectLine * refactor: remove copying to clipboard * refactor: remove props and use search params only * feat: add indigo colors * chore: remove unused onClick prop
* feat: multi line log line selection scroll * feat: scroll to middle of lines when multiple lines * feat: add placeholder when first running test * fix: lint
* feat: add search + status executions filters * refactor: filters container styling * fix: linting * fix: linting 2
* fix: download artifacts archive * fix: restore old functionality
* refactor: executions timestamp filter * refactor: remove default last 7 days timestamp * fix: skip getting executions if timestamp filter was not set * fix: if no executions found, set filter to all * fix: skipping getting executions * refactor: this year -> last 12 months
* fix: logs rendering when switching drawer tabs * refactor: use observer to rerender * refactor: use useIntersection
haneabogdan
requested review from
devcatalin and
topliceanurazvan
as code owners
January 23, 2024 09:53
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Changelog
Details
|
rangoo94
approved these changes
Jan 23, 2024
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.
This PR...
Changes
Fixes
How to test it
screenshots
Checklist