Found 611 results for "docker configuration api-server"

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

Gitana / 3.2 / Guide / Guide / API / Data Types / Application

Application An application is a data store where you can store configuration related to your mobile, touch or web application. Applications are general purpose for your data store and you can use them as you would like. Cloud CMS provides a few foundation objects for your applications including objects to manage user registration (sign up, confirmation emails, etc), general email dispatching and settings for page layout and module configuration. ## Configuration As with all data stores, this dat

Score: 0.7953086

Gitana / 4.0 / Data Engine / API / Data Types / Application

Application An application is a data store where you can store configuration related to your mobile, touch or web application. Applications are general purpose for your data store and you can use them as you would like. Cloud CMS provides a few foundation objects for your applications including objects to manage user registration (sign up, confirmation emails, etc), general email dispatching and settings for page layout and module configuration. ## Configuration As with all data stores, this dat

Score: 0.7953086

Gitana / 3.2 / Guide / Guide / Features / Behavior

Behavior QName: f:behavior This features indicates that a node provides the implementation of a behavior. This feature simply tags the node as a behavior implementation. The node must be a script or a rule. Configuration Behavior Example { "title": "My JavaScript file", "_features": { "f:behavior": { } } }

Score: 0.793496

Gitana / 4.0 / Data Engine / Aspects / Behavior

Behavior QName: f:behavior This features indicates that a node provides the implementation of a behavior. This feature simply tags the node as a behavior implementation. The node must be a script or a rule. Configuration Behavior Example { "title": "My JavaScript file", "_features": { "f:behavior": { } } }

Score: 0.793496

Gitana / 3.2 / Guide / Guide / Actions / Lock Node

Lock Node ID: lockNode Locks a node as the current user. Configuration Property Type Required Default Description repositoryId text true The ID of the repository of the node. branchId text true The ID of the branch of the node. nodeId text true The ID of the node.

Score: 0.78884697

Gitana / 4.0 / Data Engine / Behaviors / Actions / Lock Node

Lock Node ID: lockNode Locks a node as the current user. Configuration Property Type Required Default Description repositoryId text true The ID of the repository of the node. branchId text true The ID of the branch of the node. nodeId text true The ID of the node.

Score: 0.78884697

Gitana / 3.2 / Guide / Guide / Features / Auto Recognize

Auto Recognize This section describes features that are coming in 4.0 QName: f:auto-recognize With this feature in place, a content instance will automatically have its default binary attachment processed through recognition services to detect and discover meaning contained in the underlying image. The recognition process will detect the following kinds of elements: Faces Celebrities Labels Text Moderation Labels (bad language, adult content) To use this service, you will first need to set up a

Score: 0.78767115

Gitana / 3.2 / Guide / Guide / User Interface / Projects / Configure Search

Configure Search You can configure the project search page to show different filter controls on the left hand side by adding some properties to your project JSON descriptor. These controls ultimately feed into a Cloud CMS node API find call that has the following structure: { "query": ... query block into MongoDB, "search": ... search block into Elastic Search } The following customization block can be added to your project's JSON descriptor: { ..., "search": { "showContentTypes"

Score: 0.78767115

Gitana / 4.0 / Data Engine / Aspects / Auto Recognize

Auto Recognize This section describes features that are coming in 4.0 QName: f:auto-recognize With this feature in place, a content instance will automatically have its default binary attachment processed through recognition services to detect and discover meaning contained in the underlying image. The recognition process will detect the following kinds of elements: Faces Celebrities Labels Text Moderation Labels (bad language, adult content) To use this service, you will first need to set up a

Score: 0.78767115

Gitana / 4.0 / User Interface / Projects / Configure Search

Configure Search You can configure the project search page to show different filter controls on the left hand side by adding some properties to your project JSON descriptor. These controls ultimately feed into a Cloud CMS node API find call that has the following structure: { "query": ... query block into MongoDB, "search": ... search block into Elastic Search } The following customization block can be added to your project's JSON descriptor: { ..., "search": { "showContentTypes"

Score: 0.78767115

Gitana / 3.2 / Guide / Guide / Actions / Start Workflow

Start Workflow ID: startWorkflow Starts a workflow with the given node placed into the payload. Configuration Property Type Required Default Description model text true The ID of the workflow model to be used. swimlanes object false Identifies principals to be assigned into workflow swimlanes. The structure is: { "swimlane1": ["domainId1/principalId1"], "swimlane2": ["domainId2/principalId2"] } runtime object false Allows for manual specification of runtime properties including applica

Score: 0.7856657

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

Evaluators Evaluators are used to define conditions that determine whether a block of configuration should be included in the evaluated and merged configuration document. Evaluators work on different aspects of the runtime experience, including: what is being observed who is observed it what URL is being looked at what objects are known about at the time (i.e. observables) what permissions and authorities the current user has over things that are being observed There are many types of evaluators

Score: 0.7856657

Gitana / 4.0 / Developers / User Interface Customization / Evaluators

Evaluators Evaluators are used to define conditions that determine whether a block of configuration should be included in the evaluated and merged configuration document. Evaluators work on different aspects of the runtime experience, including: what is being observed who is observed it what URL is being looked at what objects are known about at the time (i.e. observables) what permissions and authorities the current user has over things that are being observed There are many types of evaluators

Score: 0.7856657

Gitana / 4.0 / Data Engine / Behaviors / Actions / Start Workflow

Start Workflow ID: startWorkflow Starts a workflow with the given node placed into the payload. Configuration Property Type Required Default Description model text true The ID of the workflow model to be used. swimlanes object false Identifies principals to be assigned into workflow swimlanes. The structure is: { "swimlane1": ["domainId1/principalId1"], "swimlane2": ["domainId2/principalId2"] } runtime object false Allows for manual specification of runtime properties including applica

