-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from AnalyticalGraphicsInc/master
update with cesium
- Loading branch information
Showing
1,852 changed files
with
153,806 additions
and
51,846 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
image: Visual Studio 2017 | ||
|
||
version: '{build}' | ||
|
||
environment: | ||
matrix: | ||
- nodejs_version: "8" | ||
|
||
install: | ||
# Get the latest stable version of Node.js | ||
- ps: Install-Product node $env:nodejs_version | ||
# install modules | ||
- npm install | ||
|
||
test_script: | ||
- npm --silent run build | ||
- npm --silent run test -- --browsers IE --webgl-stub --suppressPassed | ||
|
||
# Don't actually build. | ||
build: off |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"contributorsPath": "CONTRIBUTORS.md", | ||
"unitTestPath" : "Specs/", | ||
"maxDaysSinceUpdate": 30 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,44 @@ | ||
{{#if claEnabled}} | ||
{{#if askForCla}} | ||
[![Please sign the CLA before we review this PR.](https://img.shields.io/badge/CLA-required-red.svg)](https://github.com/AnalyticalGraphicsInc/cesium/blob/master/CONTRIBUTING.md#contributor-license-agreement-cla) | ||
{{#if askAboutContributors}} | ||
Thank you so much for the pull request @{{ userName }}! I noticed this is your first pull request and I wanted to say welcome to the Cesium community! | ||
|
||
Welcome to the Cesium community @{{ userName }}! | ||
The [Pull Request Guidelines](https://github.com/AnalyticalGraphicsInc/cesium/blob/master/CONTRIBUTING.md#pull-request-guidelines) is a handy reference for making sure your PR gets accepted quickly, so make sure to skim that. | ||
|
||
Can you please send in a [Contributor License Agreement](https://github.com/AnalyticalGraphicsInc/cesium/blob/master/CONTRIBUTING.md#contributor-license-agreement-cla) (CLA) so that we can review and merge this pull request? | ||
* :x: Missing `CONTRIBUTORS.md` entry. | ||
* Please add yourself to the [contributors]({{ contributorsUrl }}) file! | ||
{{else}} | ||
![Signed CLA is on file.](https://img.shields.io/badge/CLA-signed-brightgreen.svg) | ||
|
||
@{{ userName }}, thanks for the pull request! Maintainers, we have a signed CLA from @{{ userName }}, so you can review this at any time. | ||
Thanks for the pull request @{{ userName }}! | ||
{{/if}} | ||
{{#if claEnabled}} | ||
{{#if errorCla}} | ||
* :grey_exclamation: There was an error checking the CLA! If this is your first contribution, please send in a [Contributor License Agreement](https://github.com/AnalyticalGraphicsInc/cesium/blob/master/CONTRIBUTING.md#contributor-license-agreement-cla). | ||
* Maintainers, this was the error I ran into while attempting to process the CLA check. Please resolve it to continue CLA checking. | ||
``` | ||
{{ errorCla }} | ||
``` | ||
{{else}} | ||
@{{ userName }}, thanks for the pull request! | ||
{{#if askForCla}} | ||
* :x: Missing CLA. | ||
* Please send in a [Contributor License Agreement](https://github.com/AnalyticalGraphicsInc/cesium/blob/master/CONTRIBUTING.md#contributor-license-agreement-cla) (CLA) and comment back here to let us know to check this! | ||
{{else}} | ||
* :heavy_check_mark: Signed CLA found. | ||
{{/if}} | ||
{{/if}} | ||
{{/if}} | ||
|
||
{{#if askAboutChanges}} | ||
:warning: I noticed that [CHANGES.md]({{ repository_url }}/blob/master/CHANGES.md) has not been updated. If this change updates the public API in any way, fixes a bug, or makes any non-trivial update, please add a bullet point to `CHANGES.md` and comment on this pull request so we know it was updated. For more info, see the [Pull Request Guidelines]( https://github.com/AnalyticalGraphicsInc/cesium/blob/master/CONTRIBUTING.md#pull-request-guidelines). | ||
|
||
* :grey_question: [CHANGES.md]({{ repository_url }}/blob/{{ headBranch }}/CHANGES.md) was not updated. | ||
* If this change updates the public API in any way, please add a bullet point to `CHANGES.md`. | ||
{{/if}} | ||
{{#if askAboutThirdParty}} | ||
:warning: I noticed that a file in one of our ThirdParty folders (`{{ thirdPartyFolders }}`) has been added or modified. Please verify that it has a section in [LICENSE.md]({{ repository_url }}/blob/master/LICENSE.md) and that its license information is up to date with this new version. Once you do, please confirm by commenting on this pull request. | ||
|
||
* :grey_question: Changes to third party files were made. | ||
* Looks like a file in one of our ThirdParty folders (`{{ thirdPartyFolders }}`) has been added or modified. Please verify that it has a section in [LICENSE.md]({{ repository_url }}/blob/master/LICENSE.md) and that its license information is up to date with this new version. | ||
{{/if}} | ||
{{#if askAboutTests}} | ||
* :grey_question: Unit tests were not updated. | ||
* Make sure you've [updated tests](https://github.com/AnalyticalGraphicsInc/cesium/tree/master/Documentation/Contributors/TestingGuide) to reflect your changes, added tests for any new code, and ran the code coverage tool. | ||
{{/if}} | ||
|
||
Reviewers, don't forget to make sure that: | ||
|
||
- [ ] Cesium Viewer works. | ||
- [ ] Works in 2D/CV. | ||
- [ ] Works (or fails gracefully) in IE11. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1 @@ | ||
--- | ||
|
||
__I am a bot who helps you make Cesium awesome! [Contributions to my configuration are welcome.](https://github.com/AnalyticalGraphicsInc/cesium/tree/master/.concierge)__ | ||
:earth_africa: :earth_americas: :earth_asia: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
name: Report a bug | ||
about: Let us know so we can fix it! | ||
--- | ||
|
||
<!-- | ||
Thanks for helping us improve Cesium! Please describe what the expected behavior is vs what actually happens. | ||
Creating a Sandcastle example (https://cesiumjs.org/Cesium/Build/Apps/Sandcastle/) that reproduces the issue helps us a lot in tracking down bugs. Paste the link you get from the "Share" button in Sandcastle below. | ||
--> | ||
|
||
Sandcastle example: | ||
|
||
Browser: | ||
|
||
Operating System: | ||
|
||
<!-- | ||
If you can also contribute a fix, we'd absolutely appreciate it! Fixing a bug in Cesium often means fixing a bug for thousands of applications and millions of end users. | ||
Check out the contributor guide to get started: | ||
https://github.com/AnalyticalGraphicsInc/cesium/blob/master/CONTRIBUTING.md | ||
Just let us know you're working on it and we'd be happy to provide advice and feedback. | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
name: Request a feature | ||
about: New ideas & improvements to Cesium are always welcome. | ||
--- | ||
|
||
<!-- | ||
Thanks for helping make Cesium better! | ||
When suggesting an idea, give examples of the intended use case. Features that benefit the wider community are more likely to be prioritized. | ||
The best way to get your ideas into Cesium is to help us! We love contributions and are always happy to be provide feedback and advice. Check out the contributor guide to get started: | ||
https://github.com/AnalyticalGraphicsInc/cesium/blob/master/CONTRIBUTING.md | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
name: Ask a question | ||
about: Please use the forum (https://groups.google.com/forum/#!forum/cesium-dev) for general questions about using Cesium. | ||
--- | ||
|
||
:exclamation: Please use the [forum](https://groups.google.com/forum/#!forum/cesium-dev) for asking questions about how to use Cesium and best practices. The core Cesium team actively monitors the forum and we love seeing what people are working on! :exclamation: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
releaseSchedule: | ||
ggetz: 2/1/2019 | ||
hpinkos: 3/1/2019 | ||
lilleyse: 4/1/2019 | ||
tfili: 5/1/2019 | ||
dbagnell: 6/3/2019 | ||
tfili: 7/1/2019 | ||
tfili: 8/1/2019 | ||
|
||
greetings: | ||
- Happy Friday everyone! | ||
- Can you believe Friday is already here? | ||
- I hope you all had awesome week! | ||
- I skipped breakfast, so I hope Gary baked something good today... | ||
- Good morning everyone! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"recommendations": [ | ||
"dbaeumer.vscode-eslint", | ||
"slevesque.shader", | ||
"cesium.gltf-vscode" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.