ballerina-lang icon indicating copy to clipboard operation
ballerina-lang copied to clipboard

Fix redirect url when running "push"

Open RenzoRomeo opened this issue 1 year ago • 1 comments

Replace the redirect url

Previously "...ballerina.io/cli-token" Replaced with "...ballerina.io/dashboard?tab=token"

Purpose

Fix this issue: https://github.com/ballerina-platform/ballerina-lang/issues/41831

Fixes #41831

Approach

I replaced the url to reach the expected functionality.

RenzoRomeo avatar Apr 27 '24 17:04 RenzoRomeo

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Apr 27 '24 17:04 CLAassistant

This PR has been open for more than 15 days with no activity. This will be closed in 3 days unless the stale label is removed or commented.

github-actions[bot] avatar May 18 '24 19:05 github-actions[bot]

Closed PR due to inactivity for more than 18 days.

github-actions[bot] avatar May 22 '24 19:05 github-actions[bot]

Codecov Report

Attention: Patch coverage is 0% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 77.27%. Comparing base (dca7201) to head (d8463d7). Report is 144 commits behind head on master.

Files Patch % Lines
...main/java/io/ballerina/cli/utils/CentralUtils.java 0.00% 3 Missing :warning:
Additional details and impacted files
@@             Coverage Diff              @@
##             master   #42649      +/-   ##
============================================
+ Coverage     77.13%   77.27%   +0.14%     
- Complexity    51182    51316     +134     
============================================
  Files          2924     2929       +5     
  Lines        203973   204420     +447     
  Branches      26604    26668      +64     
============================================
+ Hits         157338   157970     +632     
+ Misses        38122    37861     -261     
- Partials       8513     8589      +76     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar May 28 '24 08:05 codecov[bot]