Skip to content

Commit

Permalink
UPdate version and changelog (#867)
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeguerin authored Nov 15, 2017
1 parent 95b23b5 commit bbfa48d
Show file tree
Hide file tree
Showing 3 changed files with 151 additions and 22 deletions.
41 changes: 38 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,42 @@
# 0.9.0
[All items](https://github.com/Azure/BatchLabs/milestone/10?closed=1)

### Feature:

* Make start task command line textbox wrap [\#847](https://github.com/Azure/BatchLabs/issues/847)
* Command line properties is often too long to be displayed in properties. [\#837](https://github.com/Azure/BatchLabs/issues/837)
* Show a link to the logs folder to help debug [\#836](https://github.com/Azure/BatchLabs/issues/836)
* Auto delete package versions when deleting an application package [\#831](https://github.com/Azure/BatchLabs/issues/831)
* Display the application version [\#820](https://github.com/Azure/BatchLabs/issues/820)
* Add evaluate autoscale formula [\#817](https://github.com/Azure/BatchLabs/issues/817)
* Add compute node errors banner [\#816](https://github.com/Azure/BatchLabs/issues/816)
* Job create experience more details [\#794](https://github.com/Azure/BatchLabs/issues/794)
* Upgrade to the new azure-batch sdk that work in the browser env [\#792](https://github.com/Azure/BatchLabs/issues/792)
* Add context menu to app packages quick-list [\#776](https://github.com/Azure/BatchLabs/issues/776)
* Allow file group creation from NCJ job submission page [\#761](https://github.com/Azure/BatchLabs/issues/761)

### Bug:

* Can't add a task when job is disabled [\#864](https://github.com/Azure/BatchLabs/issues/864)
* Can't preview image on Windows or Linux nodes [\#853](https://github.com/Azure/BatchLabs/issues/853)
* Disable "reimage node" option for nodes in IaaS pool [\#852](https://github.com/Azure/BatchLabs/issues/852)
* User Identity not showing up in start task [\#849](https://github.com/Azure/BatchLabs/issues/849)
* Adding a new task seems to produce blank list in the table [\#841](https://github.com/Azure/BatchLabs/issues/841)
* When deleting job from the details card the css overlay is not removed. [\#828](https://github.com/Azure/BatchLabs/issues/828)
* Failed to upload file groups for classic storage accounts [\#819](https://github.com/Azure/BatchLabs/issues/819)

### Other:

* Getting ready for version 0.9.0 [\#866](https://github.com/Azure/BatchLabs/issues/866)
* Set user agent to BatchLabs for all request [\#861](https://github.com/Azure/BatchLabs/issues/861)
* Add suport for maxWallClockTime in the create job experience [\#839](https://github.com/Azure/BatchLabs/issues/839)
* Refactor rx-entity-proxy to a new system [\#795](https://github.com/Azure/BatchLabs/issues/795)
* Make an about page [\#279](https://github.com/Azure/BatchLabs/issues/279)

# 0.8.0
[All items](https://github.com/Azure/BatchLabs/milestone/9?closed=1)

### feature:
### Feature:

* Ncj app gallery [\#786](https://github.com/Azure/BatchLabs/issues/786)
* Task output messages confusing for customers [\#769](https://github.com/Azure/BatchLabs/issues/769)
Expand All @@ -12,7 +47,7 @@
* Ability to resize the tree view in the file explorer(Movable splitter) [\#724](https://github.com/Azure/BatchLabs/issues/724)
* Find a way to surface prep and release task failures [\#708](https://github.com/Azure/BatchLabs/issues/708)

### bug:
### Bug:

* Form picker(Start task) reset to empty from when clicking cancel [\#801](https://github.com/Azure/BatchLabs/issues/801)
* Typo in pool configuration [\#798](https://github.com/Azure/BatchLabs/issues/798)
Expand All @@ -27,7 +62,7 @@
* Copy and paste doesn't work on osx prod build [\#727](https://github.com/Azure/BatchLabs/issues/727)
* Misleading message "The files for the specified task have been cleaned from the node." [\#689](https://github.com/Azure/BatchLabs/issues/689)

### other:
### Other:
* Organize summary card for all entities [\#754](https://github.com/Azure/BatchLabs/issues/754)
* Disable tab animations [\#747](https://github.com/Azure/BatchLabs/issues/747)
* show subscription name in the account details subtitle [\#740](https://github.com/Azure/BatchLabs/issues/740)
Expand Down
130 changes: 112 additions & 18 deletions ThirdPartyNotices.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Microsoft reserves all other rights not expressly granted under this agreement,
12. @angular/tsc-wrapped(https://github.com/angular/angular/blob/master/tools/@angular/tsc-wrapped) - MIT
13. @tweenjs/tween.js(https://github.com/tweenjs/tween.js) - MIT
14. @types/node-fetch(https://github.com/DefinitelyTyped/DefinitelyTyped) - MIT
15. azure-batch(http://github.com/Azure/azure-sdk-for-node) - MIT
15. azure-batch-js(http://github.com/azure/azure-sdk-for-javascript) - MIT
16. azure-storage(http://github.com/Azure/azure-storage-node) - Apache-2.0
17. bunyan(https://github.com/trentm/node-bunyan) - MIT
18. chart.js(http://www.chartjs.org) - MIT
Expand All @@ -41,16 +41,17 @@ Microsoft reserves all other rights not expressly granted under this agreement,
31. moment(http://momentjs.com) - MIT
32. moment-duration-format(https://github.com/jsmreese/moment-duration-format) - MIT
33. mousetrap(https://github.com/ccampbell/mousetrap) - Apache-2.0
34. node-fetch(https://github.com/bitinn/node-fetch) - MIT
35. reflect-metadata(http://rbuckton.github.io/reflect-metadata) - Apache-2.0
36. roboto-fontface(https://github.com/choffmeister/roboto-fontface-bower) - Apache-2.0
37. rxjs(https://github.com/ReactiveX/RxJS) - Apache-2.0
38. strip-json-comments(https://github.com/sindresorhus/strip-json-comments) - MIT
39. zone.js(https://github.com/angular/zone.js) - MIT
40. websockets(https://github.com/aaugustin/websockets) - BSD-3-Clause
41. azure-batch-cli-extensions(https://github.com/Azure/azure-batch-cli-extensions) - MIT
42. node.js(https://nodejs.org/en/) - MIT
43. python(https://www.python.org/) - PSF
34. ms-rest-js(https://github.com/Azure/ms-rest-js) - MIT
35. node-fetch(https://github.com/bitinn/node-fetch) - MIT
36. reflect-metadata(http://rbuckton.github.io/reflect-metadata) - Apache-2.0
37. roboto-fontface(https://github.com/choffmeister/roboto-fontface-bower) - Apache-2.0
38. rxjs(https://github.com/ReactiveX/RxJS) - Apache-2.0
39. strip-json-comments(https://github.com/sindresorhus/strip-json-comments) - MIT
40. zone.js(https://github.com/angular/zone.js) - MIT
41. websockets(https://github.com/aaugustin/websockets) - BSD-3-Clause
42. azure-batch-cli-extensions(https://github.com/Azure/azure-batch-cli-extensions) - MIT
43. node.js(https://nodejs.org/en/) - MIT
44. python(https://www.python.org/) - PSF

============================================================
Start license for @angular/animations
Expand Down Expand Up @@ -477,7 +478,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
============================================================

============================================================
Start license for azure-batch
Start license for azure-batch-js
------------------------------------------------------------
============================================================
Start license for azure-storage
Expand Down Expand Up @@ -884,14 +885,29 @@ SOFTWARE.
============================================================
Start license for extract-zip
------------------------------------------------------------
Copyright (c) <year> <owner> All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Copyright (c) 2014 Max Ogden and other contributors
All rights reserved.

1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

------------------------------------------------------------
End license for extract-zip
Expand Down Expand Up @@ -1288,6 +1304,35 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
End license for mousetrap
============================================================

============================================================
Start license for ms-rest-js
------------------------------------------------------------
MIT License

Copyright (c) Microsoft Corporation. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE

------------------------------------------------------------
End license for ms-rest-js
============================================================

============================================================
Start license for node-fetch
------------------------------------------------------------
Expand Down Expand Up @@ -2134,7 +2179,7 @@ The externally maintained libraries used by Node.js are:
# ---------COPYING.libtabe ---- BEGIN--------------------
#
# /*
# * Copyrighy (c) 1999 TaBE Project.
# * Copyright (c) 1999 TaBE Project.
# * Copyright (c) 1999 Pai-Hsiang Hsiao.
# * All rights reserved.
# *
Expand Down Expand Up @@ -3024,6 +3069,55 @@ The externally maintained libraries used by Node.js are:
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
"""

- remark-cli, located at tools/remark-cli, is licensed as follows:
"""
(The MIT License)

Copyright (c) 2014-2016 Titus Wormer <[email protected]>
Copyright (c) 2011-2014, Christopher Jeffrey (https://github.com/chjj/)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
"""

- node-inspect, located at deps/node-inspect, is licensed as follows:
"""
Copyright Node.js contributors. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
IN THE SOFTWARE.
"""

------------------------------------------------------------
End license for node.js
============================================================
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"name": "Microsoft Corporation",
"email": "[email protected]"
},
"version": "0.8.0",
"version": "0.9.0",
"main": "build/client/main.prod.js",
"scripts": {
"ts": "ts-node --project tsconfig.node.json",
Expand Down

0 comments on commit bbfa48d

Please sign in to comment.