-
Notifications
You must be signed in to change notification settings - Fork 3
Trails #71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
GabrielaPC
wants to merge
29
commits into
dev
Choose a base branch
from
trails-merge
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Trails #71
Changes from 20 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
f10e971
First commit for the new Trails implementation
b01ee37
Avoid exposing List class from Trail module
bb80264
only exporting trail in trail.js
raphael-melo f6df1d8
Removing List from require
c717128
Adding in-memory functions
906b5ad
Adding fetch trail to hkdatasource
89dbdeb
Merge branch 'trails' of https://github.com/ibm-hyperknowledge/hklib …
6f1709c
Sorting actions based on timestamps
748073c
Trail Internals now appear on the Inspector
GabrielaPC 1e62956
Improving use of linked-list lib for in-memory operations
97b10dd
Improving Action load with linked list
8bf4efa
Improving action class and its loading and sorting
07c724c
Removing unused require
8892edf
Added actions to hkgraph
GabrielaPC e47309f
Merge pull request #39 from ibm-hyperknowledge/actions
rbrandao f1af0da
this.actions.toArray is not a function bugfix
GabrielaPC ba8161d
Bugfix Trail.out not working with only one action
GabrielaPC dbb4b26
Merge remote-tracking branch 'origin/dev' into trails
43823a4
Merge bugfix
32c8870
Identation fix
eltonfss 66c0f80
Added linked-list to HKLib
4cd8929
Merge branch 'trails-merge' of https://github.com/ibm-hyperknowledge/…
9e6f618
Trail build bugfix
7d229eb
fixed indentation
f0ab249
mend
adf93a0
undo mend
b3d170b
Merge branch 'trails-merge' of https://github.com/ibm-hyperknowledge/…
a43ca6d
Updated trail from function to class
c8e1c1f
edited linked-list import
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,7 +52,8 @@ | |
"ninja-util": "^1.3.1", | ||
"request": "^2.88.0", | ||
"request-promise-native": "^1.0.8", | ||
"shortid": "^2.2.14" | ||
"shortid": "^2.2.14", | ||
"linked-list": "git+ssh://[email protected]:keg-core/linked-list.git" | ||
}, | ||
"license": "MIT", | ||
"repository": { | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this might be a problem. As this is a public library it should not refer no any private dependency.