Commit Graph

53 Commits

Author SHA1 Message Date
jjspace 3a0a7a430e
update local server links to new sandcastle 2025-09-30 14:54:59 -04:00
ggetz c3e3f11b89 Config setups, including CI 2025-04-24 18:13:07 -04:00
jjspace 09a719b8fb
run prettier v3 2024-09-20 11:24:24 -04:00
Sanjeet Suhag aaf6bd8a5c Adds engine and widgets workspaces 2022-11-01 15:39:57 -04:00
Gabby Getz a0400260ba Add browser runner 2022-04-13 10:24:27 -04:00
Eli Bogomolny 7fa0d1c1ce Delete files 2022-03-09 15:58:41 -05:00
Matthew Amato 2fd0e8f7e4 Format all code with prettier 2020-04-16 20:31:36 -04:00
Matthew Amato cb496c6271 Run coverage as part of unit tests during CI
1. Add options from the `test` task to the `coverage` task
2. Run `coverage` instead of `test` on CI (since covereage includes text)
3. Add link to coverage results in index.html and also as part of the
the GitHub deploy information.
2019-08-28 19:49:20 -04:00
Matthew Amato b9fe8f33f4 Replace jscoverage with karma-coverage
1. Replace our ancient, windows-only jscoverage implementation with
karma-coverage, which works on all platforms and does not require a
separate instrumentation step. You now run coverage by simply typing
`npm run coverage`. This also provides improved results, such as branch
coverage, which the old system did not.
2. Updated Testing Guide
3. Remove old instrument link from index.html
4. Remove jscoverage and related code.
2019-08-27 21:10:14 -04:00
ggetz 830af5b516 Fix path, add link, build apps in paralell 2017-09-27 10:33:11 -04:00
Patrick Cozzi 4912f4992d Start of webglstub parameter 2016-12-01 14:34:57 -05:00
Tom Payne 1ae9fda901 Add newlines to end of text files. 2016-10-19 16:53:31 -04:00
Ed Mackey d039ce5686 Fix broken path 2014-07-15 13:14:31 -04:00
Kevin Ring 1f288337bd Merge pull request #1764 from AnalyticalGraphicsInc/inspector
Put Cesium Inspector back on the main menu.
2014-06-30 14:57:49 -04:00
Scott Hunter 201fe18782 Remove the "built" version of HelloWorld.
This only made sense when we had two zip files.  The "built" version only changed the path to Cesium.js.
2014-06-27 16:12:15 -04:00
Matthew Amato 5473f6d9da Switch back to two index files
1. index.html can be used for dat to day development and is not included in the zip
2. index.release.html is included in the zip but as index.html
2014-06-26 14:54:22 -04:00
Matthew Amato fea8097b77 Changes after review
Fix build.xml formatting
Fix typo in index.html
Some minor styling improvements.
2014-06-26 12:32:25 -04:00
Matthew Amato e9b5baa719 Update index.html 2014-06-25 15:59:01 -04:00
Matthew Amato fea39242b4 Switch the release process to a single zip file
1. Only generate a single `Cesium-xxx.zip` file which basically includes the contents of the old `full` versions along with the below changes.
2. Move `server.js` to the top level folder
3. Merge multiple `index.html` files into a single, top-level file.
4. Remove Timeline demo from `index.html` and zip file.
5. Add descriptions and improved styling to `index.html`
6. Add link to WebGL report to the home page
2014-06-25 14:55:04 -04:00
Patrick Cozzi fac9c689b0 Use WebGL validation with tests using createScene. Use WebGL validation only when requested. 2014-06-20 16:58:03 -04:00
Ed Mackey f10344c0df Added Kevin's suggestion to the main menu. 2014-05-30 10:06:53 -04:00
Ed Mackey d657e99df9 Put Cesium Inspector back on the main menu. 2014-05-29 17:08:53 -04:00
Patrick Cozzi f057fd1d2e Remove inspector from index.html; it is in Sandcastle 2014-05-16 14:49:35 -04:00
hpinkos 9581fd4db2 update index.html 2014-03-28 11:13:50 -04:00
Scott Hunter 65c371dbac Reword text about running tests against combined/release files. 2013-12-18 12:03:46 -05:00
Dan Bagnell 6eaf40b7d5 Update links on index page and the links generated by jasmine. 2013-12-02 20:23:05 -05:00
Patrick Cozzi 4caab7d0f9 Fast tests by default 2013-09-25 14:05:17 -04:00
Patrick Cozzi bf3327fa9f Option to run tests with WebGL validation 2013-09-12 17:13:03 -04:00
mramato 777decc236 Add Terrain Inspector to index.html. 2013-08-20 21:18:23 -04:00
Scott Hunter 92cda0e4e6 & should be & in a href. 2013-07-31 16:53:22 -04:00
Matthew Amato 003a81576a Fixes from my last commit. 2013-03-21 17:41:40 -04:00
Matthew Amato 8ac4bbca88 New Cesium packaging via makZipFile changes
1. The original zip file is still created, but now known as Cesium-amd-<version>.zip
2. A second zip file is also created, Cesium-<version>.zip.  This new zip contains only the minified Cesium, Assets, Documentation, and a new skeleton.
3. The new skeleton doesn't require a build process and simply creates the 3 main widgets on an empty globe (though we can change this).
2013-03-21 15:14:39 -04:00
Ed Mackey f3bafe1e16 Update main menu. 2013-01-23 17:53:38 -05:00
Scott Hunter f0af306319 Add link to built version of CesiumViewer. 2013-01-09 16:58:44 -05:00
Ed Mackey cd7335aa5a Update main menu.
Looks like we lost the ability to select a test to run.  Maybe this
can be added back in the future?  It would require the not-run tests
to list themselves on the page, which they no longer do.
2013-01-02 11:27:11 -05:00
Scott Hunter 00bcc4a02a Eliminate Images folder.
Earth imagery is now in a new package Resources.  Images used by Sandcastle examples are now in the Sandcastle folder.  Images used by the Widgets are now self-contained in the Widgets package.

