Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
seanimam committed Aug 28, 2024
2 parents 6d1aeb2 + f92e29d commit 21b7674
Show file tree
Hide file tree
Showing 1,178 changed files with 28,167 additions and 21,069 deletions.
29 changes: 0 additions & 29 deletions .changeset/green-spies-arrive.md

This file was deleted.

30 changes: 0 additions & 30 deletions .changeset/light-bags-wash.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/many-moments-juggle.md

This file was deleted.

31 changes: 0 additions & 31 deletions .changeset/moody-meals-wonder.md

This file was deleted.

35 changes: 0 additions & 35 deletions .changeset/moody-toys-dance.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/old-teeth-study.md

This file was deleted.

18 changes: 0 additions & 18 deletions .changeset/olive-areas-bow.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/orange-ads-join.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/ready-windows-switch.md

This file was deleted.

44 changes: 0 additions & 44 deletions .changeset/silver-rivers-judge.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/smart-toys-repeat.md

This file was deleted.

13 changes: 13 additions & 0 deletions .changeset/smooth-yaks-unite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
"@fluidframework/tree": minor
---
---
"section": "tree"
---
Refactor code for emitting events to make it easier to copy paste into other projects.

Factored event emitting utilities into their own file, `events/emitter.ts`.
Applications wishing to use SharedTree's eventing library for custom events can copy this file (and its referenced utility function) as a starting point for defining and emitting their own custom events.
See `createEmitter`'s documentation for example usage.

Currently there are no published or officially supported versions of these utilities, but they are relatively simple, and can be copied and customized as needed.
8 changes: 0 additions & 8 deletions .changeset/strong-mice-talk.md

This file was deleted.

27 changes: 0 additions & 27 deletions .changeset/sweet-things-wash.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/thick-birds-vanish.md

This file was deleted.

10 changes: 6 additions & 4 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,12 @@
# Fluid Devtools source
/packages/tools/devtools/**/src @microsoft/fluid-cr-devtools

# Non-internal API changes
/**/api-report/*.public.api.md @microsoft/fluid-cr-api
/**/api-report/*.beta.api.md @microsoft/fluid-cr-api
/**/api-report/*.alpha.api.md @microsoft/fluid-cr-api
# API report changes
# TODO: if we ever add `.internal` API reports, we will want to omit them here
/**/api-report/*.api.md @microsoft/fluid-cr-api
/build-tools/**/api-report/*.api.md # Do not require API review for build-tools packages
/server/**/api-report/*.api.md # Do not require API review for server packages
/tools/**/api-report/*.api.md # Do not require API review for tools packages

# Changesets and release notes
/**/.changeset/*.md @microsoft/fluid-cr-docs
Expand Down
9 changes: 6 additions & 3 deletions .github/workflows/changeset-reporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,17 @@ jobs:

- name: Required but missing
if: fromJson(steps.changeset.outputs.CHANGESET).required == true && fromJson(steps.changeset.outputs.CHANGESET).changesetFound == false
uses: marocchino/sticky-pull-request-comment@fcf6fe9e4a0409cd9316a5011435be0f3327f1e1 # ratchet:marocchino/[email protected]
# release notes: https://github.com/marocchino/sticky-pull-request-comment/releases/tag/v2.9.0
uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31 # ratchet:marocchino/[email protected]
with:
header: changeset
number: ${{ fromJson(steps.changeset.outputs.CHANGESET).pr }}
path: ${{ github.workspace }}/.github/workflows/data/changeset-missing.md

- name: Required and present
if: fromJson(steps.changeset.outputs.CHANGESET).required == true && fromJson(steps.changeset.outputs.CHANGESET).changesetFound == true
uses: marocchino/sticky-pull-request-comment@fcf6fe9e4a0409cd9316a5011435be0f3327f1e1 # ratchet:marocchino/[email protected]
# release notes: https://github.com/marocchino/sticky-pull-request-comment/releases/tag/v2.9.0
uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31 # ratchet:marocchino/[email protected]
with:
header: changeset
number: ${{ fromJson(steps.changeset.outputs.CHANGESET).pr }}
Expand All @@ -53,7 +55,8 @@ jobs:
- name: Changeset not required
if: fromJson(steps.changeset.outputs.CHANGESET).required == false && fromJson(steps.changeset.outputs.CHANGESET).changesetFound == true
uses: marocchino/sticky-pull-request-comment@fcf6fe9e4a0409cd9316a5011435be0f3327f1e1 # ratchet:marocchino/[email protected]
# release notes: https://github.com/marocchino/sticky-pull-request-comment/releases/tag/v2.9.0
uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31 # ratchet:marocchino/[email protected]
with:
header: changeset
number: ${{ fromJson(steps.changeset.outputs.CHANGESET).pr }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/linkcheck-reporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
run: echo "pr=$(cat pr)" >> $GITHUB_OUTPUT
working-directory: ./results
- name: Post report in comment
uses: marocchino/sticky-pull-request-comment@fcf6fe9e4a0409cd9316a5011435be0f3327f1e1 # ratchet:marocchino/[email protected]
# release notes: https://github.com/marocchino/sticky-pull-request-comment/releases/tag/v2.9.0
uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31 # ratchet:marocchino/[email protected]
with:
header: linkreport
recreate: true
Expand Down
Loading

0 comments on commit 21b7674

Please sign in to comment.