Ecosyste.ms: Timeline

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

microsoft/VFSForGit

dependabot[bot] opened 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...
dependabot[bot] created a branch on microsoft/VFSForGit

dependabot/github_actions/actions/checkout-4 - Virtual File System for Git: Enable Git at Enterprise Scale

dscho deleted a branch microsoft/VFSForGit

update-github-actions

dscho closed a pull request on microsoft/VFSForGit
Update GitHub Actions
I just noticed that the PR build of https://github.com/microsoft/VFSForGit/pull/1816 failed because of the `actions/upload-artifact@v2` problem I had encountered elsewhere already. The fix is easy:...
dscho pushed 4 commits to master microsoft/VFSForGit
  • 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 #1816 from tyrielv/nested-401 Handle nested failures in HttpRequestException 17d346d

View on GitHub

dscho closed a pull request on microsoft/VFSForGit
Handle nested failures in HttpRequestException
`HttpClientHandler` will automatically resubmit an HTTP request that fails in certain circumstances. One such circumstance is when `UseDefaultCredentials` is set to true, alternative credentials we...
dscho pushed 2 commits to master 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
  • Merge pull request #1806 from winstliu/user/winstonliu/fix-sc-create-arguments Point GVFS.Service to the correct exe... f892a51

View on GitHub

dscho closed a pull request on microsoft/VFSForGit
Point GVFS.Service to the correct executable when C:\Program exists
An issue was reported to our team where someone was unable to `gvfs clone` a repo. The error message they received was `Could not execute 'C:\Program Files\GVFS\GVFS.Hooks.exe'. CreateProcess error...
dscho created a review on a pull request on microsoft/VFSForGit
Looks good to me!

View on GitHub

dscho created a review on a pull request on microsoft/VFSForGit
Looks good! I opened https://github.com/microsoft/VFSForGit/pull/1817 to fix the build failures, rebased this commit and amended the commit message.

View on GitHub

microsoft-github-operations[bot] added dscho to microsoft/VFSForGit
dscho opened a pull request on microsoft/VFSForGit
Update GitHub Actions
I just noticed that the PR build of https://github.com/microsoft/VFSForGit/pull/1816 failed because of the `actions/upload-artifact@v2` problem I had encountered elsewhere already. The fix is easy:...
dscho created a branch on microsoft/VFSForGit

update-github-actions - Virtual File System for Git: Enable Git at Enterprise Scale

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

View on GitHub

tyrielv opened a pull request on microsoft/VFSForGit
Handle nested failures in HttpRequestException
`HttpClientHandler` will automatically resubmit an HTTP request that fails in certain circumstances. One such circumstance is when `UseDefaultCredentials` is set to true, alternative credentials we...
cemontijo starred microsoft/VFSForGit