Deploy Public API #256
Reference in New Issue
Block a user
Delete Branch "staging"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Deploy the Maps Public API for accessing extended maps metadata such as: Creator, Modes, LoadCount, Thumbnail, etc. Data Public API users are expected to migrate to these endpoints if they need the extended information. data-service maps are being cut down (see StrafesNET/protobufs#5) and will only include information relevant to embedded use cases, i.e. serverlist, and times.
@itzaname can you investigate why the build cannot download the private dev-service code? I don't understand where the secrets are supposed to come from.
Pull requests do not have access to secrets.
Alright, then how should PR build and local builds work? The maps service now directly depends on private code. Previously it only depended on connecting to private microservices.
Your options:
go mod vendorwhich will duplicate the code in this repo6458c8a5beto759ac08aef49d294f1fcto295b1d842bMerging this, the discussion is moved to #261