-
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 pt16 #2234
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
andrewtruong
force-pushed
the
andrew/ref15
branch
from
August 27, 2024 14:00
be84fdb
to
fac7737
Compare
andrewtruong
force-pushed
the
andrew/ref16
branch
from
August 27, 2024 14:03
60bd104
to
b092bc0
Compare
andrewtruong
force-pushed
the
andrew/ref15
branch
from
August 27, 2024 14:22
fac7737
to
86b5b61
Compare
andrewtruong
force-pushed
the
andrew/ref16
branch
from
August 27, 2024 14:22
b092bc0
to
ecc83fe
Compare
andrewtruong
force-pushed
the
andrew/ref15
branch
from
August 27, 2024 16:24
86b5b61
to
3353376
Compare
andrewtruong
force-pushed
the
andrew/ref16
branch
from
August 27, 2024 16:24
ecc83fe
to
1b621a6
Compare
andrewtruong
force-pushed
the
andrew/ref15
branch
from
August 28, 2024 00:59
3353376
to
38884b8
Compare
andrewtruong
force-pushed
the
andrew/ref16
branch
from
August 28, 2024 00:59
1b621a6
to
14dc696
Compare
andrewtruong
force-pushed
the
andrew/ref15
branch
from
August 28, 2024 01:32
38884b8
to
41830ee
Compare
andrewtruong
force-pushed
the
andrew/ref16
branch
from
August 28, 2024 01:32
14dc696
to
7b3045c
Compare
tssweeney
approved these changes
Aug 28, 2024
* move to trace: init_message * move to trace: weave_init * move to trace: cli * move to trace: client_context * chore(weave): Legacy Refactor pt18 (#2236) * 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 (#2237)
andrewtruong
added a commit
that referenced
this pull request
Aug 28, 2024
* move to legacy: weave_internal * chore(weave): Legacy Refactor pt16 (#2234) * move to legacy: test_stream_table * move to legacy: perf_notebooks * move to legacy: internal_tools * move to legacy: dispatching_and_resolution * chore(weave): Legacy Refactor pt17 (#2235) * move to trace: init_message * move to trace: weave_init * move to trace: cli * move to trace: client_context * chore(weave): Legacy Refactor pt18 (#2236) * 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 (#2237)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Split out from: #2182
This slice moves the following to
legacy
:test_stream_table
perf_notebooks
internal_tools
dispatching_and_resolution