Andrew Henry
ab9d92a01a
Merge pull request #1145 from nasa/remove-protractor-348
...
[Testing] Remove protractor hierarchy
2016-08-28 17:50:38 +01:00
Andrew Henry
8aa3000fb1
Merge pull request #1134 from nasa/dep-vuln-1130
...
[Build] Check dependencies for vulnerabilities
2016-08-28 17:45:25 +01:00
Victor Woeltjen
64d8b5fcd1
[Build] Incluse NSP in verify tasks
2016-08-28 17:37:22 +01:00
Victor Woeltjen
05e88e5dcf
[Build] Add NSP task
...
...to check dependencies for known vulnerabilities.
2016-08-28 17:37:21 +01:00
Victor Woeltjen
5a819a96de
[Build] Add gulp-nsp dependency
...
...to begin integrating checks for vulnerabilities in dependencies,
fixes #1130 .
2016-08-28 17:37:21 +01:00
Andrew Henry
7998a3fc98
Merge pull request #1132 from nasa/locator-collapse-1008
...
[Locator] Don't reset root unnecessarily
2016-08-28 17:29:18 +01:00
Andrew Henry
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
Andrew Henry
76e62ae199
Merge pull request #1095 from nasa/build-reports
...
[Build] Normalize reporting for QA tasks
2016-08-28 16:36:09 +01:00
Abner Terribili
0e24de2b69
Add .swp to git ignore
2016-08-28 09:33:23 -03:00
Alex M
542dea69a1
[Documentation] Fix added lines in tutorial
2016-08-28 14:50:15 +03:00
Dhrubomoy Das Gupta
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
Derek Webb
08eaa822fe
Removing use of bubble-container class (issue #101 )
2016-08-27 21:29:30 -04:00
Derek Webb
39f2f94a53
Info bubbles now allow the user to copy text from them (issue #101 )
2016-08-27 21:00:37 -04:00
Victor Woeltjen
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
Victor Woeltjen
1d4f36a7d9
[API] Include JSDoc for mct namespace only
2016-08-26 11:48:27 -07:00
Victor Woeltjen
0f96fbdd62
[API] Treat mct as a namespace
2016-08-26 11:31:56 -07:00
Victor Woeltjen
e05fb57fe4
[API] Quasi-sensible JSDoc starting point
2016-08-26 09:47:50 -07:00
Victor Woeltjen
185cdcab08
[API] Begin adding mct.js
...
...which will provide an instance of OpenMCT at startup,
as well as house documentation for entry point to public API.
2016-08-26 09:31:12 -07:00
Victor Woeltjen
50ccad5aaa
[API] Rename MCT to OpenMCT
2016-08-26 09:26:12 -07:00
Victor Woeltjen
6a23df9454
[API] Add JSDoc for MCT
2016-08-25 14:54:07 -07:00
Victor Woeltjen
ab5b1d3754
[API] Add JSDoc task
2016-08-25 13:49:21 -07:00
Victor Woeltjen
b309f26b56
[API] Add gulp-jsdoc-to-markdown dep
...
...to aid in generating API docs as a measure of API completeness
and consistency, for #1110 and #1111
2016-08-25 13:38:44 -07:00
Victor Woeltjen
b4dc50295c
Merge pull request #1131 from nasa/open1094
...
Resolve synchronization issues with MutableObject
2016-08-25 13:26:50 -07:00
Victor Woeltjen
382dde300a
Merge remote-tracking branch 'origin/api-tutorials' into open1094
...
Conflicts:
index.html
tutorials/todo/todo.js
2016-08-25 13:25:54 -07:00
Victor Woeltjen
02aa08a3ef
Merge pull request #1121 from nasa/api-containment
...
[API] Containment
2016-08-25 13:19:14 -07:00
Victor Woeltjen
c95d9c7956
Merge pull request #1107 from nasa/api-type-forms
...
[API] Handle forms with a "properties" region
2016-08-25 13:17:26 -07:00
Victor Woeltjen
fd97f4db41
[Selection] Begin implementing Hover gesture
2016-08-25 13:15:37 -07:00
Andrew Henry
4091e9cdf4
Merge pull request #1125 from medinae/patch-1
...
Suppress commented code on the github repository
2016-08-25 15:22:39 +01:00
Victor Woeltjen
b165322ba3
Merge pull request #1142 from BogdanAlexandru/tutorial-formatting-fix
...
[Documentation] Fix code formatting
2016-08-24 16:04:44 -07:00
Alex M
30750e63aa
[Documentation] Code block spacing now consistent
2016-08-24 23:23:57 +03:00
Alex M
2cb636b050
[Documentation] Switch Step 2 to fenced
2016-08-24 22:56:43 +03:00
Alex M
5161205a06
[Documentation] Switch Step 1 to fenced
2016-08-24 22:45:55 +03:00
Alex M
79c5895f2f
[Documentation] Fix code formatting
2016-08-24 21:07:11 +03:00
Andrew Henry
b1b8df4d87
Use MutationCapability
2016-08-23 13:57:12 +01:00
Victor Woeltjen
3228a83802
[Selection] Begin adding hover gesture
2016-08-22 16:32:48 -07:00
Victor Woeltjen
1dba551fc6
[Selection] Force single select
...
...as a simplifying assumption for the initial prototype.
2016-08-22 16:07:01 -07:00
Victor Woeltjen
44f8c2f49f
Merge pull request #1106 from nasa/search1093-b
...
Minor Search enhancements
2016-08-22 15:27:12 -07:00
Victor Woeltjen
20f3b57ddd
[Selection] Release listeners
2016-08-22 14:20:34 -07:00
Victor Woeltjen
58787c4436
[Selection] Remove obsolete include
2016-08-22 14:13:46 -07:00
Victor Woeltjen
2a45893602
[Selection] Begin adding context management
2016-08-22 13:22:17 -07:00
Kevin Van Kessel
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
Kevin Van Kessel
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
Victor Woeltjen
a94ab44431
[Selection] Toggle selected class
2016-08-22 12:24:40 -07:00
Victor Woeltjen
cc9efdff31
[Selection] At Path.toArray
2016-08-22 12:17:29 -07:00
Charbel
44504feeb9
[Frontend] Tweak markup
2016-08-22 15:38:17 -03:00
Andrew Henry
bd3c6665fb
Added bridge between old and new event models
2016-08-22 16:14:01 +01:00
Pete Richards
10e90519c0
Tidy todo views, remove unnecessary code
2016-08-22 16:10:45 +01:00
Pete Richards
d341a8be97
Selection changes include new selection
2016-08-22 16:10:45 +01:00
Andrew Henry
8c439d8109
Adding compatibility between old and new style mutation events
2016-08-22 07:59:17 +01:00
Victor Woeltjen
fdbe31cb76
[Locator] Remove redundant assignment
...
10d2794bb7 (r75547548)
2016-08-19 14:26:03 -07:00