Skip to content

Commit 19a4b38

Browse files
committed
Moving fixes
1 parent 9ee62d4 commit 19a4b38

File tree

8 files changed

+26
-23
lines changed

8 files changed

+26
-23
lines changed

.github/labeler.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@
108108
- changed-files:
109109
- any-glob-to-any-file: 'pkgs/sse/**'
110110

111+
'package:stream_transform':
112+
- changed-files:
113+
- any-glob-to-any-file: 'pkgs/stream_transform/**'
114+
111115
'package:unified_analytics':
112116
- changed-files:
113117
- any-glob-to-any-file: 'pkgs/unified_analytics/**'

.github/workflows/clock.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ on:
55
push:
66
branches: [ main ]
77
paths:
8-
- '.github/workflows/clock.yml'
8+
- '.github/workflows/clock.yaml'
99
- 'pkgs/clock/**'
1010
pull_request:
1111
branches: [ main ]
1212
paths:
13-
- '.github/workflows/clock.yml'
13+
- '.github/workflows/clock.yaml'
1414
- 'pkgs/clock/**'
1515
schedule:
1616
- cron: "0 0 * * 0"

pkgs/stream_transform/.github/workflows/test-package.yml renamed to .github/workflows/stream_transform.yaml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,28 @@
1-
name: Dart CI
1+
name: package:stream_transform
22

33
on:
44
# Run on PRs and pushes to the default branch.
55
push:
6-
branches: [ master ]
6+
branches: [ main ]
7+
paths:
8+
- '.github/workflows/stream_transform.yaml'
9+
- 'pkgs/stream_transform/**'
710
pull_request:
8-
branches: [ master ]
11+
branches: [ main ]
12+
paths:
13+
- '.github/workflows/stream_transform.yaml'
14+
- 'pkgs/stream_transform/**'
915
schedule:
1016
- cron: "0 0 * * 0"
1117

1218
env:
1319
PUB_ENVIRONMENT: bot.github
1420

21+
22+
defaults:
23+
run:
24+
working-directory: pkgs/stream_transform/
25+
1526
jobs:
1627
# Check code formatting and static analysis on a single OS (linux)
1728
# against Dart dev.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ don't naturally belong to other topic monorepos (like
4040
| [source_maps](pkgs/source_maps/) | A library to programmatically manipulate source map files. | [![package issues](https://img.shields.io/badge/package:source_maps-4774bc)](https://github.com/dart-lang/tools/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Asource_maps) | [![pub package](https://img.shields.io/pub/v/source_maps.svg)](https://pub.dev/packages/source_maps) |
4141
| [source_span](pkgs/source_span/) | Provides a standard representation for source code locations and spans. | [![package issues](https://img.shields.io/badge/package:source_span-4774bc)](https://github.com/dart-lang/tools/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Asource_span) | [![pub package](https://img.shields.io/pub/v/source_span.svg)](https://pub.dev/packages/source_span) |
4242
| [sse](pkgs/sse/) | Provides client and server functionality for setting up bi-directional communication through Server Sent Events (SSE) and corresponding POST requests. | [![package issues](https://img.shields.io/badge/package:sse-4774bc)](https://github.com/dart-lang/tools/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Asse) | [![pub package](https://img.shields.io/pub/v/sse.svg)](https://pub.dev/packages/sse) |
43+
| [stream_transform](pkgs/stream_transform/) | A collection of utilities to transform and manipulate streams. | [![package issues](https://img.shields.io/badge/package:stream_transform-4774bc)](https://github.com/dart-lang/tools/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Astream_transform) | [![pub package](https://img.shields.io/pub/v/stream_transform.svg)](https://pub.dev/packages/stream_transform) |
4344
| [unified_analytics](pkgs/unified_analytics/) | A package for logging analytics for all Dart and Flutter related tooling to Google Analytics. | [![package issues](https://img.shields.io/badge/package:unified_analytics-4774bc)](https://github.com/dart-lang/tools/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Aunified_analytics) | [![pub package](https://img.shields.io/pub/v/unified_analytics.svg)](https://pub.dev/packages/unified_analytics) |
4445

4546
## Publishing automation

pkgs/stream_transform/.github/dependabot.yaml

Lines changed: 0 additions & 14 deletions
This file was deleted.

pkgs/stream_transform/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
## 2.1.1-wip
1+
## 2.1.1
22

33
- Require Dart 3.1 or greater
44
- Forward errors from the `trigger` future through to the result stream in
55
`takeUntil`. Previously an error would have not closed the stream, and instead
66
raised as an unhandled async error.
7+
- Move to `dart-lang/tools` monorepo.
78

89
## 2.1.0
910

pkgs/stream_transform/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
[![Dart CI](https://github.com/dart-lang/stream_transform/actions/workflows/test-package.yml/badge.svg)](https://github.com/dart-lang/stream_transform/actions/workflows/test-package.yml)
2-
[![Pub package](https://img.shields.io/pub/v/stream_transform.svg)](https://pub.dev/packages/stream_transform)
1+
[![Build Status](https://github.com/dart-lang/tools/actions/workflows/stream_transform.yaml/badge.svg)](https://github.com/dart-lang/tools/actions/workflows/stream_transform.yaml)
2+
[![pub package](https://img.shields.io/pub/v/stream_transform.svg)](https://pub.dev/packages/stream_transform)
33
[![package publisher](https://img.shields.io/pub/publisher/stream_transform.svg)](https://pub.dev/packages/stream_transform/publisher)
44

55
Extension methods on `Stream` adding common transform operators.

pkgs/stream_transform/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: stream_transform
2-
version: 2.1.1-wip
2+
version: 2.1.1
33
description: A collection of utilities to transform and manipulate streams.
44
repository: https://github.com/dart-lang/tools/tree/main/pkgs/stream_transform
55

0 commit comments

Comments
 (0)