chore: lowercase GitHub organisation name#507
Merged
tobiasehlert merged 2 commits intomainfrom Sep 18, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR standardizes the GitHub organization name by changing it from "TibiaData" to "tibiadata" (lowercase) across the entire codebase. This affects import paths, module declarations, go.mod dependencies, documentation links, and changelog references.
- Updates all Go import paths to use lowercase organization name
- Changes module declarations in go.mod files to use lowercase naming
- Updates documentation links in README.md and source code comments
- Standardizes organization name references throughout the CHANGELOG.md
Reviewed Changes
Copilot reviewed 34 out of 34 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/webserver_test.go | Updates import path for validation package to use lowercase organization name |
| src/webserver.go | Updates import path for validation package to use lowercase organization name |
| src/validation/validation.go | Updates import path for tibiamapping package to use lowercase organization name |
| src/validation/go.mod | Updates module name and dependency references to use lowercase organization name |
| src/tibiamapping/go.mod | Updates module name to use lowercase organization name |
| src/static/go.mod | Updates module name to use lowercase organization name |
| src/main.go | Updates import path and license URL comment to use lowercase organization name |
| src/debug.go | Updates import path for validation package to use lowercase organization name |
| src/TibiaWorldsWorld_test.go | Updates import path for static package to use lowercase organization name |
| src/TibiaWorldsOverview_test.go | Updates import path for static package to use lowercase organization name |
| src/TibiaSpellsSpell_test.go | Updates import path for static package to use lowercase organization name |
| src/TibiaSpellsOverview_test.go | Updates import path for static package to use lowercase organization name |
| src/TibiaNewslist_test.go | Updates import path for static package to use lowercase organization name |
| src/TibiaNews_test.go | Updates import path for static package to use lowercase organization name |
| src/TibiaKillstatistics_test.go | Updates import path for static package to use lowercase organization name |
| src/TibiaHousesOverview_test.go | Updates import path for static package to use lowercase organization name |
| src/TibiaHousesHouse_test.go | Updates import path for static package to use lowercase organization name |
| src/TibiaHousesHouse.go | Updates import path for validation package to use lowercase organization name |
| src/TibiaHighscores_test.go | Updates import paths for static and validation packages to use lowercase organization name |
| src/TibiaHighscores.go | Updates import path for validation package to use lowercase organization name |
| src/TibiaGuildsOverview_test.go | Updates import path for static package to use lowercase organization name |
| src/TibiaGuildsGuild_test.go | Updates import path for static package to use lowercase organization name |
| src/TibiaGuildsGuild.go | Updates import path for validation package to use lowercase organization name |
| src/TibiaFansites_test.go | Updates import path for static package to use lowercase organization name |
| src/TibiaCreaturesOverview_test.go | Updates import path for static package to use lowercase organization name |
| src/TibiaCreaturesCreature_test.go | Updates import path for static package to use lowercase organization name |
| src/TibiaCreaturesCreature.go | Updates import path for validation package to use lowercase organization name |
| src/TibiaCharactersCharacter_test.go | Updates import paths for static and validation packages to use lowercase organization name |
| src/TibiaCharactersCharacter.go | Updates import path for validation package to use lowercase organization name |
| src/TibiaBoostableBossesOverview_test.go | Updates import path for static package to use lowercase organization name |
| src/TibiaBoostableBossesOverview.go | Updates import path for validation package to use lowercase organization name |
| go.mod | Updates module name and all dependency references to use lowercase organization name |
| README.md | Updates all GitHub repository URLs to use lowercase organization name |
| CHANGELOG.md | Updates all pull request URLs to use lowercase organization name |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



No description provided.