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: SearchFlatRuns api call for flat runs table support #8852

Merged
merged 46 commits into from
Mar 19, 2024
Merged
Show file tree
Hide file tree
Changes from 44 commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
dc052e0
init
Feb 16, 2024
4ac3696
basic request
Feb 16, 2024
4263146
order + sort by
Feb 16, 2024
c2e0857
addtional filters
Feb 16, 2024
3086c8f
linting
Feb 16, 2024
dd9d486
Merge branch 'main' into get-runs
AmanuelAaron Feb 20, 2024
a063d6e
update api pb
Feb 20, 2024
d3039da
bindings lint
Feb 20, 2024
aa95c84
get -> search
Feb 20, 2024
0a44bb4
add intg test
Feb 20, 2024
ce3893f
fix columns
Feb 21, 2024
314d44f
swap columns
Feb 22, 2024
45dfd39
fix query and update to flatruns
Feb 23, 2024
afbcf97
filters for hyper params + improve filter logic
Feb 26, 2024
3fdf9f2
move flat runs
Feb 26, 2024
7632812
add filter test
Feb 26, 2024
ee8a4fe
small fixes
Feb 27, 2024
3bca919
more location fixes
Feb 27, 2024
cb5ea71
update proto gen
Feb 27, 2024
26ec913
format tsx file
Feb 27, 2024
f094fe9
lint
Feb 27, 2024
ce8aaee
tsx lint
Feb 27, 2024
b02671d
add num runs
Feb 27, 2024
790f8a3
nested hyper parameters
Feb 28, 2024
a743c12
summary metrics struct
Feb 28, 2024
25218fc
add test cases for all filter types
Feb 28, 2024
931691b
return error for glide table
Feb 28, 2024
c5d1fa4
add performance tests
Feb 29, 2024
d38c961
column fixes
Mar 1, 2024
e6f95ee
fix param injection
Mar 11, 2024
6684cda
update return vals
Mar 13, 2024
8d72386
update tags to labels from experiments
Mar 14, 2024
52476db
remove username field
Mar 14, 2024
3d08e46
remove display name field
Mar 14, 2024
d2eafff
owner_id to user_id
Mar 15, 2024
3cddf6b
make project & workspace id/name required
Mar 15, 2024
34daed5
make parent archived required
Mar 15, 2024
b844fd5
add minimanl experiment in return
Mar 18, 2024
c98fe20
lint
Mar 18, 2024
d1eb522
Merge branch 'main' into get-runs
Mar 18, 2024
9bfc5bf
update after merge
Mar 18, 2024
6c3ee9f
update proto fields
Mar 18, 2024
676d8e7
lint proto
Mar 18, 2024
f5b2ff1
make experiment fields required in experiment proto
Mar 18, 2024
cbd184e
fixes
Mar 19, 2024
a0b9bae
fix sort sql volnurability
Mar 19, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
263 changes: 263 additions & 0 deletions harness/determined/common/api/bindings.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading