Found 305 results for "access-policies conditions branch"

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

Gitana 3.2 / Guide / Guide / API / Data Types / Changeset

Explore the complexities of Cloud CMS changesets: manage histories, handle transactions, and understand configurations for seamless branch management.

Score: 1.7862089

Gitana 4.0 / Reference / Types / Access Policy

Explore our Access Policy guide to learn about creating, updating, and managing policies within the Gitana platform, complete with examples and schema details.

Score: 1.7725736

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

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

Gitana 3.2 / Guide / Guide / Cookbooks / Java Cookbook

Explore comprehensive guides and samples for Java development with the Gitana Java Driver. Learn setup, connect to Cloud CMS, and manage nodes seamlessly.

Score: 1.7669151

Gitana 4.0 / Developers / Cookbooks / Java Cookbook

Discover Java Cookbook tips for connecting Gitana Java Driver using Maven. Access secure repositories, set up dependencies, connect, and manage projects.

Score: 1.7669151

Gitana 4.0 / Getting Started / Working with Content / Versioning

Explore Cloud CMS's changeset versioning, offering a Git-like, seamless, collaborative environment for content management without file locking issues.

Score: 1.7588376

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

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

Gitana 3.2 / Guide / Guide / Cookbooks / Python Cookbook

Master Gitana's Python Driver to manage repositories, branches, nodes, and queries effectively with Python 3. Ideal for developers seeking seamless Git-like functionality.

Score: 1.747629

Gitana 4.0 / Developers / Cookbooks / Python Cookbook

Explore the Python Cookbook to start using Gitana's Python driver, with code samples, connection tutorials, and node management tips.

Score: 1.747629

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

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

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

Gitana 4.0 / Developers / Cookbooks / C# Cookbook

Start developing with the Gitana C# Driver, integrate with .NET Core projects, and explore code samples for efficient connection, querying, and node creation methods.

Score: 1.7416847

Gitana 4.0 / Developers / Command Line Interface / Commands

Explore Cloud CMS CLI commands for managing repositories, nodes, domains, projects, and more efficiently. Your guide to streamlined operations.

Score: 1.7407709

Gitana 3.2 / Guide / Guide / Command Line

The Cloud CMS command-line client enables developers to manage projects and resources seamlessly. Easy setup and free access included.

Score: 1.7360636

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

Explore the C# Cloud CMS driver with detailed setup steps, connection methods, and extensive code samples for efficient content management.

Score: 1.7321702

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

Enhance web performance and cache efficiency by retrieving nodes and attachments through URLs, supporting static and on-the-fly transformations.

Score: 1.7227591

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

Optimize binary payload retrieval and caching with Cloud CMS API. Enhance performance using static and preview URL methods for seamless content delivery.

Score: 1.7227591

Gitana 3.2 / Guide / Guide / Features / Copied From

Identify copy history in nodes efficiently with the Copied From feature, tracking source references automatically during operations.

Score: 1.719908

Gitana 4.0 / Content Engine / Aspects / Copied From

Identify copy history in nodes efficiently with the Copied From feature, tracking source references automatically during operations.

Score: 1.719908

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

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

Gitana 4.0 / Getting Started / Navigating the User Interface / Instant Preview

Instantly preview content changes with Cloud CMS, eliminating extra server setups and ensuring fast iterations for Development, Staging, and QA.

Score: 1.6972728