Skip to content

Conversation

@lfbrehm
Copy link
Member

@lfbrehm lfbrehm commented Sep 25, 2023

Workspaces

  • Adds list, describe and delete requests for workspace templates
  • Adds description, endpoint_id and hook_id fields and removes key values from templates

Hooks

  • Adds more key-value based trigger types
  • Error messages for hook callbacks
  • Internal hooks as enums instead of generic non-describing key values
  • Hook descriptions
  • Hooks can now be defined with optional result objects (Datasets/Collections) where hooks can append/upload objects
  • Additional ListOwnedHooks request

@lfbrehm
Copy link
Member Author

lfbrehm commented Sep 25, 2023

New feature: Hooks can have multiple associated project_ids

Copy link
Contributor

@das-Abroxas das-Abroxas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only some superficial comments that can be addressed before merge.

}
repeated storage.models.v2.Hash hashes = 12;
// Force new object revision
bool forced_revision = 13;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think force_revision sounds better for a request field.

Suggested change
bool forced_revision = 13;
bool force_revision = 13;

body : "*"
};
}
// ListWorkspaceTemplatesById
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Documentation should be changed also.

Suggested change
// ListWorkspaceTemplatesById
// GetWorkspaceTemplate

Copy link
Member

@St4NNi St4NNi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@lfbrehm lfbrehm merged commit 72fe4f4 into main Sep 25, 2023
@lfbrehm lfbrehm deleted the feat/v2_workspaces branch September 25, 2023 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants