forked from twitter/the-algorithm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[opensource] Update home mixer with latest changes
- Loading branch information
twitter-team
committed
Jul 13, 2023
1 parent
fb54d8b
commit 72eda9a
Showing
393 changed files
with
9,322 additions
and
3,838 deletions.
There are no files selected for viewing
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 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 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 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 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 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 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 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
2 changes: 1 addition & 1 deletion
2
...scala/com/twitter/home_mixer/candidate_pipeline/EditedTweetsCandidatePipelineConfig.scala
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 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 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
24 changes: 24 additions & 0 deletions
24
home-mixer/server/src/main/scala/com/twitter/home_mixer/federated/BUILD.bazel
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
scala_library( | ||
sources = ["*.scala"], | ||
compiler_option_sets = ["fatal_warnings"], | ||
strict_deps = True, | ||
tags = ["bazel-compatible"], | ||
dependencies = [ | ||
"home-mixer/server/src/main/scala/com/twitter/home_mixer/marshaller/request", | ||
"home-mixer/server/src/main/scala/com/twitter/home_mixer/model/request", | ||
"home-mixer/thrift/src/main/thrift:thrift-scala", | ||
"product-mixer/core/src/main/scala/com/twitter/product_mixer/core/functional_component/configapi", | ||
"product-mixer/core/src/main/scala/com/twitter/product_mixer/core/pipeline/product", | ||
"product-mixer/core/src/main/scala/com/twitter/product_mixer/core/product/registry", | ||
"product-mixer/core/src/main/thrift/com/twitter/product_mixer/core:thrift-scala", | ||
"src/thrift/com/twitter/gizmoduck:thrift-scala", | ||
"src/thrift/com/twitter/timelines/render:thrift-scala", | ||
"stitch/stitch-repo/src/main/scala", | ||
"strato/config/columns/auth-context:auth-context-strato-client", | ||
"strato/config/columns/gizmoduck:gizmoduck-strato-client", | ||
"strato/config/src/thrift/com/twitter/strato/graphql/timelines:graphql-timelines-scala", | ||
"strato/src/main/scala/com/twitter/strato/callcontext", | ||
"strato/src/main/scala/com/twitter/strato/fed", | ||
"strato/src/main/scala/com/twitter/strato/fed/server", | ||
], | ||
) |
Oops, something went wrong.