{"id":28534090,"url":"https://github.com/epam/ado-delivery-gantt","last_synced_at":"2025-07-07T20:30:32.405Z","repository":{"id":177234701,"uuid":"626540592","full_name":"epam/ado-delivery-gantt","owner":"epam","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-27T15:12:45.000Z","size":4098,"stargazers_count":7,"open_issues_count":5,"forks_count":2,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-06-09T17:11:28.635Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/epam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-11T17:11:23.000Z","updated_at":"2025-05-22T21:38:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"f3cf932e-7a6f-4e83-8b25-8c269b938cd4","html_url":"https://github.com/epam/ado-delivery-gantt","commit_stats":null,"previous_names":["epam/ado-delivery-gantt"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/epam/ado-delivery-gantt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epam%2Fado-delivery-gantt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epam%2Fado-delivery-gantt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epam%2Fado-delivery-gantt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epam%2Fado-delivery-gantt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/epam","download_url":"https://codeload.github.com/epam/ado-delivery-gantt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epam%2Fado-delivery-gantt/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264142493,"owners_count":23563505,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-09T17:09:49.278Z","updated_at":"2025-07-07T20:30:32.398Z","avatar_url":"https://github.com/epam.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Azure DevOps Plugin for enhance Delivery plan capabilities\n\n##  Prerequisites\n\nDownload and install the following tools\n1. [Visual Studio Code](https://code.visualstudio.com/download)\n2. node version 19.6.0 or greater\n3. The [tfx-cli](https://www.npmjs.com/package/tfx-cli) npm package\n4. The [webpack](https://www.npmjs.com/package/webpack) npm package\n5. The [webpack-dev-server](https://www.npmjs.com/package/webpack-dev-server) npm package\n\n\n## Dependencies\n\nThe repository depends on a few Azure DevOps packages:\n\n- [azure-devops-extension-sdk](https://github.com/Microsoft/azure-devops-extension-sdk): Required module for Azure DevOps extensions which allows communication between the host page and the extension iframe.\n- [azure-devops-extension-api](https://github.com/Microsoft/azure-devops-extension-api): Contains REST client libraries for the various Azure DevOps feature areas.\n- [azure-devops-ui](https://developer.microsoft.com/azure-devops): UI library containing the React components used in the Azure DevOps web UI.\n\n# Project notes on `azure-devops-ui` usage pattern:\n\nIn terms of current repo above library will be installed from local/customized zipped tarball containing changes which are necessary to being adapted to the 18th version of React upstream library and prevent peer dependencies conflicts with the latest `gantt-task-react` version.\nZipped archive was added to reduce overall amount of `azure-devops-ui` library files.\nFor example, if you got exception like this:\n\n```\nTS2769: No overload matches this call. Overload 1 of 2, '(props: I*Props | Readonly\u003cI*Props\u003e): *', gave the following error.\nType '{ children: (Element | undefined)[]; className: string; }' is not assignable to type 'IntrinsicAttributes \u0026 IntrinsicClassAttributes\u003c*\u003e \u0026 Readonly\u003cI*Props\u003e'.\n```\nYou have to \n- unzip archive;\n- provide required updates (for example - find I*Props file add field `children?: React.ReactNode;`);\n- create fresh tarball from local unzipped folder with the latest updates - `tar zcvf azure-devops-ui.tar.gz azure-devops-ui`.\n\nSome external dependencies:\n- `React` - Is used to render the UI.\n- `TypeScript` - It written in TypeScript and compiled to JavaScript\n- `SASS` - Extension samples are styled using SASS (which is compiled to CSS and delivered in webpack js bundles).\n- `webpack` - Is used to gather dependencies into a single javascript bundle for each sample.\n\n## Building the project\n\nJust run:\n    `npm install`\n\n### Launch project to debug against Azure DevOps    \n1. `npm run start:dev`\n2. `java LocalHTTPServer` (env X_COOKIE=\"\", copy from browser for dev.azure.com)\n3. In VS Code, press **F5** to start debugging (making sure the webpack-dev-server is still running).\n\nOnce it starts up, you will have to go through the steps of allowing the `localhost:3000` certificate again and log into your Azure DevOps account. From now on, if you leave this window open, the debugger will reattach instead of starting a clean instance each time.\n\nOnce you are logged in to Azure DevOps, your extension should be running. Set a breakpoint in a method in VS Code and you should see that breakpoint hit when that method executes.\n\n## Release \n\nAll build/package/publish commands explicitly depend on below environment variables:\n - NODE_ENV - stands for setting mode type default to `development`;\n - PUBLISHER_NAME - contains actual extension publisher name;\n - EXTENSION_NAME - specifies extension name to being displayed upon;\n - EXTENSION_VERSION - stands for extension version.\n \n### Development/Production release notes\n1. Set appropriate/relevant values mentioned above env variables \n    - Take into account for NODE_ENV variable only two supported modes are available - production/development\n2. npm run package  \n3. npm run publish -- {YOUR_TOKEN}\n\n## Icons\n[Material design icon](https://github.com/google/material-design-icons) was used, which is redistributed under the [Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0.html). The color of the icon for dark theme was modified.\n\n## License\n[MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepam%2Fado-delivery-gantt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fepam%2Fado-delivery-gantt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepam%2Fado-delivery-gantt/lists"}