Skip to content

Commit 22f49da

Browse files
committed
Replace all nolindnaidoo references with OffensiveEdge
- Updated author information in package.json - Updated all README.md marketplace and GitHub links - Updated documentation files (ARCHITECTURE.md, etc.) - Updated localization files (package.nls.json, src/i18n/*) - Updated source code references - Updated sample files and documentation - All references now point to OffensiveEdge organization
1 parent 1d82338 commit 22f49da

21 files changed

+39
-39
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ Dates-LE brings zero-hassle date extraction to VS Code. Simple, reliable, focuse
5151
- **Log Analysis** - Extract timestamps from server logs and application traces
5252
- **Data Migration** - Pull creation dates and timestamps from database exports
5353
- **API Auditing** - Find date fields in JSON responses and configuration files
54-
- **Temporal Validation** - Audit date ranges and temporal consistency across datasets
54+
- **Temporal Validation** - Audit date ranges and temporal consistency across datasets

README.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@
99

1010
<p align="center">
1111
<!-- VS Code Marketplace -->
12-
<a href="https://marketplace.visualstudio.com/items?itemName=nolindnaidoo.dates-le">
13-
<img src="https://img.shields.io/visual-studio-marketplace/v/nolindnaidoo.dates-le" alt="VSCode Marketplace Version" />
12+
<a href="https://marketplace.visualstudio.com/items?itemName=OffensiveEdge.dates-le">
13+
<img src="https://img.shields.io/visual-studio-marketplace/v/OffensiveEdge.dates-le" alt="VSCode Marketplace Version" />
1414
</a>
1515
<!-- Open VSX -->
16-
<a href="https://open-vsx.org/extension/nolindnaidoo/dates-le">
17-
<img src="https://img.shields.io/open-vsx/v/nolindnaidoo/dates-le" alt="Open VSX Version" />
16+
<a href="https://open-vsx.org/extension/OffensiveEdge/dates-le">
17+
<img src="https://img.shields.io/open-vsx/v/OffensiveEdge/dates-le" alt="Open VSX Version" />
1818
</a>
1919
<!-- Build -->
20-
<a href="https://github.com/nolindnaidoo/dates-le/actions">
21-
<img src="https://img.shields.io/github/actions/workflow/status/nolindnaidoo/dates-le/ci.yml?branch=main" alt="Build Status" />
20+
<a href="https://github.com/OffensiveEdge/dates-le/actions">
21+
<img src="https://img.shields.io/github/actions/workflow/status/OffensiveEdge/dates-le/ci.yml?branch=main" alt="Build Status" />
2222
</a>
2323
<!-- License -->
24-
<a href="https://github.com/nolindnaidoo/dates-le/blob/main/LICENSE">
25-
<img src="https://img.shields.io/github/license/nolindnaidoo/dates-le" alt="MIT License" />
24+
<a href="https://github.com/OffensiveEdge/dates-le/blob/main/LICENSE">
25+
<img src="https://img.shields.io/github/license/OffensiveEdge/dates-le" alt="MIT License" />
2626
</a>
2727
</p>
2828

@@ -43,7 +43,7 @@
4343
## 🙏 Thank You
4444

4545
If Dates-LE saves you time, a quick rating helps other developers discover it:
46-
[VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=nolindnaidoo.dates-le)[Open VSX](https://open-vsx.org/extension/nolindnaidoo/dates-le)
46+
[VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=OffensiveEdge.dates-le)[Open VSX](https://open-vsx.org/extension/OffensiveEdge/dates-le)
4747

4848
## ✅ Why Dates-LE?
4949

@@ -82,13 +82,13 @@ Dates-LE intelligently detects ISO, RFC2822, Unix timestamps, and custom date fo
8282

8383
## 🚀 More from the LE Family
8484

85-
- **[String-LE](https://marketplace.visualstudio.com/items?itemName=nolindnaidoo.string-le)** - Extract user-visible strings for i18n and validation • [Open VSX](https://open-vsx.org/extension/nolindnaidoo/string-le)
86-
- **[Numbers-LE](https://marketplace.visualstudio.com/items?itemName=nolindnaidoo.numbers-le)** - Extract and analyze numeric data with statistics • [Open VSX](https://open-vsx.org/extension/nolindnaidoo/numbers-le)
87-
- **[EnvSync-LE](https://marketplace.visualstudio.com/items?itemName=nolindnaidoo.envsync-le)** - Keep .env files in sync with visual diffs • [Open VSX](https://open-vsx.org/extension/nolindnaidoo/envsync-le)
88-
- **[Paths-LE](https://marketplace.visualstudio.com/items?itemName=nolindnaidoo.paths-le)** - Extract file paths from imports and dependencies • [Open VSX](https://open-vsx.org/extension/nolindnaidoo/paths-le)
89-
- **[Scrape-LE](https://marketplace.visualstudio.com/items?itemName=nolindnaidoo.scrape-le)** - Validate scraper targets before debugging • [Open VSX](https://open-vsx.org/extension/nolindnaidoo/scrape-le)
90-
- **[Colors-LE](https://marketplace.visualstudio.com/items?itemName=nolindnaidoo.colors-le)** - Extract and analyze colors from stylesheets • [Open VSX](https://open-vsx.org/extension/nolindnaidoo/colors-le)
91-
- **[URLs-LE](https://marketplace.visualstudio.com/items?itemName=nolindnaidoo.urls-le)** - Extract URLs from any codebase with precision • [Open VSX](https://open-vsx.org/extension/nolindnaidoo/urls-le)
85+
- **[String-LE](https://marketplace.visualstudio.com/items?itemName=OffensiveEdge.string-le)** - Extract user-visible strings for i18n and validation • [Open VSX](https://open-vsx.org/extension/OffensiveEdge/string-le)
86+
- **[Numbers-LE](https://marketplace.visualstudio.com/items?itemName=OffensiveEdge.numbers-le)** - Extract and analyze numeric data with statistics • [Open VSX](https://open-vsx.org/extension/OffensiveEdge/numbers-le)
87+
- **[EnvSync-LE](https://marketplace.visualstudio.com/items?itemName=OffensiveEdge.envsync-le)** - Keep .env files in sync with visual diffs • [Open VSX](https://open-vsx.org/extension/OffensiveEdge/envsync-le)
88+
- **[Paths-LE](https://marketplace.visualstudio.com/items?itemName=OffensiveEdge.paths-le)** - Extract file paths from imports and dependencies • [Open VSX](https://open-vsx.org/extension/OffensiveEdge/paths-le)
89+
- **[Scrape-LE](https://marketplace.visualstudio.com/items?itemName=OffensiveEdge.scrape-le)** - Validate scraper targets before debugging • [Open VSX](https://open-vsx.org/extension/OffensiveEdge/scrape-le)
90+
- **[Colors-LE](https://marketplace.visualstudio.com/items?itemName=OffensiveEdge.colors-le)** - Extract and analyze colors from stylesheets • [Open VSX](https://open-vsx.org/extension/OffensiveEdge/colors-le)
91+
- **[URLs-LE](https://marketplace.visualstudio.com/items?itemName=OffensiveEdge.urls-le)** - Extract URLs from any codebase with precision • [Open VSX](https://open-vsx.org/extension/OffensiveEdge/urls-le)
9292

9393
## 💡 Use Cases
9494

@@ -99,7 +99,7 @@ Dates-LE intelligently detects ISO, RFC2822, Unix timestamps, and custom date fo
9999

100100
## 🚀 Quick Start
101101

102-
1. Install from [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=nolindnaidoo.dates-le) or [Open VSX](https://open-vsx.org/extension/nolindnaidoo/dates-le)
102+
1. Install from [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=OffensiveEdge.dates-le) or [Open VSX](https://open-vsx.org/extension/OffensiveEdge/dates-le)
103103
2. Open any supported file type (`Cmd/Ctrl + P` → search for "Dates-LE")
104104
3. Run Quick Extract (`Cmd+Shift+D` / `Ctrl+Shift+D` / Status Bar)
105105

@@ -159,7 +159,7 @@ Ensure file is saved with supported extension (.json, .yaml, .csv, .xml, .log, .
159159
Files over 5MB may take longer. Consider splitting into smaller chunks
160160

161161
**Need help?**
162-
Check [Issues](https://github.com/nolindnaidoo/dates-le/issues) or enable logging: `dates-le.telemetryEnabled: true`
162+
Check [Issues](https://github.com/OffensiveEdge/dates-le/issues) or enable logging: `dates-le.telemetryEnabled: true`
163163

164164
## ❓ FAQ
165165

@@ -183,4 +183,4 @@ Powered by Vitest • Run with `bun test --coverage`
183183
---
184184

185185
Copyright © 2025
186-
<a href="https://github.com/nolindnaidoo">@nolindnaidoo</a>. All rights reserved.
186+
<a href="https://github.com/OffensiveEdge">@OffensiveEdge</a>. All rights reserved.

docs/ARCHITECTURE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,6 @@ sequenceDiagram
426426
427427
---
428428
429-
**Project:** [Issues](https://github.com/nolindnaidoo/dates-le/issues) • [Pull Requests](https://github.com/nolindnaidoo/dates-le/pulls) • [Releases](https://github.com/nolindnaidoo/dates-le/releases)
429+
**Project:** [Issues](https://github.com/OffensiveEdge/dates-le/issues) • [Pull Requests](https://github.com/OffensiveEdge/dates-le/pulls) • [Releases](https://github.com/OffensiveEdge/dates-le/releases)
430430
431431
**Docs:** [Architecture](ARCHITECTURE.md) • [Performance](PERFORMANCE.md) • [I18N](I18N.md) • [Governance](governance/)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"version": "1.7.0",
77
"license": "MIT",
88
"author": {
9-
"name": "Nolin D Naidoo",
10-
"url": "https://github.com/nolindnaidoo"
9+
"name": "OffensiveEdge",
10+
"url": "https://github.com/OffensiveEdge"
1111
},
1212
"repository": {
1313
"type": "git",

package.nls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,5 +120,5 @@
120120
"runtime.help.formats": "**Supported**: JSON, YAML, CSV\n**Date Formats**: ISO 8601, RFC 2822, Unix timestamp, UTC, Local, Custom",
121121
"runtime.help.troubleshooting": "**No dates found?** Check file format and date patterns\n**Performance issues?** Enable safety settings for large files\n**Need help?** Check Output panel for details",
122122
"runtime.help.settings": "Access via Command Palette: \"Dates-LE: Open Settings\"\nKey settings: Copy to clipboard, deduplication, output format, timezone",
123-
"runtime.help.support": "GitHub Issues: https://github.com/nolindnaidoo/dates-le/issues"
123+
"runtime.help.support": "GitHub Issues: https://github.com/OffensiveEdge/dates-le/issues"
124124
}

release/dates-le-1.4.6.vsix

-430 KB
Binary file not shown.

release/dates-le-1.4.7.vsix

-430 KB
Binary file not shown.

sample/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,4 +372,4 @@ These sample files comprehensively test:
372372

373373
**Happy Testing!** 🚀
374374

375-
If you discover any issues or have suggestions for additional test cases, please [open an issue](https://github.com/nolindnaidoo/dates-le/issues).
375+
If you discover any issues or have suggestions for additional test cases, please [open an issue](https://github.com/OffensiveEdge/dates-le/issues).

src/commands/help.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ Key settings:
8282
- Telemetry: Enable local-only logging
8383
8484
## Support
85-
- GitHub Issues: https://github.com/nolindnaidoo/dates-le/issues
86-
- Documentation: https://github.com/nolindnaidoo/dates-le#readme
85+
- GitHub Issues: https://github.com/OffensiveEdge/dates-le/issues
86+
- Documentation: https://github.com/OffensiveEdge/dates-le#readme
8787
`.trim();
8888

8989
const doc = await vscode.workspace.openTextDocument({

src/i18n/package.nls.de.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,5 @@
111111
"runtime.help.formats": "**Unterstützt**: JSON, YAML, CSV\n**Datumsformate**: ISO 8601, RFC 2822, Unix-Zeitstempel, UTC, Lokal, Benutzerdefiniert",
112112
"runtime.help.troubleshooting": "**Keine Daten gefunden?** Überprüfen Sie das Dateiformat und die Datumsmuster\n**Leistungsprobleme?** Sicherheitseinstellungen für große Dateien aktivieren\n**Benötigen Sie Hilfe?** Details finden Sie im Ausgabefenster",
113113
"runtime.help.settings": "Zugriff über die Befehlspalette: „Dates-LE: Einstellungen öffnen”\nWichtige Einstellungen: In die Zwischenablage kopieren, Deduplizierung, Ausgabeformat, Zeitzone",
114-
"runtime.help.support": "GitHub-Probleme: https://github.com/nolindnaidoo/dates-le/issues"
114+
"runtime.help.support": "GitHub-Probleme: https://github.com/OffensiveEdge/dates-le/issues"
115115
}

0 commit comments

Comments
 (0)