-
Notifications
You must be signed in to change notification settings - Fork 881
chore: join owner, template, and org in new workspace view #15116
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
4967b6b
chore: new workspace view to join in owner, template, and org
Emyrk 15d24fb
random text got added
Emyrk a3ea2bd
add unit test to verify subset of fields
Emyrk d3bebae
remove unused
Emyrk ba8077d
Revert "remove unused"
Emyrk 90f2474
add guard rail
Emyrk 50fb160
more test fixes
Emyrk f18c801
fix dgen calls
Emyrk b231af9
fixup audit track and workspacebuildData call
Emyrk ba01ba0
bump migration number
Emyrk b216efd
fix more tests
Emyrk d13fd10
fmt
Emyrk d48c231
continue fixing references to Workspace/WorkspaceTable
Emyrk 8be63e7
linting:
Emyrk a80a01d
make gen
Emyrk 5ad6a58
sql spaces...
Emyrk 9f6f5ee
make gen
Emyrk c48f327
fix audit panic
Emyrk 81a8aa2
fix audit test
Emyrk 50638c7
populate sdk workspace
Emyrk 6e448d8
rebase fixes
Emyrk 05ce1ae
fix workspace reference
Emyrk c8de158
static time
Emyrk 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
rebase fixes
- Loading branch information
commit 6e448d8f144e4f9cdaff2160a1d654302c56c409
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
This file contains hidden or 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 hidden or 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.
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.
Can we keep the old resource name? I don't think admins care if there is a difference between a change to a
WorkspaceTable
or a change to aWorkspace
?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.
The type is still
workspace
to admins:coder/coderd/audit/request.go
Lines 184 to 185 in b05b00c
It is just
WorkspaceTable
in Go