-
Notifications
You must be signed in to change notification settings - Fork 67
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
chore(weave): Legacy Refactor pt23 #2241
Conversation
Preview this PR with FeatureBee: https://beta.wandb.ai/?betaVersion=5f9e4d47dd8787f7297415cfb896353384a2310a |
11003d5
to
4acfe97
Compare
ba93ede
to
c987f8b
Compare
4acfe97
to
3bcc0df
Compare
c987f8b
to
c5c9409
Compare
3bcc0df
to
f8f85ed
Compare
c5c9409
to
be85052
Compare
* more work * adding * linting * some of the UI fixes * tests - rough * lint complete * test improvement * done with tests * ok, basically done * Final * Final * Final * Final * Final * i think complete * test fix * removed client check * added checks * another little fix * done * lint * comments
f8f85ed
to
72ca76f
Compare
be85052
to
83e99ce
Compare
* move to trace: table * move to trace: trace_sentry * move to trace: trace_api * move to trace: serve_fastapi * move to trace: ref_util * move to trace: exception
* move to legacy: query_api * move to legacy: server * move to legacy: environment * move to legacy: errors (and add relevant errors to trace) * move to legacy: storage * move to legacy: logs * move to legacy: urls * move to legacy: util * move to legacy: filesystem * move to legacy: weave_http * move to legacy: weave_types * move to legacy: weave_internal * move to legacy: test_stream_table * move to legacy: perf_notebooks * move to legacy: internal_tools * move to legacy: dispatching_and_resolution * move to trace: init_message * move to trace: weave_init * move to trace: cli * move to trace: client_context * delete: extraneous files * delete: api; split out trace and query api from single api file * move to legacy: legacy tests * move to legacy: legacy test_utils * move to legacy: old query panel examples and notebooks * move to legacy: makefile * !!! move files from weave/legacy -> weave/legacy/weave to match new repo * move to legacy: pytest_parallel * move to legacy: wandb_artifact_perf * move to legacy: utils * move to legacy: tutorial_scripts * move to legacy: pytest * move to legacy: build_dist * move to legacy: docker stuff * move to legacy: mutations-perf * move to legacy: manifest * move to dev_docs: dev_docs (also move legacy settings and devcontainer) * move to scripts: auth_modes (also split out jupyter dev script) * delete: useless pyright config * move to legacy: test_server * cleanup: missing imports * split: further split trace and legacy errors * split: make separate trace and legacy utils * delete: extraneous import * lint * bump
83e99ce
to
9e56367
Compare
CLA Assistant Lite bot: I have read the CLA Document and I hereby sign the CLA 2 out of 3 committers have signed the CLA. |
closing in favor of: #2272 |
Split out from: #2182
This slice splits out:
mypy.ini
into respective trace and legacy configstest_weave_api
-- trace and legacy tests stuck in 1 fileIt also:
ref_util
for tracelegacy
api.