Changes related to moving repo location.

This commit is contained in:
Mathias Olausson 2021-07-30 12:13:05 +02:00
Родитель 2e71a099f8
Коммит f003afbcde
14 изменённых файлов: 1007 добавлений и 221 удалений

34
LICENSE
Просмотреть файл

@ -1,21 +1,21 @@
MIT License
MIT License
Copyright (c) 2019 Christopher Schleiden
Copyright (c) Microsoft Corporation.
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:
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 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.
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

Просмотреть файл

@ -1,17 +1,14 @@
# Update 3/26/2021: I am going to shut down this extension and deactive the backend in the near future.
I also have lost permissions to update the extension on the marketplace unfortunately, so I'm not able to accept any PRs or deploy changes.
## Update 3/18/2020: As stated below, I do not work on the Azure Boards team anymore, and as of now I don't have time to maintain this extension.
# Azure Boards Estimate
![](https://github.com/cschleiden/azure-boards-estimate/workflows/Build%20&%20Deploy/badge.svg)
Play Planning Poker in Azure DevOps. Select work from an iteration, query, or your backlog, estimate the effort of those items with your team, and immediately update the work items.
## Support
See [Support](https://github.com/microsoft/azure-boards-estimate/SUPPORT.md) in our GitHub repository for information about how to report issues and get help.
## Contributing
**Update 9/18/19**: I don't work on the `Azure Boards` team anymore so I'll have less time to work on this extension. If you want to send a PR I'll gladly review and merge it.
### Developing and Testing
<span style="color: green">To test your work, first [follow these steps to set up a DevOps marketplace publisher account](https://docs.microsoft.com/en-us/azure/devops/extend/publish/overview?view=azure-devops) (if you already have an account move on).
@ -20,10 +17,3 @@ I also have lost permissions to update the extension on the marketplace unfortun
> Note: You may need to add a directory called `build` to the project root when running the script. The output of the `package-dev` script is there.
- Be sure to update the `manifest.json` to use your publisher's ID before running the script.
2. Install the private extension on your Azure DevOps oragnization and test your changes.
## Upgrading to current version
When upgrading from the first version, you need to approve additional OAuth scopes:
<img src="https://user-images.githubusercontent.com/2201819/55303550-bc25c780-53fb-11e9-9379-0a64e3fb1014.png" width="400px" />

11
SUPPORT.md Normal file
Просмотреть файл

@ -0,0 +1,11 @@
# Support
## How to file issues and get help
This project uses [GitHub Issues](https://github.com/microsoft/azure-boards-estimate/issues) to track bugs and feature requests. Please search the existing issues before filing new issues to avoid duplicates. For new issues, file your bug or feature request as a new Issue.
For help and questions about the extension use [GitHub Discussions](https://github.com/microsoft/azure-boards-estimate/discussions).
## Microsoft Support Policy
Support for this project is limited to the resources listed above.

Просмотреть файл

@ -1,10 +1,10 @@
{
"manifestVersion": 1,
"id": "estimate",
"version": "2.2.3",
"version": "2.3.0",
"name": "Estimate",
"description": "Planning Poker in Azure Boards.",
"publisher": "cschleiden",
"publisher": "ms-devlabs",
"scopes": ["vso.project", "vso.work", "vso.work_write"],
"targets": [
{
@ -28,11 +28,11 @@
},
"repository": {
"type": "git",
"url": "https://github.com/cschleiden/azure-boards-estimate"
"url": "https://github.com/microsoft/azure-boards-estimate"
},
"links": {
"support": {
"url": "mailto:christopher.schleiden@microsoft.com"
"url": "https://github.com/microsoft/azure-boards-estimate/SUPPORT.md"
}
},
"branding": {

Просмотреть файл

@ -1,6 +1,6 @@
{
"id": "estimate-dev",
"name": "Estimate DEV",
"name": "Estimate (dev)",
"public": false,
"baseUri": "https://localhost:3000"
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"galleryFlags": [
"Public",
"Preview"
],
"public": true
}

Просмотреть файл

@ -1,5 +1,4 @@
{
"publisher": "ms-devlabs",
"galleryFlags": [
"Public"
],

5
configs/test.json Normal file
Просмотреть файл

@ -0,0 +1,5 @@
{
"id": "estimate-test",
"name": "Estimate (test)",
"public": false
}

Просмотреть файл

@ -0,0 +1,9 @@
# Microsoft Open Source Code of Conduct
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
Resources:
- [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/)
- [Microsoft Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)
- Contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with questions or concerns

Просмотреть файл

@ -1,21 +1,21 @@
MIT License
MIT License
Copyright (c) 2019 Christopher Schleiden
Copyright (c) Microsoft Corporation.
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:
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 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.
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

Просмотреть файл

@ -1,19 +1,16 @@
# Estimate 2
Please file issues for any bugs/feedback here: https://github.com/cschleiden/azure-boards-estimate/
------
## Important information for users of version 1 (8/23/2019):
Version 1 of the extension will be turned off in a few days. Please talk to your admin to upgrade to Version 2 otherwise you won't be able to connect to sesions.
------
# Estimate
Play Planning Poker in Azure DevOps. Select work from an iteration, query, or your backlog, estimate the effort of those items with your team, and immediately update the work items.
## Support
See [Support](https://github.com/microsoft/azure-boards-estimate/SUPPORT.md) in our GitHub repository for information about how to report issues and get help.
## Updates
**7/30/2021** - 2.3.0
- Moved extension to new home for future development.
**8/28/2019** - 2.2.0
- Allow restricting selecting work items/commiting values to the creator of the session [#43](https://github.com/cschleiden/azure-boards-estimate/issues/43)

1069
package-lock.json сгенерированный

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -29,7 +29,7 @@
"eject": "react-scripts eject",
"start": "react-scripts start",
"package-dev": "tfx extension create --manifest-globs azure-devops-extension.json --overrides-file ./configs/dev.json --root ./",
"package-release-internal": "tfx extension create --manifest-globs azure-devops-extension.json --overrides-file ./configs/release-internal.json --root ./",
"package-test": "tfx extension create --manifest-globs azure-devops-extension.json --overrides-file ./configs/test.json --root ./",
"package-release": "tfx extension create --manifest-globs azure-devops-extension.json --overrides-file ./configs/release.json --root ./"
},
"devDependencies": {
@ -42,10 +42,11 @@
"@types/react-redux": "^6.0.2",
"@types/react-router-dom": "^4.2.7",
"base64-inline-loader": "^1.1.1",
"node-sass": "4.13.0",
"node-sass": "^6.0.1",
"tfx-cli": "0.6.3",
"typescript": "^3.1.6",
"tslint-react": "4.0.0"
"tslint-react": "4.0.0",
"sass-loader": "^11.1.1"
},
"browserslist": [
">0.2%",

Просмотреть файл

@ -6,7 +6,7 @@ import { Services } from "../services";
import { defineIncomingOperation, defineOperation, IChannel } from "./channels";
import { ISnapshot } from "../../model/snapshots";
const baseUrl = "https://estimate-backend.azurewebsites.net/";
const baseUrl = "https://msdevlabs-estimate-backend.azurewebsites.net/";
enum Action {
Join = "join",