Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump gopkg.in/src-d/go-git.v4 from 4.8.0 to 4.10.0 #6662

Merged
merged 3 commits into from
Apr 17, 2019

Conversation

sapk
Copy link
Member

@sapk sapk commented Apr 16, 2019

Based on dependabot reports + vendor.

Seems to provide fixes and improved performances.

Bumps gopkg.in/src-d/go-git.v4 from 4.8.0 to 4.10.0.

Release notes

Sourced from gopkg.in/src-d/go-git.v4's releases.

v4.10.0

This release is full of cool stuff, starting with a new EXPERIMENTAL transactional storage implementation, or performance improvements for local remotes, take a look at the changelog:

Change Log

  • plumbing: commit_walker, ignore missing references/objects on log --all #1067 (ajnavarro)
  • remote: speed up pushes when the "remote" repo is local #1066 (strib)
  • utils: merkletrie, remove Unicode normalization in difftree #1065 (vmarkovtsev)
  • worktree: add sentinel error for non-fast-forward pull #1064 (asv)
  • packfile: get object size correctly for delta objects #1060 (strib)
  • storage: transactional, new storage with transactional capabilities #1006 (mcuadros)

v4.9.1

Patch version from 4.9.0, fixing a corner case (https://github-redirect.dependabot.com/src-d/gitbase/pull/688).

Changelog

  • storage/filesystem: check file object before using cache (#1056)

v4.9.0

This new version comes with some new functionality like the new LogOptions.All option that mimics the git log --all done by @​kuba--, plus some performance improvements for reading large commit histories implemented by @​filipnavara.

Change Log

  • git: Implement git log --all #1045 (kuba--)
  • git: return better error message when packfile cannot be downloaded #1031 (jfontan)
  • storage/dotgit: use fs capabilitie in setRef #1036 (jfontan)
  • plumbing: format/packfile, performance optimizations for reading large commit histories #963 (filipnavara)

v4.8.1

repository: fix plain clone error handling regression (Fixes https://github-redirect.dependabot.com/src-d/go-git/issues/1027)

Commits
  • db6c41c Merge pull request #1065 from vmarkovtsev/fix-unicode
  • 4d8bd13 Merge pull request #1067 from ajnavarro/fix/log-all-missing-objects
  • 2ab6d5c Merge pull request #1066 from keybase/strib/909-git-push-speedup-when-local
  • 2b24822 Improve error handling logic
  • 6c2a0da Ignore missing references on log --all
  • 3889c64 remote: when pushing to a local repo, use local store for ignores
  • f563362 config: add a way to see if a "remote" URL is local or not
  • efe6c8b revlist: add ObjectsWithStorageForIgnores method
  • c40fcef Remove Unicode normalization in difftree
  • dcc9f37 Merge pull request #1064 from asv/sentinel_error_for_no_ff_update
  • Additional commits viewable in compare view

@codecov-io
Copy link

codecov-io commented Apr 17, 2019

Codecov Report

Merging #6662 into master will increase coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #6662      +/-   ##
==========================================
+ Coverage   40.54%   40.54%   +<.01%     
==========================================
  Files         406      406              
  Lines       54501    54501              
==========================================
+ Hits        22096    22099       +3     
+ Misses      29369    29366       -3     
  Partials     3036     3036
Impacted Files Coverage Δ
modules/log/event.go 64.46% <0%> (-1.53%) ⬇️
routers/repo/view.go 42.07% <0%> (+0.99%) ⬆️
models/repo_list.go 67.89% <0%> (+1.05%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 62b3596...53f5242. Read the comment docs.

@GiteaBot GiteaBot added the lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. label Apr 17, 2019
@sapk sapk changed the title [mod]: Bump gopkg.in/src-d/go-git.v4 from 4.8.0 to 4.10.0 Bump gopkg.in/src-d/go-git.v4 from 4.8.0 to 4.10.0 Apr 17, 2019
@techknowlogick techknowlogick added the type/enhancement An improvement of existing functionality label Apr 17, 2019
@techknowlogick techknowlogick added this to the 1.9.0 milestone Apr 17, 2019
@GiteaBot GiteaBot added lgtm/need 1 This PR needs approval from one additional maintainer to be merged. and removed lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. labels Apr 17, 2019
@GiteaBot GiteaBot added lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. and removed lgtm/need 1 This PR needs approval from one additional maintainer to be merged. labels Apr 17, 2019
@techknowlogick techknowlogick merged commit 4183c84 into go-gitea:master Apr 17, 2019
@sapk sapk deleted the update-go-git branch April 17, 2019 03:24
@filipnavara
Copy link
Contributor

Thanks!

@sapk
Copy link
Member Author

sapk commented Apr 17, 2019

@filipnavara thanks for your contribs to gitea and go-git 😉

@go-gitea go-gitea locked and limited conversation to collaborators Nov 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. type/enhancement An improvement of existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants