Uh oh!
There was an error while loading. Please reload this page.
environment crud - #336
Conversation
87add70 to
9b601c3Compare9b601c3 to
c01f271CompareLatest downloadable build artifacts for this PR commit
Available artifact names
|
33aff16 to
6cc73cdCompareThere was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit:6cc73cd348
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "Codex (@codex) review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "Codex (@codex) address that feedback".
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
creating an environment without passing a slug takes the name, normalizes it and uses it as slug
Uh oh!
There was an error while loading. Please reload this page.
Environments are used by prompts (and datasets snapshots), but
bthad no way of managing them.Now
bt environmentshas CRUD operations (create view list update delete).I could remove
--clear-descriptionfrombt environments updatesince--description ''is equivalent:#330 uses environments so bt needs to be able to manage them.