Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
atlas
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dataplatform
atlas
Commits
d813519f
Commit
d813519f
authored
Jun 17, 2015
by
Venkatesh Seetharam
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-26 Minor issues with release prep. Contributed by Venkatesh Seetharam
parent
0cffbff0
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
49 additions
and
15 deletions
+49
-15
NOTICE.txt
NOTICE.txt
+1
-1
package.json
dashboard/v2/package.json
+5
-5
pom.xml
pom.xml
+1
-4
release-log.txt
release-log.txt
+2
-0
src-package.xml
src/main/assemblies/src-package.xml
+6
-5
IDataType.uml
typesystem/doc/IDataType.uml
+17
-0
Instance.uml
typesystem/doc/Instance.uml
+17
-0
No files found.
NOTICE.txt
View file @
d813519f
Apache Atlas (incubating)
Apache Atlas (incubating)
Copyright 201
1-201
5 The Apache Software Foundation
Copyright 2015 The Apache Software Foundation
This product includes software developed at
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
The Apache Software Foundation (http://www.apache.org/).
dashboard/v2/package.json
View file @
d813519f
{
{
"name"
:
"
dgc-metadata
"
,
"name"
:
"
Apache-Atlas
"
,
"description"
:
"Apache Atlas"
,
"description"
:
"Apache Atlas"
,
"version"
:
"
1.0.0-SNAPSHOT
"
,
"version"
:
"
0.5.0-incubating
"
,
"private"
:
true
,
"private"
:
true
,
"bin"
:
"server.js"
,
"bin"
:
"server.js"
,
"repository"
:
{
"repository"
:
{
"type"
:
"git"
,
"type"
:
"git"
,
"url"
:
"https://git
hub.com/hortonworks/metadata
"
"url"
:
"https://git
-wip-us.apache.org/repos/asf/incubator-atlas.git
"
},
},
"engines"
:
{
"engines"
:
{
"node"
:
"0.10.x"
,
"node"
:
"0.10.x"
,
"npm"
:
"1.3.x"
"npm"
:
"1.3.x"
},
},
"keywords"
:
[
"keywords"
:
[
"
DGC
"
,
"
Atlas
"
,
"
HortonWorks
"
"
DataGovernance
"
],
],
"scripts"
:
{
"scripts"
:
{
"postinstall"
:
"node node_modules/bower/bin/bower install"
"postinstall"
:
"node node_modules/bower/bin/bower install"
...
...
pom.xml
View file @
d813519f
...
@@ -1268,7 +1268,6 @@
...
@@ -1268,7 +1268,6 @@
<excludeSubProjects>
true
</excludeSubProjects>
<excludeSubProjects>
true
</excludeSubProjects>
<excludes>
<excludes>
<exclude>
*.txt
</exclude>
<exclude>
*.txt
</exclude>
<exclude>
**/*.txt
</exclude>
<exclude>
**/*.json
</exclude>
<exclude>
**/*.json
</exclude>
<exclude>
.git/**
</exclude>
<exclude>
.git/**
</exclude>
<exclude>
.gitignore
</exclude>
<exclude>
.gitignore
</exclude>
...
@@ -1276,7 +1275,6 @@
...
@@ -1276,7 +1275,6 @@
<exclude>
**/*.twiki
</exclude>
<exclude>
**/*.twiki
</exclude>
<exclude>
**/*.iml
</exclude>
<exclude>
**/*.iml
</exclude>
<exclude>
**/*.json
</exclude>
<exclude>
**/*.json
</exclude>
<exclude>
**/*.uml
</exclude>
<exclude>
**/target/**
</exclude>
<exclude>
**/target/**
</exclude>
<exclude>
**/build/**
</exclude>
<exclude>
**/build/**
</exclude>
<exclude>
**/*.patch
</exclude>
<exclude>
**/*.patch
</exclude>
...
@@ -1288,7 +1286,6 @@
...
@@ -1288,7 +1286,6 @@
<exclude>
**/test-output/**
</exclude>
<exclude>
**/test-output/**
</exclude>
<exclude>
**/mock/**
</exclude>
<exclude>
**/mock/**
</exclude>
<exclude>
**/data/**
</exclude>
<exclude>
**/data/**
</exclude>
<exclude>
**/data.txt
</exclude>
<exclude>
**/maven-eclipse.xml
</exclude>
<exclude>
**/maven-eclipse.xml
</exclude>
<exclude>
**/.externalToolBuilders/**
</exclude>
<exclude>
**/.externalToolBuilders/**
</exclude>
<exclude>
**/build.log
</exclude>
<exclude>
**/build.log
</exclude>
...
@@ -1297,7 +1294,7 @@
...
@@ -1297,7 +1294,7 @@
<exclude>
dashboard/v2/lib/**
</exclude>
<!-- temp libs -->
<exclude>
dashboard/v2/lib/**
</exclude>
<!-- temp libs -->
<exclude>
dashboard/v2/node*/**
</exclude>
<!-- temp libs -->
<exclude>
dashboard/v2/node*/**
</exclude>
<!-- temp libs -->
<exclude>
dashboard/v2/dist/**
</exclude>
<!-- package -->
<exclude>
dashboard/v2/dist/**
</exclude>
<!-- package -->
<exclude>
dashboard/v2/**/*.min.js*
</exclude>
<exclude>
dashboard/v2/**/*.min.js*
</exclude>
<!-- minified JS -->
</excludes>
</excludes>
</configuration>
</configuration>
<executions>
<executions>
...
...
release-log.txt
View file @
d813519f
...
@@ -12,6 +12,8 @@ ATLAS-10 Update trunk version to 0.6-incubating-SNAPSHOT (shwethags)
...
@@ -12,6 +12,8 @@ ATLAS-10 Update trunk version to 0.6-incubating-SNAPSHOT (shwethags)
--Release 0.5-incubating
--Release 0.5-incubating
ALL CHANGES:
ALL CHANGES:
ATLAS-26 Minor issues with release prep (Venkatesh Seetharam)
ATLAS-17 Parameterize schema API query per typeName (shwethags)
ATLAS-17 Parameterize schema API query per typeName (shwethags)
ATLAS-13 Add project website (Venkatesh Seetharam)
ATLAS-13 Add project website (Venkatesh Seetharam)
ATLAS-12 Update the copyright in Notice and License files (Venkatesh Seetharam)
ATLAS-12 Update the copyright in Notice and License files (Venkatesh Seetharam)
...
...
src/main/assemblies/src-package.xml
View file @
d813519f
...
@@ -35,11 +35,12 @@
...
@@ -35,11 +35,12 @@
<exclude>
**/.idea/**
</exclude>
<exclude>
**/.idea/**
</exclude>
<exclude>
**/*.iml
</exclude>
<exclude>
**/*.iml
</exclude>
<exclude>
**/*.log
</exclude>
<exclude>
**/*.log
</exclude>
<exclude>
dashboard/v2/.bower-*/**
</exclude>
<exclude>
**/*.pyc
</exclude>
<!-- python compiled executable -->
<exclude>
dashboard/v2/lib/**
</exclude>
<exclude>
dashboard/**/.bower-*/**
</exclude>
<!-- temp libs -->
<exclude>
dashboard/v2/node*/**
</exclude>
<exclude>
dashboard/v2/lib/**
</exclude>
<!-- temp libs -->
<exclude>
dashboard/v2/dist/**
</exclude>
<exclude>
dashboard/v2/node*/**
</exclude>
<!-- temp libs -->
<exclude>
dashboard/v2/**/*.min.js*
</exclude>
<exclude>
dashboard/v2/dist/**
</exclude>
<!-- package -->
<exclude>
dashboard/v2/**/*.min.js*
</exclude>
<!-- minified JS -->
</excludes>
</excludes>
</fileSet>
</fileSet>
</fileSets>
</fileSets>
...
...
typesystem/doc/IDataType.uml
View file @
d813519f
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Licensed to the Apache Software Foundation (ASF) under one
~ or more contributor license agreements. See the NOTICE file
~ distributed with this work for additional information
~ regarding copyright ownership. The ASF licenses this file
~ to you under the Apache License, Version 2.0 (the
~ "License"); you may not use this file except in compliance
~ with the License. You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<Diagram>
<Diagram>
<ID>
JAVA
</ID>
<ID>
JAVA
</ID>
<OriginalElement>
org.apache.metadata.types.IDataType
</OriginalElement>
<OriginalElement>
org.apache.metadata.types.IDataType
</OriginalElement>
...
...
typesystem/doc/Instance.uml
View file @
d813519f
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Licensed to the Apache Software Foundation (ASF) under one
~ or more contributor license agreements. See the NOTICE file
~ distributed with this work for additional information
~ regarding copyright ownership. The ASF licenses this file
~ to you under the Apache License, Version 2.0 (the
~ "License"); you may not use this file except in compliance
~ with the License. You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<Diagram>
<Diagram>
<ID>
JAVA
</ID>
<ID>
JAVA
</ID>
<OriginalElement>
org.apache.metadata.storage.ReferenceableInstance
</OriginalElement>
<OriginalElement>
org.apache.metadata.storage.ReferenceableInstance
</OriginalElement>
...
...
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