Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: csharpfritz/Fritz.StreamTools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dev
Choose a base ref
...
head repository: csharpfritz/Fritz.StreamTools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 2 commits
  • 101 files changed
  • 1 contributor

Commits on Jan 18, 2019

  1. Releasing a new version (#229)

    * Scoreboard init
    
    * GitHub widget
    
    * Fix formatting.
    
    * Move jquery to npm, bundles.
    
    * Revert: Untabify bundleconfig.
    
    * Revert minify option.
    
    * updates from liveStream session (#112)
    
    Make use of ?. and ?[ in examples.
    Add expression bodied members for overloads
    Add Exception filters for logging (in just a couple places)
    
    Note that the "as IDisposable" is not strictly necessary in this example because the valriable is knmown to implement IDisposable.
    
    * Began work on CSS for scoreboard widget
    
    * #110 Added caching with LazyCache
    
    * Converted GitHubContributors to a horizontal scroll
    
    * Attempting to remove extra space from marquee
    
    * Completed marquee - started configuration
    
    * Updated to 2.1-rc1
    
    * Fixed Dockerfile
    
    * Fixed SignalR script that prevented updates
    
    * Made commands conditional and ordered
    
    * Added a few new Jon Skeet Facts.
    
    * Commands in DI (#120)
    
    * Register bot commands in DI
    
    * Final fixes
    
    * Refactored into Basic & Extended commands
    
    * Optimized command lists
    
    * Fixed code formatting
    
    * Per command cooldown
    
    * Added Final flag to extended commands
    
    * AfterExecute function
    
    * Update README.md
    
    Forcing a stats recalculation
    
    * Added HowToContribute section to Read.me file. (#123)
    
    * Feature scoreboard (#124)
    
    * Began work on CSS for scoreboard widget
    
    * #110 Added caching with LazyCache
    
    * Converted GitHubContributors to a horizontal scroll
    
    * Attempting to remove extra space from marquee
    
    * Completed marquee - started configuration
    
    * Updated to 2.1-rc1
    
    * Fixed Dockerfile
    
    * Fixed SignalR script that prevented updates
    
    * Added the ability to track multiple GitHub repositories
    
    * Started SignalR integration with GitHub scoreboard
    
    * WIP SignalR update mechanism
    
    * Completed server-side interactions.. need client-side
    
    * Set SDK to 2.1.300
    
    * Started SignalR updating the marquee
    
    * ALmost done real-time updates from GitHub
    
    * Completed automatic refresh
    
    * Simplified and repaired requests for last updated date of repositories
    
    * Test Commit
    
    * Added logger and warning message when updating scoreboard
    
    * Fixed references so the scoreboard automatically refreshes
    
    * Test update
    
    * Fixed the regex pattern and adjusted the replacement text to allow Twitter's chat to make hyperlinks clickable. Solves #122 (#128)
    
    * Simplified reloading just the repository that changed in the GitHubTicker
    
    * Issue #115 - Post http link title to chat
    
    * Fix for DI registration problem with GithubService (#131)
    
    * Reconfigured GithubService and added UserSecrets to startup
    
    * Adding support for an empty repolist in GetRecentContributers and let the repository figure it out itself (same as GetLastCommitTimestamp)
    
    * Renamed the GithubClient to GithubyMcGithubFaceClient to avoid confusion with Octokit.GitHubClient
    
    * Reverted startup changes
    
    * Added new Followers icon (#133)
    
    * Added test to verify multiple URLs
    
    * Removed not supported exception
    
    * Fixed bot to start using the 4.0 QnAMakerService
    
    * Console Test app for Chatbot (#141)
    
    * WIP
    
    * Finished the console tester for the Chatbot
    
    * Fix/fix chatbot unittest (#144)
    
    * Fix ChatBot unit test.
    
    * Fix raise time from exactly(1) to Once.
    
    * Added HypeCommand to address #145
    
    * Added Shoutout command
    
    * Added Shoutout command
    
    * Fixed #147
    
    * Bump Moq from 4.8.3 to 4.10.0 (#153)
    
    Bumps [Moq](https://github.com/moq/moq4) from 4.8.3 to 4.10.0.
    - [Release notes](https://github.com/moq/moq4/releases)
    - [Changelog](https://github.com/moq/moq4/blob/master/CHANGELOG.md)
    - [Commits](devlooped/moq@v4.8.3...v4.10.0)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    
    * Bump System.IO.Abstractions from 2.1.0.192 to 2.1.0.256 (#154)
    
    Bumps [System.IO.Abstractions](https://github.com/System-IO-Abstractions/System.IO.Abstractions) from 2.1.0.192 to 2.1.0.256.
    - [Release notes](https://github.com/System-IO-Abstractions/System.IO.Abstractions/releases)
    - [Commits](https://github.com/System-IO-Abstractions/System.IO.Abstractions/commits)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    
    * Bump Microsoft.Extensions.Configuration.Json from 2.1.0 to 2.1.1 (#156)
    
    Bumps [Microsoft.Extensions.Configuration.Json](https://github.com/aspnet/Configuration) from 2.1.0 to 2.1.1.
    - [Release notes](https://github.com/aspnet/Configuration/releases)
    - [Commits](aspnet/Configuration@2.1.0...2.1.1)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    
    * Bump xunit from 2.4.0-rc.1.build4038 to 2.4.1 (#155)
    
    Bumps [xunit](https://github.com/xunit/xunit) from 2.4.0-rc.1.build4038 to 2.4.1.
    - [Release notes](https://github.com/xunit/xunit/releases)
    - [Commits](https://github.com/xunit/xunit/commits/2.4.1)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    
    * Bump AutoFixture.Xunit2 from 4.4.0 to 4.5.0 (#157)
    
    Bumps [AutoFixture.Xunit2](https://github.com/AutoFixture/AutoFixture) from 4.4.0 to 4.5.0.
    - [Release notes](https://github.com/AutoFixture/AutoFixture/releases)
    - [Commits](AutoFixture/AutoFixture@v4.4.0...v4.5.0)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    
    * [Security] Bump Microsoft.AspNetCore.App from 2.1.1 to 2.1.6 (#158)
    
    Bumps [Microsoft.AspNetCore.App](https://github.com/aspnet/AspNetCore) from 2.1.1 to 2.1.6. **This update includes security fixes.**
    - [Release notes](https://github.com/aspnet/AspNetCore/releases)
    - [Changelog](https://github.com/aspnet/AspNetCore/blob/master/docs/CrossRepoBreakingChanges.md)
    - [Commits](dotnet/aspnetcore@2.1.1...2.1.6)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    
    * The start to a "building and running locally" section for the README (#159)
    
    * Add "build and run locally" section to README.md
    
    * Add resolutions in README.md to error messages when building locally
    
    * Fix docker-compase step in README
    
    * Fix docker-compose command in README
    
    * Add GitHub appsettings to README
    
    * Update README.md
    
    * Bump xunit.runner.visualstudio from 2.4.0-rc.1.build4038 to 2.4.1 (#160)
    
    Bumps [xunit.runner.visualstudio](https://github.com/xunit/xunit) from 2.4.0-rc.1.build4038 to 2.4.1.
    - [Release notes](https://github.com/xunit/xunit/releases)
    - [Commits](https://github.com/xunit/xunit/commits/2.4.1)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    
    * Bump Microsoft.VisualStudio.Web.CodeGeneration.Design (#161)
    
    Bumps [Microsoft.VisualStudio.Web.CodeGeneration.Design](https://github.com/aspnet/scaffolding) from 2.1.1 to 2.1.6.
    - [Release notes](https://github.com/aspnet/scaffolding/releases)
    - [Commits](dotnet/Scaffolding@2.1.1...2.1.6)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    
    * Bump Microsoft.Extensions.DependencyInjection from 2.1.0 to 2.1.1 (#163)
    
    Bumps [Microsoft.Extensions.DependencyInjection](https://github.com/aspnet/DependencyInjection) from 2.1.0 to 2.1.1.
    - [Release notes](https://github.com/aspnet/DependencyInjection/releases)
    - [Commits](aspnet/DependencyInjection@2.1.0...2.1.1)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    
    * Bump AutoFixture from 4.4.0 to 4.5.0 (#164)
    
    Bumps [AutoFixture](https://github.com/AutoFixture/AutoFixture) from 4.4.0 to 4.5.0.
    - [Release notes](https://github.com/AutoFixture/AutoFixture/releases)
    - [Commits](AutoFixture/AutoFixture@v4.4.0...v4.5.0)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    
    * Removed TwitchLib
    
    * Enable both config for test ShouldIgnoreCommandsToFastIfModerator (#180)
    
    * Fix moderator test to support both configs
    
    * Improve variable name and spacing
    
    * Docker: use microsoft/dotnet:2.1.401-sdk (#186)
    
    The checked-in `global.json` pins the SDK version to 2.1.401.  Use the
    matching container for compatibility.
    
    * Bump Microsoft.ApplicationInsights.AspNetCore from 2.4.0-beta2 to 2.5.1 (#172)
    
    Bumps [Microsoft.ApplicationInsights.AspNetCore](https://github.com/Microsoft/ApplicationInsights-aspnetcore) from 2.4.0-beta2 to 2.5.1.
    - [Release notes](https://github.com/Microsoft/ApplicationInsights-aspnetcore/releases)
    - [Changelog](https://github.com/Microsoft/ApplicationInsights-aspnetcore/blob/develop/CHANGELOG.md)
    - [Commits](microsoft/ApplicationInsights-aspnetcore@2.4.0-beta2...2.5.1)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    
    * Bump Octokit from 0.30.0 to 0.32.0 (#173)
    
    Bumps [Octokit](https://github.com/octokit/octokit.net) from 0.30.0 to 0.32.0.
    - [Release notes](https://github.com/octokit/octokit.net/releases)
    - [Changelog](https://github.com/octokit/octokit.net/blob/master/ReleaseNotes.md)
    - [Commits](octokit/octokit.net@v0.30.0...v0.32.0)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    
    * Bump Microsoft.AspNetCore.SignalR.Protocols.MessagePack (#174)
    
    Bumps [Microsoft.AspNetCore.SignalR.Protocols.MessagePack](https://github.com/aspnet/SignalR) from 1.0.1 to 1.0.4.
    - [Release notes](https://github.com/aspnet/SignalR/releases)
    - [Commits](aspnet/SignalR@1.0.1...1.0.4)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    
    * Bump Microsoft.Extensions.Configuration.UserSecrets from 2.1.0 to 2.1.1 (#177)
    
    Bumps [Microsoft.Extensions.Configuration.UserSecrets](https://github.com/aspnet/Configuration) from 2.1.0 to 2.1.1.
    - [Release notes](https://github.com/aspnet/Configuration/releases)
    - [Commits](aspnet/Configuration@2.1.0...2.1.1)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    
    * Bump FluentAssertions from 5.4.1 to 5.5.3 (#179)
    
    Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 5.4.1 to 5.5.3.
    - [Release notes](https://github.com/fluentassertions/fluentassertions/releases)
    - [Commits](fluentassertions/fluentassertions@5.4.1...5.5.3)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    
    * Bump Newtonsoft.Json from 11.0.2 to 12.0.1 (#184)
    
    Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 12.0.1.
    - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
    - [Commits](JamesNK/Newtonsoft.Json@11.0.2...12.0.1)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    
    * Bump AutoFixture.AutoMoq from 4.4.0 to 4.5.1 (#183)
    
    Bumps [AutoFixture.AutoMoq](https://github.com/AutoFixture/AutoFixture) from 4.4.0 to 4.5.1.
    - [Release notes](https://github.com/AutoFixture/AutoFixture/releases)
    - [Commits](AutoFixture/AutoFixture@v4.4.0...v4.5.1)
    
    Signed-off-by: dependabot[bot] <support@dependabot.com>
    
    * Exclude GitHub contributors. Fixes #188 (#189)
    
    Adds the ability for you to exclude GitHub contributors within the appsettings.json file.
    
    * Updated version of the SDK in the Dockerfile
    
    * Fix issue #205
    
    * changed trigger to "attention"
    
    * Update README.md
    
    * Stopped processing bot messages #207
    
    * Added a SignalR Hub to play sound in a webpart
    
    If you load the webpart into OBS it will play a sound when the !attention command is raised.
    
    * Changed cooldown to 10 minute default and configurability
    
    * Updated with cheers
    
    * Added cheer
    
    * Updated to take a serverUrl for the bot
    
    * Fixed AttentionCommand to properly connect and stay connected
    
    * Now using HubContext for triggering the Attention command #211
    
    * Fixed failing unit test around allowing moderators past cooldown
    
    * Added try..catch blocks and null checks to ChatClient to ensure clean disposal
    
    * Created project command (#217)
    
    * Added project command
    
    * updated project command default text
    
    * updated project command, now storing the project in the command
    
    * Added news from Discover.NET to the ticker
    
    Co-authored-by: Dave Glick <dave@daveaglick.com>
    
    * Lightened the purple for Discover.NET
    
    * Add 'No contributors yet' in ticker for new repos
    
    * Moved the News outside the for loop so that it appears only once
    
    * Removed extra 'repo' property
    
    * Refactor FritzBot class and added full coverage with unit tests. (#149)
    
    * Fixed a few issues with the Follower UI & FollowerCountConfiguration.LoadDefaultSettings method (#226)
    
    * Fixed issue in FollowersCountConfiguration model that overwrote any custom background or font color codes that were already set.
    
    * Improved follower configuration UI to display based on a provided background & font color or display by default using values in the app.settings.
    csharpfritz authored Jan 18, 2019
    Configuration menu
    Copy the full SHA
    77932a0 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. Updated from GitHub

    csharpfritz committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    0dbdb80 View commit details
    Browse the repository at this point in the history
Loading