Граф коммитов

6 Коммитов

Автор SHA1 Сообщение Дата
Jane Chu 438c89a1a2
Update packages to new name (#229)
# Pull Request

## 📖 Description

<!--- Provide some background and a description of your work. -->
Commensurate with the update of this repository to "design-to-code" all packages have been udpated. This means the following packages are now changed:

- `@microsoft/fast-tooling` -> `@microsoft/design-to-code`
- `@microsoft/fast-tooling-react` -> `@microsoft/design-to-code-react`
- `@microsoft/fast-tooling-wasm` -> `@microsoft/design-to-code-wasm`

### 🎫 Issues

<!---
List and link relevant issues here using the keyword "closes"
if this PR will close an issue, eg. closes #411
-->
#223

## 👩‍💻 Reviewer Notes

<!---
Provide some notes for reviewers to help them provide targeted feedback and testing.
-->
Check for any missed instances of FAST Tooling, fast-tooling etc.

##  Checklist

### General

<!--- Review the list and put an x in the boxes that apply. -->

- [ ] I have added tests for my changes.
- [x] I have tested my changes.
- [x] I have updated the project documentation to reflect my changes.

## ⏭ Next Steps

<!---
If there is relevant follow-up work to this PR, please list any existing issues or provide brief descriptions of what you would like to do next.
-->
- Publish packages
2022-10-03 10:13:10 -07:00
Jane Chu bebc5cf124
Add PAT documentation for Microsoft SSO (#149)
# Pull Request

## 📖 Description

<!--- Provide some background and a description of your work. -->
Adds additional documentation for the github token needed for workflows.

## 👩‍💻 Reviewer Notes

<!---
Provide some notes for reviewers to help them provide targeted feedback and testing.
-->
This is a relatively trivial documentation update, ensure that the wording is succinct.

##  Checklist

### General

<!--- Review the list and put an x in the boxes that apply. -->

- [ ] I have added tests for my changes.
- [ ] I have tested my changes.
- [x] I have updated the project documentation to reflect my changes.
2021-11-16 16:38:52 -08:00
Aaron Wentzel 566f39bc28
update documentation and tweak discord notification for better accuracy (#124)
* update documentation and tweak discord notification for better accuracy

* update security policy documentation

Co-authored-by: Jane Chu <7559015+janechu@users.noreply.github.com>

Co-authored-by: Jane Chu <7559015+janechu@users.noreply.github.com>
2021-10-18 07:06:55 -07:00
Jane Chu 9fe3fc7edc
Update workflow to use a GitHub PAT for pushing changes to a protected branch (#123)
# Pull Request

## 📖 Description

<!--- Provide some background and a description of your work. -->
Due to the face that the default `GITHUB_TOKEN` available to GitHub actions cannot push commits to protected branches, a new PAT has been added to the repository and referenced in the workflow. This should allow publish commits and tags to be pushed by the workflow.

## 👩‍💻 Reviewer Notes

<!---
Provide some notes for reviewers to help them provide targeted feedback and testing.
-->
The documentation from GitHub indicates that for extra permissions, this is the only solution, see https://docs.github.com/en/actions/security-guides/automatic-token-authentication#granting-additional-permissions

The permissions that the `GITHUB_TOKEN` does not cover includes git actions such as pushing commits, so there is no way to grant the generated token write access.

##  Checklist

### General

<!--- Review the list and put an x in the boxes that apply. -->

- [ ] I have added tests for my changes.
- [x] I have tested my changes.
- [x] I have updated the project documentation to reflect my changes.
2021-10-13 20:50:02 -07:00
Aaron Wentzel a3c598db0e reconcile beachball changes with npm registry 2021-10-12 12:17:30 -07:00
Aaron Wentzel 0a801dccdb
Add Beachball to repository for publishing NPM packages (#103)
* add initial beachball implementation

* Change files

* updates on issues found during testing including updated documentation

* update to workspace dictionary items

* remove to revert inadvertant change file commit

* update documentation

* Change files

* update to notify on Discord

* update to remove change files on initial rollout

* updates to resolve review feedback
2021-10-08 12:08:21 -07:00