99 Commits
Author SHA1 Message Date
adminandGitHub 1f4822775b remove cruft from WORKSPACE and reorganize MODULE.bazel (#4360) 2025-08-26 06:59:20 -07:00
adminandGitHub 18d69c5eeb Update rules_scala to 7.0.0 and move to bzlmod (#4358)
* just the basics

* try this

* update one dep and replace remaining io_bazel_rules_scala

* cleanup

* unused deps

* cleanup

* moar
2025-08-26 06:39:22 -07:00
e7c8a8e25d Rename rules_scala import from io_bazel_rules_scala to rules_scala (#4357)
* Rename rules_scala import from io_bazel_rules_scala to rules_scala

This PR renames the rules_scala import in the WORKSPACE file from the old
name 'io_bazel_rules_scala' to the new standard name 'rules_scala', while
maintaining backward compatibility through aliasing.

Changes:
- Updated WORKSPACE to use both names (primary: io_bazel_rules_scala, alias: rules_scala)
- Updated all BUILD files to use the consistent repository name
- Updated toolchain definitions to use io_bazel_rules_scala internally
- Added compiler warning suppression for external dependencies
- Fixed test dependencies that were using incorrect repository names

The build and test suite now pass successfully with this naming change.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

* run gazelle

---------

Co-authored-by: Claude <noreply@anthropic.com>
2025-08-25 06:44:49 -07:00
adminandGitHub 7b859c1fdb enable flatbuffers through bzlmod (#4045) 2025-03-16 12:03:53 -07:00
adminandGitHub 80e7a3a0c7 move the godice plugin import to bzlmod (#3877) 2025-01-03 06:46:30 -08:00
adminandGitHub 05de0da4cd move the parallel_hashmap import to bzlmod (#3876) 2025-01-03 06:43:31 -08:00
adminandGitHub 0c1888a20e update googletest to 1.15.2 (from something ancient) and move to bzlmod (#3875) 2025-01-02 21:45:23 -08:00
adminandGitHub 66775543d5 Another grpc (#3738)
* update to grpc 1.67

* bad

* still fail

* update rules_scala

* update grpc to 1.67.1 (from 1.53.0)

* 1.69.0

* more going back

* more

* protobuf too

* guess I did need the scalapb changes too

* resolve a couple of dep differences

* update protobuf path for ignoring warnings

* suppress another warning in parallel_hashmap

* another explicit dep

* delete, don't comment out
2025-01-02 12:35:31 -08:00
adminandGitHub a21be6912e update parallel_hashmap to 1.4.1 (from 1.3.12) to fix compiler errors (#3872) 2025-01-02 07:49:12 -08:00
adminandGitHub fd54914cdb Revert the grpc and clang upgrades -- the tests passed, but the server didn't actually run (#3748)
* Revert "upgrade clang to 17.0.6 (from 16.0.4/5) (#3745)"

This reverts commit 976a7a7d11.

* Revert "use 16.0.4 clang on linux (#3744)"

This reverts commit dc81f88390.

* Revert "Update toolchains_llvm to 1.2.0 (from 1.1.2) and Clang to 16.0.6 (from 15.0.6/7) (#3743)"

This reverts commit 2b1ddf7d23.

* Revert "upgrade workspace grpc import to 1.67.0 (from 1.53.0) (#3741)"

This reverts commit 31b3d040bd.
2024-10-12 17:32:19 -07:00
adminandGitHub 31b3d040bd upgrade workspace grpc import to 1.67.0 (from 1.53.0) (#3741) 2024-10-10 19:22:58 -07:00
adminandGitHub 8ff1335326 update Scala to 2.13.14 (from 2.13.12) (#3702)
* update Scala to 2.13.14 (from 2.13.12)

* rules_scala to newer version to support 2.13.14
2024-09-15 11:34:39 -07:00
adminandGitHub 31b352a8af Revert "Update grpc source import to 1.62.2 (from 1.53.0) (#3694)" (#3696)
This reverts commit 491879b4f8.
2024-09-14 09:56:53 -07:00
adminandGitHub 491879b4f8 Update grpc source import to 1.62.2 (from 1.53.0) (#3694)
* 1.60.0 works, 1.66.0 does not

* 1.60.0 works, 1.63.0 does not

* 1.62.0 works, 1.63.0 does not

* 1.62.2 works, 1.63.0 does not
2024-09-14 09:00:13 -07:00
adminandGitHub c0c0f96e25 update grpc and scalapb (#3693)
* with the unapply fixes

* a bunch of pattern match fixes

* fixed most of the failures

* it runs

* fix a couple of tests

* all tests build

* got some tests passing

* all tests passing

* dead code

* more comments

* another

* dead code

* a couple unnecessary ones

* cleanup

* remove guava dep
2024-09-14 08:35:16 -07:00
adminandGitHub 4f59ff11ad update rules_scala to 6.6.0 (#3692) 2024-09-09 19:36:08 -07:00
adminandGitHub 9d9882c053 update flatbuffers to latest (from really old) (#3595)
* update flatbuffers to latest (from really old)

* redundant helper
2024-07-22 22:15:38 -07:00
adminandGitHub 46785eea7f upgrade rules_scala to 6.5.0 (from 6.4.0) (#3554) 2024-07-10 06:52:42 -07:00
adminandGitHub d156ba4035 upgrade parallel-hashmap to 1.13.12 (from 1.13.11) (#3274) 2024-03-26 07:09:10 -07:00
adminandGitHub ec1e742c6a upgrade rules-scala to 6.4.0 (from 6.2.0) (#3166) 2024-01-23 20:27:53 -08:00
adminandGitHub 0b0739835e update the dll (#3152) 2024-01-06 17:54:38 -08:00
adminandGitHub 59b1c9caf2 Use the new DLL and add more logging (#3151)
* Logging

* more logs

* fix build and update to latest dll
2024-01-06 17:05:50 -08:00
adminandGitHub b6b45517ff update the plugins (#3146) 2024-01-02 20:06:03 -08:00
adminandGitHub f0b5d6bab0 Disconnect on quit (#3137)
* update to latest godice

* reset on destroy

* clear callbacks first
2023-12-30 14:39:32 -08:00
adminandGitHub 213aed7168 update again (#3128) 2023-12-28 15:03:27 -08:00
adminandGitHub a235544437 Add the new callbacks to Unity (#3127)
* Add disconnection callback

* Add support for connection failed callback and eliminate the dice interface i

* Update with new callbacks

* minor updates

* update the plugins
2023-12-28 13:28:41 -08:00
adminandGitHub e8a7810c59 update to dll with less waiting (#3118) 2023-12-19 21:49:01 -08:00
adminandGitHub bd9a6e46af Use the newer DLL/plugin APIs to fetch dice colors and push messages (#3117)
* use new plugin

* awake stuff

* flash dice on a 6 roll

* use correct bundle
2023-12-19 19:45:02 -08:00
adminandGitHub 742b4be2be Connect with identifier (#3116)
* update for new APIs

* missed committing the hookups

* stop listening on disable
2023-12-16 14:09:00 -08:00
adminandGitHub ea0c1af327 Callback first (#3111)
* Set the callback before listening

* fix some hookups

* use the latest framework
2023-12-14 20:56:07 -08:00
adminandGitHub 9f4c5c17ee update plugins (#3107) 2023-12-14 17:13:24 -08:00
adminandGitHub ec4802a29f Import dlls (#3105)
* install apple plugin

* start setting up bluetooth prefs

* basic test connection

* build the plugins from the webhook
2023-12-12 18:08:56 -08:00
adminandGitHub 35fef3b924 move rules_jvm_external import to use bzlmod and upgrade to 5.3 (from 4.2) (#2983) 2023-10-14 08:44:40 -07:00
adminandGitHub e87417c7d5 Minimal flatbuffers (#2982)
* upgrade flatbuffers to 23.3.3 (from 2.0.8)

* back to 2.0.8

* unneeded
2023-10-14 08:25:02 -07:00
adminandGitHub adad79a0d6 upgrade googletest to a 1.14.0-derived version (from 1.12.1) (#2978) 2023-10-08 18:13:25 -07:00
adminandGitHub fee7caba21 upgrade scalapb (#2973) 2023-10-06 06:53:02 -07:00
adminandGitHub 4a53fba799 Upgrade rules_scala to 6.2.0 (from an old git commit) (#2972)
* upgrade rules_scala but does not match

* more updates
2023-10-05 22:14:43 -07:00
adminandGitHub 167536b7ca update parallel-hashmap to 1.3.11 (from 1.3.8) (#2964) 2023-09-23 16:32:09 -07:00
adminandGitHub 20fdfd7ad2 update grpc to 1.53.0 (from 1.50.0) (#2963) 2023-09-23 10:41:25 -07:00
adminandGitHub d435ab6425 upgrade scala to 2.13.12 (#2960) 2023-09-22 06:43:04 -07:00
adminandGitHub 2cc849fb1b pull in the rules-apple stuff and the timer test app (#2379)
* pull in the rules-apple stuff and the timer test app

* move the test app to main/

* put it into a class

* use runfiles from cc_binary, eww


Former-commit-id: bc15d55daf72d237fddce6dfa1474a496ce9c1b4
2022-11-27 13:19:07 -08:00
adminandGitHub f2f3620adb Query parameters support all male or all female names (#2312)
* Support query parameters for all male or all female names

* Use the APIGateway response too

* Cleanup


Former-commit-id: aae671ee7015ddc02bae1b8ea9d4454677dbe454
2022-11-18 19:49:22 -08:00
adminandGitHub 9d938d91a3 Lambda name generator (#2311)
* Start building aws handler for name generator

* JVM name generator


Former-commit-id: c1d4835db9f429dd61d01d53a7493da6ef7da812
2022-11-18 19:06:48 -08:00
adminandGitHub 6638743abc Use parallel_hashmap for fetching ActionPointDistances (#2178)
* parallel hashmap

* unneeded stuff

* cleanup

* add the import


Former-commit-id: 338075a6fd9b9c499925fc58079cbe55eaa8cd95
2022-10-17 18:43:47 -07:00
adminandGitHub 86893cdf25 upgrade grpc to 1.50.0 (from 1.49.1) (#2176)
Former-commit-id: ce535aa8121e49f3dbc03d38fd4e9b2750354efa
2022-10-17 07:29:13 -07:00
adminandGitHub e7ac83f42e upgrade flatbuffers to 2.0.8 (from 2.0.7) (#2153)
Former-commit-id: 7ae2d518eae7a5d9a652c079721f07e94fe9e0a6
2022-10-12 06:38:00 -07:00
adminandGitHub 87c64019c4 upgrade Scala to 2.13.9 (from 2.13.8) and upgrade other deps (#2126)
Former-commit-id: 2078715d0300d32e61effb7d9347980ab62d764f
2022-10-02 10:55:22 -07:00
adminandGitHub fddbadc043 upgrade to bazel 5.3.1 (#2125)
Former-commit-id: 684579e4ae52b2a241085497bd2f9588ef617c8e
2022-10-02 10:49:47 -07:00
adminandGitHub ee292bbbee Bazel 5.1 (#2124)
* upgrade to bazel 5.1.1

* upgrade grpc to 1.49.1

* put std=c++20 into bazelrc, but move Werror into COPTS

* don't upgrade scala yet


Former-commit-id: afcd3fb717b68c7c03b249079f4e9af44a9ff519
2022-10-02 10:42:49 -07:00
adminandGitHub 7f7a077879 upgrade Flatbuffers to 2.0.7 (from 2.0.0) (#1952)
Former-commit-id: 9085b4323c9c855e95953c3ed3e9762ccadcecd3
2022-08-26 16:55:11 -07:00