Navigation

    brainCloud Forums
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Solved
    • Unsolved
    • Users
    • Groups
    1. Home
    2. madalin
    M
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Madalin Grigore Enescu

    @madalin

    2
    Reputation
    9
    Posts
    8
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    madalin Follow

    Best posts made by madalin

    • RE: Getting client app version

      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.

      posted in Cloud Code
      M
      madalin
    • RE: API for managing CloudCode scripts and API hooks

      @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...

      posted in Suggestions
      M
      madalin

    Latest posts made by madalin

    • How to delete a team in Design Portal

      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.

      posted in General
      M
      madalin
    • RE: API for managing CloudCode scripts and API hooks

      @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...

      posted in Suggestions
      M
      madalin
    • API for managing CloudCode scripts and API hooks

      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!

      posted in Suggestions
      M
      madalin
    • RE: Global entities size

      Thank you for your detailed answer!

      posted in General
      M
      madalin
    • RE: Getting client app version

      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.

      posted in Cloud Code
      M
      madalin
    • Global entities size

      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?

      posted in General
      M
      madalin
    • Getting client app version

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

      posted in Cloud Code
      M
      madalin
    • Sending messages to Chat Channels using BrainCloud admin panel

      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?

      posted in General
      M
      madalin