Found 356 results for "deployment deployment-handlers branch"

The search executed in 0.001769663 seconds. That's fast.

Gitana 4.0 / Content Engine / Content Models / Definitions / Content Type Definition

Learn about content types in Cloud CMS, their schema, creation, editing, and management using JSON schema and Content Model Builder.

Score: 1.2535467

Gitana 3.2 / Guide / Guide / Application Server / Installation / Standalone Installation

Easily set up the Cloud CMS Application Server with Node.js, Git, and simple configuration steps for seamless content delivery.

Score: 1.2533853

Gitana 4.0 / Developers / Application Server / Installation / Standalone Installation

Set up the Cloud CMS Application Server with Node.js and Git for seamless content management. Download, configure, and launch easily.

Score: 1.2533853

Gitana 3.2 / Guide / Guide / Features / Locked

Learn how node locking ensures exclusive edit access with f:locked in your system, and discover configuration options and API usage details.

Score: 1.2350938

Gitana 4.0 / Content Engine / Aspects / Locked

Learn how node locking ensures exclusive edit access with f:locked in your system, and discover configuration options and API usage details.

Score: 1.2350938

Pagination options

You can specify pagination options in an optional second argument to the queryNodes function, basically like this: Chain(branch).queryNodes({  "_type": "video:essentials"  }, {  "sort": {  "title": -1  },  "limit": 10,  "skip": 30  }).then(function() {  ...  }); In this example, the results will start at index 30 in the record set and will contain the next 10 entries. The record set is sorted by "title" in a descending order ahead of being returned. If pagination sort isn't provided, then the o

Score: 1.223487

Gitana 4.0 / Reference / Types / Platform

Access Cloud CMS data stores and platform-scoped objects with authentication for robust data management and development.

Score: 1.21966

Advanced Content Modeling options (example)

Question. If I have the following collections: Categories Products Product_Description_Schemas Each Product is linked to a Category. Each Category is linked to a Product_Description_Schema. The outcome I want to accomplish is that the description schema for Product X I am entering, is defined by the Category it is linked to ( which in turn is defined by the Product_Description_Schema that the Category is linked to ). e.g. Product = Hilton Hotel London, Category = Hotel, Product_Description_Schem

Score: 1.2152331

Gitana 3.2 / Guide / Guide / Policies

Optimize your content management with Cloud CMS policies, triggering custom actions on events to streamline your workflow efficiently.

Score: 1.2120961

Gitana 4.0 / Content Engine / Behaviors / Policies

Discover Cloud CMS policies to automate actions and manage content lifecycle including branches, releases, and custom code integrations.

Score: 1.2120961

How to get a content definition JSON from the Cloud CMS API?

There are a couple of ways to do this. The first is simply use the node GET call and pass in the qname like this: GET /repositories/{repositoryId}/branches/{branchId}/nodes/{qname} http://api.cloudcms.com/docs#!/node/get_repositories_repositoryId_branches_branchId_nodes_nodeId This will give you back the JSON for the definition. Another way is to use this variation: GET /repositories/{repositoryId}/branches/{branchId}/definitions/{qname} http://api.cloudcms.com/docs#!/branch/get_repositories_rep

Score: 1.2120961

Gitana 3.2 / Guide / Guide / Auditing

Optimize your content strategy with Cloud CMS's audit system, tracking user interactions and content access in on-premise Docker environments.

Score: 1.185083

Gitana 4.0 / Content Engine / Platform / Auditing

Optimize your content strategy with Cloud CMS's audit system, tracking user interactions and content access in on-premise Docker environments.

Score: 1.185083

My UI modules aren't deploying. What should I check?

If you're running an on-premise installation of Cloud CMS and are unable to deploy UI modules via the main user interface, here are a few tips and pointers. Things to consider: 1. When you click on the "Deploy Module" option, your a URL connection is made from the UI server back to the API server. Specifically, it invokes a POST to the route: /oneteam/modules/deploy Check your API side logs or any firewalls or proxies along the way to make sure that an API server receives this call. For example,

Score: 1.1793352

Gitana 3.2 / Guide / Guide / Actions / Send a Slack Message

Send messages to Slack channels using Cloud CMS. Integrate seamlessly with our detailed configuration and example guides.

Score: 1.1685777

Gitana 4.0 / Content Engine / Behaviors / Actions / Send a Slack Message

Send Slack messages effortlessly. Learn configuration and integration with Cloud CMS for seamless communication in your channels.

Score: 1.1685777

Gitana 3.2 / Guide / Guide / Forms / References

Learn how Cloud CMS leverages $ref for dynamic form and schema integration, enabling effective JSON component reuse across your content model.

Score: 1.1479695

Gitana 4.0 / Forms / CMS / References

Enhance your forms with Cloud CMS by using $ref for seamless schema and form configuration integration. Explore content model references today!

Score: 1.1479695

Query Performance

Application queries Application code which consumes Cloud CMS content typically runs query API calls. These queries can be optimized in the following ways: Request only the properties needed When an application requires only a few properties from a set of nodes you should use “_fields” to limit the properties returned. This can drastically reduce the size of the payload and therefore the response time. In this example, we only need “_doc”, “title” and “_type” so these are the only fields that wi

Score: 1.1479695

Gitana 4.0 / Self Managed / Containers / UI Server

Optimize your Cloud CMS UI Server with extensible Node.js features and environment configurations for seamless API integration.

Score: 1.1430466

Gitana 3.2 / Guide / Guide / Actions / Send Email

Send personalized emails with configurable templates using various providers. Simplify email sending by customizing recipients, subjects, and body content.

Score: 1.1391482

Gitana 4.0 / Content Engine / Behaviors / Actions / Send Email

Send personalized emails with configurable templates using various providers. Simplify email sending by customizing recipients, subjects, and body content.

Score: 1.1391482

Gitana 4.0 / Developers / Frameworks / cURL

Learn how to use cURL for API calls and connectivity with Cloud CMS, plus access key management and example scripts.

Score: 1.1280758

Gitana 3.2 / Guide / Guide / Content Modeling

Discover Cloud CMS content modeling with powerful JSON Schema definitions for types, properties, and graph associations, ensuring data integrity.

Score: 1.1251619

Gitana 4.0 / Content Engine / Content Models

Explore Cloud CMS content modeling with JSON Schema for creating, updating, and managing your project's dynamic data efficiently.

Score: 1.1251619