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
1e1ed482
Commit
1e1ed482
authored
Sep 11, 2015
by
Venkatesh Seetharam
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-112 UI: Make lineage graph extensible for multiple nodes. Contributed by Vishal Kadam
parent
ff5b1f17
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
8 deletions
+15
-8
.jshintrc
dashboard/.jshintrc
+3
-3
lineageController.js
dashboard/public/modules/lineage/lineageController.js
+0
-0
lineage.html
dashboard/public/modules/lineage/views/lineage.html
+10
-5
release-log.txt
release-log.txt
+2
-0
No files found.
dashboard/.jshintrc
View file @
1e1ed482
...
...
@@ -39,7 +39,8 @@
"undef": true, // Require all non-global variables be declared before they are used.
"unused": true, // Warn unused variables.
"globals": { // Globals variables.
"angular": true
"angular": true,
"$": false
},
"predef": [ // Extra globals.
"define",
...
...
@@ -60,4 +61,4 @@
"expect",
"ngGridFlexibleHeightPlugin"
]
}
\ No newline at end of file
}
dashboard/public/modules/lineage/lineageController.js
View file @
1e1ed482
This diff is collapsed.
Click to expand it.
dashboard/public/modules/lineage/views/lineage.html
View file @
1e1ed482
...
...
@@ -17,9 +17,14 @@
-->
<div
class=
"lineage-viz"
data-ng-controller=
"LineageController"
>
<h4
data-ng-if=
"!requested && !lineageData"
>
No lineage data found
</h4>
<i
data-ng-if=
"requested"
class=
"fa fa-spinner fa-spin fa-5x"
></i>
<svg
>
<g/>
</svg>
<button
type=
"button"
class=
"btn btn-primary pull-right"
ng-click=
"onReset()"
>
Reset
</button>
<div
class=
"graph"
>
<h4
data-ng-if=
"!requested && !lineageData"
>
No lineage data found
</h4>
<i
data-ng-if=
"requested"
class=
"fa fa-spinner fa-spin fa-5x"
></i>
<svg
>
<g/>
</svg>
</div>
</div>
release-log.txt
View file @
1e1ed482
...
...
@@ -8,6 +8,8 @@ ATLAS-54 Rename configs in hive hook (shwethags)
ATLAS-3 Mixed Index creation fails with Date types (suma.shivaprasad via shwethags)
ALL CHANGES:
ATLAS-112 UI: Make lineage graph extensible for multiple nodes (Vishal Kadam
via Venkatesh Seetharam)
ATLAS-152 TimeStamp fields not showing the details tab (Vishal Kadam
via Venkatesh Seetharam)
ATLAS-111 UI: Create Help Link (Vishal Kadam via Venkatesh Seetharam)
...
...
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