-
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 v1.14.3 #949
Merged
Merged
Release v1.14.3 #949
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
* fix: improve downloading artifacts - stream the download when it's possible - handle errors - pass the `routeToRequest` to handle it better in Cloud * fix: download artifacts archive the old way * fix: show option to download artifacts archive when more than artifacts is there
fix: disable auto complete input name
fix: command args
* feat: update react-router to the latest version * feat: add a hook to prompt on leaving the page * feat: add `monitLeave` property to CardForm, to block redirection when the form is touched
* fix: status page assets * fix: incident colors * fix: hide cloud features from oss * fix: sider plugin * fix: icons color * fix: incidents tag type colors * fix: bar colors * fix: update bar chart colors * add amber800 color * fix: update unknown colors * adjust picker theme colors * adjusted calendar styling * adjusted hover style * fixup --------- Co-authored-by: fivenp <mh@fivenp.com> Co-authored-by: Bogdan Hanea <bogdan.hanea@yahoo.com> Co-authored-by: Dawid Rusnak <dawid@drcode.pl>
* feat: add changelog for PRs to main * feat: add workflow to automatically create release branch and PR * fix: delete previous changelog comment instead of archiving it * chore: rename release notes in PR workflow * chore: add automatically release notes to the created tags * fix: merge base branch to the release PR
* chore: add important data-test for Webhooks * chore: add data-test attributes for triggers
* chore: prepare initial monorepository structure for Testkube Dashboard * fix: add missing `stylelint` script back * fix: move ts-jest to root package.json * fix: add global Jest configuration * fix: delete unnecessary E2E dependency
…-only file system with volumes (#903)
* e2e tests - api helpers - trigger, webhook * [WIP] E2E tests - triggers, webhooks * tests - webhooks - WIP * E2E test for webhooks - complete * CreateTriggerPage * Complete trigger test * Selectors updated, Cleanup * selectors updated after data-test, Fixes after eslint
* fix: improve coverage collection for unit tests * feat: send Test Coverage results to the CodeClimate * fixup codeclimate-action version * chore: add CodeClimate configuration * fixup codeclimate configuration * fix: add a title for autocomplete options * fix: Triggers E2E tests * fixup adjust codeclimate configuration
* feat: prepare initial plugins mechanism * fixup silent console.warns * feat: synchronize plugin scope data on plugin level (instead of root) * chore: rename LimitedPluginScope to LocalPluginScope * fix: ts-check for plugins package * feat: replace LocalPluginScope/PluginRootScope with universal PluginScope * chore: delete unused provider * feat: support nested plugin systems (outer root scope / outer dependencies) * chore: add unit tests to avoid warnings for missing outer data/slots * fix: ensure console.warn mock stability * feat: support clearing data produced within the PluginScope * chore: add a unit test for clearing PluginScope * fix: children plugin scope should not be detached from the parent * chore: replace Array with Set * feat: improve code completion for external slots/data * feat: allow multiple slots/data definition with same type within same call * feat: add option to provide conditional providers * feat: add documentation for the Plugins system * feat: add documentation for Zustand store in the Plugins system * feat: add option to use scope data in providers easily
#918) * fix: allow using other mono-repository packages in @testkube/web * feat: add `start:prod` command to test production build easily
* feat: plugin system improvements * feat: add option to independently order plugin providers * feat: allow passing a function as a plugin's route
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
* feat: add Testkube documentation * fix: collapse all notes * fix: add technical debt warning about plugin stubs * fix: improve the styling of collapsible groups * chore: add commands for E2E tests in docs * fix: add note about variables source
* fix: hide abort run when now running tests * fix: handle undefined executions * fix: use Paragraph * fix: lint line * fix: update edit label based on entity --------- Co-authored-by: mortadarefd <m.mortada@refdapp.com>
* feat: move utility to prettify arguments and add unit tests * fix: escaped arguments while prettifying
…ModalContent/TestCreationForm.tsx Co-authored-by: Dawid Rusnak <dawid@drcode.pl>
…-error fix: show modal error instead of closing modal
…test-source feat: optional test source for container executors
…ebhooks-forms fix: catch validate fields so app doesn't crash TKC-863
…er-resource-select refactor: filter tests/testSuites based on action TKC-871
…d slots for Test/Test Suite Details (#939) * feat: add option to provide base slot items for slot hooks * feat: add slots for Test/Test Suite details
haneabogdan
requested review from
exu,
pavloburchak,
rangoo94 and
mortada-codes
as code owners
November 20, 2023 11:03
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Changelog
Details
|
rangoo94
approved these changes
Nov 20, 2023
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