Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SMTK
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CMB
SMTK
Merge requests
!2991
API for cloning entire resources.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
API for cloning entire resources.
dcthomp/smtk:clone-resources
into
master
Overview
24
Commits
28
Pipelines
18
Changes
117
Merged
David Thompson
requested to merge
dcthomp/smtk:clone-resources
into
master
1 year ago
Overview
10
Commits
28
Pipelines
18
Changes
117
Expand
0
0
Merge request reports
Compare
master
version 17
d377c61f
1 year ago
version 16
1b71e47d
1 year ago
version 15
fc96d6b7
1 year ago
version 14
67f4e1ad
1 year ago
version 13
a5b34365
1 year ago
version 12
149d603a
1 year ago
version 11
ef23df2d
1 year ago
version 10
55b22c69
1 year ago
version 9
6dedb83e
1 year ago
version 8
9df0c6e8
1 year ago
version 7
5927f56e
1 year ago
version 6
d2157567
1 year ago
version 5
20fbeebb
1 year ago
version 4
cc9cd891
1 year ago
version 3
8b735b33
1 year ago
version 2
239c8a0c
1 year ago
version 1
a189acfe
1 year ago
master (base)
and
latest version
latest version
6db2f140
28 commits,
1 year ago
version 17
d377c61f
27 commits,
1 year ago
version 16
1b71e47d
27 commits,
1 year ago
version 15
fc96d6b7
26 commits,
1 year ago
version 14
67f4e1ad
25 commits,
1 year ago
version 13
a5b34365
25 commits,
1 year ago
version 12
149d603a
25 commits,
1 year ago
version 11
ef23df2d
24 commits,
1 year ago
version 10
55b22c69
20 commits,
1 year ago
version 9
6dedb83e
18 commits,
1 year ago
version 8
9df0c6e8
15 commits,
1 year ago
version 7
5927f56e
13 commits,
1 year ago
version 6
d2157567
7 commits,
1 year ago
version 5
20fbeebb
5 commits,
1 year ago
version 4
cc9cd891
3 commits,
1 year ago
version 3
8b735b33
1 commit,
1 year ago
version 2
239c8a0c
1 commit,
1 year ago
version 1
a189acfe
1 commit,
1 year ago
117 files
+
3486
−
171
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
117
Search (e.g. *.vue) (Ctrl+P)
data/attribute/attribute_collection/cloneTest.sbt
0 → 100644
+
34
−
0
Options
<?
xml
version
=
"1.0"
?>
<!--
Created
by
XmlV4StringWriter
-->
<
SMTK_AttributeResource
Version
=
"4"
>
<!--**********
Attribute
Definitions
***********-->
<
Associations
/>
<
Definitions
>
<
AttDef
Type
=
"doubleFunc"
Association
=
"None"
/>
<
AttDef
Type
=
"A"
Label
=
"A"
BaseType
=
""
Unique
=
"false"
>
<
AssociationsDef
Name
=
"simple"
Label
=
"simple"
NumberOfRequiredValues
=
"0"
Extensible
=
"true"
>
<
Accepts
>
<
Resource
Name
=
"smtk::markup::Resource"
Filter
=
"smtk::markup::UnstructuredData"
/>
</
Accepts
>
</
AssociationsDef
>
<
ItemDefinitions
>
<
Double
Name
=
"d0"
Label
=
"Optional Double"
Optional
=
"true"
>
</
Double
>
<
Double
Name
=
"d1"
Label
=
"Expression Double"
>
<
ExpressionType
>
doubleFunc
</
ExpressionType
>
</
Double
>
</
ItemDefinitions
>
</
AttDef
>
</
Definitions
>
<!--**********
Attribute
Instances
***********-->
<
Views
>
<
View
Type
=
"Instanced"
Title
=
"AttributeResourceCloneTest"
Label
=
"Simple Resource Clone Test"
TopLevel
=
"true"
>
<
InstancedAttributes
>
<
Att
Type
=
"A"
Name
=
"Test Attribute"
>
<
ItemViews
>
<
View
Item
=
"d1"
ExpressionOnly
=
"true"
/>
</
ItemViews
>
</
Att
>
</
InstancedAttributes
>
</
View
>
</
Views
>
</
SMTK_AttributeResource
>
Loading