Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refactoring * Add EntityFramework * Add Command handling * Add Command handling * Fix command handling * Improve status check * Add json property names to models * Add Dockerfile * Add webhook * Update webhook system * Refactoring * Fix webhook message * Remove unused file * Add Discord logger * Update status check service to order the results * Refactoring * Fix error handling in DiscordService * Added authentication * Update Discord logging * Fix Discord logging * Fix logging * Update README.md * Delete dotnet-build.yml * Fix and improve status check (#8) * Fix and improve status check * Re-enabled Discord logging * Update MacroBotApp.csproj * Fix/fix member screening (#10) * Update docker-deploy-production.yml * Develop (#9) * Refactoring * Add EntityFramework * Add Command handling * Add Command handling * Fix command handling * Improve status check * Add json property names to models * Add Dockerfile * Add webhook * Update webhook system * Refactoring * Fix webhook message * Remove unused file * Add Discord logger * Update status check service to order the results * Refactoring * Fix error handling in DiscordService * Added authentication * Update Discord logging * Fix Discord logging * Fix logging * Update README.md * Delete dotnet-build.yml * Fix and improve status check (#8) * Fix and improve status check * Re-enabled Discord logging * Update MacroBotApp.csproj * Update docker-deploy-production.yml * Fix Member-screening * Minor improvements * Merge main into develop (#13) * Update docker-deploy-develop.yml * Update docker-deploy-production.yml * Develop (#11) * Refactoring * Add EntityFramework * Add Command handling * Add Command handling * Fix command handling * Improve status check * Add json property names to models * Add Dockerfile * Add webhook * Update webhook system * Refactoring * Fix webhook message * Remove unused file * Add Discord logger * Update status check service to order the results * Refactoring * Fix error handling in DiscordService * Added authentication * Update Discord logging * Fix Discord logging * Fix logging * Update README.md * Delete dotnet-build.yml * Fix and improve status check (#8) * Fix and improve status check * Re-enabled Discord logging * Update MacroBotApp.csproj * Fix/fix member screening (#10) * Update docker-deploy-production.yml * Develop (#9) * Refactoring * Add EntityFramework * Add Command handling * Add Command handling * Fix command handling * Improve status check * Add json property names to models * Add Dockerfile * Add webhook * Update webhook system * Refactoring * Fix webhook message * Remove unused file * Add Discord logger * Update status check service to order the results * Refactoring * Fix error handling in DiscordService * Added authentication * Update Discord logging * Fix Discord logging * Fix logging * Update README.md * Delete dotnet-build.yml * Fix and improve status check (#8) * Fix and improve status check * Re-enabled Discord logging * Update MacroBotApp.csproj * Update docker-deploy-production.yml * Fix Member-screening * Minor improvements * Update MacroBotApp.csproj * Update build.yml * Update docker-deploy-production.yml * Update build.yml * Update docker-deploy-develop.yml * Minor changes * Remove glitched character * Delete test.yml * Fix message filter: replies can contain mentions now * Minor improvements * Changed loglevel of log messages in the BroadcastWebhookAsync method * Implement old extension store API (and some other changes) (#7) * Implement old extension store API * Modified no mentions system, also created the starting point of the reports system * Delete launch.json * Delete tasks.json * Delete launchSettings.json * Update on Plugin Commands (and some extensions) * Remove .gitignore * Modify Plugin and PluginUtils * PingBlocker improvments * forgot to remove the logger thing * removed reports * Delete launchSettings.json Co-authored-by: Manuel Mayer <[email protected]> * Update docker-deploy-develop.yml (#17) * Removed errors * update plugin commands * changes to the gitignore * Update docker-deploy-develop.yml * Update MacroBotApp.csproj * Update dependency Serilog.Extensions.Hosting to v4.2.0 (#33) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency System.Data.SQLite to v1.0.117 (#32) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency Octokit to v4.0.4 (#31) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update docker/login-action digest to 3da7dc6 (#28) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency AutoMapper to v12.0.1 (#29) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency Newtonsoft.Json to v13.0.2 (#30) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dotnet monorepo (#38) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency Serilog.Extensions.Hosting to v5 (#37) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency Octokit to v5 (#36) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update microsoft/setup-msbuild action to v1.3.1 (#35) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency Serilog.Sinks.Console to v4.1.0 (#34) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dotnet monorepo to v7.0.4 (#43) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update docker/login-action digest to 219c305 (#39) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update appleboy/ssh-action action to v0.1.8 (#40) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update dependency Newtonsoft.Json to v13.0.3 (#41) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Improve status check (#44) * Update dependency Octokit to v5.0.2 (#42) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --------- Co-authored-by: JB Carreon <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information