Found 627 results for "gitana 4.0 developers api resources branch get-repositories-repositoryid-branches-chain"
The search executed in 0.00256893 seconds. That's fast.
![]() |
Download Version 1.0.3 of the Cloud CMS Java DriverThe Cloud CMS team is pleased to announce the immediate availability of the 1.0.3 version of the Gitana Java Driver for Cloud CMS. Java Driver for Cloud CMS The Gitana Java Driver is a Java library that you can include with your Java applications to take advantage of a programmatic way of interacting with the Cloud CMS server. It makes it easier for developers to utilize Cloud CMS functionality without having to manually handle calls against HTTP/REST, data serialization and event handling. The
Score: 3.3222241
|
![]() |
Gitana 3.2 / Guide / Guide / UI Developers Guide / Contexts / project-manage-contextManage and configure projects effortlessly. Access settings, logs, tools, and collaborate with teams for streamlined project management.
Score: 3.259097
|
![]() |
Gitana 4.0 / Developers / User Interface Customization / Contexts / project-manage-contextManage and configure projects effortlessly. Access settings, logs, tools, and collaborate with teams for streamlined project management.
Score: 3.259097
|
![]() |
Cloud CMS ArchitectureCloud CMS has two clusters that we run for customers who host apps with us. One cluster is for the "app server" tier (*.cloudcms.net) and the other is the "API" tier (api.cloudcms.com). The app server cluster consists of Node.js servers, and the API is a Java-backend that is stateless and implements the full REST API: As such, the API doesn't manage connections directly. Any invocation to it is a one-shot where each request contains everything needed to assert the user's identity and proceed wit
Score: 3.2075305
|
![]() |
Recommended Cloud CMS architectureIn general, we recommend a three-tier architecture (browser -> app server -> API) for any applications you build. This would be our recommendation whether you're using Cloud CMS or anyone else. There are a few good reasons: The browser is an insecure runtime. Exposing any API keys within the browser is a very big security hole. Even exposing credentials within the browser (such as within a cookie) for the sake of working around this is also not recommended since hackers can siphon off the creden
Score: 3.1678438
|
![]() |
Gitana 4.0 / Content Engine / Access Policies / System Policies / project-collaboratorExplore the project-collaborator Gitana System Access Policy, detailing roles and conditions for granting Collaborator and Contributor permissions.
Score: 3.1160657
|
![]() |
Is there a programmatic way to add more content to workflows?There is a programmatic way to add more content to workflows once they're in-flight. However, once the workflow is in-flight, the workflow process instance isn't the correct place to add things. Instead, you'd want to add new content to a workflow task. Essentially, a workflow is made up of a series of tasks. When the workflow transitions from one node to another in the workflow model, it instantiates a new task and the task holds the state (and references to documents) for that phase of the wor
Score: 3.0630033
|
![]() |
Gitana 4.0 / Self ManagedRun Gitana software on-premise or in a virtual private cloud with Kubernetes and Helm charts for an optimal self-managed setup.
Score: 3.0420961
|
![]() |
Sign up for a free 14-day trial account - GitanaSign up for a free 14-day trial account - Gitana Try Gitana All we need is a valid email address to get started. We'll send you a link that you can use to sign up. Get Started
Score: 3.0319555
|
![]() |
Gitana 4.0 / Developers / Drivers / RubyConnect your Ruby apps to Gitana with ease. Use our open-source Ruby driver for seamless API integration and access comprehensive documentation.
Score: 3.0167847
|
![]() |
Gitana 3.2 / Guide / GuideExplore comprehensive Gitana 3.2 guides covering Actions, Antivirus, API, Applications, Security, and more for seamless workflow solutions.
Score: 2.984321
|
![]() |
Gitana 3.2 / Guide / Guide / UI Developers Guide / ConfigurationOptimize your user interface with our fast, efficient configuration service. Dynamically evaluate and merge JSON blocks to build custom actions in milliseconds.
Score: 2.9804778
|
![]() |
Gitana 4.0 / Developers / User Interface Customization / ConfigurationOptimize your user interface with our fast, efficient configuration service. Dynamically evaluate and merge JSON blocks to build custom actions in milliseconds.
Score: 2.9804778
|
![]() |
Gitana 3.2 / Guide / Guide / Integrations / Azure / TranslateDiscover seamless integration with Azure Translate using Microsoft Translator API for efficient multi-language support in your applications.
Score: 2.9593987
|
![]() |
Gitana 4.0 / Content Engine / Integrations / Azure / TranslateEffortlessly integrate Azure Translate for seamless multi-language support and automatic I18N translations in your applications.
Score: 2.9593987
|
![]() |
Gitana 4.0Discover all features and capabilities of Cloud CMS 4.0 with our comprehensive documentation guide.
Score: 2.9519124
|
![]() |
Gitana 3.2 / Guide / Guide / Search / ExamplesExplore Cloud CMS search examples with ElasticSearch integration, allowing powerful queries using DSL or JSON for comprehensive content indexing and retrieval.
Score: 2.8779573
|
![]() |
Gitana 4.0 / Content Engine / Search / ExamplesExplore full-text and DSL search examples with Cloud CMS and ElasticSearch integration. Learn query techniques for effective content searches.
Score: 2.8779573
|
![]() |
Gitana 3.2 / Guide / Guide / Application Server / Authentication / Providers / FacebookAuthenticate users in your Cloud CMS app using Facebook. Set up a Facebook Developer Account to obtain essential API tokens for integration.
Score: 2.841106
|
![]() |
Gitana 3.2 / Guide / Guide / Docker / Security Notices / CVE-2022-22965Secure your Cloud CMS instance against CVE-2022-22965 by upgrading to 3.2.76 or applying our recommended workaround.
Score: 2.8399343
|
![]() |
Gitana 3.2 / Guide / Guide / SearchExplore efficient content indexing and comprehensive search capabilities with Cloud CMS using ElasticSearch, enabling powerful and precise queries across multiple projects.
Score: 2.8375003
|
![]() |
Gitana 4.0 / Content Engine / SearchOptimize your content search with Cloud CMS, using ElasticSearch for full-text and structured queries. Effortlessly index and retrieve data.
Score: 2.8375003
|
![]() |
Gitana 3.2 / Guide / Guide / Workflow / Workflow Handlers / Web HookEnable seamless integration with web services using configurable HTTP(S) POST webhooks, supporting authentication and JSON payloads for workflows.
Score: 2.8230689
|
![]() |
Gitana 4.0 / Content Engine / Workflow / Workflow Handlers / Web HookEnable seamless integration with web services using configurable HTTP(S) POST webhooks, supporting authentication and JSON payloads for workflows.
Score: 2.8230689
|
![]() |
Using the JavaScript driver to run an elasticsearch queryThe Cloud CMS REST API allows for elasticsearch queries against a branch. The API endpoint is POST /repositories/{repositoryId}/branches/{branchId}/nodes/search The payload is a JSON object containing a top-level property called "search" which wraps the elasticsearch DSL query. The JavaScript driver exposes this call on the Branch object using the searchNodes() methods. Examples: 1) Search for nodes containing the keyword "hello" in any property: req.branch(function (err, branch) { branch.trap(f
Score: 2.7814837
|