refactor: rename Wizamart to Orion across entire codebase
Replace all ~1,086 occurrences of Wizamart/wizamart/WIZAMART/WizaMart with Orion/orion/ORION across 184 files. This includes database identifiers, email addresses, domain references, R2 bucket names, DNS prefixes, encryption salt, Celery app name, config defaults, Docker configs, CI configs, documentation, seed data, and templates. Renames homepage-wizamart.html template to homepage-orion.html. Fixes duplicate file_pattern key in api.yaml architecture rule. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
For comprehensive test structure documentation, please see:
|
||||
|
||||
**[Test Structure Guide](https://yourusername.github.io/wizamart/testing/test-structure/)** in MkDocs
|
||||
**[Test Structure Guide](https://yourusername.github.io/orion/testing/test-structure/)** in MkDocs
|
||||
|
||||
## Quick Start
|
||||
|
||||
@@ -29,4 +29,4 @@ tests/integration/api/v1/
|
||||
└── shared/ # Shared/common tests
|
||||
```
|
||||
|
||||
See full documentation: [Test Structure Guide](https://yourusername.github.io/wizamart/testing/test-structure/)
|
||||
See full documentation: [Test Structure Guide](https://yourusername.github.io/orion/testing/test-structure/)
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
For comprehensive testing documentation, see:
|
||||
|
||||
**[Test Structure Guide](https://yourusername.github.io/wizamart/testing/test-structure/)** in MkDocs
|
||||
**[Test Structure Guide](https://yourusername.github.io/orion/testing/test-structure/)** in MkDocs
|
||||
|
||||
## Quick Start
|
||||
|
||||
@@ -17,4 +17,4 @@ pytest tests/integration/api/v1/admin/ -v
|
||||
|
||||
⚠️ Tests to be migrated from legacy test files.
|
||||
|
||||
See [Test Structure Guide](https://yourusername.github.io/wizamart/testing/test-structure/) for migration details.
|
||||
See [Test Structure Guide](https://yourusername.github.io/orion/testing/test-structure/) for migration details.
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
For comprehensive testing documentation, see:
|
||||
|
||||
**[Test Structure Guide](https://yourusername.github.io/wizamart/testing/test-structure/)** in MkDocs
|
||||
**[Test Structure Guide](https://yourusername.github.io/orion/testing/test-structure/)** in MkDocs
|
||||
|
||||
## Quick Start
|
||||
|
||||
@@ -17,4 +17,4 @@ pytest tests/integration/api/v1/platform/ -v
|
||||
|
||||
⚠️ Tests to be created.
|
||||
|
||||
See [Test Structure Guide](https://yourusername.github.io/wizamart/testing/test-structure/) for details.
|
||||
See [Test Structure Guide](https://yourusername.github.io/orion/testing/test-structure/) for details.
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
For comprehensive testing documentation, see:
|
||||
|
||||
**[Test Structure Guide](https://yourusername.github.io/wizamart/testing/test-structure/)** in MkDocs
|
||||
**[Test Structure Guide](https://yourusername.github.io/orion/testing/test-structure/)** in MkDocs
|
||||
|
||||
## Quick Start
|
||||
|
||||
@@ -17,4 +17,4 @@ pytest tests/integration/api/v1/shared/ -v
|
||||
|
||||
⚠️ Tests to be migrated from legacy test files (auth, pagination, filtering).
|
||||
|
||||
See [Test Structure Guide](https://yourusername.github.io/wizamart/testing/test-structure/) for migration details.
|
||||
See [Test Structure Guide](https://yourusername.github.io/orion/testing/test-structure/) for migration details.
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
For comprehensive store API testing documentation, please see:
|
||||
|
||||
**[Store API Testing Guide](https://yourusername.github.io/wizamart/testing/store-api-testing/)** in MkDocs
|
||||
**[Store API Testing Guide](https://yourusername.github.io/orion/testing/store-api-testing/)** in MkDocs
|
||||
|
||||
## Quick Start
|
||||
|
||||
@@ -32,5 +32,5 @@ Key fixtures for store testing:
|
||||
|
||||
## See Also
|
||||
|
||||
- [Store API Testing Guide](https://yourusername.github.io/wizamart/testing/store-api-testing/) - Full documentation
|
||||
- [Test Structure](https://yourusername.github.io/wizamart/testing/test-structure/) - Overall test organization
|
||||
- [Store API Testing Guide](https://yourusername.github.io/orion/testing/store-api-testing/) - Full documentation
|
||||
- [Test Structure](https://yourusername.github.io/orion/testing/test-structure/) - Overall test organization
|
||||
|
||||
Reference in New Issue
Block a user