-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
GitHub proxy part 4.5: git server in UI #49644
Merged
greedy52
merged 4 commits into
master
from
STeve/48762_git_server_cache_unified_resource_ui
Jan 21, 2025
Merged
GitHub proxy part 4.5: git server in UI #49644
greedy52
merged 4 commits into
master
from
STeve/48762_git_server_cache_unified_resource_ui
Jan 21, 2025
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
greedy52
added
no-changelog
Indicates that a PR does not require a changelog entry
backport/branch/v17
labels
Dec 2, 2024
greedy52
force-pushed
the
STeve/48762_git_server_cache_unified_resource
branch
from
December 5, 2024 03:55
d1e8553
to
982bf3d
Compare
Base automatically changed from
STeve/48762_git_server_cache_unified_resource
to
master
December 5, 2024 17:58
greedy52
force-pushed
the
STeve/48762_git_server_cache_unified_resource_ui
branch
7 times, most recently
from
December 8, 2024 03:37
fb9aeb1
to
acaca65
Compare
I didn't get a chance to check this out today but i will look at it the first thing in the morning tomorrow |
gzdunek
reviewed
Dec 10, 2024
web/packages/teleport/src/GitServers/ConnectDialog/ConnectDialog.tsx
Outdated
Show resolved
Hide resolved
web/packages/teleport/src/GitServers/ConnectDialog/ConnectDialog.tsx
Outdated
Show resolved
Hide resolved
web/packages/teleport/src/GitServers/ConnectDialog/ConnectDialog.tsx
Outdated
Show resolved
Hide resolved
web/packages/teleport/src/UnifiedResources/ResourceActionButton.tsx
Outdated
Show resolved
Hide resolved
web/packages/teleport/src/GitServers/ConnectDialog/ConnectDialog.tsx
Outdated
Show resolved
Hide resolved
web/packages/teleport/src/GitServers/ConnectDialog/ConnectDialog.tsx
Outdated
Show resolved
Hide resolved
web/packages/teleport/src/GitServers/ConnectDialog/ConnectDialog.tsx
Outdated
Show resolved
Hide resolved
Comment on lines
338
to
340
const organization = gitserver.github | ||
? gitserver.github.organization | ||
: undefined; |
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.
Suggested change
const organization = gitserver.github | |
? gitserver.github.organization | |
: undefined; | |
const organization = gitserver.github?.organization; |
avatus
reviewed
Dec 10, 2024
greedy52
force-pushed
the
STeve/48762_git_server_cache_unified_resource_ui
branch
from
January 20, 2025 14:23
acaca65
to
8cf6b5a
Compare
gzdunek
approved these changes
Jan 21, 2025
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.
Looks good!
avatus
approved these changes
Jan 21, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Related:
tsh git ls
with unified resource #49596e:
(note, this PR is optional for the initial MVP release but very nice to have)
Storybook screenshots: