Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
clowdflows
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Alain Shakour
clowdflows
Commits
f4a4e5d3
Commit
f4a4e5d3
authored
Aug 16, 2015
by
Darko Aleksovski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added missing descriptions for widgets from Objects category
parent
cc494b5f
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
16 additions
and
16 deletions
+16
-16
workflows/base/db/package_data.json
workflows/base/db/package_data.json
+8
-8
workflows/base/package_data/widgets/1f6bd626-331e-4ac3-b55f-cec8fcd8fd9e.json
...ge_data/widgets/1f6bd626-331e-4ac3-b55f-cec8fcd8fd9e.json
+1
-1
workflows/base/package_data/widgets/3e5d16f6-acb9-41b4-bc71-e1a71fac47ba.json
...ge_data/widgets/3e5d16f6-acb9-41b4-bc71-e1a71fac47ba.json
+1
-1
workflows/base/package_data/widgets/42847b88-dc6b-4ced-942a-ad0ab25f3517.json
...ge_data/widgets/42847b88-dc6b-4ced-942a-ad0ab25f3517.json
+1
-1
workflows/base/package_data/widgets/58975866-d556-49ff-84bf-70e31af4638c.json
...ge_data/widgets/58975866-d556-49ff-84bf-70e31af4638c.json
+1
-1
workflows/base/package_data/widgets/98e1fec5-e771-4f75-8615-eac6577e64c1.json
...ge_data/widgets/98e1fec5-e771-4f75-8615-eac6577e64c1.json
+1
-1
workflows/base/package_data/widgets/cd62c3e4-bf00-4c18-96a9-1d203badf743.json
...ge_data/widgets/cd62c3e4-bf00-4c18-96a9-1d203badf743.json
+1
-1
workflows/base/package_data/widgets/d9285877-7db7-4540-aaf3-e6349772dac2.json
...ge_data/widgets/d9285877-7db7-4540-aaf3-e6349772dac2.json
+1
-1
workflows/base/package_data/widgets/ed60cacd-633c-4c7c-b963-a5fda548bed4.json
...ge_data/widgets/ed60cacd-633c-4c7c-b963-a5fda548bed4.json
+1
-1
No files found.
workflows/base/db/package_data.json
View file @
f4a4e5d3
...
...
@@ -720,7 +720,7 @@
"interactive"
:
false
,
"has_progress_bar"
:
false
,
"order"
:
1
,
"description"
:
""
"description"
:
"
Appends the contents of the second list to the end of the first list.
"
}
},
{
...
...
@@ -778,7 +778,7 @@
"interactive"
:
false
,
"has_progress_bar"
:
false
,
"order"
:
1
,
"description"
:
""
"description"
:
"
Creates a dictionary structure, by using 'key' and 'value' pairs.
"
}
},
{
...
...
@@ -854,7 +854,7 @@
"interactive"
:
false
,
"has_progress_bar"
:
false
,
"order"
:
1
,
"description"
:
""
"description"
:
"
Creates a list structure, by using provided list elements.
"
}
},
{
...
...
@@ -912,7 +912,7 @@
"interactive"
:
false
,
"has_progress_bar"
:
false
,
"order"
:
1
,
"description"
:
""
"description"
:
"
Creates a tuple structure of arbitrary length, by using provided elements.
"
}
},
{
...
...
@@ -1194,7 +1194,7 @@
"interactive"
:
false
,
"has_progress_bar"
:
false
,
"order"
:
1
,
"description"
:
""
"description"
:
"
Merges two dictionary structures.
"
}
},
{
...
...
@@ -1328,7 +1328,7 @@
"interactive"
:
false
,
"has_progress_bar"
:
false
,
"order"
:
2
,
"description"
:
""
"description"
:
"
Creates a list of values ranging from 0 to n-1, where n is the range length.
"
}
},
{
...
...
@@ -1621,7 +1621,7 @@
"interactive"
:
false
,
"has_progress_bar"
:
false
,
"order"
:
6
,
"description"
:
""
"description"
:
"
Transform a ClowdFlows (or a Python) object into a format that can be stored.
"
}
},
{
...
...
@@ -1679,7 +1679,7 @@
"interactive"
:
false
,
"has_progress_bar"
:
false
,
"order"
:
7
,
"description"
:
""
"description"
:
"
Creates a ClowdFlows (or a Python) object from its pickled format.
"
}
},
{
...
...
workflows/base/package_data/widgets/1f6bd626-331e-4ac3-b55f-cec8fcd8fd9e.json
View file @
f4a4e5d3
...
...
@@ -10,7 +10,7 @@
"interaction_view"
:
""
,
"has_progress_bar"
:
false
,
"image"
:
"images/pickle.png"
,
"description"
:
"
"
,
"description"
:
"
Transform a ClowdFlows (or a Python) object into a format that can be stored."
,
"static_image"
:
"pickle.png"
,
"action"
:
"pickle_object"
,
"visualization_view"
:
""
,
...
...
workflows/base/package_data/widgets/3e5d16f6-acb9-41b4-bc71-e1a71fac47ba.json
View file @
f4a4e5d3
...
...
@@ -10,7 +10,7 @@
"interaction_view"
:
""
,
"has_progress_bar"
:
false
,
"image"
:
"images/Task-List-icon.png"
,
"description"
:
"
"
,
"description"
:
"
Creates a tuple structure of arbitrary length, by using provided elements."
,
"static_image"
:
"Task-List-icon.png"
,
"action"
:
"create_tuple"
,
"visualization_view"
:
""
,
...
...
workflows/base/package_data/widgets/42847b88-dc6b-4ced-942a-ad0ab25f3517.json
View file @
f4a4e5d3
...
...
@@ -10,7 +10,7 @@
"interaction_view"
:
""
,
"has_progress_bar"
:
false
,
"image"
:
""
,
"description"
:
"
"
,
"description"
:
"
Appends the contents of the second list to the end of the first list."
,
"static_image"
:
""
,
"action"
:
"base_concatenate_lists"
,
"visualization_view"
:
""
,
...
...
workflows/base/package_data/widgets/58975866-d556-49ff-84bf-70e31af4638c.json
View file @
f4a4e5d3
...
...
@@ -10,7 +10,7 @@
"interaction_view"
:
""
,
"has_progress_bar"
:
false
,
"image"
:
"images/pickle_1.png"
,
"description"
:
"
"
,
"description"
:
"
Creates a ClowdFlows (or a Python) object from its pickled format."
,
"static_image"
:
"pickle_1.png"
,
"action"
:
"unpickle_object"
,
"visualization_view"
:
""
,
...
...
workflows/base/package_data/widgets/98e1fec5-e771-4f75-8615-eac6577e64c1.json
View file @
f4a4e5d3
...
...
@@ -10,7 +10,7 @@
"interaction_view"
:
""
,
"has_progress_bar"
:
false
,
"image"
:
"images/Create-Range_1.png"
,
"description"
:
"
"
,
"description"
:
"
Creates a list of values ranging from 0 to n-1, where n is the range length."
,
"static_image"
:
"Create-Range_1.png"
,
"action"
:
"create_range"
,
"visualization_view"
:
""
,
...
...
workflows/base/package_data/widgets/cd62c3e4-bf00-4c18-96a9-1d203badf743.json
View file @
f4a4e5d3
...
...
@@ -10,7 +10,7 @@
"interaction_view"
:
""
,
"has_progress_bar"
:
false
,
"image"
:
""
,
"description"
:
"
"
,
"description"
:
"
Merges two dictionary structures."
,
"static_image"
:
""
,
"action"
:
"base_merge_dictionaries"
,
"visualization_view"
:
""
,
...
...
workflows/base/package_data/widgets/d9285877-7db7-4540-aaf3-e6349772dac2.json
View file @
f4a4e5d3
...
...
@@ -10,7 +10,7 @@
"interaction_view"
:
""
,
"has_progress_bar"
:
false
,
"image"
:
"images/Task-List-icon.png"
,
"description"
:
"
"
,
"description"
:
"
Creates a dictionary structure, by using 'key' and 'value' pairs."
,
"static_image"
:
"Task-List-icon.png"
,
"action"
:
"create_dictionary"
,
"visualization_view"
:
""
,
...
...
workflows/base/package_data/widgets/ed60cacd-633c-4c7c-b963-a5fda548bed4.json
View file @
f4a4e5d3
...
...
@@ -10,7 +10,7 @@
"interaction_view"
:
""
,
"has_progress_bar"
:
false
,
"image"
:
"images/Task-List-icon.png"
,
"description"
:
"
"
,
"description"
:
"
Creates a list structure, by using provided list elements."
,
"static_image"
:
"Task-List-icon.png"
,
"action"
:
"create_list"
,
"visualization_view"
:
""
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment