Skip to content
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

feat: implement get create list experiments no command #1468

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

hvn2k1
Copy link
Contributor

@hvn2k1 hvn2k1 commented Jan 21, 2025

Part of #1417

@hvn2k1 hvn2k1 force-pushed the feat/get-experiment-rest branch from 8b34aa4 to c916823 Compare January 21, 2025 10:13
@hvn2k1 hvn2k1 marked this pull request as ready for review January 21, 2025 10:17
@hvn2k1 hvn2k1 requested a review from kakcy January 21, 2025 10:18
Comment on lines 186 to 192
string feature_id = 4;
int64 start_at = 5;
int64 stop_at = 6;
repeated string goal_ids = 7;
string name = 8;
string description = 9;
string base_variation_id = 10;
Copy link
Member

Choose a reason for hiding this comment

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

Besides the description, all fields are required.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I have added required field behavior, and also add the count of waiting, running and stopped experiment

@hvn2k1 hvn2k1 marked this pull request as draft January 23, 2025 01:50
@hvn2k1 hvn2k1 force-pushed the feat/get-experiment-rest branch from f03a9d5 to 9af6ab8 Compare January 23, 2025 02:57
@hvn2k1 hvn2k1 marked this pull request as ready for review January 23, 2025 03:15
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.

3 participants