-
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
Feature: Docker Containers API #210
Merged
Merged
Changes from 23 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
bd870a3
wip: docker containers api handlers
alashchev17 514397f
wip: docker actions API & action buttons
alashchev17 201f29b
wip: better action handling
alashchev17 8eea732
wip: simplification of dockerApi & action buttons improvements
alashchev17 a2b8e42
chore: fixtures update
alashchev17 00874fd
chore: removal of unnecessary esling rule bypass
alashchev17 f09ef28
wip: docker container card & refactoring of integration form
alashchev17 edc071f
Merge branch 'feat/setup-integrations' into feat/docker-api
alashchev17 9a785c6
feat(configuration): adjusted size of inputs based on f_size & DataLi…
alashchev17 7f9e791
Merge branch 'feat/setup-integrations' into feat/docker-api
alashchev17 d46e9fd
wip: form appearance & responsive layout
alashchev17 2549fc1
wip: updated docker section
alashchev17 9104122
wip(refactoring): smartlink, availability, renderField, handleSmartli…
alashchev17 f941e8e
wip(form): bool f_type support
alashchev17 4d21638
wip(refactoring): making docker within integr_schema optional, condit…
alashchev17 2b1a314
wip(docker): error handling
alashchev17 ecaa68f
wip(refactoring): toolscontent usage summary refactoring
alashchev17 4fa35f9
wip(docker containers): collapsible container details & reveal if large
alashchev17 1b2fd88
wip(refactoring): project name handling for macOS & Windows
alashchev17 0dbb9f0
wip(refactoring): docker error card & debounced loaded state
alashchev17 c738f8b
wip(docker containers): better loading state management
alashchev17 f6951d0
wip: separation & refactoring of UI, making docker containers cards b…
alashchev17 5a11403
fix: error types for docker error cards
alashchev17 e45bff9
fix: unchecked switch values included to formData
alashchev17 94118f0
chore: removal no-console
alashchev17 de132ba
chore: removal of unexisting prop
alashchev17 eab73b0
fix: extra fields showup button conditional rendering
alashchev17 0ade262
chore: TODO insertion
alashchev17 6bbd026
fix: rule bypass removal
alashchev17 cd50907
feat: debug logging library usage for integrations logs
alashchev17 9d29882
feat: implementing root debug instance, managing debuggable instances…
alashchev17 67de24e
chore: better logging message
alashchev17 5e2797c
chore: TODO for tags invalidation docker
alashchev17 3232243
fix: replaced <label/> to <Text as='label' />
alashchev17 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 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 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 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 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 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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does the onClick handler work without the
asChild
prop being used?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, because I'm specifying onClick directly on the element, not relying on Trigger click