• Categories
  • Recent
  • Tags
  • Popular
  • Solved
  • Unsolved
  • Users
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Darkly)
  • No Skin
Collapse
brainCloud Forums
M

Madalin Grigore Enescu

@madalin
About
Posts
9
Topics
6
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

    How to delete a team in Design Portal
  • M madalin

    Hello guys!

    Initially, I used a free development account for testing BrainCloud. After that, we switched to a plan offering a custom app server, so I made another account there. I still want to keep my personal BrainCloud user, I think it is related to BrainCloud forum account and for any future projects. I cleared all the free account applications and now I'm left with the teams I created in the past.

    How can I delete a team from the Design Portal?

    I'm the only one team member/administrator left of the team I want to delete.


  • API for managing CloudCode scripts and API hooks
  • M madalin

    @Paul-Winterhalder That's good news! Thank you for your feedback and your detailed answer (as usual) 🙂
    @Ali-Raza Thank you for the advice, we are working on that but we would like to have the peace of mind any admin panel UI changes will not affect our deploy scripts in the future and we are looking out for a more permanent solution...

    Btw for the include other scripts feature we managed to handle the complexity of our project and improve code reuse by using a JavaScript packer. This way we can work on multiple files and pack everything at the end for deploy in separate single files...


  • API for managing CloudCode scripts and API hooks
  • M madalin

    Hello!

    Our problem is:

    We are unable now to implement continuous integration using Jenkins or Gitlab CI/CD because of the fact uploading CloudCode scripts requires human intervention using BrainCloud administration panel. The lack of features from this area also complicates our development process as our backend engineers need to manually update BrainCloud scripts, many times a day for testing new features and fixing bugs.

    For us those features are quite important and the lack of an API we can use to automate CloudCode deployment is one of the most mentioned weak point for BrainCloud when used in serious projects with substantial budgets.

    Solution

    We strongly need an API for managing CloudCode scripts. The API should include CRUD operations for managing CloudCode scripts, included but not limited to:

    • Script Upload
    • Script Delete
    • Script Update
    • Script Get
    • Scripts List
    • Script Get Info

    The upload/update/info functionality should also be able to operate on all script parameters:
    "scriptName", "clientCallable", "s2sCallable", "peerCallable", "scriptTimeout", "description", "parms", "version", and "updatedAt"

    A similar API should also expose all API hooks CRUD operations.

    Thank you for understanding!


  • Global entities size
  • M madalin

    Thank you for your detailed answer!


  • Getting client app version
  • M madalin

    Thank you for your answer. Yes, it will be nice to have a separate API but for now, the solution suggested by you works for us.


  • Global entities size
  • M madalin

    What is the maximum data size of a global entity on BrainCloud?

    I assume that is related to the maximum MongoDB BSON document size (16 megabytes). Is this true?


  • Getting client app version
  • M madalin

    Hi!
    How can we get the client app version (sometimes referred to as the gameVersion) into a BrainCloud script (for the current session)?


  • Sending messages to Chat Channels using BrainCloud admin panel
  • M madalin

    Does messaging supports sending messages to Chat Channels using BrainCloud admin panel?

    We couldn't find any functionality in BrainCloud admin panel to send messages to specific Chat Channels neither to view or administrate channels messages.

    Our assessment is we can only do that using BrainCloud API/Cloud Scripts.

    Is this true or we missed something?

  • Login

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • Solved
  • Unsolved
  • Users