Score: 0.7856657

Gitana / 3.2 / Guide / Guide / Rules

Rules Content Rules provide a way for you to wire in business logic behind the content graph. Once they're set up, rules run automatically as content is created, updated and deleted within your branch. Rules are content nodes with a JSON payload the describes the Conditions and Actions to be triggered. As with all behaviors, Rule nodes must implement the f:behavior feature. They must be bound to a node upon which to act (either a definition node or a content instance) using a a:has_behavior asso

Score: 0.7835592

Gitana / 4.0 / Data Engine / Behaviors / Rules

Rules Content Rules provide a way for you to wire in business logic behind the content graph. Once they're set up, rules run automatically as content is created, updated and deleted within your branch. Rules are content nodes with a JSON payload the describes the Conditions and Actions to be triggered. As with all behaviors, Rule nodes must implement the f:behavior feature. They must be bound to a node upon which to act (either a definition node or a content instance) using a a:has_behavior asso

Score: 0.7835592

Gitana / 3.2 / Guide / Guide / Docker / Container Services

Container Services In this chapter, we provide examples and guidance on how to instantiate the Gitana platform within a variety of container services. SDK For each of the frameworks listed below, you will find samples configuration files within the Gitana SDK. Gitana SDK - Container Framework Examples for Gitana 3.2 Frameworks Amazon ECS Kubernetes

Score: 0.78197455

Gitana / 3.2 / Guide / Guide / Workflow / Workflow Handlers / Slack Message

Slack Message Type: slackMessage This handler sends a slack message to a configured channel. It fires the slackMessage action and accepts a standard configuration for that action type. The config for this handler is as follows: { "url": "", "message": "" } Example { "type": "slackMessage", "config": { "url": "https://hooks.slack.com/services/A/SLACK/HOOK", "message": "Hello slack!" } }

Score: 0.7797103

Gitana / 4.0 / Data Engine / Workflow / Workflow Handlers / Slack Message

Slack Message Type: slackMessage This handler sends a slack message to a configured channel. It fires the slackMessage action and accepts a standard configuration for that action type. The config for this handler is as follows: { "url": "", "message": "" } Example { "type": "slackMessage", "config": { "url": "https://hooks.slack.com/services/A/SLACK/HOOK", "message": "Hello slack!" } }

Score: 0.7797103

Gitana / 3.2 / Guide / Guide / API / Data Types / Scheduled Work

Scheduled Work Type {{#dataTypeArticle objectTypeId}}{{objectTypeId}}{{/dataTypeArticle}} Datastore Type {{#dataTypeArticle datastoreTypeId}}{{datastoreTypeId}}{{/dataTypeArticle}} Supports {{#article "security/authorities"}}authorities{{/article}}, {{#article "security/permissions"}}permissions{{/article}}, {{#article "transfer"}}transfer{{/article}} Configuration what frequency and what settings are provided for their described actions. You can adjust this confirmation at any time and supply i

Score: 0.77954495

Gitana / 4.0 / Data Engine / API / Data Types / Scheduled Work

Scheduled Work Type {{#dataTypeArticle objectTypeId}}{{objectTypeId}}{{/dataTypeArticle}} Datastore Type {{#dataTypeArticle datastoreTypeId}}{{datastoreTypeId}}{{/dataTypeArticle}} Supports {{#article "security/authorities"}}authorities{{/article}}, {{#article "security/permissions"}}permissions{{/article}}, {{#article "transfer"}}transfer{{/article}} Configuration what frequency and what settings are provided for their described actions. You can adjust this confirmation at any time and supply i

Score: 0.77954495

Gitana / 4.0 / Forms / API / Connectors

Connectors Alpaca supports Connectors as a means for loading schema, options, view and data information from remote data sources. By default, Alpaca comes with a default connector that handles loading of data from public / unprotected HTTP/HTTPS URLs. Connectors are used to load information based on what they receive in the following properties: schemaSource optionsSource dataSource viewSource Information loaded from any of these sources is merged with information that is fed directly into Alpac

Score: 0.77954495

Gitana / 3.2 / Guide / Guide / Conditions / Merge

Merge The merge condition tests whether the given node is being merged. A configuration can be provided that can test whether the node is being merged from a specific source branch or to a specific target branch. It can also test whether the merge is part of a Release. The following properties are supported: sourceBranchId sourceBranchTitle targetBranchId targetBranchTitle releaseId releaseTitle Each of these properties supports Regular Expression matching. The condition will evaluate to true if

Score: 0.77660215

Gitana / 3.2 / Guide / Guide / Forms / Fields / Attachment Picker

Attachment Picker ID: attachment-picker The attachment-picker field type renders a modal picker for an attachment. Definition configuration: { "type": "object", "_attachment": { "id": "default" } } Form configuration: { "type": "attachment-picker" } Options The following options may be specified for the control: Option Type Default Description picker.fileTypes array Array of allowable file extensions for upload (ex. `['png', 'jpg', pdf']`) picker.maxFileSize integer Max

Score: 0.77660215

Gitana / 4.0 / Data Engine / Behaviors / Conditions / Merge

Merge The merge condition tests whether the given node is being merged. A configuration can be provided that can test whether the node is being merged from a specific source branch or to a specific target branch. It can also test whether the merge is part of a Release. The following properties are supported: sourceBranchId sourceBranchTitle targetBranchId targetBranchTitle releaseId releaseTitle Each of these properties supports Regular Expression matching. The condition will evaluate to true if

Score: 0.77660215