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
9 years ago
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
Show 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)
Copyright 201
1-201
5 The Apache Software Foundation
Copyright 2015 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
This diff is collapsed.
Click to expand it.
dashboard/v2/package.json
View file @
d813519f
{
"name"
:
"
dgc-metadata
"
,
"name"
:
"
Apache-Atlas
"
,
"description"
:
"Apache Atlas"
,
"version"
:
"
1.0.0-SNAPSHOT
"
,
"version"
:
"
0.5.0-incubating
"
,
"private"
:
true
,
"bin"
:
"server.js"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"https://git
hub.com/hortonworks/metadata
"
"url"
:
"https://git
-wip-us.apache.org/repos/asf/incubator-atlas.git
"
},
"engines"
:
{
"node"
:
"0.10.x"
,
"npm"
:
"1.3.x"
},
"keywords"
:
[
"
DGC
"
,
"
HortonWorks
"
"
Atlas
"
,
"
DataGovernance
"
],
"scripts"
:
{
"postinstall"
:
"node node_modules/bower/bin/bower install"
...
...
This diff is collapsed.
Click to expand it.
pom.xml
View file @
d813519f
...
...
@@ -1268,7 +1268,6 @@
<excludeSubProjects>
true
</excludeSubProjects>
<excludes>
<exclude>
*.txt
</exclude>
<exclude>
**/*.txt
</exclude>
<exclude>
**/*.json
</exclude>
<exclude>
.git/**
</exclude>
<exclude>
.gitignore
</exclude>
...
...
@@ -1276,7 +1275,6 @@
<exclude>
**/*.twiki
</exclude>
<exclude>
**/*.iml
</exclude>
<exclude>
**/*.json
</exclude>
<exclude>
**/*.uml
</exclude>
<exclude>
**/target/**
</exclude>
<exclude>
**/build/**
</exclude>
<exclude>
**/*.patch
</exclude>
...
...
@@ -1288,7 +1286,6 @@
<exclude>
**/test-output/**
</exclude>
<exclude>
**/mock/**
</exclude>
<exclude>
**/data/**
</exclude>
<exclude>
**/data.txt
</exclude>
<exclude>
**/maven-eclipse.xml
</exclude>
<exclude>
**/.externalToolBuilders/**
</exclude>
<exclude>
**/build.log
</exclude>
...
...
@@ -1297,7 +1294,7 @@
<exclude>
dashboard/v2/lib/**
</exclude>
<!-- temp libs -->
<exclude>
dashboard/v2/node*/**
</exclude>
<!-- temp libs -->
<exclude>
dashboard/v2/dist/**
</exclude>
<!-- package -->
<exclude>
dashboard/v2/**/*.min.js*
</exclude>
<exclude>
dashboard/v2/**/*.min.js*
</exclude>
<!-- minified JS -->
</excludes>
</configuration>
<executions>
...
...
This diff is collapsed.
Click to expand it.
release-log.txt
View file @
d813519f
...
...
@@ -12,6 +12,8 @@ ATLAS-10 Update trunk version to 0.6-incubating-SNAPSHOT (shwethags)
--Release 0.5-incubating
ALL CHANGES:
ATLAS-26 Minor issues with release prep (Venkatesh Seetharam)
ATLAS-17 Parameterize schema API query per typeName (shwethags)
ATLAS-13 Add project website (Venkatesh Seetharam)
ATLAS-12 Update the copyright in Notice and License files (Venkatesh Seetharam)
...
...
This diff is collapsed.
Click to expand it.
src/main/assemblies/src-package.xml
View file @
d813519f
...
...
@@ -35,11 +35,12 @@
<exclude>
**/.idea/**
</exclude>
<exclude>
**/*.iml
</exclude>
<exclude>
**/*.log
</exclude>
<exclude>
dashboard/v2/.bower-*/**
</exclude>
<exclude>
dashboard/v2/lib/**
</exclude>
<exclude>
dashboard/v2/node*/**
</exclude>
<exclude>
dashboard/v2/dist/**
</exclude>
<exclude>
dashboard/v2/**/*.min.js*
</exclude>
<exclude>
**/*.pyc
</exclude>
<!-- python compiled executable -->
<exclude>
dashboard/**/.bower-*/**
</exclude>
<!-- temp libs -->
<exclude>
dashboard/v2/lib/**
</exclude>
<!-- temp libs -->
<exclude>
dashboard/v2/node*/**
</exclude>
<!-- temp libs -->
<exclude>
dashboard/v2/dist/**
</exclude>
<!-- package -->
<exclude>
dashboard/v2/**/*.min.js*
</exclude>
<!-- minified JS -->
</excludes>
</fileSet>
</fileSets>
...
...
This diff is collapsed.
Click to expand it.
typesystem/doc/IDataType.uml
View file @
d813519f
<?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>
<ID>
JAVA
</ID>
<OriginalElement>
org.apache.metadata.types.IDataType
</OriginalElement>
...
...
This diff is collapsed.
Click to expand it.
typesystem/doc/Instance.uml
View file @
d813519f
<?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>
<ID>
JAVA
</ID>
<OriginalElement>
org.apache.metadata.storage.ReferenceableInstance
</OriginalElement>
...
...
This diff is collapsed.
Click to expand it.
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