Also clean up the build file a bit, and create Eclipse launches for all of the build.xml targets.
2012-11-07 15:31:54 -05:00
Matthew Amato 6a9b895c80 Minor tweaks to index.html. 2012-10-23 15:34:04 -04:00
Ed Mackey 2b9c992dd3 Tweak main menu. 2012-10-23 14:59:34 -04:00
Ed Mackey 36e07bb699 Added options for running individual coverage after conversation with @mramato and @shunter. 2012-10-23 14:35:40 -04:00
Ed Mackey 739e42acd8 Delete remainder of Examples folder. 2012-09-07 11:33:05 -04:00
Ed Mackey 2f72988218 Main menu tweak. 2012-09-07 11:28:28 -04:00
Ed Mackey 58a7433a8f Main menu tweak 2012-09-06 22:09:16 -04:00
Ed Mackey 9001958ee6 Merge remote-tracking branch 'origin/viewer' into sandcastle 2012-06-26 13:47:45 -04:00
Matthew Amato 35ca9fa5ca Make AGI logo link go to agi.com. Add favicon. 2012-06-25 17:22:26 -04:00
Ed Mackey 272e58e9c2 Sandcastle - Add a gallery viewer. 2012-06-19 16:18:53 -04:00
Ed Mackey 10be57fd94 Sandcastle - Demo code loaded via xhr now. 2012-06-18 17:28:50 -04:00
Ed Mackey 4c442042af Sandcastle - Hookup to run from new location. 2012-06-18 14:36:43 -04:00
Ed Mackey eb6bb0d6ed Merge remote-tracking branch 'origin/viewer' into sandcastle 2012-05-24 11:45:08 -04:00
Matthew Amato d4b6d863cd Submit of original timeline prototype
1. Standalone Timeline in its own directory
2. Wrapper widget for dojo
3. Demo application.

The timeline will be completely refactored after the initial CZML implementation is completed.
2012-05-19 09:16:18 -04:00
Ed Mackey 9d03115a44 Merge branch 'viewer' into sandcastle 2012-05-09 13:25:05 -04:00