forked from google/dart-neats
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into shelf_router_nullsa…
…fety
- Loading branch information
Showing
16 changed files
with
375 additions
and
475 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
dart: | ||
- stable | ||
# Enable when 2.12.0 has shipped | ||
#- stable | ||
- dev | ||
stages: | ||
- analyze: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
name: neat_periodic_task | ||
version: 1.0.1 | ||
version: 2.0.0 | ||
description: | | ||
Auxiliary classes for reliably running a periodic task in a long-running | ||
process such as web-server. | ||
homepage: https://github.com/google/dart-neats/tree/master/neat_periodic_task | ||
repository: https://github.com/google/dart-neats.git | ||
issue_tracker: https://github.com/google/dart-neats/labels/pkg:neat_periodic_task | ||
dependencies: | ||
retry: '>=2.0.0 <4.0.0' | ||
slugid: ^1.0.0 | ||
json_annotation: '>=2.0.0 <4.0.0' | ||
meta: ^1.1.7 | ||
logging: ^0.11.3+2 | ||
collection: ^1.14.11 | ||
retry: ^3.1.0 | ||
slugid: ^1.1.0 | ||
json_annotation: ^4.0.0 | ||
meta: ^1.3.0 | ||
logging: ^1.0.0 | ||
collection: ^1.15.0 | ||
dev_dependencies: | ||
test: ^1.5.1 | ||
pedantic: ^1.8.0 | ||
json_serializable: ^3.2.0 | ||
test: ^1.16.5 | ||
pedantic: ^1.10.0 | ||
build_runner: ^1.3.1 | ||
build_verify: ^1.1.1 | ||
json_serializable: ^4.0.2 | ||
environment: | ||
sdk: '>=2.0.0 <3.0.0' | ||
sdk: '>=2.12.0-0 <3.0.0' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
dart: | ||
- stable | ||
#- stable # enable when 2.12 has shipped | ||
- dev | ||
stages: | ||
- analyze: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters