Skip to content

Commit 5004697

Browse files
committed
namespace change
1 parent 549746e commit 5004697

60 files changed

Lines changed: 362 additions & 316 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ Contributions are **welcome** and will be fully **credited**.
44

55
## Bug Report
66

7-
We accept bug reports via issues created on [Github](https://github.com/bakame-php/aide-profiler/issues).
7+
We accept bug reports via issues created on [Github](https://github.com/bakame-php/stackwatch/issues).
88

99
### Prior to submitting your report
1010

1111
- **Always search the issue or pull request list first** - The odds are good that if you've found a problem, someone else has found it, too.
1212

13-
- **Always try the [master branch](https://github.com/bakame-php/aide-profiler)** - to see if the reported bug has not already been fixed.
13+
- **Always try the [main branch](https://github.com/bakame-php/stackwatch)** - to see if the reported bug has not already been fixed.
1414

1515
### When submitting your report
1616

@@ -22,7 +22,7 @@ We accept bug reports via issues created on [Github](https://github.com/bakame-p
2222

2323
## Pull Request
2424

25-
We accept contributions via Pull Requests on [Github](https://github.com/bakame-php/aide-profiler/pull).
25+
We accept contributions via Pull Requests on [Github](https://github.com/bakame-php/stackwatch/pull).
2626

2727
- **[PSR-12 Coding Standard](http://www.php-fig.org/psr/psr-12/)** - Your patch won't be accepted if it doesn't pass the package coding style test suite.
2828

.github/ISSUE_TEMPLATE/Bug_Report.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ about: Something is broken? 🔨
88
_(Fill in the relevant information below to help triage your issue.)_
99

1010
| Information | Description |
11-
|--------------|---------|
12-
| Version | |
13-
| PHP version | |
14-
| OS Platform | |
11+
|-------------|-------------|
12+
| Version | |
13+
| PHP version | |
14+
| OS Platform | |
1515

1616
### Summary
1717

@@ -31,8 +31,8 @@ _(What is the current (buggy) behavior?)_
3131

3232
## Checks before submitting
3333

34-
* [ ] Be sure that there isn't already an issue about this. See: [Issues list](https://github.com/bakame-php/aide-profiler/issues)
35-
* [ ] Be sure that there isn't already a pull request about this. See: [Pull requests](https://github.com/bakame-php/aide-profiler/pulls)
34+
* [ ] Be sure that there isn't already an issue about this. See: [Issues list](https://github.com/bakame-php/stackwatch/issues)
35+
* [ ] Be sure that there isn't already a pull request about this. See: [Pull requests](https://github.com/bakame-php/stackwatch/pulls)
3636
* [ ] I have added every step to reproduce the bug.
3737
* [ ] If possible I added relevant code examples.
3838
* [ ] This issue is about 1 bug and nothing more.

.github/ISSUE_TEMPLATE/Feature_Request.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,19 @@ about: Do you have a new feature in mind?
55

66
## Feature Request
77

8-
| Q | A
9-
|------------ | ------
10-
| New Feature | yes
11-
| BC Break | yes/no
12-
8+
| Q | A |
9+
|-------------|--------|
10+
| New Feature | yes |
11+
| BC Break | yes/no |
1312

1413
### Proposal
1514

1615
_(Please explain in plain english the feature you would like to see implemented.)_
1716

1817
## Checks before submitting
1918

20-
* [ ] Be sure that there isn't already an issue about this. See: [Issues list](https://github.com/bakame-php/aide-profiler/issues)
21-
* [ ] Be sure that there isn't already a pull request about this. See: [Pull requests](https://github.com/bakame-php/aide-profiler/pulls)
19+
* [ ] Be sure that there isn't already an issue about this. See: [Issues list](https://github.com/bakame-php/stackwatch/issues)
20+
* [ ] Be sure that there isn't already a pull request about this. See: [Pull requests](https://github.com/bakame-php/stackwatch/pulls)
2221
* [ ] Tell if you have the option to provide the code for this proposal.
2322
* [ ] This issue is about 1 feature proposal and nothing more.
2423
* [ ] The issue has a descriptive title. For example: "Add JSON render option".

.github/ISSUE_TEMPLATE/Question.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ _(Please explain in plain english your question)_
1515

1616
## Checks before submitting
1717

18-
* [ ] Be sure that there isn't already an issue about this. See: [Issues list](https://github.com/bakame-php/aide-profiler/issues)
19-
* [ ] Be sure that there isn't already a pull request about this. See: [Pull requests](https://github.com/bakame-php/aide-profiler/pulls)
18+
* [ ] Be sure that there isn't already an issue about this. See: [Issues list](https://github.com/bakame-php/stackwatch/issues)
19+
* [ ] Be sure that there isn't already a pull request about this. See: [Pull requests](https://github.com/bakame-php/stackwatch/pulls)
2020
* [ ] I have read, searched and not found the information on the [documentation website](https://csv.thephpleague.com).
2121
* [ ] I have read, searched and not found the information on PHP related forums and/or websites.
2222
* [ ] This issue is about 1 question around the package with no business or domain specific logic related to a specific situation.

.github/PULL_REQUEST_TEMPLATE/Bug_Fix.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@ about: Something is broken and you have a failing Unit Test? 🔨
88
_(Fill in the relevant information below to help triage your issue.)_
99

1010
| Information | Description |
11-
|--------------|---------|
12-
| Version | |
13-
| PHP version | |
14-
| OS Platform | |
11+
|-------------|-------------|
12+
| Version | |
13+
| PHP version | |
14+
| OS Platform | |
1515

1616
### Summary
1717

1818
_(Please explain in plain english the failing test)_
1919

2020
## Checks before submitting
2121

22-
* [ ] Be sure that there isn't already a pull request about this. See: [Pull requests](https://github.com/bakame-php/aide-profiler/pulls)
22+
* [ ] Be sure that there isn't already a pull request about this. See: [Pull requests](https://github.com/bakame-php/stackwatch/pulls)
2323
* [ ] This pull request is about 1 bug fix and nothing more.
2424
* [ ] Be sure to always target the lowest supported PHP version.
2525
* [ ] Be sure to include tests.

.github/PULL_REQUEST_TEMPLATE/New_Feature.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ _(Please explain in plain english the feature you would like to see implemented.
2727

2828
## Checks before submitting
2929

30-
* [ ] Be sure that there isn't already a pull request about this. See: [Pull requests](https://github.com/bakame-php/aide-profiler/pulls)
30+
* [ ] Be sure that there isn't already a pull request about this. See: [Pull requests](https://github.com/bakame-php/stackwatch/pulls)
3131
* [ ] This pull request is about 1 new feature and nothing more.
3232
* [ ] Be sure to always target the lowest supported PHP version.
3333
* [ ] Be sure to include tests.

.github/SUPPORT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ Here are some useful resources to help you use this project:
55
- [Project README](../README.md)
66
- [Documentation](../README.md)
77

8-
Need more help? Feel free to [ask a question](https://github.com/bakame-php/aide-profiler/issues/new?labels=question) using our issue tracker and we'll do our best to answer it!
8+
Need more help? Feel free to [ask a question](https://github.com/bakame-php/stackwatch/issues/new?labels=question) using our issue tracker and we'll do our best to answer it!
99

CHANGELOG.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Changelog
22

3-
All Notable changes to `bakame/aide-profiler` will be documented in this file.
3+
All Notable changes to `bakame/stackwatch` will be documented in this file.
44

5-
## [Next - African City](https://github.com/bakame-php/aide-profiler/compare/0.10.0...main) - TBD
5+
## [Next - African City](https://github.com/bakame-php/stackwatch/compare/0.10.0...main) - TBD
66

77
### Added
88

@@ -38,7 +38,7 @@ All Notable changes to `bakame/aide-profiler` will be documented in this file.
3838
- **BC BREAK:** `Marker::realPeakMemoryUsage` removed use `Marker::metrics` instead
3939
- **BC BREAK:** `ProfiledResult` is renamed `Result`
4040

41-
## [0.10.0 - Johannesburg](https://github.com/bakame-php/aide-profiler/compare/0.9,0...0.10.0) - 2025-07-17
41+
## [0.10.0 - Johannesburg](https://github.com/bakame-php/stackwatch/compare/0.9,0...0.10.0) - 2025-07-17
4242

4343
### Added
4444

@@ -79,7 +79,7 @@ All Notable changes to `bakame/aide-profiler` will be documented in this file.
7979

8080
- None
8181

82-
## [0.9.0 - Ibadan](https://github.com/bakame-php/aide-profiler/compare/0.8,0...0.9.0) - 2025-07-09
82+
## [0.9.0 - Ibadan](https://github.com/bakame-php/stackwatch/compare/0.8,0...0.9.0) - 2025-07-09
8383

8484
### Added
8585

@@ -105,7 +105,7 @@ All Notable changes to `bakame/aide-profiler` will be documented in this file.
105105

106106
- None
107107

108-
## [0.8.0 - Harare](https://github.com/bakame-php/aide-profiler/compare/0.7.1...0.8.0) - 2025-07-07
108+
## [0.8.0 - Harare](https://github.com/bakame-php/stackwatch/compare/0.7.1...0.8.0) - 2025-07-07
109109

110110
### Added
111111

@@ -127,7 +127,7 @@ All Notable changes to `bakame/aide-profiler` will be documented in this file.
127127

128128
- None
129129

130-
## [0.7.1 - Gaborone](https://github.com/bakame-php/aide-profiler/compare/0.7.0...0.7.1) - 2025-07-06
130+
## [0.7.1 - Gaborone](https://github.com/bakame-php/stackwatch/compare/0.7.0...0.7.1) - 2025-07-06
131131

132132
### Added
133133

@@ -145,7 +145,7 @@ All Notable changes to `bakame/aide-profiler` will be documented in this file.
145145

146146
- None
147147

148-
## [0.7.0 - Gaborone](https://github.com/bakame-php/aide-profiler/compare/0.6.0...0.7.0) - 2025-07-05
148+
## [0.7.0 - Gaborone](https://github.com/bakame-php/stackwatch/compare/0.6.0...0.7.0) - 2025-07-05
149149

150150
### Added
151151

@@ -167,7 +167,7 @@ All Notable changes to `bakame/aide-profiler` will be documented in this file.
167167

168168
- None
169169

170-
## [0.6.0 - Fezzan](https://github.com/bakame-php/aide-profiler/compare/0.5.0...0.6.0) - 2025-07-03
170+
## [0.6.0 - Fezzan](https://github.com/bakame-php/stackwatch/compare/0.5.0...0.6.0) - 2025-07-03
171171

172172
### Added
173173

@@ -189,7 +189,7 @@ All Notable changes to `bakame/aide-profiler` will be documented in this file.
189189

190190
- **BC BREAK:** `TimeUnit` is removed in favor of `DurationUnit` Enum
191191

192-
## [0.5.0 - Enugu](https://github.com/bakame-php/aide-profiler/compare/0.4.0...0.5.0) - 2025-07-01
192+
## [0.5.0 - Enugu](https://github.com/bakame-php/stackwatch/compare/0.4.0...0.5.0) - 2025-07-01
193193

194194
### Added
195195

@@ -208,7 +208,7 @@ All Notable changes to `bakame/aide-profiler` will be documented in this file.
208208

209209
- **BC BREAK:** renamed `CliExporter` as `ConsoleTableExporter`
210210

211-
## [0.4.0 - Durban](https://github.com/bakame-php/aide-profiler/compare/0.3.0...0.4.0) - 2025-06-29
211+
## [0.4.0 - Durban](https://github.com/bakame-php/stackwatch/compare/0.3.0...0.4.0) - 2025-06-29
212212

213213
### Added
214214

@@ -231,7 +231,7 @@ All Notable changes to `bakame/aide-profiler` will be documented in this file.
231231
- **BC BREAK:** `ProfilingResult::profile` static method removed
232232
- **BC BREAK:** `ProfilingData::randomLabel` static method removed
233233

234-
## [0.3.0 - Cairo](https://github.com/bakame-php/aide-profiler/compare/0.2.0...0.3.0) - 2025-06-29
234+
## [0.3.0 - Cairo](https://github.com/bakame-php/stackwatch/compare/0.2.0...0.3.0) - 2025-06-29
235235

236236
### Added
237237

@@ -262,7 +262,7 @@ All Notable changes to `bakame/aide-profiler` will be documented in this file.
262262
- **BC BREAK:** `ProfileResult::value` renamed `ProfileResult::result`
263263
- **BC BREAK:** `ProfileResult::profile` renamed `ProfileResult::profilingData`
264264

265-
## [0.2.0 - Bamako](https://github.com/bakame-php/aide-profiler/compare/0.1.0...0.2.0) - 2025-06-27
265+
## [0.2.0 - Bamako](https://github.com/bakame-php/stackwatch/compare/0.1.0...0.2.0) - 2025-06-27
266266

267267
### Added
268268

@@ -282,6 +282,6 @@ All Notable changes to `bakame/aide-profiler` will be documented in this file.
282282

283283
- None
284284

285-
## [0.1.0 - Addis Ababa](https://github.com/bakame-php/aide-profiler/releases/tag/0.1.0) - 2025-06-26
285+
## [0.1.0 - Addis Ababa](https://github.com/bakame-php/stackwatch/releases/tag/0.1.0) - 2025-06-26
286286

287287
**Initial release!**

0 commit comments

Comments
 (0)