Found 426 results for "ui projects search"

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

Gitana / 4.0 / Self Managed / Kits / Quickstart

Quickstart The Quickstart kit defines the following services: ui api mongodb elasticsearch These are connected like this: Running Use the following commands: docker-compose build --force-rm docker-compose up And then open a browser to: http://localhost To access the API directly: https://localhost:8080 docker-compose.yml version: "2" services: ui: build: ./ui networks: - cloudcms depends_on: - api env_file: - ./ui/ui.env ports: - "80:80" api:

Score: 2.144529

Security Policy - Gitana

Security Policy - Gitana Status Releases Registry Blog Cloud CMS Platform Content Management Create, Approve and Publish quality content to production on-time. Easy editorial and workflow tools let your best work reach your customers. Enterprise Data Engine Manage, collaborate, search and distribute your highly-structured data across branches, versions and workflow-driven lifecycle. Automate Automate your content creation and approval flows while taking advantage of AI services to enhance and cu

Score: 2.1101367

Publish Smarter Content Faster live APIs, Apps and AI models - Gitana

Publish Smarter Content Faster live APIs, Apps and AI models - Gitana Status Releases Registry Blog Cloud CMS Platform Content Management Create, Approve and Publish quality content to production on-time. Easy editorial and workflow tools let your best work reach your customers. Enterprise Data Engine Manage, collaborate, search and distribute your highly-structured data across branches, versions and workflow-driven lifecycle. Automate Automate your content creation and approval flows while taki

Score: 2.093154

Publish Smarter Content Faster live APIs, Apps and AI models - Gitana

Publish Smarter Content Faster live APIs, Apps and AI models - Gitana Status Releases Registry Blog Cloud CMS Platform Content Management Create, Approve and Publish quality content to production on-time. Easy editorial and workflow tools let your best work reach your customers. Enterprise Data Engine Manage, collaborate, search and distribute your highly-structured data across branches, versions and workflow-driven lifecycle. Automate Automate your content creation and approval flows while taki

Score: 2.093154

Gitana / 4.0 / Self Managed / Configuration / API Server

API Server The Cloud CMS API Server is a Java application that launches inside of a Java Servlet Container. The Java application surfaces a REST API as well as backend services and DAOs to support connectivity to Mongo DB, Elastic Search and a slew of Amazon services including S3, SNS, SQS, Route 53, Cloud Front and more. Properties File Cloud CMS is primarily configured via a properties file that is auto-detected and loaded when the underlying Spring Framework starts up. This properties file is

Score: 2.0903633

Gitana / 3.2 / Guide / Guide / Tree

Tree Content that is organized into folders can be retrieved using the Tree API. The Tree API lets you pull back an entire path-based folder and file structure of content within a single API call. The API call lets you specify a root node, a maximum depth to traverse down the path structure, paths that should be automatically expanded and query terms for filtering of root nodes. The Tree API is deal to support a variety of cases including: retrieval of multiple deeply-nested paths within a singl

Score: 2.0726924

Gitana / 4.0 / Data Engine / Discovery / Tree

Tree Content that is organized into folders can be retrieved using the Tree API. The Tree API lets you pull back an entire path-based folder and file structure of content within a single API call. The API call lets you specify a root node, a maximum depth to traverse down the path structure, paths that should be automatically expanded and query terms for filtering of root nodes. The Tree API is deal to support a variety of cases including: retrieval of multiple deeply-nested paths within a singl

Score: 2.0726924

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Contexts / project-context

