slhale
81ece1190e
[Treeview] Collapse button styling
...
Made smaller, with flat left side.
2015-08-20 09:19:09 -07:00
slhale
62f7ca5a0a
[Treeview] Treeview collapse toggle
...
Clicking on the pane tab now toggles the
treeview.
2015-08-19 16:57:11 -07:00
slhale
29b1cfa890
[Treeview] Rename variable for clarity
...
paneModel's pane to leftPane, for clarity
once a right pane is added.
2015-08-19 16:47:12 -07:00
slhale
e44e50823e
[Treeview] Treeview collapse
...
Clicking on the pane tab now will make the treeview
invisible, and set the width to 0. BUT, this does
not immediately move the splitter bar, though it
does go to the correct width if clicked.
Needs more work.
2015-08-19 16:44:42 -07:00
slhale
4a730f875f
[Treeview] Clicking toggles model property
...
Clicking on the pane tab icon toggles ngModel.pane
2015-08-19 16:29:55 -07:00
slhale
8108a3b81c
[Treeview] Html style
2015-08-19 16:02:49 -07:00
slhale
b8958edf72
[Treeview] Fixing errors, commits
2015-08-19 16:00:51 -07:00
slhale
2b00b71da9
[Treeview] Error fixing
...
Trying to get mctSplitter error to be fixed.
Reverting to an extent.
2015-08-19 15:45:17 -07:00
slhale
9c912b62d3
[Treeview] Modified left splitter
...
Added a 'button' (which does not work yet). It
sticks out of the splitter like a tab.
2015-08-19 15:08:27 -07:00
slhale
ffd80ed42b
[Treeview] Style
...
Changed indentation in the html
2015-08-19 13:12:37 -07:00
slhale
8dad6a3fd5
Merge browse files from branch 'mobile' into open72
2015-08-19 13:04:11 -07:00
Charles Hacskaylo
f4b87cf70d
[Project source] Updated icomoon.io symbols font project file
2015-08-17 15:47:28 -07:00
Charles Hacskaylo
366ec3d516
[Frontend] Styles for tabular views and view sections
...
Original issue: https://github.jpl.nasa.gov/MissionControl/vista/issues/30
New CSS and symbols to support tabular views;
Required by JPL branch vista30 (https://github.jpl.nasa.gov/MissionControl/vista/tree/vista30 )
2015-08-17 15:11:27 -07:00
Pete Richards
9ab06cfdd2
Merge remote-tracking branch 'github-open/open1506' into open-master
2015-08-17 11:48:23 -07:00
Victor Woeltjen
4495c5b64a
[Build] Restore snapshot status
...
Bump version number and restore snapshot status to
begin sprint Umbriel, WTD-825.
2015-08-17 10:54:30 -07:00
Victor Woeltjen
f22c0a7ee4
[Search] Remove unused dependency
...
Remove unused dependency from generic search worker,
avoids WTD-1511.
2015-08-17 10:50:12 -07:00
Victor Woeltjen
83fce6ad77
[Search] Remove unused dependency
...
Remove unused dependency from generic search worker,
avoids WTD-1511.
2015-08-17 10:45:02 -07:00
Victor Woeltjen
8371b1b25b
Merge pull request #59 from slhale/searchservice
...
[Search] Created search service
2015-08-12 17:05:50 -07:00
slhale
94531a39d0
Merge branch 'master' of https://github.com/nasa/openmctweb into searchservice
2015-08-12 13:17:17 -07:00
Victor Woeltjen
3db62edf59
Merge remote-tracking branch 'github/master' into open-master
...
Conflicts:
README.md
2015-08-12 12:19:53 -07:00
Victor Woeltjen
914c823675
[Tests] Comment out failing tests
...
Comment out tests which relate to object types not
yet in open source, WTD-1505
2015-08-12 11:57:56 -07:00
slhale
cab675c8ca
[Search] Timeout length & indexed check
...
Changed timeout to 0 ms. Changed check for
already indexed to an empty return.
2015-08-12 10:57:37 -07:00
Victor Woeltjen
deb9e3e2ee
[Tests] Change Chrome binary env variable
...
Use CHROME_BIN as the environment variable for nonstandard
Google Chrome binary locations; this is the same variable
used by Karma, so configuration is simplified. WTD-1505.
2015-08-12 10:28:20 -07:00
Victor Woeltjen
b6b716b767
[Tests] Update protractor instructions
...
WTD-1505
2015-08-12 10:27:24 -07:00
Victor Woeltjen
7aea1647a2
[Tests] Ensure local storage is used
...
Ensure local storage is used for Protractor tests,
WTD-1505.
2015-08-12 10:24:49 -07:00
Jesse
b74cbf1969
Added Window/Unix Freindly String Compare functions
2015-08-12 10:24:49 -07:00
Jesse
eb10cbf87c
Cleaned Up Directory
2015-08-12 10:24:49 -07:00
Jesse
7918d7b287
Updated README and Renamed Tests
2015-08-12 10:24:49 -07:00
Jesse
fde0dc2a35
Added start.js Creates 'log' folder
2015-08-12 10:24:10 -07:00
Jesse
85f9d5a2da
Added Start Run Stop Scripts
2015-08-12 10:23:58 -07:00
Jesse
ef7c1bd025
Added Fix for Protractor Test
2015-08-12 10:23:50 -07:00
slhale
0520f1c70c
[Search] Update tests
...
Test creation of the generic search provider
provides mock timeout argument. Slight change to
tree indexing test due to use of useCapability
function.
2015-08-12 09:53:23 -07:00
slhale
3b62f1a979
[Search] Break up item indexing
...
Use timeouts to make the generic search's item
indexing not block up the page.
2015-08-12 09:42:21 -07:00
slhale
48693df51f
[Search] Input checks
...
More checks to see if the input is empty
before doing search computations.
2015-08-11 13:52:23 -07:00
Victor Woeltjen
2d5ec97dc3
[Menu] Listen to element directly
...
Add listener to menu element directly instead of
using ng-click to aid in testing (and for consistency
with related listeners.) WTD-1506.
2015-08-07 14:39:59 -07:00
Victor Woeltjen
87aa0cfce2
[Menus] Dismiss menu when clicked
...
Addresses WTD-1506 (context menu does not disappear after
action is chosen); listen for click events on the menu
itself and dismiss the menu when these occur.
2015-08-07 14:34:27 -07:00
Victor Woeltjen
afddca510c
[Documentation] Fix markdown
...
Fix markdown typo in README.md
2015-08-07 13:47:32 -07:00
slhale
7cad3ba0bc
[Search] Update tests
...
Updated generic provider test for more general
mock capability object.
2015-08-06 14:52:54 -07:00
slhale
168a805e8e
[Search] Index checks for changes
...
When indexing items initially, the generic
provider listens for mutations in case an
item's composition changes, so it can then
index the new children.
2015-08-06 14:41:47 -07:00
Victor Woeltjen
7ded288154
Merge pull request #63 from nasa/open21-diagrams
...
[Documentation] Add architecture documentation
2015-08-06 14:24:04 -07:00
Victor Woeltjen
3e94eba0d1
Merge pull request #62 from nasa/bigger-create-clicktarget
...
[Template] Move ng-click to parent node
2015-08-06 13:21:10 -07:00
Victor Woeltjen
ddae7823f9
[Documentation] Satisfy JSLint
...
MissionControl/vista#21
2015-08-06 13:02:33 -07:00
Victor Woeltjen
633c00f161
[Documentation] Minor cleanup
...
Minor cleanup around placeholder sections of
documentation, MissionControl/vista#21
2015-08-06 11:53:04 -07:00
Victor Woeltjen
be5253b9d3
[Documentation] Update doc build/deployer
...
MissionControl/vista#21
2015-08-06 11:46:50 -07:00
Victor Woeltjen
320be34798
[Documentation] Add clarifying comments
...
Add clarifying comments to doc generator,
MissionControl/vista#21 .
2015-08-06 11:44:28 -07:00
Victor Woeltjen
3dace28eb3
[Documentation] Finish platform architecture
...
MissionControl/vista#21
2015-08-06 11:39:01 -07:00
Victor Woeltjen
19db1c9c2b
[Documentation] Add narrative about tiers
...
MissionControl/vista#21
2015-08-06 11:12:02 -07:00
Victor Woeltjen
935360e2eb
[Documentation] Document remaining services
...
MissionControl/vista#21
2015-08-06 11:02:12 -07:00
slhale
a2eabc1b08
[Search] Infinite cycle check
...
in indexItems in the generic provider.
2015-08-06 10:25:02 -07:00
slhale
f76f6548a5
[Search] Type checking
...
Added type checking for arrays to indexItems.
2015-08-06 10:13:32 -07:00