Skip to content

Commit 7f30abc

Browse files
authored
chore: transfert the repo to stone-foundation (#66)
* chore: transfert the repo to stone-foundation Release-As: 0.1.2 * chore: change the sonar config FYI: We force merge because we change the sonar project config name and organisation. --------- Co-authored-by: Mr Stone <pierre.evens16@gmail.com>
1 parent 6c211cf commit 7f30abc

File tree

6 files changed

+63
-50
lines changed

6 files changed

+63
-50
lines changed

CHANGELOG.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ All notable changes to the "Stone.js Http core" extension will be documented in
55
## Unreleased
66

77

8-
## [0.1.1](https://github.com/stonemjs/http-core/compare/v0.1.0...v0.1.1) (2025-06-05)
8+
## [0.1.1](https://github.com/stone-foundation/stone-js-http-core/compare/v0.1.0...v0.1.1) (2025-06-05)
99

1010

1111
### Bug Fixes
1212

13-
* fix Inefficient regular expression, add security file and configure sonar cloud ([#55](https://github.com/stonemjs/http-core/issues/55)) ([0d36986](https://github.com/stonemjs/http-core/commit/0d369869add0f1630e9b5b2cd1421e57ee8d3865))
14-
* fix sonar issues ([#56](https://github.com/stonemjs/http-core/issues/56)) ([b831895](https://github.com/stonemjs/http-core/commit/b831895497ad78853c6297d03ab0449b614ea055))
13+
* fix Inefficient regular expression, add security file and configure sonar cloud ([#55](https://github.com/stone-foundation/stone-js-http-core/issues/55)) ([0d36986](https://github.com/stone-foundation/stone-js-http-core/commit/0d369869add0f1630e9b5b2cd1421e57ee8d3865))
14+
* fix sonar issues ([#56](https://github.com/stone-foundation/stone-js-http-core/issues/56)) ([b831895](https://github.com/stone-foundation/stone-js-http-core/commit/b831895497ad78853c6297d03ab0449b614ea055))
1515

16-
## [0.1.0](https://github.com/stonemjs/http-core/compare/v0.0.4...v0.1.0) (2025-06-04)
16+
## [0.1.0](https://github.com/stone-foundation/stone-js-http-core/compare/v0.0.4...v0.1.0) (2025-06-04)
1717

1818

1919
### Features
2020

21-
* major internal restructuring and cleanup ([#52](https://github.com/stonemjs/http-core/issues/52)) ([5dc19e8](https://github.com/stonemjs/http-core/commit/5dc19e88b97a10a08254fe79d8071a9023d59ff6))
21+
* major internal restructuring and cleanup ([#52](https://github.com/stone-foundation/stone-js-http-core/issues/52)) ([5dc19e8](https://github.com/stone-foundation/stone-js-http-core/commit/5dc19e88b97a10a08254fe79d8071a9023d59ff6))
2222

2323
This update delivers a comprehensive internal refactoring of the `http-core` module to align with the latest Stone.js standards and improve consistency across the ecosystem.
2424

@@ -33,44 +33,44 @@ This update delivers a comprehensive internal refactoring of the `http-core` mod
3333

3434
This refactoring ensures a more stable, extensible foundation for HTTP event processing in all Stone.js runtime adapters.
3535

36-
## [0.0.4](https://github.com/stonemjs/http-core/compare/v0.0.34...v0.0.4) (2025-01-21)
36+
## [0.0.4](https://github.com/stone-foundation/stone-js-http-core/compare/v0.0.34...v0.0.4) (2025-01-21)
3737

3838

3939
### Features
4040

41-
* add response util methods and response decorator ([1848d2c](https://github.com/stonemjs/http-core/commit/1848d2cc8e9419d9e370ae707c528a45d3c2ac5a))
41+
* add response util methods and response decorator ([1848d2c](https://github.com/stone-foundation/stone-js-http-core/commit/1848d2cc8e9419d9e370ae707c528a45d3c2ac5a))
4242

43-
## [0.0.34](https://github.com/stonemjs/http-core/compare/v0.0.33...v0.0.34) (2025-01-06)
43+
## [0.0.34](https://github.com/stone-foundation/stone-js-http-core/compare/v0.0.33...v0.0.34) (2025-01-06)
4444

4545

4646
### Features
4747

48-
* add new error classes and implement default error handler ([01ff480](https://github.com/stonemjs/http-core/commit/01ff4806cd9165b6846329e5f909f61f5c067d6a))
48+
* add new error classes and implement default error handler ([01ff480](https://github.com/stone-foundation/stone-js-http-core/commit/01ff4806cd9165b6846329e5f909f61f5c067d6a))
4949

50-
## [0.0.33](https://github.com/stonemjs/http-core/compare/v0.0.32...v0.0.33) (2024-12-08)
50+
## [0.0.33](https://github.com/stone-foundation/stone-js-http-core/compare/v0.0.32...v0.0.33) (2024-12-08)
5151

5252

5353
### Build System
5454

55-
* update @stone-js/core dependency ([34374e6](https://github.com/stonemjs/http-core/commit/34374e6c4f2f644afedac48ffd94e75996e1eca3))
55+
* update @stone-js/core dependency ([34374e6](https://github.com/stone-foundation/stone-js-http-core/commit/34374e6c4f2f644afedac48ffd94e75996e1eca3))
5656

57-
## [0.0.32](https://github.com/stonemjs/http-core/compare/v0.0.3...v0.0.32) (2024-12-01)
57+
## [0.0.32](https://github.com/stone-foundation/stone-js-http-core/compare/v0.0.3...v0.0.32) (2024-12-01)
5858

5959

6060
### Miscellaneous Chores
6161

62-
* update Stone core dependency ([33a82b7](https://github.com/stonemjs/http-core/commit/33a82b77e98ade423889148c13f25ccd40b75c8a))
62+
* update Stone core dependency ([33a82b7](https://github.com/stone-foundation/stone-js-http-core/commit/33a82b77e98ade423889148c13f25ccd40b75c8a))
6363

64-
## [0.0.3](https://github.com/stonemjs/http-core/compare/v0.0.2...v0.0.3) (2024-12-01)
64+
## [0.0.3](https://github.com/stone-foundation/stone-js-http-core/compare/v0.0.2...v0.0.3) (2024-12-01)
6565

6666

6767
### Miscellaneous Chores
6868

69-
* upgrade mime version ([ed7c218](https://github.com/stonemjs/http-core/commit/ed7c2187bd85b6877da7cd9f8c94448716446e07))
69+
* upgrade mime version ([ed7c218](https://github.com/stone-foundation/stone-js-http-core/commit/ed7c2187bd85b6877da7cd9f8c94448716446e07))
7070

7171
## 0.0.2 (2024-11-30)
7272

7373

7474
### Features
7575

76-
* implement http-core ([24dd4b3](https://github.com/stonemjs/http-core/commit/24dd4b3f1e59fc19fb65fa5316121fe4b68e4f41))
76+
* implement http-core ([24dd4b3](https://github.com/stone-foundation/stone-js-http-core/commit/24dd4b3f1e59fc19fb65fa5316121fe4b68e4f41))

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
[![npm](https://img.shields.io/npm/v/@stone-js/http-core)](https://www.npmjs.com/package/@stone-js/http-core)
55
[![npm](https://img.shields.io/npm/dm/@stone-js/http-core)](https://www.npmjs.com/package/@stone-js/http-core)
66
![Maintenance](https://img.shields.io/maintenance/yes/2025)
7-
[![Build Status (CI)](https://github.com/stonemjs/http-core/actions/workflows/main.yml/badge.svg)](https://github.com/stonemjs/http-core/actions/workflows/main.yml)
8-
[![Publish Package to npmjs (CD)](https://github.com/stonemjs/http-core/actions/workflows/release.yml/badge.svg)](https://github.com/stonemjs/http-core/actions/workflows/release.yml)
9-
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=stonemjs_http-core&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=stonemjs_http-core)
10-
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=stonemjs_http-core&metric=coverage)](https://sonarcloud.io/summary/new_code?id=stonemjs_http-core)
7+
[![Build Status](https://github.com/stone-foundation/stone-js-http-core/actions/workflows/main.yml/badge.svg)](https://github.com/stone-foundation/stone-js-http-core/actions/workflows/main.yml)
8+
[![Publish Package to npmjs](https://github.com/stone-foundation/stone-js-http-core/actions/workflows/release.yml/badge.svg)](https://github.com/stone-foundation/stone-js-http-core/actions/workflows/release.yml)
9+
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=stone-js-http-core&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=stone-js-http-core)
10+
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=stone-js-http-core&metric=coverage)](https://sonarcloud.io/summary/new_code?id=stone-js-http-core)
1111
[![Security Policy](https://img.shields.io/badge/Security-Policy-blue.svg)](./SECURITY.md)
12-
[![CodeQL](https://github.com/stonemjs/http-core/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/stonemjs/http-core/security/code-scanning)
13-
[![Dependabot Status](https://img.shields.io/badge/Dependabot-enabled-brightgreen.svg)](https://github.com/stonemjs/http-core/network/updates)
12+
[![CodeQL](https://github.com/stone-foundation/stone-js-http-core/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/stone-foundation/stone-js-http-core/security/code-scanning)
13+
[![Dependabot Status](https://img.shields.io/badge/Dependabot-enabled-brightgreen.svg)](https://github.com/stone-foundation/stone-js-http-core/network/updates)
1414
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
1515

1616
Stone.js HTTP Core offers a simple, consistent API for handling HTTP requests and responses across any JavaScript runtime.
@@ -66,12 +66,12 @@ response.setHeader('Content-Type', 'application/json')
6666

6767
This package is part of the Stone.js ecosystem, a modern JavaScript framework built around the Continuum Architecture.
6868

69-
Explore the full documentation: https://stonejs.com
69+
Explore the full documentation: https://stonejs.dev
7070

7171
## API documentation
7272

73-
* [API](https://github.com/stonemjs/http-core/blob/main/docs)
73+
* [API](https://github.com/stone-foundation/stone-js-http-core/blob/main/docs)
7474

7575
## Contributing
7676

77-
See [Contributing Guide](https://github.com/stonemjs/http-core/blob/main/CONTRIBUTING.md)
77+
See [Contributing Guide](https://github.com/stone-foundation/stone-js-http-core/blob/main/CONTRIBUTING.md)

package-lock.json

Lines changed: 29 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "@stone-js/http-core",
33
"version": "0.1.1",
4-
"description": "Stone.js HTTP Core",
4+
"description": "Stone.js HTTP Core offers a simple, consistent API for handling HTTP requests and responses across any JavaScript runtime.",
55
"author": "Mr. Stone <evensstone@gmail.com>",
66
"license": "MIT",
77
"repository": {
88
"type": "git",
9-
"url": "git+ssh://git@github.com/stonemjs/http-core.git"
9+
"url": "git+ssh://git@github.com/stone-foundation/stone-js-http-core.git"
1010
},
11-
"homepage": "https://stonejs.com",
11+
"homepage": "https://stonejs.dev",
1212
"bugs": {
13-
"url": "https://github.com/stonemjs/http-core/issues"
13+
"url": "https://github.com/stone-foundation/stone-js-http-core/issues"
1414
},
1515
"keywords": [
1616
"Http",
@@ -87,7 +87,7 @@
8787
"@types/fresh": "^0.5.3",
8888
"@types/lodash-es": "^4.17.12",
8989
"@types/mime": "^3.0.4",
90-
"@types/node": "^22.15.29",
90+
"@types/node": "^24.0.0",
9191
"@types/range-parser": "^1.2.7",
9292
"@types/send": "^0.17.5",
9393
"@types/statuses": "^2.0.5",

sonar-project.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
sonar.projectKey=stonemjs_http-core
2-
sonar.organization=stone-js
1+
sonar.projectKey=stone-js-http-core
2+
sonar.organization=stone-foundation
33
sonar.coverage.exclusions=**/*.spec.ts, **/*.test.ts
44
sonar.javascript.lcov.reportPaths=./coverage/lcov.info
55

tests/decorators/decorators.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,13 @@ describe('Decorators', () => {
105105

106106
describe('RedirectHttpResponse', () => {
107107
it('should return a RedirectResponse', async () => {
108-
const method = RedirectHttpResponse(301)(() => 'https://stonejs.com', { name: 'save', kind: 'method' } as any, {}) as () => Promise<RedirectResponse>
108+
const method = RedirectHttpResponse(301)(() => 'https://stonejs.dev', { name: 'save', kind: 'method' } as any, {}) as () => Promise<RedirectResponse>
109109
const response = await method()
110110
expect(response).toBeInstanceOf(RedirectResponse)
111111
expect(response.statusCode).toBe(301)
112112
expect(response.headers.keys.length).toBe(0)
113113
// @ts-expect-error - ignore type checking for testing purposes
114-
expect(response.targetUrl).toEqual('https://stonejs.com')
114+
expect(response.targetUrl).toEqual('https://stonejs.dev')
115115
})
116116
})
117117
})

0 commit comments

Comments
 (0)