01031de074
Merge pull request #1148 from dhrubomoy/patch-1
...
[Documentation] Fixed typo
2016-08-29 13:36:46 +01:00
1cc29be3d6
Merge pull request #1149 from BogdanAlexandru/tutorial-diff-fix
...
[Documentation] Fix added lines in tutorial
2016-08-29 13:29:04 +01:00
6cbdaa442b
[Search] Repurposed checkAll test. #1117
...
Changed test to ensure checkAll and it's appropriate filter string are
set whenever checkAll is changed.
Removed redundant line checking for a filter string of 'NONE' as this
is no longer a possibility.
2016-08-28 12:01:42 -07:00
ab9d92a01a
Merge pull request #1145 from nasa/remove-protractor-348
...
[Testing] Remove protractor hierarchy
2016-08-28 17:50:38 +01:00
8aa3000fb1
Merge pull request #1134 from nasa/dep-vuln-1130
...
[Build] Check dependencies for vulnerabilities
2016-08-28 17:45:25 +01:00
64d8b5fcd1
[Build] Incluse NSP in verify tasks
2016-08-28 17:37:22 +01:00
05e88e5dcf
[Build] Add NSP task
...
...to check dependencies for known vulnerabilities.
2016-08-28 17:37:21 +01:00
5a819a96de
[Build] Add gulp-nsp dependency
...
...to begin integrating checks for vulnerabilities in dependencies,
fixes #1130 .
2016-08-28 17:37:21 +01:00
7998a3fc98
Merge pull request #1132 from nasa/locator-collapse-1008
...
[Locator] Don't reset root unnecessarily
2016-08-28 17:29:18 +01:00
9063996e84
Merge pull request #1127 from nasa/console-warning-1114
...
[Tree] Check for change before scope.$apply
2016-08-28 16:49:59 +01:00
76e62ae199
Merge pull request #1095 from nasa/build-reports
...
[Build] Normalize reporting for QA tasks
2016-08-28 16:36:09 +01:00
0e24de2b69
Add .swp to git ignore
2016-08-28 09:33:23 -03:00
542dea69a1
[Documentation] Fix added lines in tutorial
2016-08-28 14:50:15 +03:00
89f2e0943c
[Documentation] Fixed typo
...
"Framework.md" was showing a 404 error. Changed it to "framework.md", which is the actual file name.
2016-08-28 02:02:18 -04:00
08eaa822fe
Removing use of bubble-container class (issue #101 )
2016-08-27 21:29:30 -04:00
39f2f94a53
Info bubbles now allow the user to copy text from them (issue #101 )
2016-08-27 21:00:37 -04:00
b02de171f1
[Testing] Remove protractor hierarchy
...
Remove protractor test hierarchy; until work is completed on #348 ,
this is not useful and will be impractical to maintain.
2016-08-26 12:39:24 -07:00
4091e9cdf4
Merge pull request #1125 from medinae/patch-1
...
Suppress commented code on the github repository
2016-08-25 15:22:39 +01:00
b165322ba3
Merge pull request #1142 from BogdanAlexandru/tutorial-formatting-fix
...
[Documentation] Fix code formatting
2016-08-24 16:04:44 -07:00
30750e63aa
[Documentation] Code block spacing now consistent
2016-08-24 23:23:57 +03:00
2cb636b050
[Documentation] Switch Step 2 to fenced
2016-08-24 22:56:43 +03:00
5161205a06
[Documentation] Switch Step 1 to fenced
2016-08-24 22:45:55 +03:00
79c5895f2f
[Documentation] Fix code formatting
2016-08-24 21:07:11 +03:00
44f8c2f49f
Merge pull request #1106 from nasa/search1093-b
...
Minor Search enhancements
2016-08-22 15:27:12 -07:00
702ebbd557
[Search] Update test for #1117 fix.
...
Changed test to work properly with #1117 fix.
Checks if checkAll gets checked when no options are checked.
Checks if changing checkAll updates the filter string to ''
2016-08-22 13:19:47 -07:00
e29efbbcdf
[Search] 'All' selected upon no filters. Fixes #1117
...
Upon deselecting every filter, the search returns nothing. This serves
no useful purpose as discussed in #1117 . Now deselecting every filter
automatically selects 'All'.
2016-08-22 12:52:34 -07:00
44504feeb9
[Frontend] Tweak markup
2016-08-22 15:38:17 -03:00
fdbe31cb76
[Locator] Remove redundant assignment
...
10d2794bb7 (r75547548)
2016-08-19 14:26:03 -07:00
10d2794bb7
[Locator] Don't reset root unnecessarily
...
...as this will trigger a refresh of the mct-representation for
the tree, which will in turn create a new mct-tree instance,
resulting in any expanded/collapsed state being lost.
Fixes #1008 .
2016-08-19 13:28:56 -07:00
eb3b6e5eca
Merge pull request #1129 from nasa/open1128
...
[Documentation] Updated docs build script to push documentation to the correct directory on the website
2016-08-19 12:44:11 -07:00
ccc32096ea
[Documentation] Updated docs build script to push documentation to the correct directory on the website
2016-08-16 18:57:18 -07:00
4e5887d9ec
[Tree] Check for change before scope.$apply
...
TreeView's observers will be called when the selected domain object
changes, which can occur for one of two reasons:
1. Because a new value was set externally, from mct-tree.
2. Because a new value was selected, by the user.
In the latter case a $apply is needed, but in the former it is not
(and causes an error.) However, when that case occurs, the value in
scope will be up to date already (it was a watch that triggered the
call to treeView.value) so no assignment or $apply is necessary.
Fixes #1114 .
2016-08-15 16:04:14 -07:00
2167c061a2
No commented code on the github repository
2016-08-13 14:25:41 +04:00
2100c5717e
[Build] Restore SNAPSHOT status
...
...to open sprint Orwell,
https://github.com/nasa/openmct/milestones/Orwell
2016-08-12 16:06:09 -07:00
acc1b8e207
[Build] Remove SNAPSHOT status
...
...to close sprint Niven,
https://github.com/nasa/openmct/milestones/Niven
v0.11.1
2016-08-12 16:01:43 -07:00
f3bd88837f
Merge remote-tracking branch 'origin/master' into search1093-b
...
Conflicts:
platform/search/res/templates/search.html
2016-08-08 17:51:39 -07:00
8105a7edb8
Merge remote-tracking branch 'origin/master' into search1093-b
...
Conflicts:
platform/search/res/templates/search.html
2016-08-08 17:51:25 -07:00
385d90b056
[Persistence] Fix code style
2016-08-08 13:51:10 -07:00
ecf526aa03
[Persistence] Add JSDoc for NestedTransaction
2016-08-08 13:49:34 -07:00
a35b158fd1
[Persistence] Add JSDoc for Transaction
2016-08-08 13:48:19 -07:00
2ebf05ae5b
[Persistence] Test NestedTransaction
2016-08-08 13:41:13 -07:00
850da9de52
[Persistence] Fix member reference in NestedTransaction
2016-08-08 13:40:50 -07:00
353c24c70e
[Persistence] Invoke parent constructor
2016-08-08 13:39:03 -07:00
73d10ab093
[Persistence] Test Transaction
2016-08-08 13:29:39 -07:00
668b7b6a39
[Persistence] Add empty specs for Transactions
2016-08-08 13:21:48 -07:00
70c072be0b
[Persistence] Test more cases
...
Add more test cases for TransactingMutationListener to
distinguish active-transaction case from no-transaction
case.
2016-08-08 13:18:40 -07:00
eb2fbcd8d0
[Persistence] Cover TransactingMutationListener
...
Add test cases sufficient for line coverage of
TransactingMutationListener.
2016-08-08 12:34:46 -07:00
02f34d1c04
[Persistence] Begin testing TransactingMutationListener
2016-08-08 12:28:13 -07:00
c8931f8535
[Tree] Simplify synchronization ( #1100 )
...
Simplify synchronization of selection in tree with state
passed-in, letting Angular deal with more of the specifics.
Fixes #1008 .
2016-08-05 16:30:55 -07:00
0274490b68
[search] Reverted previous change to ClickAwayController and introduced a custom fix to search menu. Fixes #888 ( #1109 )
2016-08-05 16:30:20 -07:00