Skip to content
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

Boderator 3.0 rewrite #47

Draft
wants to merge 34 commits into
base: master
Choose a base branch
from
Draft

Boderator 3.0 rewrite #47

wants to merge 34 commits into from

Commits on Dec 25, 2020

  1. Configuration menu
    Copy the full SHA
    21c9047 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e0ad9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6fc042 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. Configuration menu
    Copy the full SHA
    1b5cdc3 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2021

  1. Configuration menu
    Copy the full SHA
    42cdb56 View commit details
    Browse the repository at this point in the history
  2. Fix compile time errors

    3Mydlo3 committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    8a78586 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2021

  1. Fix incorrect stuff

    3Mydlo3 committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    9030358 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10a08e5 View commit details
    Browse the repository at this point in the history
  3. Fix dialogs crashing

    3Mydlo3 committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    85b0dc9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a624837 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. Start SignupHandler refactor

    3Mydlo3 committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    30b5441 View commit details
    Browse the repository at this point in the history
  2. BanHandler cleanup

    3Mydlo3 committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    9175063 View commit details
    Browse the repository at this point in the history
  3. Some Signups cleanup

    3Mydlo3 committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    5c15c7f View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2021

  1. Configuration menu
    Copy the full SHA
    2264b72 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. Startup fixes

    3Mydlo3 committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    3aed658 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2021

  1. Chop SigunpsLogic parameters

    3Mydlo3 committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    1700604 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e241165 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. Init commit

    Ingvarr100th committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    cac4708 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2021

  1. Basic configurations

    Ingvarr100th committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    c64dcfd View commit details
    Browse the repository at this point in the history

Commits on May 2, 2021

  1. Configuration menu
    Copy the full SHA
    64744a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    136a003 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a38ca31 View commit details
    Browse the repository at this point in the history
  4. Addition of appsettings

    Ingvarr100th committed May 2, 2021
    Configuration menu
    Copy the full SHA
    9ea60e9 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

  1. Review fixes

    Ingvarr100th committed May 3, 2021
    Configuration menu
    Copy the full SHA
    fb3987d View commit details
    Browse the repository at this point in the history
  2. Interface fix

    Ingvarr100th committed May 3, 2021
    Configuration menu
    Copy the full SHA
    830406d View commit details
    Browse the repository at this point in the history
  3. Removal of unuser var

    Ingvarr100th committed May 3, 2021
    Configuration menu
    Copy the full SHA
    1e67c05 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. Add newline

    Co-authored-by: 3Mydlo3 <[email protected]>
    Ingvarr100th and 3Mydlo3 authored May 5, 2021
    Configuration menu
    Copy the full SHA
    6a534a4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #49 from ArmaForces/Boderator3.0_DiscordService

    DiscordService, Configuration manager
    Ingvarr100th authored May 5, 2021
    Configuration menu
    Copy the full SHA
    434b7c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. Remove old projects

    3Mydlo3 committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    2024fef View commit details
    Browse the repository at this point in the history
  2. Move projects to repo root

    3Mydlo3 committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    1a2422c View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. Remove MediatR (#57)

    3Mydlo3 authored Sep 10, 2021
    Configuration menu
    Copy the full SHA
    fe6d251 View commit details
    Browse the repository at this point in the history
  2. Add ReDoc documentation (#59)

    * Add ReDoc documentation
    
    * Fix version
    
    * Set ReDoc as default start page
    
    * Fix ReDoc DocumentTitle
    
    * Add more verbose description
    3Mydlo3 authored Sep 10, 2021
    Configuration menu
    Copy the full SHA
    568eb5c View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Prepare infrastructure for projects (#60)

    * Enable Nullable feature
    
    * Fix Discord LogSeverity mapping switch not having default
    
    * Set Configuration in Startup to private
    
    * Rename test project to BotService.Tests
    
    * Rename DAO project to Core
    
    * Add Boderator.Core.Tests project
    
    * Add InternalsVisibleTo attributes
    
    * Reference Core project by BotService
    
    * Remove clutter from BotService csproj
    
    * Add Core reference for Core.Tests
    
    * Reorder references in csprojs
    
    * Change indent to 2 spaces in csprojs
    
    * Add .editorconfig
    
    * Add AutoFixture, Moq and FluentAssertions to test projects
    
    * Fixes after merge
    
    * Add CSharpFunctionalExtensions
    
    * Start work on TestApiServer
    
    * Remove DiscordService from startup
    
    * Add Result extensions for easier assertions
    
    * Fix controllers mapping
    
    * Replace Debug controller with Health controller
    
    * Add integration test for ping endpoint
    
    * Add documentation for HealthController
    
    * Change log settings
    
    * Extract Serilog initialization to separate method
    
    * Add log levels config
    
    * Set indent to 2 for json files
    
    * Move DiscordService to DiscordClient feature
    
    * Add basic Configuration
    
    * Add AutoAddInterfacesAsScoped()
    
    * Enable nullable in all projects
    
    * Update to .NET 6
    
    * Update packages
    
    * Fix Discord Client preventing startup
    3Mydlo3 authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    5970dc7 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. Configuration menu
    Copy the full SHA
    0774e3c View commit details
    Browse the repository at this point in the history