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

Post Release:Fix for beego framework issue #1169 #1168

Merged
merged 1 commit into from
Jan 10, 2020

Conversation

PravinRanjan10
Copy link
Contributor

@PravinRanjan10 PravinRanjan10 commented Jan 8, 2020

What this PR does / why we need it:
There is failure in CI.
fatal: Authentication failed for 'https://github.com/belogik/goes/'
The reason is: beego usses '/belogik/goes/' repo internally in verion v1.11.1, now that repo has been deleted so our build is failing. (#1169 )

In latest beego V1.12.0, this issue is handled and merged. Below is the link:
https://github.com/astaxie/beego/pull/3468/files

So we need updated version of beego, i.e V1.12.0

Which issue this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged): fixes #

Special notes for your reviewer:

Release note:

@PravinRanjan10 PravinRanjan10 changed the base branch from master to development January 8, 2020 13:17
@codecov
Copy link

codecov bot commented Jan 8, 2020

Codecov Report

Merging #1168 into development will not change coverage.
The diff coverage is n/a.

@@             Coverage Diff              @@
##           development    #1168   +/-   ##
============================================
  Coverage        34.82%   34.82%           
============================================
  Files               97       97           
  Lines            17622    17622           
============================================
  Hits              6137     6137           
  Misses           10614    10614           
  Partials           871      871

@PravinRanjan10
Copy link
Contributor Author

Few basic testing after beego version fix.

  1. Block API: Volume creation/deletion
    beegofix1

  2. FILE API: Fileshare creation/deletion
    beegofix2

@PravinRanjan10
Copy link
Contributor Author

Fix for this issue, #1169

@skdwriting skdwriting changed the title Post Release:Fix for beego framework issue Post Release:Fix for beego framework issue #1169 Jan 10, 2020
Copy link
Collaborator

@kumarashit kumarashit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kumarashit kumarashit merged commit 54c9d7a into sodafoundation:development Jan 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants