From 3427d2bc2647836084ec4d9dc3d08ba56cc32acb Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Wed, 18 Apr 2018 08:05:57 -0500 Subject: [PATCH 1/2] Renamed repository The repository has been renamed from "ZendDeveloperTools" to "zend-developer-tools", in order to make it consistent with other repository names, and to make it more consistent with tooling. --- CHANGELOG.md | 10 +++++----- README.md | 4 ++-- composer.json | 6 +++--- docs/CONTRIBUTING.md | 16 ++++++++-------- docs/ISSUE_TEMPLATE.md | 2 +- docs/SUPPORT.md | 2 +- src/Collector/AbstractCollector.php | 4 ++-- src/Collector/AutoHideInterface.php | 4 ++-- src/Collector/CollectorInterface.php | 4 ++-- src/Collector/ConfigCollector.php | 4 ++-- src/Collector/DbCollector.php | 4 ++-- src/Collector/EventCollectorInterface.php | 4 ++-- src/Collector/ExceptionCollector.php | 4 ++-- src/Collector/MailCollector.php | 4 ++-- src/Collector/MemoryCollector.php | 4 ++-- src/Collector/RequestCollector.php | 4 ++-- src/Collector/TimeCollector.php | 4 ++-- src/Controller/DeveloperToolsController.php | 4 ++-- src/EventLogging/EventContextInterface.php | 4 ++-- src/EventLogging/EventContextProvider.php | 4 ++-- src/Exception/CollectorException.php | 4 ++-- src/Exception/ExceptionInterface.php | 4 ++-- src/Exception/InvalidOptionException.php | 4 ++-- src/Exception/ParameterMissingException.php | 4 ++-- src/Exception/ProfilerException.php | 4 ++-- src/Exception/SerializableException.php | 4 ++-- src/Listener/EventLoggingListenerAggregate.php | 4 ++-- src/Listener/FirePhpListener.php | 4 ++-- src/Listener/FlushListener.php | 4 ++-- src/Listener/ProfilerListener.php | 4 ++-- src/Listener/StorageListener.php | 4 ++-- src/Listener/ToolbarListener.php | 4 ++-- src/Match/MatchInterface.php | 4 ++-- src/Module.php | 4 ++-- src/Options.php | 4 ++-- src/Profiler.php | 4 ++-- src/ProfilerEvent.php | 4 ++-- src/Report.php | 4 ++-- src/ReportInterface.php | 4 ++-- src/Storage/StorageInterface.php | 4 ++-- src/Stub/ClosureStub.php | 4 ++-- src/View/Helper/DetailArray.php | 4 ++-- src/View/Helper/Memory.php | 4 ++-- src/View/Helper/Time.php | 4 ++-- test/Collector/ConfigCollectionTest.php | 4 ++-- test/Collector/MemoryCollectorTest.php | 4 ++-- test/Exception/SerializableExceptionTest.php | 2 +- test/ModuleTest.php | 4 ++-- test/OptionsTest.php | 4 ++-- 49 files changed, 105 insertions(+), 105 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71f7373..179a21b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,10 +53,10 @@ All notable changes to this project will be documented in this file, in reverse ### Added -- [#217](https://github.com/zendframework/ZendDeveloperTools/pull/217) adds +- [#217](https://github.com/zendframework/zend-developer-tools/pull/217) adds support in the `SerializableException` for PHP 7 Throwables, including Error types. -- [#220](https://github.com/zendframework/ZendDeveloperTools/pull/220) adds +- [#220](https://github.com/zendframework/zend-developer-tools/pull/220) adds support for displaying matched route parameters other than just the controller and action. @@ -70,9 +70,9 @@ All notable changes to this project will be documented in this file, in reverse ### Fixed -- [#215](https://github.com/zendframework/ZendDeveloperTools/pull/215) replaces +- [#215](https://github.com/zendframework/zend-developer-tools/pull/215) replaces the ZF logo to remove the "2". -- [#218](https://github.com/zendframework/ZendDeveloperTools/pull/218) updates +- [#218](https://github.com/zendframework/zend-developer-tools/pull/218) updates the logic for retrieving a zend-db `Adapter` to only do so if `db` configuration also exists; this ensures the toolbar does not cause a fatal error if zend-db is installed but no adapter configured. @@ -81,7 +81,7 @@ All notable changes to this project will be documented in this file, in reverse ### Added -- [#213](https://github.com/zendframework/ZendDeveloperTools/pull/213) adds +- [#213](https://github.com/zendframework/zend-developer-tools/pull/213) adds support for zend-mvc, zend-eventmanager, and zend-servicemanager v3. ### Deprecated diff --git a/README.md b/README.md index 7e4be4a..6322c7b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Zend Developer Tools -[![Build Status](https://secure.travis-ci.org/zendframework/ZendDeveloperTools.svg?branch=master)](https://secure.travis-ci.org/zendframework/ZendDeveloperTools) -[![Coverage Status](https://coveralls.io/repos/github/zendframework/ZendDeveloperTools/badge.svg?branch=master)](https://coveralls.io/github/zendframework/ZendDeveloperTools?branch=master) +[![Build Status](https://secure.travis-ci.org/zendframework/zend-developer-tools.svg?branch=master)](https://secure.travis-ci.org/zendframework/zend-developer-tools) +[![Coverage Status](https://coveralls.io/repos/github/zendframework/zend-developer-tools/badge.svg?branch=master)](https://coveralls.io/github/zendframework/zend-developer-tools?branch=master) Module providing debug tools for use with [zend-mvc](https://docs.zendframework.com/zend-mvc) applications. diff --git a/composer.json b/composer.json index e873046..7336f7c 100644 --- a/composer.json +++ b/composer.json @@ -10,9 +10,9 @@ "module" ], "support": { - "issues": "https://github.com/zendframework/ZendDeveloperTools/issues", - "source": "https://github.com/zendframework/ZendDeveloperTools", - "rss": "https://github.com/zendframework/ZendDeveloperTools/releases.atom", + "issues": "https://github.com/zendframework/zend-developer-tools/issues", + "source": "https://github.com/zendframework/zend-developer-tools", + "rss": "https://github.com/zendframework/zend-developer-tools/releases.atom", "chat": "https://zendframework-slack.herokuapp.com", "forum": "https://discourse.zendframework.com/c/questions/components" }, diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 09674d9..2f3fd86 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -11,7 +11,7 @@ read/subscribe to the following resources: - [Code of Conduct](CODE_OF_CONDUCT.md) If you are working on new features or refactoring -[create a proposal](https://github.com/zendframework/ZendDeveloperTools/issues/new). +[create a proposal](https://github.com/zendframework/zend-developer-tools/issues/new). ## RUNNING TESTS @@ -20,8 +20,8 @@ To run tests: - Clone the repository: ```console - $ git clone git://github.com/zendframework/ZendDeveloperTools.git - $ cd ZendDeveloperTools + $ git clone git://github.com/zendframework/zend-developer-tools.git + $ cd zend-developer-tools ``` - Install dependencies via composer: @@ -72,19 +72,19 @@ pull your work into the master repository. We recommend using [GitHub](https://github.com), as that is where the component is already hosted. 1. Setup a [GitHub account](https://github.com/), if you haven't yet -2. Fork the repository (https://github.com/zendframework/ZendDeveloperTools) +2. Fork the repository (https://github.com/zendframework/zend-developer-tools) 3. Clone the canonical repository locally and enter it. ```console - $ git clone git://github.com/zendframework/ZendDeveloperTools.git - $ cd ZendDeveloperTools + $ git clone git://github.com/zendframework/zend-developer-tools.git + $ cd zend-developer-tools ``` 4. Add a remote to your fork; substitute your GitHub username in the command below. ```console - $ git remote add {username} git@github.com:{username}/ZendDeveloperTools.git + $ git remote add {username} git@github.com:{username}/zend-developer-tools.git $ git fetch {username} ``` @@ -147,7 +147,7 @@ Delta compression using up to 2 threads. Compression objects: 100% (18/18), done. Writing objects: 100% (20/20), 8.19KiB, done. Total 20 (delta 12), reused 0 (delta 0) -To ssh://git@github.com/{username}/ZendDeveloperTools.git +To ssh://git@github.com/{username}/zend-developer-tools.git b5583aa..4f51698 HEAD -> master ``` diff --git a/docs/ISSUE_TEMPLATE.md b/docs/ISSUE_TEMPLATE.md index 95f81c3..e30bf0c 100644 --- a/docs/ISSUE_TEMPLATE.md +++ b/docs/ISSUE_TEMPLATE.md @@ -1,4 +1,4 @@ - - [ ] I was not able to find an [open](https://github.com/zendframework/ZendDeveloperTools/issues?q=is%3Aopen) or [closed](https://github.com/zendframework/ZendDeveloperTools/issues?q=is%3Aclosed) issue matching what I'm seeing. + - [ ] I was not able to find an [open](https://github.com/zendframework/zend-developer-tools/issues?q=is%3Aopen) or [closed](https://github.com/zendframework/zend-developer-tools/issues?q=is%3Aclosed) issue matching what I'm seeing. - [ ] This is not a question. (Questions should be asked on [chat](https://zendframework.slack.com/) ([Signup here](https://zendframework-slack.herokuapp.com/)) or our [forums](https://discourse.zendframework.com/).) Provide a narrative description of what you are trying to accomplish. diff --git a/docs/SUPPORT.md b/docs/SUPPORT.md index ee0eaf9..7a920e0 100644 --- a/docs/SUPPORT.md +++ b/docs/SUPPORT.md @@ -7,7 +7,7 @@ Zend Framework offers three support channels: - For detailed questions (e.g., those requiring examples) use our [forums](https://discourse.zendframework.com/c/questions/components) - To report issues, use this repository's - [issue tracker](https://github.com/zendframework/ZendDeveloperTools/issues/new) + [issue tracker](https://github.com/zendframework/zend-developer-tools/issues/new) **DO NOT** use the issue tracker to ask questions; use chat or the forums for that. Questions posed to the issue tracker will be closed. diff --git a/src/Collector/AbstractCollector.php b/src/Collector/AbstractCollector.php index b92bfd6..a4efa36 100644 --- a/src/Collector/AbstractCollector.php +++ b/src/Collector/AbstractCollector.php @@ -1,8 +1,8 @@ Date: Wed, 18 Apr 2018 08:10:12 -0500 Subject: [PATCH 2/2] Adds CHANGELOG entry for #249 --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 179a21b..3fa20f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. -## 1.2.1 - TBD +## 1.2.1 - 2018-04-18 ### Added @@ -10,7 +10,10 @@ All notable changes to this project will be documented in this file, in reverse ### Changed -- Nothing. +- [#249](https://github.com/zendframework/zend-developer-tools/pull/249) changes the repository name to "zend-developer-tools", in order to make the name + consistent with other repositories, as well as play nicely with existing tooling. The Packagist + entry has been updated to point to the new repository name, and GitHub auto-redirects any + references to the old name to the new repository, making this a non-BC-breaking change. ### Deprecated