Found 300 results for "access-policies conditions branch"

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

Gitana 4.0 / Developers / Cookbooks / Java Cookbook

Explore comprehensive Java programming strategies in our Java Cookbook. Learn about repositories, dependencies, connections, and coding examples.

Score: 1.7881432

Gitana 3.2 / Guide / Guide / Workflow / Workflow Handlers / Sync Node

Sync Node handler automates syncing and managing workflow payload nodes to a target branch, with options for deletion and frozen branches.

Score: 1.7807425

Gitana 4.0 / Content Engine / Workflow / Workflow Handlers / Sync Node

Sync Node handler automates syncing and managing workflow payload nodes to a target branch, with options for deletion and frozen branches.

Score: 1.7807425

Gitana 3.2 / Guide / Guide / UI Developers Guide / Evaluators

Learn how evaluators define conditions for runtime configurations, impacting observed data and user permissions, with a wide variety of types available.

Score: 1.759566

Gitana 4.0 / Developers / User Interface Customization / Evaluators

Discover how evaluators help define conditions for configuration inclusion based on runtime aspects like observables, permissions, and current user authority.

Score: 1.759566

Gitana 3.2 / Guide / Guide / Conditions / Merge

Test whether a node is being merged with customizable conditions, including source and target branches or release attributes.

Score: 1.7591513

Gitana 4.0 / Content Engine / Behaviors / Conditions / Merge

Test whether a node is being merged with customizable conditions, including source and target branches or release attributes.

Score: 1.7591513

Gitana 3.2 / Guide / Guide / Cookbooks / Python Cookbook

Explore how to integrate the Gitana Python Driver in your projects with simple installation and connection guides. Learn repository management and querying techniques with practical examples.

Score: 1.7554991

Gitana 4.0 / Developers / Cookbooks / Python Cookbook

Explore our Python Cookbook for Gitana. Learn to connect, query, and manage content with easy-to-follow code examples using Cloud CMS.

Score: 1.7554991

Gitana 4.0 / Reference / Types / Node

Nodes are essential for organizing content in a repository, forming a graph structure to build associations and hierarchies.

Score: 1.7550709

Gitana 4.0 / Developers / Cookbooks / C# Cookbook

Get started with C# and .NET Core using Gitana's C# driver for seamless integration in your projects. Includes code samples and connections to Gitana.

Score: 1.7495058

Gitana 4.0 / Getting Started / Working with Content / Versioning

Explore seamless collaboration with Cloud CMS's changeset versioning—unlocking distributed workflows, effortless merging, and secure content rollbacks.

Score: 1.7406007

Gitana 3.2 / Guide / Guide / Cookbooks / C# Cookbook

Explore the C# Cookbook to effectively utilize the Gitana C# Driver for connecting to Cloud CMS and managing content with .NET Core.

Score: 1.7399153

Gitana 4.0 / Developers / Command Line Interface

Effortlessly manage Cloud CMS projects and resources using a free Node.js command-line tool, requiring just a subscription or trial.

Score: 1.739776

Gitana 3.2 / Guide / Guide / Command Line

Effortlessly manage Cloud CMS projects and data with the easy-to-use command-line client, essential for developers.

Score: 1.7324955

Gitana 3.2 / Guide / Guide / Application Server / URL Addressability / Node URLs

Optimize your content delivery with Node URLs for efficient retrieval and caching, supporting CDN and on-the-fly transformations.

Score: 1.7304292

Gitana 4.0 / Developers / Application Server / URL Addressability / Node URLs

Optimize your content delivery with Node URLs for efficient retrieval and caching, supporting CDN and on-the-fly transformations.

Score: 1.7304292

How can I reuse connections with the Java Driver?

The Cloud CMS Java Driver uses a thread local variable to store the authentication context it receives after connecting. This is perhaps unusual for folks who are coming from the JavaScript world but should be very familiar for anyone who works with common JavaScript frameworks such as Spring Framework or Spring Security. When the authentication completes, the Java Driver constructs a "Driver" object that it stores into a thread local variable using the following call: DriverContext.setDriver(dr

Score: 1.7217852

Gitana 3.2 / Guide / Guide / Features / Copied From

Track node history with the Copied From feature, automatically identifying content origins via source references in node versions.

Score: 1.7125107

Gitana 4.0 / Content Engine / Aspects / Copied From

Track node history with the Copied From feature, automatically identifying content origins via source references in node versions.

Score: 1.7125107

Using the JavaScript driver to run an elasticsearch query

The 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: 1.706106

Gitana 4.0 / Content Engine / Publishing / Publications

Manage content deployment and lifecycle states with publication rules and deployment targets for efficient project workflow.

Score: 1.6923851

Gitana 3.2 / Guide / Guide / Branches / Actions

Configure automated actions for release events with JSON settings. Supports Send Email and Web Hook with variables like releaseId and branchId.

Score: 1.6873686

Gitana 4.0 / Content Engine / Branches / Actions

Optimize your release management with configurable actions, variables, email, and web hooks. Tailor JSON settings for precise execution.

Score: 1.6873686

Gitana 3.2 / Guide / Guide / API / Data Types / Node

Discover the essential guide to handling nodes in Cloud CMS, covering node creation, updates, deletion, search, and advanced querying techniques for developers.

Score: 1.6870025