Skip to content

Commit 0bb44cb

Browse files
authored
add direct links to the package issues (#455)
1 parent 1a141c7 commit 0bb44cb

File tree

10 files changed

+38
-21
lines changed

10 files changed

+38
-21
lines changed

.github/labeler.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
1-
# Configuration for .github/workflows/pull_request_label.yml.
1+
# Configuration for .github/workflows/pull_request_label.yml.
22

3-
'infra':
3+
'type-infra':
44
- changed-files:
5-
- any-glob-to-any-file: '.github/**'
5+
- any-glob-to-any-file: '.github/**'
66

77
'package:shelf':
88
- changed-files:
9-
- any-glob-to-any-file: 'pkgs/shelf/**'
9+
- any-glob-to-any-file: 'pkgs/shelf/**'
1010

1111
'package:shelf_packages_handler':
1212
- changed-files:
13-
- any-glob-to-any-file: 'pkgs/shelf_packages_handler/**'
13+
- any-glob-to-any-file: 'pkgs/shelf_packages_handler/**'
1414

1515
'package:shelf_proxy':
1616
- changed-files:
17-
- any-glob-to-any-file: 'pkgs/shelf_proxy/**'
17+
- any-glob-to-any-file: 'pkgs/shelf_proxy/**'
1818

1919
'package:shelf_router':
2020
- changed-files:
21-
- any-glob-to-any-file: 'pkgs/shelf_router/**'
21+
- any-glob-to-any-file: 'pkgs/shelf_router/**'
2222

2323
'package:shelf_router_generator':
2424
- changed-files:
25-
- any-glob-to-any-file: 'pkgs/shelf_router_generator/**'
25+
- any-glob-to-any-file: 'pkgs/shelf_router_generator/**'
2626

2727
'package:shelf_static':
2828
- changed-files:
29-
- any-glob-to-any-file: 'pkgs/shelf_static/**'
29+
- any-glob-to-any-file: 'pkgs/shelf_static/**'
3030

3131
'package:shelf_test_handler':
3232
- changed-files:
33-
- any-glob-to-any-file: 'pkgs/shelf_test_handler/**'
33+
- any-glob-to-any-file: 'pkgs/shelf_test_handler/**'
3434

3535
'package:shelf_web_socket':
3636
- changed-files:
37-
- any-glob-to-any-file: 'pkgs/shelf_web_socket/**'
37+
- any-glob-to-any-file: 'pkgs/shelf_web_socket/**'

README.md

+19-10
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,25 @@ See the [package:shelf readme](pkgs/shelf/) for more information.
1616

1717
## Packages
1818

19-
| Package | Description | Version |
20-
| --- | --- | --- |
21-
| [shelf](pkgs/shelf/) | A model for web server middleware that encourages composition and easy reuse. | [![pub package](https://img.shields.io/pub/v/shelf.svg)](https://pub.dev/packages/shelf) |
22-
| [shelf_packages_handler](pkgs/shelf_packages_handler/) | A shelf handler for serving a `packages/` directory. | [![pub package](https://img.shields.io/pub/v/shelf_packages_handler.svg)](https://pub.dev/packages/shelf_packages_handler) |
23-
| [shelf_proxy](pkgs/shelf_proxy/) | A shelf handler for proxying HTTP requests to another server. | [![pub package](https://img.shields.io/pub/v/shelf_proxy.svg)](https://pub.dev/packages/shelf_proxy) |
24-
| [shelf_router](pkgs/shelf_router/) | A convenient request router for the shelf web-framework, with support for URL-parameters, nested routers and routers generated from source annotations. | [![pub package](https://img.shields.io/pub/v/shelf_router.svg)](https://pub.dev/packages/shelf_router) |
25-
| [shelf_router_generator](pkgs/shelf_router_generator/) | A package:build-compatible builder for generating request routers for the shelf web-framework based on source annotations. | [![pub package](https://img.shields.io/pub/v/shelf_router_generator.svg)](https://pub.dev/packages/shelf_router_generator) |
26-
| [shelf_static](pkgs/shelf_static/) | Static file server support for the shelf package and ecosystem. | [![pub package](https://img.shields.io/pub/v/shelf_static.svg)](https://pub.dev/packages/shelf_static) |
27-
| [shelf_test_handler](pkgs/shelf_test_handler/) | A Shelf handler that makes it easy to test HTTP interactions. | [![pub package](https://img.shields.io/pub/v/shelf_test_handler.svg)](https://pub.dev/packages/shelf_test_handler) |
28-
| [shelf_web_socket](pkgs/shelf_web_socket/) | A shelf handler that wires up a listener for every connection. | [![pub package](https://img.shields.io/pub/v/shelf_web_socket.svg)](https://pub.dev/packages/shelf_web_socket) |
19+
| Package | Description | Issues | Version |
20+
| --- | --- | --- | --- |
21+
| [shelf](pkgs/shelf/) | A model for web server middleware that encourages composition and easy reuse. | [![issues](https://img.shields.io/badge/package:shelf-4774bc)][shelf_issues] | [![pub package](https://img.shields.io/pub/v/shelf.svg)](https://pub.dev/packages/shelf) |
22+
| [shelf_packages_handler](pkgs/shelf_packages_handler/) | A shelf handler for serving a `packages/` directory. | [![issues](https://img.shields.io/badge/package:shelf__packages__handler-4774bc)][shelf_packages_handler_issues] | [![pub package](https://img.shields.io/pub/v/shelf_packages_handler.svg)](https://pub.dev/packages/shelf_packages_handler) |
23+
| [shelf_proxy](pkgs/shelf_proxy/) | A shelf handler for proxying HTTP requests to another server. | [![issues](https://img.shields.io/badge/package:shelf__proxy-4774bc)][shelf_proxy_issues] | [![pub package](https://img.shields.io/pub/v/shelf_proxy.svg)](https://pub.dev/packages/shelf_proxy) |
24+
| [shelf_router](pkgs/shelf_router/) | A convenient request router for the shelf web-framework, with support for URL-parameters, nested routers and routers generated from source annotations. | [![issues](https://img.shields.io/badge/package:shelf__router-4774bc)][shelf_router_issues] | [![pub package](https://img.shields.io/pub/v/shelf_router.svg)](https://pub.dev/packages/shelf_router) |
25+
| [shelf_router_generator](pkgs/shelf_router_generator/) | A package:build-compatible builder for generating request routers for the shelf web-framework based on source annotations. | [![issues](https://img.shields.io/badge/package:shelf__router__generator-4774bc)][shelf_router_generator_issues] | [![pub package](https://img.shields.io/pub/v/shelf_router_generator.svg)](https://pub.dev/packages/shelf_router_generator) |
26+
| [shelf_static](pkgs/shelf_static/) | Static file server support for the shelf package and ecosystem. | [![issues](https://img.shields.io/badge/package:shelf__static-4774bc)][shelf_static_issues] | [![pub package](https://img.shields.io/pub/v/shelf_static.svg)](https://pub.dev/packages/shelf_static) |
27+
| [shelf_test_handler](pkgs/shelf_test_handler/) | A Shelf handler that makes it easy to test HTTP interactions. | [![issues](https://img.shields.io/badge/package:shelf__test__handler-4774bc)][shelf_test_handler_issues] | [![pub package](https://img.shields.io/pub/v/shelf_test_handler.svg)](https://pub.dev/packages/shelf_test_handler) |
28+
| [shelf_web_socket](pkgs/shelf_web_socket/) | A shelf handler that wires up a listener for every connection. | [![issues](https://img.shields.io/badge/package:shelf__web__socket-4774bc)][shelf_web_socket_issues] | [![pub package](https://img.shields.io/pub/v/shelf_web_socket.svg)](https://pub.dev/packages/shelf_web_socket) |
29+
30+
[shelf_issues]: https://github.com/dart-lang/shelf/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Ashelf
31+
[shelf_packages_handler_issues]: https://github.com/dart-lang/shelf/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Ashelf_packages_handler
32+
[shelf_proxy_issues]: https://github.com/dart-lang/shelf/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Ashelf_proxy
33+
[shelf_router_issues]: https://github.com/dart-lang/shelf/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Ashelf_router
34+
[shelf_router_generator_issues]: https://github.com/dart-lang/shelf/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Ashelf_router_generator
35+
[shelf_static_issues]: https://github.com/dart-lang/shelf/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Ashelf_static
36+
[shelf_test_handler_issues]: https://github.com/dart-lang/shelf/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Ashelf_test_handler
37+
[shelf_web_socket_issues]: https://github.com/dart-lang/shelf/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Ashelf_web_socket
2938

3039
## Publishing automation
3140

pkgs/shelf/pubspec.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ version: 1.4.3-wip
33
description: >
44
A model for web server middleware that encourages composition and easy reuse.
55
repository: https://github.com/dart-lang/shelf/tree/master/pkgs/shelf
6+
issue_tracker: https://github.com/dart-lang/shelf/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Ashelf
67

78
topics:
89
- server

pkgs/shelf_packages_handler/pubspec.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: shelf_packages_handler
22
version: 3.0.3-wip
33
description: A shelf handler for serving a `packages/` directory.
44
repository: https://github.com/dart-lang/shelf/tree/master/pkgs/shelf_packages_handler
5+
issue_tracker: https://github.com/dart-lang/shelf/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Ashelf_packages_handler
56

67
topics:
78
- server

pkgs/shelf_proxy/pubspec.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: shelf_proxy
22
version: 1.0.5-wip
33
description: A shelf handler for proxying HTTP requests to another server.
44
repository: https://github.com/dart-lang/shelf/tree/master/pkgs/shelf_proxy
5+
issue_tracker: https://github.com/dart-lang/shelf/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Ashelf_proxy
56

67
topics:
78
- server

pkgs/shelf_router/pubspec.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: >
44
A convenient request router for the shelf web-framework, with support for
55
URL-parameters, nested routers and routers generated from source annotations.
66
repository: https://github.com/dart-lang/shelf/tree/master/pkgs/shelf_router
7+
issue_tracker: https://github.com/dart-lang/shelf/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Ashelf_router
78

89
topics:
910
- server

pkgs/shelf_router_generator/pubspec.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: >
44
A package:build-compatible builder for generating request routers for the
55
shelf web-framework based on source annotations.
66
repository: https://github.com/dart-lang/shelf/tree/master/pkgs/shelf_router_generator
7+
issue_tracker: https://github.com/dart-lang/shelf/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Ashelf_router_generator
78

89
topics:
910
- server

pkgs/shelf_static/pubspec.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: shelf_static
22
version: 1.1.3
33
description: Static file server support for the shelf package and ecosystem.
44
repository: https://github.com/dart-lang/shelf/tree/master/pkgs/shelf_static
5+
issue_tracker: https://github.com/dart-lang/shelf/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Ashelf_static
56

67
topics:
78
- server

pkgs/shelf_test_handler/pubspec.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: shelf_test_handler
22
version: 2.0.3-wip
33
description: A Shelf handler that makes it easy to test HTTP interactions.
44
repository: https://github.com/dart-lang/shelf/tree/master/pkgs/shelf_test_handler
5+
issue_tracker: https://github.com/dart-lang/shelf/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Ashelf_test_handler
56

67
topics:
78
- server

pkgs/shelf_web_socket/pubspec.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ version: 2.0.1-wip
33
description: >
44
A shelf handler that wires up a listener for every connection.
55
repository: https://github.com/dart-lang/shelf/tree/master/pkgs/shelf_web_socket
6+
issue_tracker: https://github.com/dart-lang/shelf/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Ashelf_web_socket
67

78
topics:
89
- server

0 commit comments

Comments
 (0)