Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

christiannagel

christiannagel pushed 2 commits to main ProfessionalCSharp/ProfessionalCSharp2021
  • Bump rollup in /3_Web/ASPNETCore/ReactSample/ClientApp Bumps [rollup](https://github.com/rollup/rollup) from 2.79.1 ... 7a15cbf
  • Merge pull request #224 from ProfessionalCSharp/dependabot/npm_and_yarn/3_Web/ASPNETCore/ReactSample/ClientApp/rollup... 620bc92

View on GitHub

christiannagel closed a pull request on ProfessionalCSharp/ProfessionalCSharp2021
Bump rollup from 2.79.1 to 2.79.2 in /3_Web/ASPNETCore/ReactSample/ClientApp
Bumps [rollup](https://github.com/rollup/rollup) from 2.79.1 to 2.79.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rollup/rollup/blob/master/CHANGELOG.md...
christiannagel deleted a branch ProfessionalCSharp/ProfessionalCSharp2021

dependabot/npm_and_yarn/3_Web/ASPNETCore/AngularSample/ClientApp/multi-d54fdff7c2

christiannagel pushed 2 commits to main ProfessionalCSharp/ProfessionalCSharp2021
  • Bump cookie, socket.io and express Bumps [cookie](https://github.com/jshttp/cookie), [socket.io](https://github.com/... 18837f3
  • Merge pull request #225 from ProfessionalCSharp/dependabot/npm_and_yarn/3_Web/ASPNETCore/AngularSample/ClientApp/mult... 5431d8d

View on GitHub

christiannagel closed a pull request on ProfessionalCSharp/ProfessionalCSharp2021
Bump cookie, socket.io and express in /3_Web/ASPNETCore/AngularSample/ClientApp
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yours...
christiannagel deleted a branch ProfessionalCSharp/ProfessionalCSharp2021

dependabot/npm_and_yarn/3_Web/ASPNETCore/ReactSample/ClientApp/multi-9f37c16f8f

christiannagel pushed 2 commits to main ProfessionalCSharp/ProfessionalCSharp2021
  • Bump cookie and express in /3_Web/ASPNETCore/ReactSample/ClientApp Bumps [cookie](https://github.com/jshttp/cookie) ... 2fb4c58
  • Merge pull request #226 from ProfessionalCSharp/dependabot/npm_and_yarn/3_Web/ASPNETCore/ReactSample/ClientApp/multi-... 5bff2d9

View on GitHub

christiannagel closed a pull request on ProfessionalCSharp/ProfessionalCSharp2021
Bump cookie and express in /3_Web/ASPNETCore/ReactSample/ClientApp
Bumps [cookie](https://github.com/jshttp/cookie) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `cookie` from 0.5.0 to 0.7.1 <details...
christiannagel created a branch on PacktPublishing/Pragmatic-Microservices-with-CSharp-and-Azure

dotnet9 - Pragmatic Microservices with C# and Azure, published by Packt

christiannagel pushed 3 commits to ch02 PacktPublishing/Expert-CSharp-Programming

View on GitHub

christiannagel created a tag on PacktPublishing/Pragmatic-Microservices-with-CSharp-and-Azure

v8.2 - Pragmatic Microservices with C# and Azure, published by Packt

christiannagel published a release on PacktPublishing/Pragmatic-Microservices-with-CSharp-and-Azure
.NET Aspire 8.2
Updates for .NET Aspire 8.2
christiannagel pushed 1 commit to main CodebreakerApp/Codebreaker.Backend

View on GitHub

christiannagel deleted a branch CodebreakerApp/Codebreaker.Blazor

120-game5x5x4-clear-field-and-selection-updates

christiannagel closed an issue on CodebreakerApp/Codebreaker.Blazor
Game5x5x4 - clear field and selection updates
With the 5x5x4 game, a field is now cleared with a click if it's not empty. Update this behavior: Click on a field: field empty --> select field with either shape or color set --> select f...
christiannagel pushed 3 commits to main CodebreakerApp/Codebreaker.Blazor
  • Updated System.Text.Json to 8.0.5 2be1390
  • Refine reset logic in Playground class Introduce a check for `AvailableShapes` to determine if the game uses only co... ca9a13b
  • Merge pull request #125 from CodebreakerApp/120-game5x5x4-clear-field-and-selection-updates 120 game5x5x4 clear fiel... f3fad04

View on GitHub

christiannagel closed a pull request on CodebreakerApp/Codebreaker.Blazor
120 game5x5x4 clear field and selection updates
> [!NOTE] > Needs to be tested in test environment
christiannagel created a review on a pull request on CodebreakerApp/Codebreaker.Blazor

View on GitHub

christiannagel pushed 4 commits to main CodebreakerApp/Codebreaker.Backend
  • Updated backed models nuget package Fixing #272 78bd25e
  • Updated other nuget packages ed75b9e
  • Explicitly installed newest versions of System.Text.Json and Microsoft.Extensions.Caching.Memory because of vulnerabi... 6552578
  • Merge pull request #275 from CodebreakerApp/272-game5x5x4-order-of-result-pegs 272 game5x5x4 order of result pegs f17a02a

View on GitHub

christiannagel closed an issue on CodebreakerApp/Codebreaker.Backend
Game5x5x4 - order of result pegs
The current order of result pegs is: black - blue - white This should be: black - white - blue
christiannagel closed a pull request on CodebreakerApp/Codebreaker.Backend
272 game5x5x4 order of result pegs
Closes #272
christiannagel pushed 2 commits to main CodebreakerApp/Codebreaker.Backend
  • Updated analyzers nuget package in backend models 7d8a40e
  • Merge pull request #274 from CodebreakerApp/272-game5x5x4-order-of-result-pegs Updated analyzers nuget package in ba... 5f4c0bb

View on GitHub

christiannagel created a review on a pull request on CodebreakerApp/Codebreaker.Backend

View on GitHub

christiannagel deleted a branch CodebreakerApp/Codebreaker.Backend

272-game5x5x4-order-of-result-pegs

christiannagel pushed 2 commits to main CodebreakerApp/Codebreaker.Backend
  • Fixed order of key pegs (#272) a55ba45
  • Merge pull request #273 from CodebreakerApp/272-game5x5x4-order-of-result-pegs Fixed order of key pegs (#272) 2952528

View on GitHub

christiannagel closed an issue on CodebreakerApp/Codebreaker.Backend
Game5x5x4 - order of result pegs
The current order of result pegs is: black - blue - white This should be: black - white - blue
christiannagel created a review on a pull request on CodebreakerApp/Codebreaker.Backend

View on GitHub

Load more