Ecosyste.ms: Timeline

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

microsoft/VFSForGit

dscho pushed 2 commits to master microsoft/VFSForGit
  • Allow mounting on ReFS volumes ReFS is the underlying filesystem that dev drives use and should be supported. 67a4139
  • Merge pull request #1822 from winstliu/user/winstonliu/allow-refs Allow mounting on ReFS volumes c1c54e5

View on GitHub

dscho closed a pull request on microsoft/VFSForGit
Allow mounting on ReFS volumes
ReFS is the underlying filesystem that Dev Drives use and should be supported. VFS for Git let ReFS drives through fine under https://github.com/microsoft/VFSForGit/releases/tag/v1.0.24074.1. I'...
dscho created a review on a pull request on microsoft/VFSForGit
This change looks good to me, and I am just as puzzled why this change was not required before.

View on GitHub

winstliu opened a pull request on microsoft/VFSForGit
Allow mounting on ReFS volumes
ReFS is the underlying filesystem that Dev Drives use and should be supported. VFS for Git let ReFS drives through fine under https://github.com/microsoft/VFSForGit/releases/tag/v1.0.24074.1. I'...
dscho published a release on microsoft/VFSForGit
VFS for Git 1.0.24298.1
This release of VFS for Git fixes an infinite authentication loop under certain circumstances (#1816) ## What's Changed * Update dependencies by @dscho in https://github.com/microsoft/VFSForGit...
dscho created a tag on microsoft/VFSForGit

v1.0.24298.1 - Virtual File System for Git: Enable Git at Enterprise Scale

dscho created a comment on an issue on microsoft/VFSForGit
Implicitly addressed via https://github.com/microsoft/VFSForGit/pull/1815.

View on GitHub

dscho closed an issue on microsoft/VFSForGit
Consider upgrading LibGit2Sharp.NativeBinaries as they are over 3 years old
Recently we've seen a number of crashes in Windows OS developer telemetry originating from GVFS related to the native binaries packaged with GVFS from the LibGit2Sharp.NativeBinaries nuget package....
dscho created a comment on a pull request on microsoft/VFSForGit
> I believe [b121af9](https://github.com/microsoft/VFSForGit/commit/b121af90e45c57f67eb3ae2f4b0d005705290b0d) should fix #1770. Thanks for the release! Good point, and yes, this addresses it!

View on GitHub

winstliu created a comment on a pull request on microsoft/VFSForGit
I believe b121af9 should fix #1770.

View on GitHub

dscho pushed 17 commits to releases/shipped microsoft/VFSForGit
  • Properly quote sc.exe create's binPath argument If the binPath isn't quoted, sc.exe will first look for a file at C:... df6a1ea
  • Update the InnoSetup dependency to a newer version The primary reason is that Component Detection (https://github.co... 1295753
  • Update the LibGit2Sharp dependency to a newer version The primary reason is that Component Detection (https://github... b121af9
  • Update all remaining dependencies to their latest stable versions Now that we addressed the Component Detection issu... 56f001a
  • Merge pull request #1815 from microsoft/update-dependencies Update dependencies df8c9eb
  • ci: update Actions to newer versions The v2 version of `upload-artifact`/`download-artifact` is no longer supported ... f45cf18
  • ci: ask Dependabot to take care of updating GitHub Actions Every once in a while, the GitHub Actions we use (such as... 1cefe50
  • Handle nested failures in HttpRequestException `HttpClientHandler` will automatically resubmit an HTTP request that ... 15d25e5
  • Merge pull request #1806 from winstliu/user/winstonliu/fix-sc-create-arguments Point GVFS.Service to the correct exe... f892a51
  • Merge pull request #1816 from tyrielv/nested-401 Handle nested failures in HttpRequestException 17d346d
  • build(deps): bump actions/setup-dotnet from 1 to 4 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dot... 21c39f7
  • build(deps): bump actions/checkout from 2 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 ... 21d2774
  • build(deps): bump microsoft/setup-msbuild from 1.0.2 to 2.0.0 Bumps [microsoft/setup-msbuild](https://github.com/mic... 554e94b
  • Merge pull request #1818 from microsoft/dependabot/github_actions/actions/setup-dotnet-4 build(deps): bump actions/s... c3c5a6b
  • Merge pull request #1819 from microsoft/dependabot/github_actions/actions/checkout-4 build(deps): bump actions/check... 8ae9ffb
  • Merge pull request #1820 from microsoft/dependabot/github_actions/microsoft/setup-msbuild-2.0.0 build(deps): bump mi... 5870861
  • Merge pull request #1821 from microsoft/milestones/m195 [Release] Milestones M195 0dbef36

View on GitHub

dscho closed a pull request on microsoft/VFSForGit
[Release] Milestones M195
This release fixes endless authentication loops when "401 Unauthenticated" messages are put into nested exceptions (see #1816).
derrickstolee created a review on a pull request on microsoft/VFSForGit

View on GitHub

dscho opened a pull request on microsoft/VFSForGit
[Release] Milestones M195
This release fixes endless authentication loops when "401 Unauthenticated" messages are put into nested exceptions (see #1816).
dscho created a branch on microsoft/VFSForGit

milestones/m195 - Virtual File System for Git: Enable Git at Enterprise Scale

dscho pushed 17 commits to update-dependencies-and-build-with-vs-2022 microsoft/VFSForGit
  • Properly quote sc.exe create's binPath argument If the binPath isn't quoted, sc.exe will first look for a file at C:... df6a1ea
  • ci: update Actions to newer versions The v2 version of `upload-artifact`/`download-artifact` is no longer supported ... f45cf18
  • ci: ask Dependabot to take care of updating GitHub Actions Every once in a while, the GitHub Actions we use (such as... 1cefe50
  • Handle nested failures in HttpRequestException `HttpClientHandler` will automatically resubmit an HTTP request that ... 15d25e5
  • nuget.config: style fixes This is the style that Visual Studio 2022 likes to write. Signed-off-by: Johannes Schinde... 0d0a984
  • Retarget solution to use v143 of the platform tools Signed-off-by: Johannes Schindelin <[email protected]> 3e15127
  • Be less specific about the exact Windows SDK version to target Version 10.0.16299 is not regularly installed anymore... e8c0e24
  • Update project files' style according to Visual Studio 2022 This does not introduce any functional change. Signed-o... dccdf0f
  • Merge pull request #1806 from winstliu/user/winstonliu/fix-sc-create-arguments Point GVFS.Service to the correct exe... f892a51
  • Merge pull request #1816 from tyrielv/nested-401 Handle nested failures in HttpRequestException 17d346d
  • build(deps): bump actions/setup-dotnet from 1 to 4 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dot... 21c39f7
  • build(deps): bump actions/checkout from 2 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 ... 21d2774
  • build(deps): bump microsoft/setup-msbuild from 1.0.2 to 2.0.0 Bumps [microsoft/setup-msbuild](https://github.com/mic... 554e94b
  • Merge pull request #1818 from microsoft/dependabot/github_actions/actions/setup-dotnet-4 build(deps): bump actions/s... c3c5a6b
  • Merge pull request #1819 from microsoft/dependabot/github_actions/actions/checkout-4 build(deps): bump actions/check... 8ae9ffb
  • Merge pull request #1820 from microsoft/dependabot/github_actions/microsoft/setup-msbuild-2.0.0 build(deps): bump mi... 5870861
  • Merge branch 'build-with-vs-2022' bb3602c

View on GitHub

dependabot[bot] deleted a branch microsoft/VFSForGit

dependabot/github_actions/microsoft/setup-msbuild-2.0.0

dscho pushed 2 commits to master microsoft/VFSForGit
  • build(deps): bump microsoft/setup-msbuild from 1.0.2 to 2.0.0 Bumps [microsoft/setup-msbuild](https://github.com/mic... 554e94b
  • Merge pull request #1820 from microsoft/dependabot/github_actions/microsoft/setup-msbuild-2.0.0 build(deps): bump mi... 5870861

View on GitHub

dscho closed a pull request on microsoft/VFSForGit
build(deps): bump microsoft/setup-msbuild from 1.0.2 to 2.0.0
Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild) from 1.0.2 to 2.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/microsoft...
dependabot[bot] deleted a branch microsoft/VFSForGit

dependabot/github_actions/actions/checkout-4

dscho pushed 2 commits to master microsoft/VFSForGit
  • build(deps): bump actions/checkout from 2 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 ... 21d2774
  • Merge pull request #1819 from microsoft/dependabot/github_actions/actions/checkout-4 build(deps): bump actions/check... 8ae9ffb

View on GitHub

dependabot[bot] deleted a branch microsoft/VFSForGit

dependabot/github_actions/actions/setup-dotnet-4

dscho pushed 2 commits to master microsoft/VFSForGit
  • build(deps): bump actions/setup-dotnet from 1 to 4 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dot... 21c39f7
  • Merge pull request #1818 from microsoft/dependabot/github_actions/actions/setup-dotnet-4 build(deps): bump actions/s... c3c5a6b

View on GitHub

dscho closed a pull request on microsoft/VFSForGit
build(deps): bump actions/setup-dotnet from 1 to 4
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 1 to 4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/setup-dotnet/re...
dscho created a review on a pull request on microsoft/VFSForGit

View on GitHub

dscho created a review on a pull request on microsoft/VFSForGit

View on GitHub

dscho created a review on a pull request on microsoft/VFSForGit

View on GitHub

dependabot[bot] opened a pull request on microsoft/VFSForGit
build(deps): bump microsoft/setup-msbuild from 1.0.2 to 2.0.0
Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild) from 1.0.2 to 2.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/microsoft...
dependabot[bot] created a branch on microsoft/VFSForGit

dependabot/github_actions/microsoft/setup-msbuild-2.0.0 - Virtual File System for Git: Enable Git at Enterprise Scale

dependabot[bot] opened a pull request on microsoft/VFSForGit
build(deps): bump actions/checkout from 2 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/checkout/releases">acti...
Load more