diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 711c712c4..b24ab154b 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -14,7 +14,7 @@ updates: interval: "weekly" ignore: # Updating @types/vscode requires unnecessarily bumping the VS Code engine version, see: - # https://github.com/VeryGoodOpenSource/dart_frog/issues/1033 + # https://github.com/dart-frog-dev/dart_frog/issues/1033 - dependency-name: "@types/vscode" - package-ecosystem: "pub" directory: "/bricks/create_dart_frog/hooks" diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 54494e53b..dd368cc5f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,13 +12,13 @@ This is a mono repo, a repository that includes more than one individual project The contents of the mono repo is divided into the following directories: -- [`tool/`](https://github.com/VeryGoodOpenSource/dart_frog/tree/main/tool): contains internal operation scripts -- [`assets/`](https://github.com/VeryGoodOpenSource/dart_frog/tree/main/assets): images to embed into READMEs -- [`docs/`](https://github.com/VeryGoodOpenSource/dart_frog/tree/main/docs): source code for the [docs site][dart_frog_site]. -- [`examples/`](https://github.com/VeryGoodOpenSource/dart_frog/tree/main/examples): example projects of some of the several usages of Dart Frog -- [`extensions/`](https://github.com/VeryGoodOpenSource/dart_frog/tree/main/extensions): Integrations with IDEs such as VS Code. -- [`bricks/`](https://github.com/VeryGoodOpenSource/dart_frog/tree/main/bricks): Internal mason bricks used by [dart_frog_cli][dart_frog_cli_link] to perform tasks such as creating new projects, starting a dev server, and building a prod server. -- [`packages/`](https://github.com/VeryGoodOpenSource/dart_frog/tree/main/packages): The source code of the packages that constitute the Dart Frog suite (`dart_frog_cli`, `dart_frog` and `dart_frog_gen`) as well as companion packages (such as `dart_frog_web_socket`). +- [`tool/`](https://github.com/dart-frog-dev/dart_frog/tree/main/tool): contains internal operation scripts +- [`assets/`](https://github.com/dart-frog-dev/dart_frog/tree/main/assets): images to embed into READMEs +- [`docs/`](https://github.com/dart-frog-dev/dart_frog/tree/main/docs): source code for the [docs site][dart_frog_site]. +- [`examples/`](https://github.com/dart-frog-dev/dart_frog/tree/main/examples): example projects of some of the several usages of Dart Frog +- [`extensions/`](https://github.com/dart-frog-dev/dart_frog/tree/main/extensions): Integrations with IDEs such as VS Code. +- [`bricks/`](https://github.com/dart-frog-dev/dart_frog/tree/main/bricks): Internal mason bricks used by [dart_frog_cli][dart_frog_cli_link] to perform tasks such as creating new projects, starting a dev server, and building a prod server. +- [`packages/`](https://github.com/dart-frog-dev/dart_frog/tree/main/packages): The source code of the packages that constitute the Dart Frog suite (`dart_frog_cli`, `dart_frog` and `dart_frog_gen`) as well as companion packages (such as `dart_frog_web_socket`). Some of the included projects have more specific instructions on contribution. In these cases, the project root may include a `CONTRIBUTING.md` file with such instructions. @@ -53,7 +53,7 @@ accepted. Prerequisites: -- Install a valid [Dart SDK](https://dart.dev/get-dart) in your local environment, it should be compatible with the latest version of [Dart Frog CLI](https://github.com/VeryGoodOpenSource/dart_frog/blob/main/packages/dart_frog_cli/pubspec.yaml). If you have Flutter installed, you likely have a valid Dart SDK version already installed. +- Install a valid [Dart SDK](https://dart.dev/get-dart) in your local environment, it should be compatible with the latest version of [Dart Frog CLI](https://github.com/dart-frog-dev/dart_frog/blob/main/packages/dart_frog_cli/pubspec.yaml). If you have Flutter installed, you likely have a valid Dart SDK version already installed. - [Mason CLI][mason_install_link] (to run and test the `bricks`); - [Node.js][node_js_dowload_link], for working with the VS Code extension or the documentation website. Refer to their CONTRIBUTING files for further installation requirements. - Capability to run shell scripts (for the scripts under `tool/`). @@ -91,7 +91,7 @@ git fetch git status ``` -2. Ensure the [GitHub pipeline](https://github.com/VeryGoodOpenSource/dart_frog/actions) is green (has passed successfully) for your given package. +2. Ensure the [GitHub pipeline](https://github.com/dart-frog-dev/dart_frog/actions) is green (has passed successfully) for your given package. 3. Run the script under `tool/release_ready.sh` within the package root repository and the desired new version. @@ -106,13 +106,13 @@ The above example will: update the version of `` to ``, update 5. Commit, push and open a pull request from the new release branch. -6. Once merged, create a [release on GitHub][github_release_link]. The [publish workflow](https://github.com/VeryGoodOpenSource/dart_frog/blob/main/.github/workflows/publish.yaml) should take care of publishing the new version on the appropriate package manager. +6. Once merged, create a [release on GitHub][github_release_link]. The [publish workflow](https://github.com/dart-frog-dev/dart_frog/blob/main/.github/workflows/publish.yaml) should take care of publishing the new version on the appropriate package manager. 7. Open follow-up pull requests updating this package usage in any other Dart Frog package that depends on this new release. [conventional_commits_link]: https://www.conventionalcommits.org/en/v1.0.0 -[bug_report_link]: https://github.com/VeryGoodOpenSource/dart_frog/issues/new?assignees=&labels=bug&projects=&template=bug_report.md&title=fix%3A+ -[issue_creation_link]: https://github.com/VeryGoodOpenSource/dart_frog/issues/new/choose +[bug_report_link]: https://github.com/dart-frog-dev/dart_frog/issues/new?assignees=&labels=bug&projects=&template=bug_report.md&title=fix%3A+ +[issue_creation_link]: https://github.com/dart-frog-dev/dart_frog/issues/new/choose [very_good_ventures_link]: https://verygood.ventures [dart_frog_site]: https://dart-frog.dev/ [dart_frog_cli_link]: https://pub.dev/packages/dart_frog_cli @@ -120,4 +120,4 @@ The above example will: update the version of `` to ``, update [mason_install_link]: https://docs.brickhub.dev/installing/ [dart_standalone_link]: https://dart.dev/get-dart [dart_on_flutter_link]: https://docs.flutter.dev/get-started/install -[github_release_link]: https://github.com/VeryGoodOpenSource/dart_frog/releases +[github_release_link]: https://github.com/dart-frog-dev/dart_frog/releases diff --git a/README.md b/README.md index ee6bb332a..f746e000b 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,13 @@ For official documentation, please visit https://dart-frog.dev. ## Packages 📦 -| Package | Pub | -| --------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | -| [dart_frog](https://github.com/verygoodopensource/dart_frog/tree/main/packages/dart_frog) | [![pub package](https://img.shields.io/pub/v/dart_frog.svg)](https://pub.dev/packages/dart_frog) | -| [dart_frog_gen](https://github.com/verygoodopensource/dart_frog/tree/main/packages/dart_frog_gen) | [![pub package](https://img.shields.io/pub/v/dart_frog_gen.svg)](https://pub.dev/packages/dart_frog_gen) | -| [dart_frog_cli](https://github.com/verygoodopensource/dart_frog/tree/main/packages/dart_frog_cli) | [![pub package](https://img.shields.io/pub/v/dart_frog_cli.svg)](https://pub.dev/packages/dart_frog_cli) | -| [dart_frog_web_socket](https://github.com/verygoodopensource/dart_frog/tree/main/packages/dart_frog_web_socket) | [![pub package](https://img.shields.io/pub/v/dart_frog_web_socket.svg)](https://pub.dev/packages/dart_frog_web_socket) | -| [dart_frog_auth](https://github.com/verygoodopensource/dart_frog/tree/main/packages/dart_frog_auth) | [![pub package](https://img.shields.io/pub/v/dart_frog_auth.svg)](https://pub.dev/packages/dart_frog_auth) | - +| Package | Pub | +| ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | +| [dart_frog](https://github.com/dart-frog-dev/dart_frog/tree/main/packages/dart_frog) | [![pub package](https://img.shields.io/pub/v/dart_frog.svg)](https://pub.dev/packages/dart_frog) | +| [dart_frog_gen](https://github.com/dart-frog-dev/dart_frog/tree/main/packages/dart_frog_gen) | [![pub package](https://img.shields.io/pub/v/dart_frog_gen.svg)](https://pub.dev/packages/dart_frog_gen) | +| [dart_frog_cli](https://github.com/dart-frog-dev/dart_frog/tree/main/packages/dart_frog_cli) | [![pub package](https://img.shields.io/pub/v/dart_frog_cli.svg)](https://pub.dev/packages/dart_frog_cli) | +| [dart_frog_web_socket](https://github.com/dart-frog-dev/dart_frog/tree/main/packages/dart_frog_web_socket) | [![pub package](https://img.shields.io/pub/v/dart_frog_web_socket.svg)](https://pub.dev/packages/dart_frog_web_socket) | +| [dart_frog_auth](https://github.com/dart-frog-dev/dart_frog/tree/main/packages/dart_frog_auth) | [![pub package](https://img.shields.io/pub/v/dart_frog_auth.svg)](https://pub.dev/packages/dart_frog_auth) | ## Quick Start 🚀 @@ -93,16 +92,16 @@ Dart Frog provides a simple core with a small API surface area in order to reduc - [VS Code](https://marketplace.visualstudio.com/items?itemName=VeryGoodVentures.dart-frog): extends VS Code with support for Dart Frog and provides tools for effectively managing Dart Frog projects within VS Code. [dart_installation_link]: https://dart.dev/get-dart -[ci_badge]: https://github.com/VeryGoodOpenSource/dart_frog/actions/workflows/main.yaml/badge.svg -[ci_link]: https://github.com/VeryGoodOpenSource/dart_frog/actions/workflows/main.yaml -[coverage_badge]: https://raw.githubusercontent.com/VeryGoodOpenSource/dart_frog/main/packages/dart_frog/coverage_badge.svg -[dart_frog_link_dark]: https://github.com/verygoodopensource/dart_frog#gh-dark-mode-only -[dart_frog_link_light]: https://github.com/verygoodopensource/dart_frog#gh-light-mode-only +[ci_badge]: https://github.com/dart-frog-dev/dart_frog/actions/workflows/main.yaml/badge.svg +[ci_link]: https://github.com/dart-frog-dev/dart_frog/actions/workflows/main.yaml +[credits_link]: https://github.com/dart-frog-dev/dart_frog/blob/main/CREDITS.md#acknowledgments +[coverage_badge]: https://raw.githubusercontent.com/dart-frog-dev/dart_frog/main/packages/dart_frog/coverage_badge.svg +[dart_frog_link_dark]: https://github.com/dart-frog-dev/dart_frog#gh-dark-mode-only +[dart_frog_link_light]: https://github.com/dart-frog-dev/dart_frog#gh-light-mode-only [license_badge]: https://img.shields.io/badge/license-MIT-blue.svg [license_link]: https://opensource.org/licenses/MIT -[logo_black]: https://raw.githubusercontent.com/VeryGoodOpenSource/dart_frog/main/assets/dart_frog_logo_black.png#gh-light-mode-only -[logo_white]: https://raw.githubusercontent.com/VeryGoodOpenSource/dart_frog/main/assets/dart_frog_logo_white.png#gh-dark-mode-only +[logo_black]: https://raw.githubusercontent.com/dart-frog-dev/dart_frog/main/assets/dart_frog_logo_black.png#gh-light-mode-only +[logo_white]: https://raw.githubusercontent.com/dart-frog-dev/dart_frog/main/assets/dart_frog_logo_white.png#gh-dark-mode-only [very_good_analysis_badge]: https://img.shields.io/badge/style-very_good_analysis-B22C89.svg [very_good_analysis_link]: https://pub.dev/packages/very_good_analysis [very_good_ventures_link]: https://verygood.ventures -[credits_link]: ./CREDITS.md#acknowledgments \ No newline at end of file diff --git a/assets/dart_frog.png b/assets/dart_frog.png new file mode 100644 index 000000000..d9ef0c6c7 Binary files /dev/null and b/assets/dart_frog.png differ diff --git a/docs/src/content/docs/advanced/daemon.mdx b/docs/src/content/docs/advanced/daemon.mdx index 0d5303779..5515c0a65 100644 --- a/docs/src/content/docs/advanced/daemon.mdx +++ b/docs/src/content/docs/advanced/daemon.mdx @@ -21,7 +21,7 @@ messages. :::note For a concrete sample of how to interact with the daemon via `stdio`, see the -[end-to-end tests](https://github.com/VeryGoodOpenSource/dart_frog/tree/main/packages/dart_frog_cli/e2e/test/daemon). +[end-to-end tests](https://github.com/dart-frog-dev/dart_frog/tree/main/packages/dart_frog_cli/e2e/test/daemon). ::: diff --git a/docs/src/content/docs/advanced/debugging.mdx b/docs/src/content/docs/advanced/debugging.mdx index 091d8a368..8b32a33ca 100644 --- a/docs/src/content/docs/advanced/debugging.mdx +++ b/docs/src/content/docs/advanced/debugging.mdx @@ -28,8 +28,8 @@ If you are interested in an extension for Android Studio or OpenVSX there are some open issues you can follow to learn more about it: - **Android Studio** - [#1326](https://github.com/VeryGoodOpenSource/dart_frog/issues/1326) -- **OpenVSX** [#907](https://github.com/VeryGoodOpenSource/dart_frog/issues/907) + [#1326](https://github.com/dart-frog-dev/dart_frog/issues/1326) +- **OpenVSX** [#907](https://github.com/dart-frog-dev/dart_frog/issues/907) ::: diff --git a/docs/src/content/docs/basics/dependency-injection.mdx b/docs/src/content/docs/basics/dependency-injection.mdx index a32742f71..9a527b384 100644 --- a/docs/src/content/docs/basics/dependency-injection.mdx +++ b/docs/src/content/docs/basics/dependency-injection.mdx @@ -291,7 +291,7 @@ Handler middleware(Handler handler) { :::note Right now, there is an issue about this -[fix: Improve dependency injection order #745](https://github.com/VeryGoodOpenSource/dart_frog/issues/745) +[fix: Improve dependency injection order #745](https://github.com/dart-frog-dev/dart_frog/issues/745) because some other DI frameworks are working top to bottom and dart_frog is bottom to top. diff --git a/docs/src/content/docs/tutorials/counter.mdx b/docs/src/content/docs/tutorials/counter.mdx index cedf084cc..2693a8328 100644 --- a/docs/src/content/docs/tutorials/counter.mdx +++ b/docs/src/content/docs/tutorials/counter.mdx @@ -265,4 +265,4 @@ You have requested this route 2 time(s). only maintained in memory. ::: 🎉 Congrats, you've created a `counter` application using Dart Frog. View the -[full source code](https://github.com/VeryGoodOpenSource/dart_frog/tree/main/examples/counter). +[full source code](https://github.com/dart-frog-dev/dart_frog/tree/main/examples/counter). diff --git a/docs/src/content/docs/tutorials/todos.mdx b/docs/src/content/docs/tutorials/todos.mdx index 51f701ad3..559e83ed6 100644 --- a/docs/src/content/docs/tutorials/todos.mdx +++ b/docs/src/content/docs/tutorials/todos.mdx @@ -775,4 +775,4 @@ middleware that look similar to: ::: 🎉 Congrats, you've created a `todos` application using Dart Frog. View the -[full source code](https://github.com/VeryGoodOpenSource/dart_frog/tree/main/examples/todos). +[full source code](https://github.com/dart-frog-dev/dart_frog/tree/main/examples/todos). diff --git a/docs/src/content/docs/tutorials/web-socket-counter.mdx b/docs/src/content/docs/tutorials/web-socket-counter.mdx index 37d3b342e..1d33ef205 100644 --- a/docs/src/content/docs/tutorials/web-socket-counter.mdx +++ b/docs/src/content/docs/tutorials/web-socket-counter.mdx @@ -483,4 +483,4 @@ only maintained in memory. 🎉 Congrats, you've created a real-time counter application using Dart Frog. View the -[full source code](https://github.com/VeryGoodOpenSource/dart_frog/tree/main/examples/web_socket_counter). +[full source code](https://github.com/dart-frog-dev/dart_frog/tree/main/examples/web_socket_counter). diff --git a/extensions/vscode/CHANGELOG.md b/extensions/vscode/CHANGELOG.md index 6e983dc00..b2398917d 100644 --- a/extensions/vscode/CHANGELOG.md +++ b/extensions/vscode/CHANGELOG.md @@ -8,95 +8,95 @@ # 0.2.4 -- chore(deps): bump semver from 7.5.4 to 7.6.3 in /extensions/vscode ([#1459](https://github.com/VeryGoodOpenSource/dart_frog/pull/1459)) +- chore(deps): bump semver from 7.5.4 to 7.6.3 in /extensions/vscode ([#1459](https://github.com/dart-frog-dev/dart_frog/pull/1459)) - chore(deps-dev): multiple housekeeping and maintenance updates # 0.2.3 -- chore(deps-dev): bump @types/node from 20.6.0 to 20.6.2 in /extensions/vscode ([#1054](https://github.com/VeryGoodOpenSource/dart_frog/pull/1054)) -- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.7.0 to 6.7.2 in /extensions/vscode ([#1055](https://github.com/VeryGoodOpenSource/dart_frog/pull/1055)) -- chore(deps-dev): bump @typescript-eslint/parser from 6.7.0 to 6.7.2 in /extensions/vscode ([#1057](https://github.com/VeryGoodOpenSource/dart_frog/pull/1057)) -- chore(deps-dev): bump sinon from 15.2.0 to 16.0.0 in /extensions/vscode ([#1056](https://github.com/VeryGoodOpenSource/dart_frog/pull/1056)) -- fix: windows compatible new route and middleware ([#1062](https://github.com/VeryGoodOpenSource/dart_frog/pull/1062)) -- fix: ensure nearestParentDartFrogProject is Windows compatible ([#1064](https://github.com/VeryGoodOpenSource/dart_frog/pull/1064)) -- fix: ensure daemon spawns in shell for Windows compatibility ([#1065](https://github.com/VeryGoodOpenSource/dart_frog/pull/1065)) -- fix: ensure create command is Windows compatible ([#1068](https://github.com/VeryGoodOpenSource/dart_frog/pull/1068)) -- test: used double quotes on create stub ([#1070](https://github.com/VeryGoodOpenSource/dart_frog/pull/1070)) +- chore(deps-dev): bump @types/node from 20.6.0 to 20.6.2 in /extensions/vscode ([#1054](https://github.com/dart-frog-dev/dart_frog/pull/1054)) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.7.0 to 6.7.2 in /extensions/vscode ([#1055](https://github.com/dart-frog-dev/dart_frog/pull/1055)) +- chore(deps-dev): bump @typescript-eslint/parser from 6.7.0 to 6.7.2 in /extensions/vscode ([#1057](https://github.com/dart-frog-dev/dart_frog/pull/1057)) +- chore(deps-dev): bump sinon from 15.2.0 to 16.0.0 in /extensions/vscode ([#1056](https://github.com/dart-frog-dev/dart_frog/pull/1056)) +- fix: windows compatible new route and middleware ([#1062](https://github.com/dart-frog-dev/dart_frog/pull/1062)) +- fix: ensure nearestParentDartFrogProject is Windows compatible ([#1064](https://github.com/dart-frog-dev/dart_frog/pull/1064)) +- fix: ensure daemon spawns in shell for Windows compatibility ([#1065](https://github.com/dart-frog-dev/dart_frog/pull/1065)) +- fix: ensure create command is Windows compatible ([#1068](https://github.com/dart-frog-dev/dart_frog/pull/1068)) +- test: used double quotes on create stub ([#1070](https://github.com/dart-frog-dev/dart_frog/pull/1070)) # 0.2.2 -- chore: remove new-route-middleware.gif ([#1039](https://github.com/VeryGoodOpenSource/dart_frog/pull/1039)) -- fix: detach from debug session on premature application exit ([#1043](https://github.com/VeryGoodOpenSource/dart_frog/pull/1043)) -- fix: support async route handlers ([#1041](https://github.com/VeryGoodOpenSource/dart_frog/pull/1041)) -- fix: support CodeLens for very long route signatures ([#1046](https://github.com/VeryGoodOpenSource/dart_frog/pull/1046)) -- docs: add disclaimer to the extension ([#1047](https://github.com/VeryGoodOpenSource/dart_frog/pull/1047)) -- feat: implemented quickPickProject ([#1025](https://github.com/VeryGoodOpenSource/dart_frog/pull/1025)) -- fix: avoid keeping progress when spamming stop server ([#1053](https://github.com/VeryGoodOpenSource/dart_frog/pull/1053)) -- feat: show quickPickProject on monorepos ([#1026](https://github.com/VeryGoodOpenSource/dart_frog/pull/1026)) +- chore: remove new-route-middleware.gif ([#1039](https://github.com/dart-frog-dev/dart_frog/pull/1039)) +- fix: detach from debug session on premature application exit ([#1043](https://github.com/dart-frog-dev/dart_frog/pull/1043)) +- fix: support async route handlers ([#1041](https://github.com/dart-frog-dev/dart_frog/pull/1041)) +- fix: support CodeLens for very long route signatures ([#1046](https://github.com/dart-frog-dev/dart_frog/pull/1046)) +- docs: add disclaimer to the extension ([#1047](https://github.com/dart-frog-dev/dart_frog/pull/1047)) +- feat: implemented quickPickProject ([#1025](https://github.com/dart-frog-dev/dart_frog/pull/1025)) +- fix: avoid keeping progress when spamming stop server ([#1053](https://github.com/dart-frog-dev/dart_frog/pull/1053)) +- feat: show quickPickProject on monorepos ([#1026](https://github.com/dart-frog-dev/dart_frog/pull/1026)) # 0.2.1 -- docs: update README.md ([#1031](https://github.com/VeryGoodOpenSource/dart_frog/pull/1031)) -- chore: rollback engines.vscode version ([#1035](https://github.com/VeryGoodOpenSource/dart_frog/pull/1035)) +- docs: update README.md ([#1031](https://github.com/dart-frog-dev/dart_frog/pull/1031)) +- chore: rollback engines.vscode version ([#1035](https://github.com/dart-frog-dev/dart_frog/pull/1035)) # 0.2.0 -- refactor: use string over String ([#865](https://github.com/VeryGoodOpenSource/dart_frog/pull/865)) -- fix: avoid recommending to upgrade when version is above constraints ([#864](https://github.com/VeryGoodOpenSource/dart_frog/pull/864)) -- test: use stub.resolves over stub.returns with Promise ([#862](https://github.com/VeryGoodOpenSource/dart_frog/pull/862)) -- chore(deps-dev): bump @typescript-eslint/parser from 6.1.0 to 6.2.1 in /extensions/vscode ([#833](https://github.com/VeryGoodOpenSource/dart_frog/pull/833)) -- fix: suggest again to install the Dart Frog CLI before running a command that requires of Dart Frog CLI if not installed ([#870](https://github.com/VeryGoodOpenSource/dart_frog/pull/870)) -- chore(deps-dev): bump @types/node from 20.4.5 to 20.4.6 in /extensions/vscode ([#876](https://github.com/VeryGoodOpenSource/dart_frog/pull/876)) -- chore(deps-dev): bump @types/vscode from 1.80.0 to 1.81.0 in /extensions/vscode ([#888](https://github.com/VeryGoodOpenSource/dart_frog/pull/888)) -- refactor: rename command prefix to "dart-frog" ([#895](https://github.com/VeryGoodOpenSource/dart_frog/pull/895)) -- chore(deps-dev): bump @types/node from 20.4.6 to 20.4.8 in /extensions/vscode ([#898](https://github.com/VeryGoodOpenSource/dart_frog/pull/898)) -- feat: define singleton DartFrogDaemon ([#917](https://github.com/VeryGoodOpenSource/dart_frog/pull/917)) -- feat: implement daemon protocol ([#915](https://github.com/VeryGoodOpenSource/dart_frog/pull/915)) -- feat: define "daemon" domain messages ([#918](https://github.com/VeryGoodOpenSource/dart_frog/pull/918)) -- feat: allow invoking Dart Frog daemon ([#925](https://github.com/VeryGoodOpenSource/dart_frog/pull/925)) -- feat: implemented requestIdentifierGenerator for Dart Frog daemon ([#929](https://github.com/VeryGoodOpenSource/dart_frog/pull/929)) -- feat: defined dev_server domain ([#931](https://github.com/VeryGoodOpenSource/dart_frog/pull/931)) -- feat: defined DartFrogApplication ([#932](https://github.com/VeryGoodOpenSource/dart_frog/pull/932)) -- feat: allow daemon to send requests ([#930](https://github.com/VeryGoodOpenSource/dart_frog/pull/930)) -- feat: defined DartFrogApplicationRegistry ([#933](https://github.com/VeryGoodOpenSource/dart_frog/pull/933)) -- chore(deps-dev): bump @typescript-eslint/parser from 6.2.1 to 6.4.1 in /extensions/vscode ([#947](https://github.com/VeryGoodOpenSource/dart_frog/pull/947)) -- chore(deps-dev): bump @types/node from 20.4.8 to 20.5.1 in /extensions/vscode ([#946](https://github.com/VeryGoodOpenSource/dart_frog/pull/946)) -- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.2.1 to 6.4.1 in /extensions/vscode ([#945](https://github.com/VeryGoodOpenSource/dart_frog/pull/945)) -- chore(deps-dev): bump eslint from 8.46.0 to 8.47.0 in /extensions/vscode ([#922](https://github.com/VeryGoodOpenSource/dart_frog/pull/922)) -- feat: allow starting the daemon via command ([#943](https://github.com/VeryGoodOpenSource/dart_frog/pull/943)) -- chore: include license in packages.json ([#896](https://github.com/VeryGoodOpenSource/dart_frog/pull/896)) -- feat: allow starting development server ([#952](https://github.com/VeryGoodOpenSource/dart_frog/pull/952)) -- feat: allow stopping development server ([#953](https://github.com/VeryGoodOpenSource/dart_frog/pull/953)) -- refactor: allow quickPickApplication to be shared ([#956](https://github.com/VeryGoodOpenSource/dart_frog/pull/956)) -- feat: allow attaching development server to Dart debugger ([#955](https://github.com/VeryGoodOpenSource/dart_frog/pull/955)) -- refactor: included sort-import and no-unused-vars lint rules ([#962](https://github.com/VeryGoodOpenSource/dart_frog/pull/962)) -- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.4.1 to 6.5.0 in /extensions/vscode ([#972](https://github.com/VeryGoodOpenSource/dart_frog/pull/972)) -- chore(deps-dev): bump @types/node from 20.5.1 to 20.5.7 in /extensions/vscode ([#971](https://github.com/VeryGoodOpenSource/dart_frog/pull/971)) -- chore(deps-dev): bump @typescript-eslint/parser from 6.4.1 to 6.5.0 in /extensions/vscode ([#970](https://github.com/VeryGoodOpenSource/dart_frog/pull/970)) -- chore(deps-dev): bump eslint from 8.47.0 to 8.48.0 in /extensions/vscode ([#969](https://github.com/VeryGoodOpenSource/dart_frog/pull/969)) -- chore(deps-dev): bump typescript from 5.1.6 to 5.2.2 in /extensions/vscode ([#968](https://github.com/VeryGoodOpenSource/dart_frog/pull/968)) -- feat: register startDebugDevServer command ([#974](https://github.com/VeryGoodOpenSource/dart_frog/pull/974)) -- feat: provide Run CodeLens on route handlers ([#960](https://github.com/VeryGoodOpenSource/dart_frog/pull/960)) -- feat: provide Debug CodeLens on route handlers ([#973](https://github.com/VeryGoodOpenSource/dart_frog/pull/973)) -- feat: add status bar items to start, stop and open server ([#988](https://github.com/VeryGoodOpenSource/dart_frog/pull/988)) -- chore(deps-dev): bump glob from 10.3.3 to 10.3.4 in /extensions/vscode ([#997](https://github.com/VeryGoodOpenSource/dart_frog/pull/997)) -- feat: strengthen when clauses with anyDartFrogProjectLoaded ([#1002](https://github.com/VeryGoodOpenSource/dart_frog/pull/1002)) -- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.5.0 to 6.6.0 in /extensions/vscode ([#999](https://github.com/VeryGoodOpenSource/dart_frog/pull/999)) -- feat: added stop to debug toolbar ([#1001](https://github.com/VeryGoodOpenSource/dart_frog/pull/1001)) -- chore(deps-dev): bump @typescript-eslint/parser from 6.5.0 to 6.6.0 in /extensions/vscode ([#996](https://github.com/VeryGoodOpenSource/dart_frog/pull/996)) -- feat: include host member in DartFrogApplication ([#1010](https://github.com/VeryGoodOpenSource/dart_frog/pull/1010)) -- refactor: rename nearestDartFrogProject to nearestParentDartFrogProject ([#1014](https://github.com/VeryGoodOpenSource/dart_frog/pull/1014)) -- feat: implemented nearestChildDartFrogProjects ([#1015](https://github.com/VeryGoodOpenSource/dart_frog/pull/1015)) -- chore(deps-dev): bump @typescript-eslint/parser from 6.6.0 to 6.7.0 in /extensions/vscode ([#1020](https://github.com/VeryGoodOpenSource/dart_frog/pull/1020)) -- chore(deps-dev): bump eslint from 8.48.0 to 8.49.0 in /extensions/vscode ([#1024](https://github.com/VeryGoodOpenSource/dart_frog/pull/1024)) -- test: simplify start-dev-server tests ([#1027](https://github.com/VeryGoodOpenSource/dart_frog/pull/1027)) -- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.6.0 to 6.7.0 in /extensions/vscode ([#1023](https://github.com/VeryGoodOpenSource/dart_frog/pull/1023)) -- chore(deps-dev): bump @types/node from 20.5.7 to 20.6.0 in /extensions/vscode ([#1022](https://github.com/VeryGoodOpenSource/dart_frog/pull/1022)) -- chore(deps-dev): bump @types/vscode from 1.81.0 to 1.82.0 in /extensions/vscode ([#1021](https://github.com/VeryGoodOpenSource/dart_frog/pull/1021)) +- refactor: use string over String ([#865](https://github.com/dart-frog-dev/dart_frog/pull/865)) +- fix: avoid recommending to upgrade when version is above constraints ([#864](https://github.com/dart-frog-dev/dart_frog/pull/864)) +- test: use stub.resolves over stub.returns with Promise ([#862](https://github.com/dart-frog-dev/dart_frog/pull/862)) +- chore(deps-dev): bump @typescript-eslint/parser from 6.1.0 to 6.2.1 in /extensions/vscode ([#833](https://github.com/dart-frog-dev/dart_frog/pull/833)) +- fix: suggest again to install the Dart Frog CLI before running a command that requires of Dart Frog CLI if not installed ([#870](https://github.com/dart-frog-dev/dart_frog/pull/870)) +- chore(deps-dev): bump @types/node from 20.4.5 to 20.4.6 in /extensions/vscode ([#876](https://github.com/dart-frog-dev/dart_frog/pull/876)) +- chore(deps-dev): bump @types/vscode from 1.80.0 to 1.81.0 in /extensions/vscode ([#888](https://github.com/dart-frog-dev/dart_frog/pull/888)) +- refactor: rename command prefix to "dart-frog" ([#895](https://github.com/dart-frog-dev/dart_frog/pull/895)) +- chore(deps-dev): bump @types/node from 20.4.6 to 20.4.8 in /extensions/vscode ([#898](https://github.com/dart-frog-dev/dart_frog/pull/898)) +- feat: define singleton DartFrogDaemon ([#917](https://github.com/dart-frog-dev/dart_frog/pull/917)) +- feat: implement daemon protocol ([#915](https://github.com/dart-frog-dev/dart_frog/pull/915)) +- feat: define "daemon" domain messages ([#918](https://github.com/dart-frog-dev/dart_frog/pull/918)) +- feat: allow invoking Dart Frog daemon ([#925](https://github.com/dart-frog-dev/dart_frog/pull/925)) +- feat: implemented requestIdentifierGenerator for Dart Frog daemon ([#929](https://github.com/dart-frog-dev/dart_frog/pull/929)) +- feat: defined dev_server domain ([#931](https://github.com/dart-frog-dev/dart_frog/pull/931)) +- feat: defined DartFrogApplication ([#932](https://github.com/dart-frog-dev/dart_frog/pull/932)) +- feat: allow daemon to send requests ([#930](https://github.com/dart-frog-dev/dart_frog/pull/930)) +- feat: defined DartFrogApplicationRegistry ([#933](https://github.com/dart-frog-dev/dart_frog/pull/933)) +- chore(deps-dev): bump @typescript-eslint/parser from 6.2.1 to 6.4.1 in /extensions/vscode ([#947](https://github.com/dart-frog-dev/dart_frog/pull/947)) +- chore(deps-dev): bump @types/node from 20.4.8 to 20.5.1 in /extensions/vscode ([#946](https://github.com/dart-frog-dev/dart_frog/pull/946)) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.2.1 to 6.4.1 in /extensions/vscode ([#945](https://github.com/dart-frog-dev/dart_frog/pull/945)) +- chore(deps-dev): bump eslint from 8.46.0 to 8.47.0 in /extensions/vscode ([#922](https://github.com/dart-frog-dev/dart_frog/pull/922)) +- feat: allow starting the daemon via command ([#943](https://github.com/dart-frog-dev/dart_frog/pull/943)) +- chore: include license in packages.json ([#896](https://github.com/dart-frog-dev/dart_frog/pull/896)) +- feat: allow starting development server ([#952](https://github.com/dart-frog-dev/dart_frog/pull/952)) +- feat: allow stopping development server ([#953](https://github.com/dart-frog-dev/dart_frog/pull/953)) +- refactor: allow quickPickApplication to be shared ([#956](https://github.com/dart-frog-dev/dart_frog/pull/956)) +- feat: allow attaching development server to Dart debugger ([#955](https://github.com/dart-frog-dev/dart_frog/pull/955)) +- refactor: included sort-import and no-unused-vars lint rules ([#962](https://github.com/dart-frog-dev/dart_frog/pull/962)) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.4.1 to 6.5.0 in /extensions/vscode ([#972](https://github.com/dart-frog-dev/dart_frog/pull/972)) +- chore(deps-dev): bump @types/node from 20.5.1 to 20.5.7 in /extensions/vscode ([#971](https://github.com/dart-frog-dev/dart_frog/pull/971)) +- chore(deps-dev): bump @typescript-eslint/parser from 6.4.1 to 6.5.0 in /extensions/vscode ([#970](https://github.com/dart-frog-dev/dart_frog/pull/970)) +- chore(deps-dev): bump eslint from 8.47.0 to 8.48.0 in /extensions/vscode ([#969](https://github.com/dart-frog-dev/dart_frog/pull/969)) +- chore(deps-dev): bump typescript from 5.1.6 to 5.2.2 in /extensions/vscode ([#968](https://github.com/dart-frog-dev/dart_frog/pull/968)) +- feat: register startDebugDevServer command ([#974](https://github.com/dart-frog-dev/dart_frog/pull/974)) +- feat: provide Run CodeLens on route handlers ([#960](https://github.com/dart-frog-dev/dart_frog/pull/960)) +- feat: provide Debug CodeLens on route handlers ([#973](https://github.com/dart-frog-dev/dart_frog/pull/973)) +- feat: add status bar items to start, stop and open server ([#988](https://github.com/dart-frog-dev/dart_frog/pull/988)) +- chore(deps-dev): bump glob from 10.3.3 to 10.3.4 in /extensions/vscode ([#997](https://github.com/dart-frog-dev/dart_frog/pull/997)) +- feat: strengthen when clauses with anyDartFrogProjectLoaded ([#1002](https://github.com/dart-frog-dev/dart_frog/pull/1002)) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.5.0 to 6.6.0 in /extensions/vscode ([#999](https://github.com/dart-frog-dev/dart_frog/pull/999)) +- feat: added stop to debug toolbar ([#1001](https://github.com/dart-frog-dev/dart_frog/pull/1001)) +- chore(deps-dev): bump @typescript-eslint/parser from 6.5.0 to 6.6.0 in /extensions/vscode ([#996](https://github.com/dart-frog-dev/dart_frog/pull/996)) +- feat: include host member in DartFrogApplication ([#1010](https://github.com/dart-frog-dev/dart_frog/pull/1010)) +- refactor: rename nearestDartFrogProject to nearestParentDartFrogProject ([#1014](https://github.com/dart-frog-dev/dart_frog/pull/1014)) +- feat: implemented nearestChildDartFrogProjects ([#1015](https://github.com/dart-frog-dev/dart_frog/pull/1015)) +- chore(deps-dev): bump @typescript-eslint/parser from 6.6.0 to 6.7.0 in /extensions/vscode ([#1020](https://github.com/dart-frog-dev/dart_frog/pull/1020)) +- chore(deps-dev): bump eslint from 8.48.0 to 8.49.0 in /extensions/vscode ([#1024](https://github.com/dart-frog-dev/dart_frog/pull/1024)) +- test: simplify start-dev-server tests ([#1027](https://github.com/dart-frog-dev/dart_frog/pull/1027)) +- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.6.0 to 6.7.0 in /extensions/vscode ([#1023](https://github.com/dart-frog-dev/dart_frog/pull/1023)) +- chore(deps-dev): bump @types/node from 20.5.7 to 20.6.0 in /extensions/vscode ([#1022](https://github.com/dart-frog-dev/dart_frog/pull/1022)) +- chore(deps-dev): bump @types/vscode from 1.81.0 to 1.82.0 in /extensions/vscode ([#1021](https://github.com/dart-frog-dev/dart_frog/pull/1021)) # 0.1.1 -- docs: update README links and style ([#857](https://github.com/VeryGoodOpenSource/dart_frog/pull/857)). +- docs: update README links and style ([#857](https://github.com/dart-frog-dev/dart_frog/pull/857)). # 0.1.0 diff --git a/extensions/vscode/CONTRIBUTING.md b/extensions/vscode/CONTRIBUTING.md index 81ce02812..cd150ddba 100644 --- a/extensions/vscode/CONTRIBUTING.md +++ b/extensions/vscode/CONTRIBUTING.md @@ -14,7 +14,7 @@ To develop for the Dart Frog Visual Studio Code (VS Code) extension you will nee ### Setting up your local development environment -1. Install a valid [Dart SDK](https://dart.dev/get-dart) in your local environment, it should be compatible with the latest version of [Dart Frog CLI](https://github.com/VeryGoodOpenSource/dart_frog/blob/main/packages/dart_frog_cli/pubspec.yaml). If you have Flutter installed, you likely have a valid Dart SDK version already installed. +1. Install a valid [Dart SDK](https://dart.dev/get-dart) in your local environment, it should be compatible with the latest version of [Dart Frog CLI](https://github.com/dart-frog-dev/dart_frog/blob/main/packages/dart_frog_cli/pubspec.yaml). If you have Flutter installed, you likely have a valid Dart SDK version already installed. 2. Install a valid [Node.js](https://nodejs.org) runtime in your local environment, it should be compatible with the [VS Code engine version](./package.json). @@ -39,7 +39,7 @@ npm i npm test ``` -If some tests do not pass out of the box, please submit an [issue](https://github.com/VeryGoodOpenSource/dart_frog/issues/new/choose). +If some tests do not pass out of the box, please submit an [issue](https://github.com/dart-frog-dev/dart_frog/issues/new/choose). 5. Inside the VS Code editor, press F5. This will compile and run the extension in a new **Extension Development Host** window. @@ -51,7 +51,7 @@ If some tests do not pass out of the box, please submit an [issue](https://githu Before creating a Pull Request please: -1. [Fork](https://docs.github.com/en/get-started/quickstart/contributing-to-projects) the [GitHub repository](https://github.com/VeryGoodOpenSource/dart_frog) and create your branch from `main`: +1. [Fork](https://docs.github.com/en/get-started/quickstart/contributing-to-projects) the [GitHub repository](https://github.com/dart-frog-dev/dart_frog) and create your branch from `main`: ```sh # 🪵 Branch from `main` @@ -79,9 +79,9 @@ npm test 5. Create the Pull Request with a meaningful description, linking to the original issue where possible. -6. Verify that all [status checks](https://github.com/VeryGoodOpenSource/dart_frog/actions/) are passing for your Pull Request once they have been approved to run by a maintainer. +6. Verify that all [status checks](https://github.com/dart-frog-dev/dart_frog/actions/) are passing for your Pull Request once they have been approved to run by a maintainer. 💡 **Note**: While the prerequisites above must be satisfied prior to having your pull request reviewed, the reviewer(s) may ask you to complete additional work, tests, or other changes before your pull request can be accepted. [conventional_commits_link]: https://www.conventionalcommits.org/en/v1.0.0 -[bug_report_link]: https://github.com/VeryGoodOpenSource/dart_frog/issues/new?assignees=&labels=bug&template=bug_report.md&title=fix%3A+ +[bug_report_link]: https://github.com/dart-frog-dev/dart_frog/issues/new?assignees=&labels=bug&template=bug_report.md&title=fix%3A+ diff --git a/extensions/vscode/README.md b/extensions/vscode/README.md index c052ee426..8933b34d9 100644 --- a/extensions/vscode/README.md +++ b/extensions/vscode/README.md @@ -1,10 +1,10 @@ -[![Dart Frog Logo][logo_black]][dart_frog_link_light] +[![Dart Frog Logo][logo_black]][dart_frog_link] -> ✏️ Note: The extension is currently in the early stages, if you experience issues or have a recommendation we are eager to hear from you [here](https://github.com/VeryGoodOpenSource/dart_frog/issues/new/choose)! +> ✏️ Note: The extension is currently in the early stages, if you experience issues or have a recommendation we are eager to hear from you [here](https://github.com/dart-frog-dev/dart_frog/issues/new/choose)! This is the [Dart Frog](https://dart-frog.dev/) [VS Code](https://code.visualstudio.com/) extension, which provides tools for effectively managing Dart Frog projects. -Developed with 💙 by [Very Good Ventures][very_good_ventures_link] 🦄 +[Originally developed][credits_link] by [Very Good Ventures][very_good_ventures_link] 🦄 ## Installation @@ -12,7 +12,7 @@ Dart Frog can be installed from the [VS Code Marketplace](https://marketplace.vi ## Demonstration -![demonstration](https://raw.githubusercontent.com/VeryGoodOpenSource/dart_frog/main/extensions/vscode/assets/demonstration.gif) +![demonstration](https://raw.githubusercontent.com/dart-frog-dev/dart_frog/main/extensions/vscode/assets/demonstration.gif) ## Commands @@ -35,9 +35,10 @@ Dart Frog can be installed from the [VS Code Marketplace](https://marketplace.vi | -------------------------- | --------------------------------------------------- | ------- | ------- | | `dart-frog.enableCodeLens` | Whether or not to enable [CodeLens][code_lens_link] | Boolean | True | -[ci_link]: https://github.com/VeryGoodOpenSource/dart_frog/actions/workflows/main.yaml -[dart_frog_link_light]: https://github.com/verygoodopensource/dart_frog +[ci_link]: https://github.com/dart-frog-dev/dart_frog/actions/workflows/main.yaml +[credits_link]: https://github.com/dart-frog-dev/dart_frog/blob/main/CREDITS.md#acknowledgments +[dart_frog_link]: https://github.com/dart-frog-dev/dart_frog [license_link]: https://opensource.org/licenses/MIT -[logo_black]: https://raw.githubusercontent.com/VeryGoodOpenSource/dart_frog/main/assets/dart_frog_logo_black.png +[logo_black]: https://raw.githubusercontent.com/dart-frog-dev/dart_frog/main/assets/dart_frog_logo_black.png [very_good_ventures_link]: https://verygood.ventures [code_lens_link]: https://code.visualstudio.com/blogs/2017/02/12/code-lens-roundup diff --git a/extensions/vscode/package.json b/extensions/vscode/package.json index 4e480b033..dc9ac3d0f 100644 --- a/extensions/vscode/package.json +++ b/extensions/vscode/package.json @@ -5,12 +5,12 @@ "version": "0.2.6", "publisher": "VeryGoodVentures", "bugs": { - "url": "https://github.com/VeryGoodOpenSource/dart_frog/issues", + "url": "https://github.com/dart-frog-dev/dart_frog/issues", "email": "tools@verygood.ventures" }, "repository": { "type": "git", - "url": "https://github.com/VeryGoodOpenSource/dart_frog" + "url": "https://github.com/dart-frog-dev/dart_frog" }, "homepage": "https://dart-frog.dev/", "license": "MIT", diff --git a/extensions/vscode/src/commands/create.ts b/extensions/vscode/src/commands/create.ts index e102ed6d6..b697fe6bf 100644 --- a/extensions/vscode/src/commands/create.ts +++ b/extensions/vscode/src/commands/create.ts @@ -31,7 +31,7 @@ import { isDartFrogCLIInstalled, suggestInstallingDartFrogCLI } from "../utils"; * `dart_frog create` command, from the Dart Frog CLI. * * @param {Uri | undefined} uri - * @see {@link https://github.com/VeryGoodOpenSource/dart_frog/blob/main/packages/dart_frog_cli/lib/src/commands/create/create.dart Dart Frog CLI `create` command implementation.} + * @see {@link https://github.com/dart-frog-dev/dart_frog/blob/main/packages/dart_frog_cli/lib/src/commands/create/create.dart Dart Frog CLI `create` command implementation.} */ export const create = async (uri: Uri | undefined): Promise => { if (!isDartFrogCLIInstalled()) { diff --git a/extensions/vscode/src/commands/new-middleware.ts b/extensions/vscode/src/commands/new-middleware.ts index 437a05b42..43010a5f2 100644 --- a/extensions/vscode/src/commands/new-middleware.ts +++ b/extensions/vscode/src/commands/new-middleware.ts @@ -36,7 +36,7 @@ import { * All the logic associated with creating a new route is handled by the * `dart_frog new middleware` command, from the Dart Frog CLI. * - * @see [Dart Frog CLI `new` command implementation](https://github.com/VeryGoodOpenSource/dart_frog/tree/main/packages/dart_frog_cli/lib/src/commands/new) + * @see [Dart Frog CLI `new` command implementation](https://github.com/dart-frog-dev/dart_frog/tree/main/packages/dart_frog_cli/lib/src/commands/new) * @param {Uri | undefined} uri */ export const newMiddleware = async (uri: Uri | undefined): Promise => { diff --git a/extensions/vscode/src/commands/new-route.ts b/extensions/vscode/src/commands/new-route.ts index 0463451da..8d778a589 100644 --- a/extensions/vscode/src/commands/new-route.ts +++ b/extensions/vscode/src/commands/new-route.ts @@ -36,7 +36,7 @@ import { * All the logic associated with creating a new route is handled by the * `dart_frog new route` command, from the Dart Frog CLI. * - * @see [Dart Frog CLI `new` command implementation](https://github.com/VeryGoodOpenSource/dart_frog/tree/main/packages/dart_frog_cli/lib/src/commands/new) + * @see [Dart Frog CLI `new` command implementation](https://github.com/dart-frog-dev/dart_frog/tree/main/packages/dart_frog_cli/lib/src/commands/new) * @param {Uri | undefined} uri */ export const newRoute = async (uri: Uri | undefined): Promise => { diff --git a/extensions/vscode/src/daemon/protocol/protocol.ts b/extensions/vscode/src/daemon/protocol/protocol.ts index fa9a3aa79..439a1672c 100644 --- a/extensions/vscode/src/daemon/protocol/protocol.ts +++ b/extensions/vscode/src/daemon/protocol/protocol.ts @@ -2,7 +2,7 @@ * Defines the protocol used by the Dart Frog daemon and custom * type guards to check if an object is a valid message. * - * @see {@link https://github.com/VeryGoodOpenSource/dart_frog/blob/main/packages/dart_frog_cli/lib/src/daemon/protocol.dart Dart Frog dart's protocol} + * @see {@link https://github.com/dart-frog-dev/dart_frog/blob/main/packages/dart_frog_cli/lib/src/daemon/protocol.dart Dart Frog dart's protocol} */ export class DaemonMessage { diff --git a/extensions/vscode/src/test/suite/utils/cli-version.test.ts b/extensions/vscode/src/test/suite/utils/cli-version.test.ts index ef1d3bb40..10152fae2 100644 --- a/extensions/vscode/src/test/suite/utils/cli-version.test.ts +++ b/extensions/vscode/src/test/suite/utils/cli-version.test.ts @@ -40,7 +40,7 @@ suite("readDartFrogCLIVersion", () => { const dartFrogVersionCommandResult = `1.1.1 Update available! 1.1.1 → 1.1.2 - Changelog: \u001b]8;;https://github.com/verygoodopensource/dart_frog/releases/tag/dart_frog_cli-v1.1.2\u001b\\https://github.com/verygoodopensource/dart_frog/releases/tag/dart_frog_cli-v1.1.2\u001b]8;;\u001b\\ + Changelog: \u001b]8;;https://github.com/dart-frog-dev/dart_frog/releases/tag/dart_frog_cli-v1.1.2\u001b\\https://github.com/dart-frog-dev/dart_frog/releases/tag/dart_frog_cli-v1.1.2\u001b]8;;\u001b\\ Run dart_frog update to update `; const encodedDartFrogVersionCommandResult = new TextEncoder().encode( @@ -94,7 +94,7 @@ suite("readLatestDartFrogCLIVersion", () => { const dartFrogVersionCommandResult = `1.1.1 Update available! 1.1.1 → 1.1.2 - Changelog: \u001b]8;;https://github.com/verygoodopensource/dart_frog/releases/tag/dart_frog_cli-v1.1.2\u001b\\https://github.com/verygoodopensource/dart_frog/releases/tag/dart_frog_cli-v1.1.2\u001b]8;;\u001b\\ + Changelog: \u001b]8;;https://github.com/dart-frog-dev/dart_frog/releases/tag/dart_frog_cli-v1.1.2\u001b\\https://github.com/dart-frog-dev/dart_frog/releases/tag/dart_frog_cli-v1.1.2\u001b]8;;\u001b\\ Run dart_frog update to update `; const encodedDartFrogVersionCommandResult = new TextEncoder().encode( diff --git a/extensions/vscode/src/utils/cli-version.ts b/extensions/vscode/src/utils/cli-version.ts index 925168d63..c59263247 100644 --- a/extensions/vscode/src/utils/cli-version.ts +++ b/extensions/vscode/src/utils/cli-version.ts @@ -80,7 +80,7 @@ export async function openChangelog(version: string): Promise { vscode.commands.executeCommand( "vscode.open", vscode.Uri.parse( - `https://github.com/verygoodopensource/dart_frog/releases/tag/dart_frog_cli-v${version}` + `https://github.com/dart-frog-dev/dart_frog/releases/tag/dart_frog_cli-v${version}` ) ); } diff --git a/packages/dart_frog/CHANGELOG.md b/packages/dart_frog/CHANGELOG.md index d32299f62..3865721aa 100644 --- a/packages/dart_frog/CHANGELOG.md +++ b/packages/dart_frog/CHANGELOG.md @@ -1,25 +1,25 @@ # 1.2.1 -- fix: add default handler for disallowed http methods ([#1727](https://github.com/VeryGoodOpenSource/dart_frog/pull/1727)) +- fix: add default handler for disallowed http methods ([#1727](https://github.com/dart-frog-dev/dart_frog/pull/1727)) # 1.2.0 -- chore(deps): bump very_good_analysis from 5.1.0 to 6.0.0 in /packages/dart_frog ([#1432](https://github.com/VeryGoodOpenSource/dart_frog/pull/1432)) -- chore(deps): bump mime from 1.0.6 to 2.0.0 in /packages/dart_frog ([#1528](https://github.com/VeryGoodOpenSource/dart_frog/pull/1528)) +- chore(deps): bump very_good_analysis from 5.1.0 to 6.0.0 in /packages/dart_frog ([#1432](https://github.com/dart-frog-dev/dart_frog/pull/1432)) +- chore(deps): bump mime from 1.0.6 to 2.0.0 in /packages/dart_frog ([#1528](https://github.com/dart-frog-dev/dart_frog/pull/1528)) # 1.1.0 -- feat: support reuse of nested router ([#393](https://github.com/VeryGoodOpenSource/dart_frog/pull/393)) -- docs: fix bad "request" template ([#1152](https://github.com/VeryGoodOpenSource/dart_frog/pull/1152)) -- feat(dart_frog): allow disabling Response buffer output ([#1261](https://github.com/VeryGoodOpenSource/dart_frog/pull/1261)) +- feat: support reuse of nested router ([#393](https://github.com/dart-frog-dev/dart_frog/pull/393)) +- docs: fix bad "request" template ([#1152](https://github.com/dart-frog-dev/dart_frog/pull/1152)) +- feat(dart_frog): allow disabling Response buffer output ([#1261](https://github.com/dart-frog-dev/dart_frog/pull/1261)) # 1.0.1 -- chore: add topics ([#901](https://github.com/VeryGoodOpenSource/dart_frog/pull/901)) -- chore: comply with new analysis rules ([#940](https://github.com/VeryGoodOpenSource/dart_frog/pull/940)) -- docs: corrected serve function documentation typo ([#939](https://github.com/VeryGoodOpenSource/dart_frog/pull/939)) -- feat: add optional shared parameter to serve function ([#908](https://github.com/VeryGoodOpenSource/dart_frog/pull/908)) -- docs: add links to docs on readmes ([#978](https://github.com/VeryGoodOpenSource/dart_frog/pull/978)) +- chore: add topics ([#901](https://github.com/dart-frog-dev/dart_frog/pull/901)) +- chore: comply with new analysis rules ([#940](https://github.com/dart-frog-dev/dart_frog/pull/940)) +- docs: corrected serve function documentation typo ([#939](https://github.com/dart-frog-dev/dart_frog/pull/939)) +- feat: add optional shared parameter to serve function ([#908](https://github.com/dart-frog-dev/dart_frog/pull/908)) +- docs: add links to docs on readmes ([#978](https://github.com/dart-frog-dev/dart_frog/pull/978)) # 1.0.0 @@ -37,8 +37,8 @@ # 0.3.6 -- fix: `Pipeline` does not maintain `RequestContext` ([#605](https://github.com/VeryGoodOpenSource/dart_frog/pull/605)) -- fix: `Response.json()` overwrites `content-type` header ([#596](https://github.com/VeryGoodOpenSource/dart_frog/pull/596)) +- fix: `Pipeline` does not maintain `RequestContext` ([#605](https://github.com/dart-frog-dev/dart_frog/pull/605)) +- fix: `Response.json()` overwrites `content-type` header ([#596](https://github.com/dart-frog-dev/dart_frog/pull/596)) # 0.3.5 @@ -47,7 +47,7 @@ # 0.3.4 -- feat: add support for `multipart/form-data` ([#551](https://github.com/VeryGoodOpenSource/dart_frog/pull/551)) +- feat: add support for `multipart/form-data` ([#551](https://github.com/dart-frog-dev/dart_frog/pull/551)) # 0.3.3 diff --git a/packages/dart_frog/README.md b/packages/dart_frog/README.md index 3dec03326..2a6b55b16 100644 --- a/packages/dart_frog/README.md +++ b/packages/dart_frog/README.md @@ -1,4 +1,4 @@ -[](https://dart-frog.dev/) +[](https://dart-frog.dev/) ### Dart Frog @@ -12,7 +12,7 @@ A fast, minimalistic backend framework for Dart 🎯 -Developed with 💙 by [Very Good Ventures][very_good_ventures_link] 🦄 +[Originally developed][credits_link] by [Very Good Ventures][very_good_ventures_link] 🦄 ## Documentation 📝 @@ -60,20 +60,20 @@ dart_frog build ## Documentation 📝 -View the full documentation [here][documentation_link]. +View the full documentation [here][docs_link]. -[ci_badge]: https://github.com/VeryGoodOpenSource/dart_frog/actions/workflows/dart_frog.yaml/badge.svg?branch=main -[ci_link]: https://github.com/VeryGoodOpenSource/dart_frog/actions/workflows/dart_frog.yaml -[coverage_badge]: https://raw.githubusercontent.com/VeryGoodOpenSource/dart_frog/main/packages/dart_frog/coverage_badge.svg +[ci_badge]: https://github.com/dart-frog-dev/dart_frog/actions/workflows/dart_frog.yaml/badge.svg?branch=main +[ci_link]: https://github.com/dart-frog-dev/dart_frog/actions/workflows/dart_frog.yaml +[coverage_badge]: https://raw.githubusercontent.com/dart-frog-dev/dart_frog/main/packages/dart_frog/coverage_badge.svg +[credits_link]: https://github.com/dart-frog-dev/dart_frog/blob/main/CREDITS.md#acknowledgments [dart_installation_link]: https://dart.dev/get-dart -[documentation_link]: https://verygoodopensource.github.io/dart_frog +[docs_link]: https://dart-frog.dev [license_badge]: https://img.shields.io/badge/license-MIT-blue.svg [license_link]: https://opensource.org/licenses/MIT -[logo_black]: https://raw.githubusercontent.com/VeryGoodOpenSource/dart_frog/main/assets/dart_frog_logo_black.png#gh-light-mode-only -[logo_white]: https://raw.githubusercontent.com/VeryGoodOpenSource/dart_frog/main/assets/dart_frog_logo_white.png#gh-dark-mode-only +[logo_black]: https://raw.githubusercontent.com/dart-frog-dev/dart_frog/main/assets/dart_frog_logo_black.png#gh-light-mode-only +[logo_white]: https://raw.githubusercontent.com/dart-frog-dev/dart_frog/main/assets/dart_frog_logo_white.png#gh-dark-mode-only [pub_badge]: https://img.shields.io/pub/v/dart_frog.svg [pub_link]: https://pub.dartlang.org/packages/dart_frog [very_good_analysis_badge]: https://img.shields.io/badge/style-very_good_analysis-B22C89.svg [very_good_analysis_link]: https://pub.dev/packages/very_good_analysis [very_good_ventures_link]: https://verygood.ventures -[docs_link]: https://dart-frog.dev diff --git a/packages/dart_frog/pubspec.yaml b/packages/dart_frog/pubspec.yaml index 9a03a956f..e4d1a24ad 100644 --- a/packages/dart_frog/pubspec.yaml +++ b/packages/dart_frog/pubspec.yaml @@ -2,8 +2,8 @@ name: dart_frog description: A fast, minimalistic backend framework for Dart built by Very Good Ventures. version: 1.2.1 homepage: https://dart-frog.dev -repository: https://github.com/VeryGoodOpenSource/dart_frog -issue_tracker: https://github.com/VeryGoodOpenSource/dart_frog/issues +repository: https://github.com/dart-frog-dev/dart_frog +issue_tracker: https://github.com/dart-frog-dev/dart_frog/issues documentation: https://dart-frog.dev/getting-started topics: [server, backend, shelf, dart-frog] diff --git a/packages/dart_frog_auth/CHANGELOG.md b/packages/dart_frog_auth/CHANGELOG.md index 55f4c5bca..1b8f70cf2 100644 --- a/packages/dart_frog_auth/CHANGELOG.md +++ b/packages/dart_frog_auth/CHANGELOG.md @@ -1,15 +1,15 @@ # 1.2.0 -- feat: add cookie authentication ([#1600](https://github.com/VeryGoodOpenSource/dart_frog/pull/1600)) -- refactor: added argument name to the Applies typedef ([#1317](https://github.com/VeryGoodOpenSource/dart_frog/pull/1317)) -- fix: auth topics ([#949](https://github.com/VeryGoodOpenSource/dart_frog/pull/949)) -- chore(packages): bump very good analysis ([#983](https://github.com/VeryGoodOpenSource/dart_frog/pull/983)) -- chore(deps): bump very_good_analysis from 5.1.0 to 6.0.0 in /packages/dart_frog_auth ([#1430](https://github.com/VeryGoodOpenSource/dart_frog/pull/1430)) +- feat: add cookie authentication ([#1600](https://github.com/dart-frog-dev/dart_frog/pull/1600)) +- refactor: added argument name to the Applies typedef ([#1317](https://github.com/dart-frog-dev/dart_frog/pull/1317)) +- fix: auth topics ([#949](https://github.com/dart-frog-dev/dart_frog/pull/949)) +- chore(packages): bump very good analysis ([#983](https://github.com/dart-frog-dev/dart_frog/pull/983)) +- chore(deps): bump very_good_analysis from 5.1.0 to 6.0.0 in /packages/dart_frog_auth ([#1430](https://github.com/dart-frog-dev/dart_frog/pull/1430)) # 1.1.0 -- feat: auth context api ([#879](https://github.com/VeryGoodOpenSource/dart_frog/pull/879)) -- chore: add topics ([#901](https://github.com/VeryGoodOpenSource/dart_frog/pull/901)) +- feat: auth context api ([#879](https://github.com/dart-frog-dev/dart_frog/pull/879)) +- chore: add topics ([#901](https://github.com/dart-frog-dev/dart_frog/pull/901)) # 1.0.0 diff --git a/packages/dart_frog_auth/README.md b/packages/dart_frog_auth/README.md index f1f7d101d..1fb63e89e 100644 --- a/packages/dart_frog_auth/README.md +++ b/packages/dart_frog_auth/README.md @@ -1,4 +1,4 @@ -[](https://dart-frog.dev/) +[](https://dart-frog.dev/) ### Dart Frog Auth @@ -12,7 +12,7 @@ Header Authorization support for [Dart Frog][dart_frog_link]. -Developed with 💙 by [Very Good Ventures][very_good_ventures_link] 🦄 +[Originally developed][credits_link] by [Very Good Ventures][very_good_ventures_link] 🦄 ## About @@ -20,14 +20,15 @@ A package that provides the foundation for authentication for a Dart Frog backen Learn more about it on the [official docs][docs_link]. -[ci_badge]: https://github.com/VeryGoodOpenSource/dart_frog/actions/workflows/dart_frog_auth.yaml/badge.svg?branch=main -[ci_link]: https://github.com/VeryGoodOpenSource/dart_frog/actions/workflows/dart_frog_auth.yaml -[coverage_badge]: https://raw.githubusercontent.com/VeryGoodOpenSource/dart_frog/main/packages/dart_frog_web_socket/coverage_badge.svg -[dart_frog_link]: https://github.com/verygoodopensource/dart_frog +[ci_badge]: https://github.com/dart-frog-dev/dart_frog/actions/workflows/dart_frog_auth.yaml/badge.svg?branch=main +[ci_link]: https://github.com/dart-frog-dev/dart_frog/actions/workflows/dart_frog_auth.yaml +[credits_link]: https://github.com/dart-frog-dev/dart_frog/blob/main/CREDITS.md#acknowledgments +[coverage_badge]: https://raw.githubusercontent.com/dart-frog-dev/dart_frog/main/packages/dart_frog_web_socket/coverage_badge.svg +[dart_frog_link]: https://github.com/dart-frog-dev/dart_frog [license_badge]: https://img.shields.io/badge/license-MIT-blue.svg [license_link]: https://opensource.org/licenses/MIT -[logo_black]: https://raw.githubusercontent.com/VeryGoodOpenSource/dart_frog/main/assets/dart_frog_logo_black.png#gh-light-mode-only -[logo_white]: https://raw.githubusercontent.com/VeryGoodOpenSource/dart_frog/main/assets/dart_frog_logo_white.png#gh-dark-mode-only +[logo_black]: https://raw.githubusercontent.com/dart-frog-dev/dart_frog/main/assets/dart_frog_logo_black.png#gh-light-mode-only +[logo_white]: https://raw.githubusercontent.com/dart-frog-dev/dart_frog/main/assets/dart_frog_logo_white.png#gh-dark-mode-only [pub_badge]: https://img.shields.io/pub/v/dart_frog_auth.svg [pub_link]: https://pub.dartlang.org/packages/dart_frog_auth [very_good_analysis_badge]: https://img.shields.io/badge/style-very_good_analysis-B22C89.svg diff --git a/packages/dart_frog_auth/pubspec.yaml b/packages/dart_frog_auth/pubspec.yaml index b5259b394..15e368494 100644 --- a/packages/dart_frog_auth/pubspec.yaml +++ b/packages/dart_frog_auth/pubspec.yaml @@ -2,8 +2,8 @@ name: dart_frog_auth description: Header authentication based middlewares for Dart Frog. Built by Very Good Ventures. version: 1.2.0 homepage: https://dart-frog.dev -repository: https://github.com/VeryGoodOpenSource/dart_frog -issue_tracker: https://github.com/VeryGoodOpenSource/dart_frog/issues +repository: https://github.com/dart-frog-dev/dart_frog +issue_tracker: https://github.com/dart-frog-dev/dart_frog/issues documentation: https://dart-frog.dev/getting-started topics: [server, backend, dart-frog, authentication, middleware] diff --git a/packages/dart_frog_cli/CHANGELOG.md b/packages/dart_frog_cli/CHANGELOG.md index 1598b042d..eb5ba446b 100644 --- a/packages/dart_frog_cli/CHANGELOG.md +++ b/packages/dart_frog_cli/CHANGELOG.md @@ -1,66 +1,66 @@ # 1.2.5 -- fix: update mason version in cli ([#1622](https://github.com/VeryGoodOpenSource/dart_frog/pull/1622)) +- fix: update mason version in cli ([#1622](https://github.com/dart-frog-dev/dart_frog/pull/1622)) # 1.2.4 -- chore(deps): tighten dependencies ([#1489](https://github.com/VeryGoodOpenSource/dart_frog/pull/1489)) -- chore(deps): bump mason from 0.1.0-dev.58 to 0.1.0-dev.59 in /packages/dart_frog_cli ([#1494](https://github.com/VeryGoodOpenSource/dart_frog/pull/1494)) -- chore(deps): bump pub_updater from 0.4.0 to 0.5.0 in /packages/dart_frog_cli ([#1495](https://github.com/VeryGoodOpenSource/dart_frog/pull/1495)) -- chore(deps): bump mason from 0.1.0-dev.59 to 0.1.0-dev.60 in /packages/dart_frog_cli ([#1504](https://github.com/VeryGoodOpenSource/dart_frog/pull/1504)) -- chore(deps): bump mason from 0.1.0-dev.60 to 0.1.0 in /packages/dart_frog_cli ([#1602](https://github.com/VeryGoodOpenSource/dart_frog/pull/1602)) +- chore(deps): tighten dependencies ([#1489](https://github.com/dart-frog-dev/dart_frog/pull/1489)) +- chore(deps): bump mason from 0.1.0-dev.58 to 0.1.0-dev.59 in /packages/dart_frog_cli ([#1494](https://github.com/dart-frog-dev/dart_frog/pull/1494)) +- chore(deps): bump pub_updater from 0.4.0 to 0.5.0 in /packages/dart_frog_cli ([#1495](https://github.com/dart-frog-dev/dart_frog/pull/1495)) +- chore(deps): bump mason from 0.1.0-dev.59 to 0.1.0-dev.60 in /packages/dart_frog_cli ([#1504](https://github.com/dart-frog-dev/dart_frog/pull/1504)) +- chore(deps): bump mason from 0.1.0-dev.60 to 0.1.0 in /packages/dart_frog_cli ([#1602](https://github.com/dart-frog-dev/dart_frog/pull/1602)) # 1.2.3 -- chore: bump cli_completion from 0.4.0 to 0.5.0 in /packages/dart_frog_cli ([#1288](https://github.com/VeryGoodOpenSource/dart_frog/pull/1288)) -- fix: allow `$` in new commands ([#1321](https://github.com/VeryGoodOpenSource/dart_frog/pull/1321)) -- chore: bump mason from 0.1.0-dev.53 to 0.1.0-dev.57 in /packages/dart_frog_cli ([#1351](https://github.com/VeryGoodOpenSource/dart_frog/pull/1351), [#1404](https://github.com/VeryGoodOpenSource/dart_frog/pull/1404)) -- feat: update cli bundles ([#1380](https://github.com/VeryGoodOpenSource/dart_frog/pull/1380)) +- chore: bump cli_completion from 0.4.0 to 0.5.0 in /packages/dart_frog_cli ([#1288](https://github.com/dart-frog-dev/dart_frog/pull/1288)) +- fix: allow `$` in new commands ([#1321](https://github.com/dart-frog-dev/dart_frog/pull/1321)) +- chore: bump mason from 0.1.0-dev.53 to 0.1.0-dev.57 in /packages/dart_frog_cli ([#1351](https://github.com/dart-frog-dev/dart_frog/pull/1351), [#1404](https://github.com/dart-frog-dev/dart_frog/pull/1404)) +- feat: update cli bundles ([#1380](https://github.com/dart-frog-dev/dart_frog/pull/1380)) # 1.2.2 -- feat: update cli bundles ([#1278](https://github.com/VeryGoodOpenSource/dart_frog/pull/1278)) - - refactor(dart_frog_prod_server): define internal PubspecLock ([#1273](https://github.com/VeryGoodOpenSource/dart_frog/pull/1273)) - - refactor(dart_frog_prod_server): remove pubspec lock dependency ([#1277](https://github.com/VeryGoodOpenSource/dart_frog/pull/1277)) +- feat: update cli bundles ([#1278](https://github.com/dart-frog-dev/dart_frog/pull/1278)) + - refactor(dart_frog_prod_server): define internal PubspecLock ([#1273](https://github.com/dart-frog-dev/dart_frog/pull/1273)) + - refactor(dart_frog_prod_server): remove pubspec lock dependency ([#1277](https://github.com/dart-frog-dev/dart_frog/pull/1277)) # 1.2.1 -- chore(deps): bump mason from 0.1.0-dev.51 to 0.1.0-dev.52 in /packages/dart_frog_cli ([#1235](https://github.com/VeryGoodOpenSource/dart_frog/pull/1235)) -- feat: update cli bundles ([#1210](https://github.com/VeryGoodOpenSource/dart_frog/pull/1210)) - - fix(dart_frog_prod_server): stop assuming directory name is package name when bundling ([#1253](https://github.com/VeryGoodOpenSource/dart_frog/pull/1253)) +- chore(deps): bump mason from 0.1.0-dev.51 to 0.1.0-dev.52 in /packages/dart_frog_cli ([#1235](https://github.com/dart-frog-dev/dart_frog/pull/1235)) +- feat: update cli bundles ([#1210](https://github.com/dart-frog-dev/dart_frog/pull/1210)) + - fix(dart_frog_prod_server): stop assuming directory name is package name when bundling ([#1253](https://github.com/dart-frog-dev/dart_frog/pull/1253)) # 1.2.0 -- fix(dart_frog_cli): report daemon missing parameters ([#1050](https://github.com/VeryGoodOpenSource/dart_frog/pull/1050)) -- chore(deps): bump cli_completion from 0.3.0 to 0.4.0 in /packages/dart_frog_cli ([#1060](https://github.com/VeryGoodOpenSource/dart_frog/pull/1060)) -- feat(dart_frog_cli): update cli bundles ([#1115](https://github.com/VeryGoodOpenSource/dart_frog/pull/1115)) -- chore(deps): bump pub_updater from 0.3.1 to 0.4.0 in /packages/dart_frog_cli ([#1061](https://github.com/VeryGoodOpenSource/dart_frog/pull/1061)) -- chore(deps): bump mason from 0.1.0-dev.50 to 0.1.0-dev.51 in /packages/dart_frog_cli ([#1073](https://github.com/VeryGoodOpenSource/dart_frog/pull/1073)) -- feat(dart_frog_cli): add host option to `dev` ([#1114](https://github.com/VeryGoodOpenSource/dart_frog/pull/1114)) -- refactor(dart_frog_cli): move runtime compatibility check to dev server runner ([#1138](https://github.com/VeryGoodOpenSource/dart_frog/pull/1138)) -- feat: add prod server builder ([#1161](https://github.com/VeryGoodOpenSource/dart_frog/pull/1161)) +- fix(dart_frog_cli): report daemon missing parameters ([#1050](https://github.com/dart-frog-dev/dart_frog/pull/1050)) +- chore(deps): bump cli_completion from 0.3.0 to 0.4.0 in /packages/dart_frog_cli ([#1060](https://github.com/dart-frog-dev/dart_frog/pull/1060)) +- feat(dart_frog_cli): update cli bundles ([#1115](https://github.com/dart-frog-dev/dart_frog/pull/1115)) +- chore(deps): bump pub_updater from 0.3.1 to 0.4.0 in /packages/dart_frog_cli ([#1061](https://github.com/dart-frog-dev/dart_frog/pull/1061)) +- chore(deps): bump mason from 0.1.0-dev.50 to 0.1.0-dev.51 in /packages/dart_frog_cli ([#1073](https://github.com/dart-frog-dev/dart_frog/pull/1073)) +- feat(dart_frog_cli): add host option to `dev` ([#1114](https://github.com/dart-frog-dev/dart_frog/pull/1114)) +- refactor(dart_frog_cli): move runtime compatibility check to dev server runner ([#1138](https://github.com/dart-frog-dev/dart_frog/pull/1138)) +- feat: add prod server builder ([#1161](https://github.com/dart-frog-dev/dart_frog/pull/1161)) # 1.1.1 -- feat(dart_frog_cli): update cli bundles ([#1005](https://github.com/VeryGoodOpenSource/dart_frog/pull/1005)) - - chore: update dart_frog_gen on bricks ([#1003](https://github.com/VeryGoodOpenSource/dart_frog/pull/1003)) - - chore: bump very good analysis ([#984](https://github.com/VeryGoodOpenSource/dart_frog/pull/984)) -- test: fix intermittent e2e test ([#1008](https://github.com/VeryGoodOpenSource/dart_frog/pull/1008)) -- feat(dart_frog_cli): update cli bundles ([#1012](https://github.com/VeryGoodOpenSource/dart_frog/pull/1012)) - - feat: add dart frog extension as recommended ([#1009](https://github.com/VeryGoodOpenSource/dart_frog/pull/1009)) -- fix(dart_frog_cli): prevent staggered devserver kills ([#1048](https://github.com/VeryGoodOpenSource/dart_frog/pull/1048)) +- feat(dart_frog_cli): update cli bundles ([#1005](https://github.com/dart-frog-dev/dart_frog/pull/1005)) + - chore: update dart_frog_gen on bricks ([#1003](https://github.com/dart-frog-dev/dart_frog/pull/1003)) + - chore: bump very good analysis ([#984](https://github.com/dart-frog-dev/dart_frog/pull/984)) +- test: fix intermittent e2e test ([#1008](https://github.com/dart-frog-dev/dart_frog/pull/1008)) +- feat(dart_frog_cli): update cli bundles ([#1012](https://github.com/dart-frog-dev/dart_frog/pull/1012)) + - feat: add dart frog extension as recommended ([#1009](https://github.com/dart-frog-dev/dart_frog/pull/1009)) +- fix(dart_frog_cli): prevent staggered devserver kills ([#1048](https://github.com/dart-frog-dev/dart_frog/pull/1048)) # 1.1.0 -- feat: press R to reload ([#814](https://github.com/VeryGoodOpenSource/dart_frog/pull/814)) -- feat: make daemon command visible ([#871](https://github.com/VeryGoodOpenSource/dart_frog/pull/871)) -- fix: port read from env([#874](https://github.com/VeryGoodOpenSource/dart_frog/pull/874)) -- chore: add topics ([#901](https://github.com/VeryGoodOpenSource/dart_frog/pull/901)) -- chore: add .DS_Store to create_dart_frog gitignore ([#936](https://github.com/VeryGoodOpenSource/dart_frog/pull/936)) -- feat: change production brick to support external dependencies in the Dockerfile ([#926](https://github.com/VeryGoodOpenSource/dart_frog/pull/926)) -- feat(dart_frog_cli): support lowercase r to reload ([#900](https://github.com/VeryGoodOpenSource/dart_frog/pull/900)) -- feat: add route_config domain to daemon ([#965](https://github.com/VeryGoodOpenSource/dart_frog/pull/965)) -- chore: bump uuid from 3.0.7 to 4.0.0 ([#989](https://github.com/VeryGoodOpenSource/dart_frog/pull/989)) +- feat: press R to reload ([#814](https://github.com/dart-frog-dev/dart_frog/pull/814)) +- feat: make daemon command visible ([#871](https://github.com/dart-frog-dev/dart_frog/pull/871)) +- fix: port read from env([#874](https://github.com/dart-frog-dev/dart_frog/pull/874)) +- chore: add topics ([#901](https://github.com/dart-frog-dev/dart_frog/pull/901)) +- chore: add .DS_Store to create_dart_frog gitignore ([#936](https://github.com/dart-frog-dev/dart_frog/pull/936)) +- feat: change production brick to support external dependencies in the Dockerfile ([#926](https://github.com/dart-frog-dev/dart_frog/pull/926)) +- feat(dart_frog_cli): support lowercase r to reload ([#900](https://github.com/dart-frog-dev/dart_frog/pull/900)) +- feat: add route_config domain to daemon ([#965](https://github.com/dart-frog-dev/dart_frog/pull/965)) +- chore: bump uuid from 3.0.7 to 4.0.0 ([#989](https://github.com/dart-frog-dev/dart_frog/pull/989)) # 1.0.0 @@ -97,13 +97,13 @@ # 0.3.5 -- fix: filter out error messages from killing the server process ([#592](https://github.com/VeryGoodOpenSource/dart_frog/pull/592)) +- fix: filter out error messages from killing the server process ([#592](https://github.com/dart-frog-dev/dart_frog/pull/592)) # 0.3.4 -- refactor: remove duplicate `dart:io` import ([#556](https://github.com/VeryGoodOpenSource/dart_frog/pull/556)) -- chore: bump cli_completion from 0.2.0 to 0.3.0 in /packages/dart_frog_cli ([#553](https://github.com/VeryGoodOpenSource/dart_frog/pull/553)) -- feat: support custom init method ([#587](https://github.com/VeryGoodOpenSource/dart_frog/pull/587)) +- refactor: remove duplicate `dart:io` import ([#556](https://github.com/dart-frog-dev/dart_frog/pull/556)) +- chore: bump cli_completion from 0.2.0 to 0.3.0 in /packages/dart_frog_cli ([#553](https://github.com/dart-frog-dev/dart_frog/pull/553)) +- feat: support custom init method ([#587](https://github.com/dart-frog-dev/dart_frog/pull/587)) # 0.3.3 diff --git a/packages/dart_frog_cli/CONTRIBUTING.md b/packages/dart_frog_cli/CONTRIBUTING.md index 0109224a6..253fc575b 100644 --- a/packages/dart_frog_cli/CONTRIBUTING.md +++ b/packages/dart_frog_cli/CONTRIBUTING.md @@ -51,7 +51,7 @@ dart test dart test ``` -If some tests do not pass out of the box, please submit an [issue](https://github.com/VeryGoodOpenSource/dart_frog/issues/new/choose). +If some tests do not pass out of the box, please submit an [issue](https://github.com/dart-frog-dev/dart_frog/issues/new/choose). 4. Install your own version of Dart Frog CLI in your local environment: @@ -71,7 +71,7 @@ tool/generate_bundles.sh Before creating a Pull Request please: -1. [Fork](https://docs.github.com/en/get-started/quickstart/contributing-to-projects) the [GitHub repository](https://github.com/VeryGoodOpenSource/dart_frog) and create your branch from `main`: +1. [Fork](https://docs.github.com/en/get-started/quickstart/contributing-to-projects) the [GitHub repository](https://github.com/dart-frog-dev/dart_frog) and create your branch from `main`: ```sh # 🪵 Branch from `main` @@ -124,11 +124,11 @@ dart fix --apply 8. Create the Pull Request with a meaningful description, linking to the original issue where possible. -9. Verify that all [status checks](https://github.com/VeryGoodOpenSource/dart_frog/actions) are passing for your Pull Request once they have been approved to run by a maintainer. +9. Verify that all [status checks](https://github.com/dart-frog-dev/dart_frog/actions) are passing for your Pull Request once they have been approved to run by a maintainer. 💡 **Note**: While the prerequisites above must be satisfied prior to having your pull request reviewed, the reviewer(s) may ask you to complete additional work, tests, or other changes before your pull request can be accepted. [conventional_commits_link]: https://www.conventionalcommits.org/en/v1.0.0 -[bug_report_link]: https://github.com/VeryGoodOpenSource/dart_frog/issues/new?assignees=&labels=bug&projects=&template=bug_report.md&title=fix%3A+ +[bug_report_link]: https://github.com/dart-frog-dev/dart_frog/issues/new?assignees=&labels=bug&projects=&template=bug_report.md&title=fix%3A+ [very_good_core_link]: doc/very_good_core.md [very_good_ventures_link]: https://verygood.ventures/?utm_source=github&utm_medium=banner&utm_campaign=CLI diff --git a/packages/dart_frog_cli/README.md b/packages/dart_frog_cli/README.md index e2801ba60..f8eb08521 100644 --- a/packages/dart_frog_cli/README.md +++ b/packages/dart_frog_cli/README.md @@ -1,4 +1,4 @@ -[](https://dart-frog.dev/) +[](https://dart-frog.dev/) ### Dart Frog CLI @@ -13,7 +13,7 @@ The official command line interface for [Dart Frog][dart_frog_link]. -Developed with 💙 by [Very Good Ventures][very_good_ventures_link] 🦄 +[Originally developed][credits_link] by [Very Good Ventures][very_good_ventures_link] 🦄 ## Usage 💻 @@ -39,14 +39,15 @@ Run "dart_frog help " for more information about a command. Learn more about it on the [official docs][docs_link]. -[ci_badge]: https://github.com/VeryGoodOpenSource/dart_frog/actions/workflows/dart_frog_cli.yaml/badge.svg?branch=main -[ci_link]: https://github.com/VeryGoodOpenSource/dart_frog/actions/workflows/dart_frog_cli.yaml -[coverage_badge]: https://raw.githubusercontent.com/VeryGoodOpenSource/dart_frog/main/packages/dart_frog_cli/coverage_badge.svg -[dart_frog_link]: https://github.com/verygoodopensource/dart_frog +[ci_badge]: https://github.com/dart-frog-dev/dart_frog/actions/workflows/dart_frog_cli.yaml/badge.svg?branch=main +[ci_link]: https://github.com/dart-frog-dev/dart_frog/actions/workflows/dart_frog_cli.yaml +[coverage_badge]: https://raw.githubusercontent.com/dart-frog-dev/dart_frog/main/packages/dart_frog_cli/coverage_badge.svg +[credits_link]: https://github.com/dart-frog-dev/dart_frog/blob/main/CREDITS.md#acknowledgments +[dart_frog_link]: https://github.com/dart-frog-dev/dart_frog [license_badge]: https://img.shields.io/badge/license-MIT-blue.svg [license_link]: https://opensource.org/licenses/MIT -[logo_black]: https://raw.githubusercontent.com/VeryGoodOpenSource/dart_frog/main/assets/dart_frog_logo_black.png#gh-light-mode-only -[logo_white]: https://raw.githubusercontent.com/VeryGoodOpenSource/dart_frog/main/assets/dart_frog_logo_white.png#gh-dark-mode-only +[logo_black]: https://raw.githubusercontent.com/dart-frog-dev/dart_frog/main/assets/dart_frog_logo_black.png#gh-light-mode-only +[logo_white]: https://raw.githubusercontent.com/dart-frog-dev/dart_frog/main/assets/dart_frog_logo_white.png#gh-dark-mode-only [pub_badge]: https://img.shields.io/pub/v/dart_frog_cli.svg [pub_link]: https://pub.dartlang.org/packages/dart_frog_cli [very_good_analysis_badge]: https://img.shields.io/badge/style-very_good_analysis-B22C89.svg diff --git a/packages/dart_frog_cli/e2e/test/daemon/dev_server_domain_test.dart b/packages/dart_frog_cli/e2e/test/daemon/dev_server_domain_test.dart index 8ab995092..306ce3904 100644 --- a/packages/dart_frog_cli/e2e/test/daemon/dev_server_domain_test.dart +++ b/packages/dart_frog_cli/e2e/test/daemon/dev_server_domain_test.dart @@ -305,7 +305,7 @@ void main() { }); testServer( - // TODO(renancaraujo): this fails on linux: https://github.com/VeryGoodOpenSource/dart_frog/issues/807 + // TODO(renancaraujo): this fails on linux: https://github.com/dart-frog-dev/dart_frog/issues/807 skip: Platform.isLinux, 'GET on project 1 server 1: connection refused', (host) async { final responseFuture = http.get(Uri.parse(host)); @@ -318,7 +318,7 @@ void main() { testServer( port: project2ServerPort, - // TODO(renancaraujo): this fails on linux: https://github.com/VeryGoodOpenSource/dart_frog/issues/807 + // TODO(renancaraujo): this fails on linux: https://github.com/dart-frog-dev/dart_frog/issues/807 skip: Platform.isLinux, 'GET / on project 2: connection refused', @@ -337,7 +337,7 @@ void main() { testServer( port: project1Server2Port, 'GET / on project 1 server 2: connection refused', - // TODO(renancaraujo): this fails on linux: https://github.com/VeryGoodOpenSource/dart_frog/issues/807 + // TODO(renancaraujo): this fails on linux: https://github.com/dart-frog-dev/dart_frog/issues/807 skip: Platform.isLinux, (host) async { await expectLater( diff --git a/packages/dart_frog_cli/lib/src/command_runner.dart b/packages/dart_frog_cli/lib/src/command_runner.dart index ed670ef6d..0d3f951cd 100644 --- a/packages/dart_frog_cli/lib/src/command_runner.dart +++ b/packages/dart_frog_cli/lib/src/command_runner.dart @@ -109,7 +109,7 @@ class DartFrogCommandRunner extends CompletionCommandRunner { styleUnderlined.wrap( link( uri: Uri.parse( - 'https://github.com/verygoodopensource/dart_frog/releases/tag/dart_frog_cli-v$latestVersion', + 'https://github.com/dart-frog-dev/dart_frog/releases/tag/dart_frog_cli-v$latestVersion', ), ), ), diff --git a/packages/dart_frog_cli/pubspec.yaml b/packages/dart_frog_cli/pubspec.yaml index e7720d855..85fd7d891 100644 --- a/packages/dart_frog_cli/pubspec.yaml +++ b/packages/dart_frog_cli/pubspec.yaml @@ -2,8 +2,8 @@ name: dart_frog_cli description: The official command line interface for Dart Frog. Built by Very Good Ventures. version: 1.2.5 homepage: https://dart-frog.dev -repository: https://github.com/VeryGoodOpenSource/dart_frog -issue_tracker: https://github.com/VeryGoodOpenSource/dart_frog/issues +repository: https://github.com/dart-frog-dev/dart_frog +issue_tracker: https://github.com/dart-frog-dev/dart_frog/issues documentation: https://dart-frog.dev/getting-started topics: [server, backend, shelf, dart-frog, cli] diff --git a/packages/dart_frog_cli/test/src/command_runner_test.dart b/packages/dart_frog_cli/test/src/command_runner_test.dart index dd440435a..44199a589 100644 --- a/packages/dart_frog_cli/test/src/command_runner_test.dart +++ b/packages/dart_frog_cli/test/src/command_runner_test.dart @@ -47,7 +47,7 @@ final changelogLink = lightCyan.wrap( styleUnderlined.wrap( link( uri: Uri.parse( - 'https://github.com/verygoodopensource/dart_frog/releases/tag/dart_frog_cli-v$latestVersion', + 'https://github.com/dart-frog-dev/dart_frog/releases/tag/dart_frog_cli-v$latestVersion', ), ), ), diff --git a/packages/dart_frog_gen/CHANGELOG.md b/packages/dart_frog_gen/CHANGELOG.md index c9ede706f..4458d4792 100644 --- a/packages/dart_frog_gen/CHANGELOG.md +++ b/packages/dart_frog_gen/CHANGELOG.md @@ -1,12 +1,12 @@ # 2.0.0 -- feat: removing external checking from code gen ([#928](https://github.com/VeryGoodOpenSource/dart_frog/pull/928)) -- chore(packages): bump very good analysis ([#983](https://github.com/VeryGoodOpenSource/dart_frog/pull/983)) +- feat: removing external checking from code gen ([#928](https://github.com/dart-frog-dev/dart_frog/pull/928)) +- chore(packages): bump very good analysis ([#983](https://github.com/dart-frog-dev/dart_frog/pull/983)) # 1.1.0 -- chore(deps): bump `package:mocktail` and `very_good_analysis` ([#855](https://github.com/VeryGoodOpenSource/dart_frog/pull/855)) -- feat(dart_frog_gen): add `toJson` to `RouteConfig` ([#872](https://github.com/VeryGoodOpenSource/dart_frog/pull/872)) +- chore(deps): bump `package:mocktail` and `very_good_analysis` ([#855](https://github.com/dart-frog-dev/dart_frog/pull/855)) +- feat(dart_frog_gen): add `toJson` to `RouteConfig` ([#872](https://github.com/dart-frog-dev/dart_frog/pull/872)) # 1.0.0 @@ -14,24 +14,24 @@ # 0.4.1 -- feat: update to Dart 3 and Very Good Analysis 5 ([#681](https://github.com/VeryGoodOpenSource/dart_frog/pull/681)) -- feat: adding wildcard detection to dart frog gen ([#691](https://github.com/VeryGoodOpenSource/dart_frog/pull/691)) +- feat: update to Dart 3 and Very Good Analysis 5 ([#681](https://github.com/dart-frog-dev/dart_frog/pull/681)) +- feat: adding wildcard detection to dart frog gen ([#691](https://github.com/dart-frog-dev/dart_frog/pull/691)) # 0.4.0 -- feat!: re-land "add route configuration validation to gen" ([#614](https://github.com/VeryGoodOpenSource/dart_frog/pull/614)) +- feat!: re-land "add route configuration validation to gen" ([#614](https://github.com/dart-frog-dev/dart_frog/pull/614)) # 0.3.4 -- fix: revert "add route configuration validation to gen" ([#628](https://github.com/VeryGoodOpenSource/dart_frog/pull/628)) +- fix: revert "add route configuration validation to gen" ([#628](https://github.com/dart-frog-dev/dart_frog/pull/628)) # 0.3.3 -- feat: add route configuration validation to gen ([#614](https://github.com/VeryGoodOpenSource/dart_frog/pull/614)) +- feat: add route configuration validation to gen ([#614](https://github.com/dart-frog-dev/dart_frog/pull/614)) # 0.3.2 -- feat: detect custom init method ([#564](https://github.com/VeryGoodOpenSource/dart_frog/pull/564)) +- feat: detect custom init method ([#564](https://github.com/dart-frog-dev/dart_frog/pull/564)) # 0.3.1 diff --git a/packages/dart_frog_gen/README.md b/packages/dart_frog_gen/README.md index fd0466628..3f52509b3 100644 --- a/packages/dart_frog_gen/README.md +++ b/packages/dart_frog_gen/README.md @@ -1,4 +1,4 @@ -[](https://dart-frog.dev/) +[](https://dart-frog.dev/) ### Dart Frog Gen @@ -12,7 +12,7 @@ Code generation tooling for [Dart Frog][dart_frog_link]. -Developed with 💙 by [Very Good Ventures][very_good_ventures_link] 🦄 +[Originally developed][credits_link] by [Very Good Ventures][very_good_ventures_link] 🦄 ```dart import 'dart:io'; @@ -25,14 +25,15 @@ void main() { } ``` -[ci_badge]: https://github.com/VeryGoodOpenSource/dart_frog/actions/workflows/dart_frog_gen.yaml/badge.svg?branch=main -[ci_link]: https://github.com/VeryGoodOpenSource/dart_frog/actions/workflows/dart_frog_gen.yaml -[coverage_badge]: https://raw.githubusercontent.com/VeryGoodOpenSource/dart_frog/main/packages/dart_frog_gen/coverage_badge.svg -[dart_frog_link]: https://github.com/verygoodopensource/dart_frog +[ci_badge]: https://github.com/dart-frog-dev/dart_frog/actions/workflows/dart_frog_gen.yaml/badge.svg?branch=main +[ci_link]: https://github.com/dart-frog-dev/dart_frog/actions/workflows/dart_frog_gen.yaml +[coverage_badge]: https://raw.githubusercontent.com/dart-frog-dev/dart_frog/main/packages/dart_frog_gen/coverage_badge.svg +[credits_link]: https://github.com/dart-frog-dev/dart_frog/blob/main/CREDITS.md#acknowledgments +[dart_frog_link]: https://github.com/dart-frog-dev/dart_frog [license_badge]: https://img.shields.io/badge/license-MIT-blue.svg [license_link]: https://opensource.org/licenses/MIT -[logo_black]: https://raw.githubusercontent.com/VeryGoodOpenSource/dart_frog/main/assets/dart_frog_logo_black.png#gh-light-mode-only -[logo_white]: https://raw.githubusercontent.com/VeryGoodOpenSource/dart_frog/main/assets/dart_frog_logo_white.png#gh-dark-mode-only +[logo_black]: https://raw.githubusercontent.com/dart-frog-dev/dart_frog/main/assets/dart_frog_logo_black.png#gh-light-mode-only +[logo_white]: https://raw.githubusercontent.com/dart-frog-dev/dart_frog/main/assets/dart_frog_logo_white.png#gh-dark-mode-only [pub_badge]: https://img.shields.io/pub/v/dart_frog_gen.svg [pub_link]: https://pub.dartlang.org/packages/dart_frog_gen [very_good_analysis_badge]: https://img.shields.io/badge/style-very_good_analysis-B22C89.svg diff --git a/packages/dart_frog_gen/pubspec.yaml b/packages/dart_frog_gen/pubspec.yaml index c8258d04b..dc0a0ec63 100644 --- a/packages/dart_frog_gen/pubspec.yaml +++ b/packages/dart_frog_gen/pubspec.yaml @@ -2,8 +2,8 @@ name: dart_frog_gen description: Code generation tooling for Dart Frog. Built by Very Good Ventures. version: 2.0.0 homepage: https://dart-frog.dev -repository: https://github.com/VeryGoodOpenSource/dart_frog -issue_tracker: https://github.com/VeryGoodOpenSource/dart_frog/issues +repository: https://github.com/dart-frog-dev/dart_frog +issue_tracker: https://github.com/dart-frog-dev/dart_frog/issues documentation: https://dart-frog.dev/getting-started topics: [server, backend, dart-frog, codegen] diff --git a/packages/dart_frog_test/README.md b/packages/dart_frog_test/README.md index 3cb9dd0e6..fb8a16346 100644 --- a/packages/dart_frog_test/README.md +++ b/packages/dart_frog_test/README.md @@ -1,4 +1,4 @@ -[](https://dart-frog.dev/) +[](https://dart-frog.dev/) ### Dart Frog Test @@ -105,6 +105,7 @@ await expectNotAllowedMethods( --- +[credits_link]: https://github.com/dart-frog-dev/dart_frog/blob/main/CREDITS.md#acknowledgments [dart_install_link]: https://dart.dev/get-dart [github_actions_link]: https://docs.github.com/en/actions/learn-github-actions [license_badge]: https://img.shields.io/badge/license-MIT-blue.svg diff --git a/packages/dart_frog_test/pubspec.yaml b/packages/dart_frog_test/pubspec.yaml index 0a4b46fba..df5f1594e 100644 --- a/packages/dart_frog_test/pubspec.yaml +++ b/packages/dart_frog_test/pubspec.yaml @@ -2,8 +2,8 @@ name: dart_frog_test description: A testing library which makes it easy to test Dart frog services. version: 0.1.0 homepage: https://dart-frog.dev -repository: https://github.com/VeryGoodOpenSource/dart_frog -issue_tracker: https://github.com/VeryGoodOpenSource/dart_frog/issues +repository: https://github.com/dart-frog-dev/dart_frog +issue_tracker: https://github.com/dart-frog-dev/dart_frog/issues documentation: https://dart-frog.dev/getting-started topics: [server, backend, dart-frog, test] diff --git a/packages/dart_frog_web_socket/README.md b/packages/dart_frog_web_socket/README.md index 713333591..ba49488a5 100644 --- a/packages/dart_frog_web_socket/README.md +++ b/packages/dart_frog_web_socket/README.md @@ -1,4 +1,4 @@ -[](https://dart-frog.dev) +[](https://dart-frog.dev) ### Dart Frog Web Socket @@ -12,7 +12,7 @@ WebSocket support for [Dart Frog][dart_frog_link]. -Developed with 💙 by [Very Good Ventures][very_good_ventures_link] 🦄 +[Originally developed][credits_link] by [Very Good Ventures][very_good_ventures_link] 🦄 Learn more about it on the [official docs][docs_link]. @@ -65,14 +65,15 @@ void main() { } ``` -[ci_badge]: https://github.com/VeryGoodOpenSource/dart_frog/actions/workflows/dart_frog_web_socket.yaml/badge.svg?branch=main -[ci_link]: https://github.com/VeryGoodOpenSource/dart_frog/actions/workflows/dart_frog_web_socket.yaml -[coverage_badge]: https://raw.githubusercontent.com/VeryGoodOpenSource/dart_frog/main/packages/dart_frog_web_socket/coverage_badge.svg -[dart_frog_link]: https://github.com/verygoodopensource/dart_frog +[ci_badge]: https://github.com/dart-frog-dev/dart_frog/actions/workflows/dart_frog_web_socket.yaml/badge.svg?branch=main +[ci_link]: https://github.com/dart-frog-dev/dart_frog/actions/workflows/dart_frog_web_socket.yaml +[coverage_badge]: https://raw.githubusercontent.com/dart-frog-dev/dart_frog/main/packages/dart_frog_web_socket/coverage_badge.svg +[credits_link]: https://github.com/dart-frog-dev/dart_frog/blob/main/CREDITS.md#acknowledgments +[dart_frog_link]: https://github.com/dart-frog-dev/dart_frog [license_badge]: https://img.shields.io/badge/license-MIT-blue.svg [license_link]: https://opensource.org/licenses/MIT -[logo_black]: https://raw.githubusercontent.com/VeryGoodOpenSource/dart_frog/main/assets/dart_frog_logo_black.png#gh-light-mode-only -[logo_white]: https://raw.githubusercontent.com/VeryGoodOpenSource/dart_frog/main/assets/dart_frog_logo_white.png#gh-dark-mode-only +[logo_black]: https://raw.githubusercontent.com/dart-frog-dev/dart_frog/main/assets/dart_frog_logo_black.png#gh-light-mode-only +[logo_white]: https://raw.githubusercontent.com/dart-frog-dev/dart_frog/main/assets/dart_frog_logo_white.png#gh-dark-mode-only [pub_badge]: https://img.shields.io/pub/v/dart_frog_web_socket.svg [pub_link]: https://pub.dartlang.org/packages/dart_frog_web_socket [very_good_analysis_badge]: https://img.shields.io/badge/style-very_good_analysis-B22C89.svg diff --git a/packages/dart_frog_web_socket/pubspec.yaml b/packages/dart_frog_web_socket/pubspec.yaml index 1a9107b63..116739ce9 100644 --- a/packages/dart_frog_web_socket/pubspec.yaml +++ b/packages/dart_frog_web_socket/pubspec.yaml @@ -2,8 +2,8 @@ name: dart_frog_web_socket description: WebSocket support for Dart Frog. Built by Very Good Ventures. version: 1.0.0 homepage: https://dart-frog.dev -repository: https://github.com/VeryGoodOpenSource/dart_frog -issue_tracker: https://github.com/VeryGoodOpenSource/dart_frog/issues +repository: https://github.com/dart-frog-dev/dart_frog +issue_tracker: https://github.com/dart-frog-dev/dart_frog/issues documentation: https://dart-frog.dev/getting-started topics: [server, backend, dart-frog, websocket] diff --git a/tool/generate_bundles.sh b/tool/generate_bundles.sh index 42aa49dd6..a28cf44b9 100755 --- a/tool/generate_bundles.sh +++ b/tool/generate_bundles.sh @@ -2,15 +2,15 @@ # Runs `mason bundle` to generate bundles for all bricks within the top level bricks directory. # Create Dart Frog Brick -mason bundle -s git https://github.com/verygoodopensource/dart_frog --git-path bricks/create_dart_frog -t dart -o packages/dart_frog_cli/lib/src/commands/create/templates +mason bundle -s git https://github.com/dart-frog-dev/dart_frog --git-path bricks/create_dart_frog -t dart -o packages/dart_frog_cli/lib/src/commands/create/templates # Development Dart Frog Server Brick -mason bundle -s git https://github.com/verygoodopensource/dart_frog --git-path bricks/dart_frog_dev_server -t dart -o packages/dart_frog_cli/lib/src/commands/dev/templates +mason bundle -s git https://github.com/dart-frog-dev/dart_frog --git-path bricks/dart_frog_dev_server -t dart -o packages/dart_frog_cli/lib/src/commands/dev/templates # Production Dart Frog Server Brick -mason bundle -s git https://github.com/verygoodopensource/dart_frog --git-path bricks/dart_frog_prod_server -t dart -o packages/dart_frog_cli/lib/src/commands/build/templates +mason bundle -s git https://github.com/dart-frog-dev/dart_frog --git-path bricks/dart_frog_prod_server -t dart -o packages/dart_frog_cli/lib/src/commands/build/templates # Create dart frog routes and middlewares -mason bundle -s git https://github.com/verygoodopensource/dart_frog --git-path bricks/dart_frog_new -t dart -o packages/dart_frog_cli/lib/src/commands/new/templates +mason bundle -s git https://github.com/dart-frog-dev/dart_frog --git-path bricks/dart_frog_new -t dart -o packages/dart_frog_cli/lib/src/commands/new/templates dart format ./packages/dart_frog_cli \ No newline at end of file diff --git a/tool/release_ready.sh b/tool/release_ready.sh index 789b2377b..3f7c0763a 100755 --- a/tool/release_ready.sh +++ b/tool/release_ready.sh @@ -52,7 +52,7 @@ fi # Retrieving all the commits in the current directory since the last tag. previousTag="${current_name}-v${old_version}" raw_commits="$(git log --pretty=format:"%s" --no-merges --reverse $previousTag..HEAD -- .)" -markdown_commits=$(echo "$raw_commits" | sed -En "s/\(#([0-9]+)\)/([#\1](https:\/\/github.com\/VeryGoodOpenSource\/dart_frog\/pull\/\1))/p") +markdown_commits=$(echo "$raw_commits" | sed -En "s/\(#([0-9]+)\)/([#\1](https:\/\/github.com\/dart-frog-dev\/dart_frog\/pull\/\1))/p") if [[ "$markdown_commits" == "" ]]; then echo "No commits since last tag, can't update."