project-context [ { "evaluator": "context-project", "config": { "project-context": { "items": [ { "key": "project/developers/heading", "title": "Developers", "order": 10000, "header": true, "allowAuthority": [ "manager" ], "items": [ { "key": "project/developers/query", "title": "Query", "uri": "#/project

Score: 2.0675392

Gitana / 4.0 / Developers / User Interface Customization / Contexts / project-context

project-context [ { "evaluator": "context-project", "config": { "project-context": { "items": [ { "key": "project/developers/heading", "title": "Developers", "order": 10000, "header": true, "allowAuthority": [ "manager" ], "items": [ { "key": "project/developers/query", "title": "Query", "uri": "#/project

Score: 2.0675392

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: 2.0599647

Gitana / 3.2 / Guide / Guide / Features / Indexable

Indexable QName: f:indexable Informs a node of how it should be indexed. Cloud CMS maintains multiple indexes including a search index, a database index and special indexes for things like path-based retrieval. By default, all n:node instances have the f:indexable feature applied to them. The default behavior is for search to be enabled and for search-indexes to be updated synchronously upon a write. Nodes that are indexed for search will take a little extra time on write (create or update) sinc

Score: 2.053986

Gitana / 4.0 / Data Engine / Aspects / Indexable

Indexable QName: f:indexable Informs a node of how it should be indexed. Cloud CMS maintains multiple indexes including a search index, a database index and special indexes for things like path-based retrieval. By default, all n:node instances have the f:indexable feature applied to them. The default behavior is for search to be enabled and for search-indexes to be updated synchronously upon a write. Nodes that are indexed for search will take a little extra time on write (create or update) sinc

Score: 2.053986

Gitana / 3.2 / Guide / Guide / Docker / Kits / API Cluster

API Cluster The api-cluster kit defines the following services: ui api1 api2 apilb mongodb elasticsearch This kit differs from the quickstart in how it handles API requests. Requests are sent to the apilb container which runs a load balancer, distributing work between api1 and api2. It is worth reviewing the cluster settings for both of your api servers in order for them to correctly communicate. Running Use the following commands: docker-compose build --force-rm docker-compose up And then open

Score: 2.0406861

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Templates / List Items

List Items List Items exist in multiple places in CloudCMS UI. They consist of an icon on the left and some detailed descriptions on the right. Below is an example of some list items configured with the default template. You can customize the description on the right using Templates. The Default Template

{{title data}}

<

Score: 2.0349157

Gitana / 4.0 / Developers / User Interface Customization / Templates / List Items

List Items List Items exist in multiple places in CloudCMS UI. They consist of an icon on the left and some detailed descriptions on the right. Below is an example of some list items configured with the default template. You can customize the description on the right using Templates. The Default Template

{{title data}}

<

Score: 2.0349157

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Contexts / team-subcontext

team-subcontext [ { "evaluator": "context-team", "config": { "team-subcontext": { "items": [ { "key": "team", "title": "Team", "order": 1000, "header": true, "items": [ { "key": "team/view", "title": "Overview", "uri": "#/projects/{projectId}/teams/{teamId}", "order": 1000 }, { "key"

Score: 2.030866

Gitana / 4.0 / Developers / User Interface Customization / Contexts / team-subcontext

team-subcontext [ { "evaluator": "context-team", "config": { "team-subcontext": { "items": [ { "key": "team", "title": "Team", "order": 1000, "header": true, "items": [ { "key": "team/view", "title": "Overview", "uri": "#/projects/{projectId}/teams/{teamId}", "order": 1000 }, { "key"

Score: 2.030866

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Contexts / release-subcontext

release-subcontext [ { "evaluator": "context-workspace-has-pending-merges", "config": { "release-subcontext": { "items": [ { "key": "release/workspaces", "items": [ { "key": "release/merges", "title": "Pending Merges", "uri": "#/projects/{projectId}/releases/{releaseId}/merges", "iconClass": "fa fa-angle-right", "order": 32000 }

Score: 2.027713

Gitana / 4.0 / Developers / User Interface Customization / Contexts / release-subcontext

release-subcontext [ { "evaluator": "context-workspace-has-pending-merges", "config": { "release-subcontext": { "items": [ { "key": "release/workspaces", "items": [ { "key": "release/merges", "title": "Pending Merges", "uri": "#/projects/{projectId}/releases/{releaseId}/merges", "iconClass": "fa fa-angle-right", "order": 32000 }

Score: 2.027713

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Contexts / dataview-subcontext

dataview-subcontext [ { "evaluator": "context-dataview", "config": { "dataview-subcontext": { "items": [ { "key": "dataview", "title": "Data View", "header": true, "order": 1000, "items": [ { "key": "dataview/view", "title": "View", "uri": "#/projects/{projectId}/dataviews/{reportId}", "order": 100 },

Score: 2.024778

Gitana / 4.0 / Developers / User Interface Customization / Contexts / dataview-subcontext

dataview-subcontext [ { "evaluator": "context-dataview", "config": { "dataview-subcontext": { "items": [ { "key": "dataview", "title": "Data View", "header": true, "order": 1000, "items": [ { "key": "dataview/view", "title": "View", "uri": "#/projects/{projectId}/dataviews/{reportId}", "order": 100 },

Score: 2.024778

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Contexts / platform-context

platform-context [ { "evaluator": "context-platform", "config": { "platform-context": { "items": [ { "key": "platform/dashboard", "title": "Platform Dashboard", "uri": "#/", "cssClass": "dashboard-link", "order": 1000, "dashboardHeader": true, "iconClass": "fa fa-dashboard" }, { "key": "platform/projects", "title": "Projects",

Score: 2.0217476

Gitana / 4.0 / Developers / User Interface Customization / Contexts / platform-context

platform-context [ { "evaluator": "context-platform", "config": { "platform-context": { "items": [ { "key": "platform/dashboard", "title": "Platform Dashboard", "uri": "#/", "cssClass": "dashboard-link", "order": 1000, "dashboardHeader": true, "iconClass": "fa fa-dashboard" }, { "key": "platform/projects", "title": "Projects",

Score: 2.0217476

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Actions / change-password

change-password ID: change-password This action brings up a modal that provides a logged in user with a means to change their own password. Sample Code var UI = require("ui"); var actionContext = {}; actionContext.user = observableHolder.observable("user").get(); UI.startAction(observableHolder, "change-password", actionContext, function(err) { // all done });

Score: 2.0177422

Gitana / 4.0 / Developers / User Interface Customization / Actions / change-password

change-password ID: change-password This action brings up a modal that provides a logged in user with a means to change their own password. Sample Code var UI = require("ui"); var actionContext = {}; actionContext.user = observableHolder.observable("user").get(); UI.startAction(observableHolder, "change-password", actionContext, function(err) { // all done });

Score: 2.0177422