Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix: handle workspace errors#3341

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
AbhineetJain merged 13 commits intomainfromabhineetjain/workspace-errors
Aug 5, 2022
Merged
Show file tree
Hide file tree
Changes from1 commit
Commits
Show all changes
13 commits
Select commitHold shift + click to select a range
12cdd47
fix: handle workspace errors
AbhineetJainAug 1, 2022
2b905e7
add stories
AbhineetJainAug 1, 2022
86b7060
Merge branch 'main' into abhineetjain/workspace-errors
AbhineetJainAug 1, 2022
94640e4
fix error types
AbhineetJainAug 1, 2022
6f8c20d
fix lint
AbhineetJainAug 1, 2022
965eb32
fix stories
AbhineetJainAug 1, 2022
50ee569
fix: chromatic workflow filter
AbhineetJainAug 2, 2022
4a0f3e7
Merge branch 'main' into abhineetjain/workspace-errors
AbhineetJainAug 2, 2022
3edd12b
Merge branch 'abhineetjain/fix-chromatic-workflow' into abhineetjain/…
AbhineetJainAug 2, 2022
2b6a6f8
Merge branch 'main' into abhineetjain/workspace-errors
AbhineetJainAug 2, 2022
66910ab
fix workflow context assignment
AbhineetJainAug 3, 2022
333d4bd
Merge branch 'main' into abhineetjain/workspace-errors
AbhineetJainAug 3, 2022
dfd346b
fix lint
AbhineetJainAug 3, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
fix stories
  • Loading branch information
@AbhineetJain
AbhineetJain committedAug 1, 2022
commit965eb323acd426fe5bbbf9cb15ad436269840ac2
1 change: 1 addition & 0 deletionssite/src/components/Workspace/Workspace.stories.tsx
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -31,6 +31,7 @@ Started.args = {
resources: [Mocks.MockWorkspaceResource, Mocks.MockWorkspaceResource2],
builds: [Mocks.MockWorkspaceBuild],
canUpdateWorkspace: true,
workspaceErrors: {},
}

export const WithoutUpdateAccess = Template.bind({})
Expand Down
2 changes: 1 addition & 1 deletionsite/src/xServices/workspace/workspaceXService.ts
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -35,7 +35,7 @@ export interface WorkspaceContext {
builds?: TypesGen.WorkspaceBuild[]
getBuildsError?: Error | unknown
loadMoreBuildsError?: Error | unknown
cancellationMessage:Types.Message
cancellationMessage:Error | unknown
// permissions
permissions?: Permissions
checkPermissionsError?: Error | unknown
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp