Ecosyste.ms: Timeline

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

Jericho

Jericho pushed 4 commits to develop Jericho/Picton
  • Refresh build script 8540332
  • Upgrade NuGet packages 061fa21
  • Improve how we determine if queue message content can be deserialized. 64ca556
  • Add multiple messages to a queue as efficiently as possible ea40ed3

View on GitHub

Jericho created a comment on an issue on GitTools/GitReleaseManager
On a related note: the build pipeline for GitReleaseManager no longer works because .net7 is not present. Early on during the build process we get this warning: ``` ==============================...

View on GitHub

Jericho pushed 2 commits to set_due_date Jericho/GitReleaseManager
  • Merge pull request #27 from GitTools/develop Pull from upstream b295002
  • (GH-568) Set the 'Due date' when closing a milestone if configured to do so 80aa1f1

View on GitHub

Jericho pushed 83 commits to collaborators Jericho/GitReleaseManager
  • (build) Update to artifacts v4 As per documentation here: https://github.blog/changelog/2024-02-13-deprecation-noti... 146be5a
  • (maint) Make GitReleaseManager.Cli default project As answered here: https://stackoverflow.com/a/6792308/671491 Th... b392871
  • (#633) Update to latest NGitLab package version This addresses an issue which was seen when trying to close mileston... a1458d3
  • Merge pull request #634 from gep13/issue-633 (#633) Update to latest NGitLab package version a69ce25
  • (build) New GitHub Token created New naming convention is being used for Tokens, so switching to NUGET_GITHUB_TOKEN,... 3f16486
  • (build) Add GitHub actions config for dependabot 289ec34
  • Merge pull request #636 from arturcic/feature/dependabot add github actions configuration for dependabot e92d368
  • Bump Roslynator.Analyzers from 4.12.4 to 4.12.10 in /src Bumps [Roslynator.Analyzers](https://github.com/dotnet/rosl... 6a49ab6
  • Merge pull request #635 from GitTools/dependabot/nuget/src/Roslynator.Analyzers-4.12.10 Bump Roslynator.Analyzers fr... 8ab2269
  • (maint) Fixing all the things! We are seeing a number of problems with regard to whitespace changes in files when do... 2c6f453
  • Bump Serilog from 4.0.0 to 4.2.0 in /src Bumps [Serilog](https://github.com/serilog/serilog) from 4.0.0 to 4.2.0. - ... 423adca
  • Merge pull request #649 from GitTools/dependabot/nuget/src/Serilog-4.2.0 Bump Serilog from 4.0.0 to 4.2.0 in /src dc802b3
  • Bump cake-build/cake-action from 1 to 2 Bumps [cake-build/cake-action](https://github.com/cake-build/cake-action) fr... 672a0cf
  • Merge pull request #645 from GitTools/dependabot/github_actions/cake-build/cake-action-2 Bump cake-build/cake-action... e7db26f
  • Bump actions/cache from 2 to 4 Bumps [actions/cache](https://github.com/actions/cache) from 2 to 4. - [Release notes... 5df2987
  • Merge pull request #644 from GitTools/dependabot/github_actions/actions/cache-4 Bump actions/cache from 2 to 4 edfca6e
  • Bump actions/setup-dotnet from 3 to 4 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3 t... a3ada19
  • Merge pull request #643 from GitTools/dependabot/github_actions/actions/setup-dotnet-4 Bump actions/setup-dotnet fro... 5f58f44
  • Bump actions/checkout from 2 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Rele... 46a9348
  • Merge pull request #642 from GitTools/dependabot/github_actions/actions/checkout-4 Bump actions/checkout from 2 to 4 7390fcd
  • and 63 more ...

View on GitHub

Jericho pushed 2 commits to allow_milestone_without_issues Jericho/GitReleaseManager
  • Merge pull request #27 from GitTools/develop Pull from upstream b295002
  • (GH-495) Allow milestones without issues 86ec74f

View on GitHub

Jericho pushed 70 commits to develop Jericho/GitReleaseManager
  • Bump ApprovalTests from 5.9.0 to 6.0.0 in /src Bumps [ApprovalTests](https://github.com/approvals/ApprovalTests.Net)... 49f47c3
  • Merge pull request #553 from GitTools/dependabot/nuget/src/ApprovalTests-6.0.0 Bump ApprovalTests from 5.9.0 to 6.0.... 9177b6c
  • Bump Microsoft.SourceLink.GitHub from 1.1.1 to 8.0.0 in /src Bumps [Microsoft.SourceLink.GitHub](https://github.com/... 0d43588
  • Merge pull request #547 from GitTools/dependabot/nuget/src/Microsoft.SourceLink.GitHub-8.0.0 Bump Microsoft.SourceLi... afa2f59
  • Bump Microsoft.Extensions.DependencyInjection in /src Bumps [Microsoft.Extensions.DependencyInjection](https://githu... 426730e
  • Merge pull request #548 from GitTools/dependabot/nuget/src/Microsoft.Extensions.DependencyInjection-8.0.0 Bump Micro... a05f562
  • Bump Serilog.Sinks.Console and Serilog in /src Bumps Serilog.Sinks.Console and Serilog. These dependencies needed to... 81e6e44
  • Merge pull request #600 from GitTools/dependabot/nuget/src/multi-709279d8fd Bump Serilog.Sinks.Console and Serilog i... a3e64f7
  • Bump NGitLab from 6.39.0 to 6.51.1 in /src Bumps NGitLab from 6.39.0 to 6.51.1. --- updated-dependencies: - depende... e58de33
  • Merge pull request #601 from GitTools/dependabot/nuget/src/NGitLab-6.51.1 Bump NGitLab from 6.39.0 to 6.51.1 in /src 191eefc
  • (test) Introduce NUnit.Analyzers This will help aid in the transition to NUnit 4, where there have been some breakin... 52ed083
  • Bump NUnit from 3.14.0 to 4.1.0 in /src Bumps [NUnit](https://github.com/nunit/nunit) from 3.14.0 to 4.1.0. - [Relea... 6c415bd
  • (test) Remove usage of Assert.AreEqual This no longer exists in NUnit 4.x. 1625a52
  • Merge pull request #583 from GitTools/dependabot/nuget/src/NUnit-4.1.0 Bump NUnit from 3.14.0 to 4.1.0 in /src 8c41f54
  • (#580) Mark the integration test as "inconclusive" Updated the Release Notes Builder Integration Tests as inconclusi... bff555d
  • Merge pull request #581 from Jericho/inconclusive_integration_tests Mark the Release Notes Builder integration test ... 8987ebd
  • (build) Update to artifacts v4 As per documentation here: https://github.blog/changelog/2024-02-13-deprecation-noti... 146be5a
  • (maint) Make GitReleaseManager.Cli default project As answered here: https://stackoverflow.com/a/6792308/671491 Th... b392871
  • (#633) Update to latest NGitLab package version This addresses an issue which was seen when trying to close mileston... a1458d3
  • Merge pull request #634 from gep13/issue-633 (#633) Update to latest NGitLab package version a69ce25
  • and 50 more ...

View on GitHub

Jericho closed a pull request on Jericho/GitReleaseManager
Pull from upstream
<!--- Provide a general summary of your changes in the Title above --> ## Description <!--- Describe your changes in detail --> ## Related Issue <!--- This project only accepts pull request...
Jericho opened a pull request on Jericho/GitReleaseManager
Pull from upstream
<!--- Provide a general summary of your changes in the Title above --> ## Description <!--- Describe your changes in detail --> ## Related Issue <!--- This project only accepts pull request...
Jericho deleted a branch Jericho/GitReleaseManager

inconclusive_integration_tests

Jericho pushed 3 commits to set_due_date Jericho/GitReleaseManager
  • (GH-568) Set the 'Due date' when closing a milestone if configured to do so d9e98bd
  • These file keep getting modified. I'm guessing it's end EOL characer but I'm not sure. 1147306
  • Merge branch 'set_due_date' of https://github.com/Jericho/GitReleaseManager into set_due_date ee7086c

View on GitHub

Jericho pushed 2 commits to allow_milestone_without_issues Jericho/GitReleaseManager
  • These file keep getting modified. I'm guessing it's end EOL characer but I'm not sure. 36c5b9c
  • Merge branch 'allow_milestone_without_issues' of https://github.com/Jericho/GitReleaseManager into allow_milestone_wi... 329ce1d

View on GitHub

Jericho created a comment on an issue on Jericho/ZoomNet
I have never heard of this problem either. Were you able to determine a specific set of steps to recreate this problem? In an effort to recreate the problem, I created a new C# project based on th...

View on GitHub

Jericho pushed 53 commits to set_due_date Jericho/GitReleaseManager
  • (maint) Make GitReleaseManager.Cli default project As answered here: https://stackoverflow.com/a/6792308/671491 Th... b392871
  • (#633) Update to latest NGitLab package version This addresses an issue which was seen when trying to close mileston... a1458d3
  • Merge pull request #634 from gep13/issue-633 (#633) Update to latest NGitLab package version a69ce25
  • (build) New GitHub Token created New naming convention is being used for Tokens, so switching to NUGET_GITHUB_TOKEN,... 3f16486
  • (build) Add GitHub actions config for dependabot 289ec34
  • Merge pull request #636 from arturcic/feature/dependabot add github actions configuration for dependabot e92d368
  • Bump Roslynator.Analyzers from 4.12.4 to 4.12.10 in /src Bumps [Roslynator.Analyzers](https://github.com/dotnet/rosl... 6a49ab6
  • Merge pull request #635 from GitTools/dependabot/nuget/src/Roslynator.Analyzers-4.12.10 Bump Roslynator.Analyzers fr... 8ab2269
  • (maint) Fixing all the things! We are seeing a number of problems with regard to whitespace changes in files when do... 2c6f453
  • Bump Serilog from 4.0.0 to 4.2.0 in /src Bumps [Serilog](https://github.com/serilog/serilog) from 4.0.0 to 4.2.0. - ... 423adca
  • Merge pull request #649 from GitTools/dependabot/nuget/src/Serilog-4.2.0 Bump Serilog from 4.0.0 to 4.2.0 in /src dc802b3
  • Bump cake-build/cake-action from 1 to 2 Bumps [cake-build/cake-action](https://github.com/cake-build/cake-action) fr... 672a0cf
  • Merge pull request #645 from GitTools/dependabot/github_actions/cake-build/cake-action-2 Bump cake-build/cake-action... e7db26f
  • Bump actions/cache from 2 to 4 Bumps [actions/cache](https://github.com/actions/cache) from 2 to 4. - [Release notes... 5df2987
  • Merge pull request #644 from GitTools/dependabot/github_actions/actions/cache-4 Bump actions/cache from 2 to 4 edfca6e
  • Bump actions/setup-dotnet from 3 to 4 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3 t... a3ada19
  • Merge pull request #643 from GitTools/dependabot/github_actions/actions/setup-dotnet-4 Bump actions/setup-dotnet fro... 5f58f44
  • Bump actions/checkout from 2 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Rele... 46a9348
  • Merge pull request #642 from GitTools/dependabot/github_actions/actions/checkout-4 Bump actions/checkout from 2 to 4 7390fcd
  • Bump coverlet.msbuild from 6.0.0 to 6.0.3 in /src Bumps [coverlet.msbuild](https://github.com/coverlet-coverage/cove... 3497341
  • and 33 more ...

View on GitHub

Jericho created a comment on an issue on Http-Multipart-Data-Parser/Http-Multipart-Data-Parser
<!-- GitReleaseManager release comment --> :tada: This issue has been resolved in version 9.0.0 :tada: The release is available on: - [GitHub Release](https://github.com/Http-Multipart-Data-Parse...

View on GitHub

Jericho created a comment on an issue on Http-Multipart-Data-Parser/Http-Multipart-Data-Parser
<!-- GitReleaseManager release comment --> :tada: This issue has been resolved in version 9.0.0 :tada: The release is available on: - [GitHub Release](https://github.com/Http-Multipart-Data-Parse...

View on GitHub

Jericho created a comment on an issue on Http-Multipart-Data-Parser/Http-Multipart-Data-Parser
<!-- GitReleaseManager release comment --> :tada: This issue has been resolved in version 9.0.0 :tada: The release is available on: - [GitHub Release](https://github.com/Http-Multipart-Data-Parse...

View on GitHub

Jericho published a release on Http-Multipart-Data-Parser/Http-Multipart-Data-Parser
9.0.0
As part of this release we had [3 issues](https://github.com/Http-Multipart-Data-Parser/Http-Multipart-Data-Parser/milestone/21?closed=1) closed. __Breaking Change__ - [__#122__](https://...
Jericho created a tag on Http-Multipart-Data-Parser/Http-Multipart-Data-Parser

9.0.0 - A C# Http Multipart/form-data parser that works correctly on binary data and very large files.

Jericho pushed 17 commits to main Http-Multipart-Data-Parser/Http-Multipart-Data-Parser
  • Merge branch 'main' into develop 17f443b
  • Refresh build script Upgrade to Cake 5, GetVersion 6, .NET SDK 9 d0a7b31
  • Drop .net 6 and 7 Resolves #122 3c513ca
  • Upgrade NuGet packages 070579b
  • Invoke the ParameterPartBinary.ToString rather than duplicating the logic ea217e6
  • Check for null before invoking handlers. Also add unit test to validate that handlers can be null. Resolves #121 d8d010c
  • Revert "Upgrade NuGet packages" This reverts commit 070579bf3e3b49c08dab13b8329deda6c6ffef92. 90a4d59
  • Refresh build script 0bb1df1
  • Single TFM on AppVeyor + Windows b36898d
  • Remove integration tests and benchmarks when not needed for faster build cfd9c79
  • Add missing curly bracket 1b10cd0
  • Upgrade NuGet packages ddf2338
  • (GH-123) Unit test to demonstrate bug 9ad5bb6
  • (GH-123) Fix the unit test expectations e775a1a
  • (GH-123) Improve the boundary check logic to handle the scenario where boundary legitimately ends with '--' 1c8cf7c
  • Merge branch 'feature/boundary_ends_with_double_dash' into develop Resolves #123 501b4e1
  • Merge branch 'release/9.0.0' 2125897

View on GitHub

Jericho pushed 2 commits to develop Http-Multipart-Data-Parser/Http-Multipart-Data-Parser
  • Merge branch 'release/9.0.0' 2125897
  • Merge branch 'main' into develop c3ef6ad

View on GitHub

Jericho closed an issue on Http-Multipart-Data-Parser/Http-Multipart-Data-Parser
Boundary detector erroneously classifies boundaries that end with '--' as final boundaries
**Describe the bug** Boundary detector erroneously classifies boundaries that end with '--' as final boundaries, so MultipartFormDataParser.Parse returns results with empty files collections. RFC ...
Jericho pushed 4 commits to develop Http-Multipart-Data-Parser/Http-Multipart-Data-Parser
  • (GH-123) Unit test to demonstrate bug 9ad5bb6
  • (GH-123) Fix the unit test expectations e775a1a
  • (GH-123) Improve the boundary check logic to handle the scenario where boundary legitimately ends with '--' 1c8cf7c
  • Merge branch 'feature/boundary_ends_with_double_dash' into develop Resolves #123 501b4e1

View on GitHub

Jericho deleted a branch Http-Multipart-Data-Parser/Http-Multipart-Data-Parser

feature/boundary_ends_with_double_dash

Jericho created a comment on an issue on Http-Multipart-Data-Parser/Http-Multipart-Data-Parser
Excellent. Thanks for confirming. I'll include this fix in the 9.0.0 release I am working on. Should be on NuGet in the next day or so. And also, I forgot to thank you for including sample data w...

View on GitHub

Jericho pushed 2 commits to feature/boundary_ends_with_double_dash Http-Multipart-Data-Parser/Http-Multipart-Data-Parser
  • (GH-123) Fix the unit test expectations e775a1a
  • (GH-123) Improve the boundary check logic to handle the scenario where boundary legitimately ends with '--' 1c8cf7c

View on GitHub

Jericho created a branch on Http-Multipart-Data-Parser/Http-Multipart-Data-Parser

feature/boundary_ends_with_double_dash - A C# Http Multipart/form-data parser that works correctly on binary data and very large files.

Jericho pushed 1 commit to develop Http-Multipart-Data-Parser/Http-Multipart-Data-Parser

View on GitHub

Jericho opened an issue on GitTools/GitReleaseManager
Group by issue types
Currently in public preview, a new GitHub feature allows us to categorize issues by "type". This is in addition to the tags which have been available for years (discussed [here](https://github.blog...
Jericho pushed 2 commits to develop Http-Multipart-Data-Parser/Http-Multipart-Data-Parser
  • Remove integration tests and benchmarks when not needed for faster build cfd9c79
  • Add missing curly bracket 1b10cd0

View on GitHub

Jericho pushed 1 commit to main Jericho/resources
  • Add missing curly bracket 350e1b6

View on GitHub

Load more