forked from Invertex/UDHBot
-
Notifications
You must be signed in to change notification settings - Fork 9
Feature/cleanup #374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Feature/cleanup #374
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
b24ba52
chore(react-role): remove ReactRoleService and related files
Pierre-Demessence d207f26
style(settings): clean up whitespace and comments
Pierre-Demessence 820bf35
chore(auto-thread): remove auto-thread functionality and related code
Pierre-Demessence 9be7a4d
style(user-module, user-service): clean up whitespace and formatting
Pierre-Demessence a0fb3b1
chore(settings): remove unused properties and clean up
Pierre-Demessence cec9d00
style(utils): clean up whitespace in Utils.cs
Pierre-Demessence 426f3e6
Add necessary assets to the git repo. Updated Dockerfile
Pierre-Demessence 359f066
chore(Dockerfile): update contrib repo for MS fonts
Pierre-Demessence 5c12fc4
style(Dockerfile): update asset paths for static files
Pierre-Demessence e27ecdd
refactor: separate static assets, settings, and runtime data directories
Pierre-Demessence 0cb078a
feat: add Kubernetes manifests for dev environment
Pierre-Demessence a357e55
feat(k8s): add production configuration for UDC-Bot
Pierre-Demessence b71e272
feat(k8s): update bot configuration for production
Pierre-Demessence 11d28ee
refactor(k8s): clean up bot configuration files
Pierre-Demessence 6efe182
refactor: remove PublisherService and related settings
Pierre-Demessence 6f2f673
feat(ci): replace SSH-based workflows with GitOps CI/CD
Pierre-Demessence 136df33
fix(k8s): pin floating image tags to specific versions
Pierre-Demessence 991c5e5
fix(ci): restrict /deploy_dev to repo collaborators
Pierre-Demessence 7e6e6a8
fix(ci): split /deploy_dev into privilege-separated workflows
Pierre-Demessence a4fc76a
Potential fix for code scanning alert no. 19: Code injection
Pierre-Demessence 19e7bf8
Potential fix for code scanning alert no. 14: Code injection
Pierre-Demessence 1ad89fb
Potential fix for code scanning alert no. 16: Code injection
Pierre-Demessence 1c536d0
refactor(ci): extract reusable workflow, fix CodeQL alert #13
Pierre-Demessence a5eb378
No replica for bot in prod until migration is complete
Pierre-Demessence 8de3715
chore(bot): add DAC_OVERRIDE capability to containers
Pierre-Demessence 081939a
style(config): update comments for clarity on volume rendering
Pierre-Demessence 2fc5e92
Update .dockerignore
Pierre-Demessence 18b9481
chore(workflow): update permissions for issue access
Pierre-Demessence 85814f2
fix(mysql): update readiness and liveness probes for MySQL
Pierre-Demessence ecbccd3
Merge branch 'feature/cleanup' of https://github.com/Unity-Developer-…
Pierre-Demessence File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| # Version control | ||
| .git/ | ||
| .github/ | ||
| .gitignore | ||
|
|
||
| # IDE | ||
| .vscode/ | ||
| .idea/ | ||
| *.suo | ||
| *.user | ||
|
|
||
| # Build artifacts | ||
| **/bin/ | ||
| **/obj/ | ||
|
|
||
| # Tests | ||
| DiscordBot.Tests/ | ||
|
|
||
| # Docs & misc | ||
| LICENSE | ||
| README.md | ||
| README_CASINO.md | ||
| UpgradeLog.htm | ||
|
|
||
| # Runtime data (mounted at runtime, not baked into image) | ||
| Settings/ | ||
|
Pierre-Demessence marked this conversation as resolved.
|
||
| DiscordBot/SERVER/ | ||
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.