Victor Woeltjen
3a96a246a4
[Tests] Ignore protractor in build
...
Ignore protractor test folder from command line build,
WTD-1489
2015-07-30 12:44:49 -07:00
Victor Woeltjen
24682c5f7a
[Tests] Add protractor instructions
...
Add protractor instructions to top-level README, WTD-1489.
2015-07-30 12:42:50 -07:00
Victor Woeltjen
28365602f0
[Tests] Comment out failing tests
...
WTD-1489.
2015-07-30 12:39:05 -07:00
Victor Woeltjen
a03046400c
[Tests] Separate out page launcher
...
WTD-1287
2015-07-30 12:29:02 -07:00
Jesse
d5c835e777
Fixed Delete not working in protractor
2015-07-30 12:28:40 -07:00
Jesse
af630d1b3e
Add Protractor Directory
2015-07-30 12:28:29 -07:00
Victor Woeltjen
2ffe1cdff9
[Build] Bump version number
...
Bump version number, add snapshot status to begin sprint
Triton, WTD-824.
2015-07-28 13:30:39 -07:00
Victor Woeltjen
6596ddcb8c
[Build] Remove snapshot status
...
Remove snapshot status to close sprint titan,
WTD-824.
2015-07-28 13:23:57 -07:00
Victor Woeltjen
77edb07333
Merge pull request #52 from nasa/continuous-deployment
...
Support continuous deployment of open source Open MCT Web.
2015-07-27 07:51:54 -07:00
Pete Richards
e639d9ba8f
[Continuous] Only deploy from master branch
2015-07-24 17:32:49 -07:00
Pete Richards
c6b0e4bf6f
[Continuous] Set author after repo is initialized
2015-07-24 17:13:19 -07:00
larkin
60cdc0eb6d
[Licensing] Add license header to applicable files
2015-07-24 17:08:29 -07:00
larkin
36ac5aa4de
[Style] JSLint compliance
2015-07-24 17:07:53 -07:00
Pete Richards
09519cf6d4
[Continuous] Set commit author, fix grammar
2015-07-24 17:07:49 -07:00
larkin
44ee21d613
[Continuous] Push docs to correct repository
2015-07-24 16:41:10 -07:00
larkin
ee34b74ca1
[Style] Test config is JSLint approved
2015-07-24 16:21:15 -07:00
larkin
3fe9170c7d
[Gitignore] Ignore jsdoc output
2015-07-24 15:34:26 -07:00
Victor Woeltjen
9435e75461
Merge remote-tracking branch 'slhale/open33' into open47b
...
Fix merge conflict in preparation to integrate nasa/openmctweb#47
Conflicts:
platform/commonUI/browse/res/templates/browse/object-header.html
2015-07-24 13:46:37 -07:00
larkin
12b8408bca
[Entanglement] Enable Entanglement
2015-07-22 15:32:20 -07:00
larkin
0fde10a818
[Continuous] Procfile uses localstorage
2015-07-22 11:00:18 -07:00
larkin
919ef2f991
[Persistence] Add localstorage persistence
2015-07-22 10:58:28 -07:00
Pete Richards
01a52b8af8
[Continuous] Deploy to heroku
2015-07-21 17:29:25 -07:00
Pete Richards
19b0b1aa66
[Continuous] Run via Procfile binds port
2015-07-21 17:27:17 -07:00
Pete Richards
808a79178b
[Continous] Build and publish documentation
2015-07-21 17:24:43 -07:00
Pete Richards
cb56bbe569
[Documentation] Fix JSDoc syntax errors
2015-07-21 14:30:00 -07:00
Pete Richards
e7e79f41a7
[Packaging] Create NPM Package
...
Create NPM package for OpenMCTWeb. Includes scripts
for hosting, running tests, and building documentation.
2015-07-21 14:29:07 -07:00
Victor Woeltjen
2e2e7ee876
Merge branch 'open1444b' into open-master
2015-07-17 11:05:25 -07:00
Victor Woeltjen
affd5f8d29
Merge branch 'open1426' into open-master
2015-07-17 10:56:09 -07:00
Victor Woeltjen
deed95d8d1
[Plot] Don't allocate charts for empty plots
...
Don't allocate WebGL charts for empty plots, WTD-1444.
2015-07-17 09:13:20 -07:00
Victor Woeltjen
e400f211c4
Merge remote-tracking branch 'nasa/open1404' into open1427
...
Merge in preparation for review/integration, WTD-1427
Conflicts:
platform/commonUI/general/res/templates/containers/accordion.html
2015-07-15 13:45:37 -07:00
Victor Woeltjen
ea19bde1e7
[Telemetry] Provide empty series
...
Provide an empty series when a historical telemetry request
does not return anything for a given telemetry point.
Addresses WTD-1426.
2015-07-14 15:51:13 -07:00
shale
aa091a9d26
[Browse] Update tests
...
Removed reference to destroy() in the
context menu action test. #33 , #47 .
2015-07-14 13:53:00 -07:00
shale
1455e5d8b5
[Browse] Removed destroy functions
...
Removed destroy functions from menu arrow
controller and contetxt menu action as
suggested. #33 , #47 .
2015-07-14 13:25:25 -07:00
shale
d1b55bd43e
Merge branch 'master' of https://github.com/nasa/openmctweb into open33
2015-07-14 13:20:37 -07:00
Victor Woeltjen
a2fd9357d8
Merge pull request #48 from slhale/open46
...
[Edit] No more useless tooltips
2015-07-14 12:00:10 -07:00
Sarah Hale
9e6d84a1d5
[Edit] No more tooltips
...
Changed the attribute of 'title' on mct-container
to 'label'. This made the tooltips in Edit mode
dissapear. #46 .
2015-07-07 11:14:45 -07:00
Sarah Hale
b2a23ee968
[Browse] Tests completed
...
Completed the menu arrow controller test. All
tests are now completed. #33 .
2015-07-07 09:28:01 -07:00
Sarah Hale
e3a96eff8d
[Browse] Fixed clicking on menu
...
Previously any click on the context menu would
close the context menu rather than doing the
appropriate action. This is now fixed. The menu
only closes when a click happens not on the
menu. #33 .
2015-07-02 15:34:11 -07:00
Sarah Hale
2b67ae42bf
[Browse] Gesture and action tests
...
The menu gesture and the menu action tests
are completed. #33 .
2015-07-02 14:00:54 -07:00
Sarah Hale
db920a7b5c
[Browse] Starting tests
...
Created new test files for the additions. #33 .
2015-07-02 12:50:48 -07:00
Sarah Hale
a582375e61
[Browse] Style
...
All modified code follows style guides. #33 .
2015-07-02 12:38:32 -07:00
Sarah Hale
2524c75505
[Browse] Menu arrow works
...
The menu arrow now displays a context menu
when clicked. #33 .
2015-07-02 12:36:35 -07:00
Sarah Hale
c08f972ab4
[Browse] Menu action called correctly
...
Both the menu gesture and the menu arrow now
correctly call the menu action. #33 .
2015-07-02 11:57:03 -07:00
Sarah Hale
809a6e457c
Merge branch 'master' of https://github.com/nasa/openmctweb into open33
2015-07-02 11:33:07 -07:00
Sarah Hale
30d8c1647c
[Browse] Right click works
...
Right clicking for a context menu now
works again. #33 .
2015-07-02 11:30:45 -07:00
Sarah Hale
861b4781fe
Merge branch 'open33' of https://github.com/slhale/openmctweb into open33
2015-07-02 10:59:04 -07:00
Sarah Hale
4e6301edb4
[Browse] Fixed multiple clicks
...
Fixed having multiple calls to ContextMenuGesture. #33 .
2015-07-02 10:58:19 -07:00
Sarah Hale
b965c48ff2
[Browse] Fixed multiple clicks
...
Fixed having multiple calls to ContextMenuGesture. #33 .
2015-07-02 10:54:43 -07:00
Sarah Hale
3edd967e27
[Browse] Changed action key
...
Changed the key for the context menu action from
'contextMenu' to 'menu'. #33 .
2015-07-02 10:30:45 -07:00
Sarah Hale
bb80b2175c
[Browse] Gesture calling action
...
The context menu gesture (attempts) to call the
context menu action. The menu arrow still fails
to call. #33 .
2015-07-02 09:36:19 -07:00