-
Notifications
You must be signed in to change notification settings - Fork 694
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(sdk): support editing existing automations #9246
base: tonyyli/automations-api
Are you sure you want to change the base?
feat(sdk): support editing existing automations #9246
Conversation
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## tonyyli/automations-api #9246 +/- ##
===========================================================
- Coverage 72.72% 72.69% -0.03%
===========================================================
Files 575 575
Lines 59359 59394 +35
===========================================================
+ Hits 43167 43176 +9
- Misses 15480 15501 +21
- Partials 712 717 +5
Flags with carried forward coverage won't be shown. Click here to find out more.
|
c24aea8
to
b7fffcc
Compare
5a8003a
to
998139b
Compare
b7fffcc
to
980ac89
Compare
998139b
to
461af1b
Compare
980ac89
to
2b6c6cb
Compare
f46c91f
to
46b6e96
Compare
2b6c6cb
to
09fbee1
Compare
46b6e96
to
a59b992
Compare
09fbee1
to
bfdefa2
Compare
758289d
to
57f0405
Compare
bfdefa2
to
9ca1c64
Compare
6ddc68f
to
f643919
Compare
8d7008f
to
57d1598
Compare
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.
lgtm!
f643919
to
504ef18
Compare
57d1598
to
f3a2b1d
Compare
504ef18
to
d147c86
Compare
f3a2b1d
to
76bdae5
Compare
d147c86
to
f10a6b7
Compare
76bdae5
to
388b221
Compare
f10a6b7
to
9a92df0
Compare
388b221
to
90c6218
Compare
9a92df0
to
845245d
Compare
90c6218
to
8dfa038
Compare
845245d
to
48ef37d
Compare
8dfa038
to
7291dbf
Compare
48ef37d
to
e29284a
Compare
7291dbf
to
29ee21a
Compare
e29284a
to
f2d482d
Compare
29ee21a
to
9616908
Compare
f2d482d
to
6cb3476
Compare
9616908
to
1922928
Compare
6cb3476
to
77a6237
Compare
1922928
to
ae9f23b
Compare
77a6237
to
7ff0132
Compare
ae9f23b
to
f8062cc
Compare
7ff0132
to
8f8f7dd
Compare
f8062cc
to
c4e1ac9
Compare
8f8f7dd
to
3f71bfb
Compare
c4e1ac9
to
22c6442
Compare
Description
Adds
wandb.Api
support for updating existing automations.Testing
How was this PR tested?