-
Notifications
You must be signed in to change notification settings - Fork 10
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
Migrate tonic
to workspace
#1161
Merged
Merged
+8
−4
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
This was referenced Dec 17, 2024
Merged
Merged
This stack of pull requests is managed by Graphite. Learn more about stacking. |
blt
force-pushed
the
blt/update_lading_container_base_image
branch
from
December 17, 2024 02:48
95b3633
to
c448a45
Compare
blt
force-pushed
the
blt/migrate_tonic_to_workspace
branch
from
December 17, 2024 02:48
a084557
to
0939e86
Compare
blt
force-pushed
the
blt/update_lading_container_base_image
branch
from
December 17, 2024 03:54
c448a45
to
91b6dc1
Compare
blt
force-pushed
the
blt/migrate_tonic_to_workspace
branch
2 times, most recently
from
December 17, 2024 03:58
3c2b6e5
to
4538629
Compare
blt
force-pushed
the
blt/update_lading_container_base_image
branch
from
December 17, 2024 04:00
56435d6
to
4794989
Compare
blt
force-pushed
the
blt/migrate_tonic_to_workspace
branch
from
December 17, 2024 04:00
4538629
to
fe75e46
Compare
blt
force-pushed
the
blt/update_lading_container_base_image
branch
from
December 17, 2024 04:38
4794989
to
573337c
Compare
blt
force-pushed
the
blt/migrate_tonic_to_workspace
branch
from
December 17, 2024 04:39
fe75e46
to
2255402
Compare
blt
force-pushed
the
blt/update_lading_container_base_image
branch
from
December 17, 2024 18:56
573337c
to
6ff2667
Compare
blt
force-pushed
the
blt/migrate_tonic_to_workspace
branch
from
December 17, 2024 18:56
2255402
to
20f8e93
Compare
blt
force-pushed
the
blt/update_lading_container_base_image
branch
2 times, most recently
from
December 17, 2024 19:30
be83173
to
a2203a5
Compare
blt
force-pushed
the
blt/migrate_tonic_to_workspace
branch
from
December 17, 2024 19:30
20f8e93
to
68160f4
Compare
blt
force-pushed
the
blt/update_lading_container_base_image
branch
from
December 17, 2024 20:09
a2203a5
to
7565763
Compare
blt
force-pushed
the
blt/migrate_tonic_to_workspace
branch
2 times, most recently
from
December 17, 2024 20:50
d06b6f1
to
481ec34
Compare
blt
changed the base branch from
blt/update_lading_container_base_image
to
blt/release_0.25.2-rc0
December 17, 2024 20:50
Merged
blt
force-pushed
the
blt/release_0.25.2-rc0
branch
from
December 17, 2024 20:53
1c3c1d6
to
0ea4307
Compare
blt
force-pushed
the
blt/migrate_tonic_to_workspace
branch
from
December 17, 2024 20:53
481ec34
to
fd4539a
Compare
blt
force-pushed
the
blt/release_0.25.2-rc0
branch
2 times, most recently
from
December 17, 2024 23:00
f0dbcaa
to
24602d8
Compare
blt
force-pushed
the
blt/migrate_tonic_to_workspace
branch
from
December 17, 2024 23:00
0861e41
to
2160811
Compare
blt
force-pushed
the
blt/release_0.25.2-rc0
branch
from
December 17, 2024 23:00
24602d8
to
139cbef
Compare
blt
force-pushed
the
blt/migrate_tonic_to_workspace
branch
13 times, most recently
from
December 18, 2024 15:43
32de0a9
to
463d907
Compare
blt
force-pushed
the
blt/release_0.25.2-rc0
branch
from
December 18, 2024 15:45
505e6ae
to
42cb17f
Compare
blt
force-pushed
the
blt/migrate_tonic_to_workspace
branch
2 times, most recently
from
December 18, 2024 15:47
825d439
to
1b988cb
Compare
scottopell
approved these changes
Dec 18, 2024
blt
changed the base branch from
blt/release_0.25.2-rc0
to
graphite-base/1161
December 18, 2024 17:25
blt
force-pushed
the
graphite-base/1161
branch
from
December 18, 2024 17:25
5efa22d
to
e5bc6c8
Compare
blt
force-pushed
the
blt/migrate_tonic_to_workspace
branch
from
December 18, 2024 17:25
1b988cb
to
2a9653a
Compare
This commit migrates the `tonic` dependency to the workspace. Unfortunately this leaves tonic-build still in shared/Cargo.toml but it's a start. Goal here is to make upgrading tonic more achievable. Signed-off-by: Brian L. Troutwine <[email protected]>
blt
force-pushed
the
blt/migrate_tonic_to_workspace
branch
from
December 18, 2024 17:26
2a9653a
to
6bc3be5
Compare
Merge activity
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What does this PR do?
This commit migrates the
tonic
dependency to the workspace. Unfortunatelythis leaves tonic-build still in shared/Cargo.toml but it's a start. Goal
here is to make upgrading tonic more achievable.