Skip to content

Commit

Permalink
Beam SDK package and stuff (#1)
Browse files Browse the repository at this point in the history
* Beam SDK Autogen for Rust

* Add missing Token handling

* Remove problematic endpoint

* Move beam sdk to separate repo and package

* Bevy 0.14 support

* Create separate package- bevy_beam_sdk

* Inventory API generated from macros, macros improvements

* macro simplify, prepare for making BeamContext a component

* Remove Cargo.lock

* Cargo format

* Replace unwrap with map
  • Loading branch information
Leinnan authored Aug 28, 2024
1 parent 0df0260 commit 315f1a4
Show file tree
Hide file tree
Showing 226 changed files with 3,051 additions and 9,694 deletions.
1 change: 1 addition & 0 deletions .beamable/connection-configuration.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"host":"https://api.beamable.com","cid":"1714908866696208","pid":"DE_1714908866696209"}
1 change: 1 addition & 0 deletions .beamable/local-services-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"ServiceDefinitions":[{"BeamoId":"ForgeService","Protocol":0,"ImageId":"sha256:e5627db96ceb888a85a7f5c185fed774cf70aade5d0168b2776e95f1e39e424a","ShouldBeEnabledOnRemote":true,"ProjectDirectory":"ForgeService\\services\\ForgeService","TruncImageId":"e5627db96ceb"},{"BeamoId":"ForgeStorage","Protocol":1,"ImageId":"sha256:b8df2163f9aa384163ea74e076f8cf562f8d291189dbdecc79036e546e1a989c","ShouldBeEnabledOnRemote":true,"ProjectDirectory":"ForgeService\\services\\ForgeStorage","TruncImageId":"b8df2163f9aa"}],"HttpMicroserviceLocalProtocols":{"ForgeService":{"DockerBuildContextPath":"ForgeService\\services","RelativeDockerfilePath":"ForgeService\\Dockerfile","BindSrcForHotReloading":{"IsReadOnly":false,"LocalPath":null,"InContainerPath":null},"HotReloadEnabledEndpoint":null,"HotReloadEnabledPort":null,"CustomPortBindings":[],"CustomBindMounts":[],"CustomVolumes":[],"CustomEnvironmentVariables":[],"InstanceCount":1}},"HttpMicroserviceRemoteProtocols":{"ForgeService":{"HealthCheckEndpoint":"health","HealthCheckPort":"6565","CustomEnvironmentVariables":[]}},"EmbeddedMongoDbLocalProtocols":{"ForgeStorage":{"BaseImage":"mongo:latest","RootUsername":"beamable","RootPassword":"beamable","MongoLocalPort":"","DataVolumeInContainerPath":"/data/db","FilesVolumeInContainerPath":"/beamable"}},"EmbeddedMongoDbRemoteProtocols":{"ForgeStorage":{}}}
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"beamable.tools": {
"version": "1.19.14",
"version": "1.19.22",
"commands": [
"beam"
]
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
ForgeService/services/ForgeService/.idea
/oapi
.idea
target
target
Cargo.lock
Loading

0 comments on commit 315f1a4

Please sign in to comment.