Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@uday-rana
Copy link
Contributor

@uday-rana uday-rana commented Dec 8, 2024

Fixes #10038

Changes

pkg/cmd/run/shared: Switched parentheses in selectRun() to square brackets.

Before

func selectRun() {
  ...
  fmt.Sprintf("%s %s, %s (%s) %s", ...)
  ...
}

After

func selectRun() {
  ...
  fmt.Sprintf("%s %s, %s [%s] %s", ...)
  ...
}

@uday-rana uday-rana requested a review from a team as a code owner December 8, 2024 17:38
@uday-rana uday-rana requested a review from BagToad December 8, 2024 17:38
@cliAutomation cliAutomation added the external pull request originating outside of the CLI core team label Dec 8, 2024
@uday-rana uday-rana changed the title fix: list branches in square brackets in gh run view (#10038) fix: list branches in square brackets in gh run view Dec 8, 2024
@uday-rana uday-rana changed the title fix: list branches in square brackets in gh run view fix: list branches in square brackets in gh run view Dec 8, 2024
@uday-rana
Copy link
Contributor Author

uday-rana commented Dec 8, 2024

hi @BagToad ! I saw this TODO while I was working on this PR and I'd like to work on it if that's okay:

pkg/cmd/run/shared:510 :

// TODO truncate commit message, long ones look terrible
fmt.Sprintf("%s %s, %s [%s] %s", symbol, run.Title(), run.WorkflowName(), run.HeadBranch, preciseAgo(now, run.StartedTime())))

@williammartin
Copy link
Member

Thanks for opening this, looks like there's some tests that need to be fixed.

With regards your comment on:

// TODO truncate commit message, long ones look terrible

If you're interested in working on it, please create a new issue showing the current behaviour being terrible, and a proposal for what it would look like truncated. We don't accept PRs without issues as per out contribution doc.

Let me know if you need help with the tests. Cheers.

@uday-rana
Copy link
Contributor Author

Sorry about the oversight! I've updated the tests and they're passing locally. I'll look into creating a new issue for the TODO.

@uday-rana uday-rana changed the title fix: list branches in square brackets in gh run view fix: list branches in square brackets in gh run and gh codespace Dec 10, 2024
@uday-rana
Copy link
Contributor Author

As per #10038 (comment) I've extended the change to gh codespace commands.

@BagToad BagToad requested a review from a team as a code owner December 10, 2024 21:17
Copy link
Member

@BagToad BagToad left a comment

Choose a reason for hiding this comment

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

LGTM @uday-rana - Thanks! ❀️

@BagToad BagToad enabled auto-merge December 10, 2024 21:27
Copy link
Member

@cmbrose cmbrose left a comment

Choose a reason for hiding this comment

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

Looks good for codespaces. Wanted to also call out that we also use branchWithGitStatus() in the cs view command. Not sure if we'd also like to update the formatting there @BagToad

@BagToad BagToad merged commit 2abe675 into cli:trunk Dec 10, 2024
@cmbrose
Copy link
Member

cmbrose commented Dec 10, 2024

Oh I didn't notice that this would auto-complete with my review πŸ˜… It's fine in it's current state, we can add on the cs view change if we want in a second PR

@BagToad
Copy link
Member

BagToad commented Dec 10, 2024

@cmbrose No problem! Probably my fault for auto merging it πŸ˜…

Thanks for mentioning this! I'll take a look at branchWithGitStatus() and open up a follow-up issue if needed 😁 Could be another good first issue ✨

tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request Dec 21, 2024
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [cli/cli](https://github.com/cli/cli) | minor | `v2.63.2` -> `v2.64.0` |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>cli/cli (cli/cli)</summary>

### [`v2.64.0`](https://github.com/cli/cli/releases/tag/v2.64.0): GitHub CLI 2.64.0

[Compare Source](cli/cli@v2.63.2...v2.64.0)

#### What's Changed

-   docs: improve docs for browse command as of [#&#8203;5352](cli/cli#5352) by [@&#8203;ankddev](https://github.com/ankddev) in cli/cli#10025
-   Open MR against gh-merge-base by [@&#8203;heaths](https://github.com/heaths) in cli/cli#9712
-   Add integration tests for `gh attestation verify` when the `bundle-from-oci` flag is specified by [@&#8203;malancas](https://github.com/malancas) in cli/cli#10020
-   `gh repo rename` help text clarifies new repo name should not include owner by [@&#8203;BagToad](https://github.com/BagToad) in cli/cli#10044
-   fix: list branches in square brackets in `gh run` and `gh codespace` by [@&#8203;uday-rana](https://github.com/uday-rana) in cli/cli#10043
-   Bump actions/attest-build-provenance from 1.4.4 to 2.1.0 by [@&#8203;dependabot](https://github.com/dependabot) in cli/cli#10056
-   Bump golang.org/x/crypto from 0.29.0 to 0.31.0 by [@&#8203;dependabot](https://github.com/dependabot) in cli/cli#10070
-   Improve documentation and error messaging for local extension installations without executables by [@&#8203;BagToad](https://github.com/BagToad) in cli/cli#9933
-   docs: better document auth scopes by [@&#8203;ankddev](https://github.com/ankddev) in cli/cli#10026
-   Sigstore verifier logic updates by [@&#8203;malancas](https://github.com/malancas) in cli/cli#9999
-   `gh pr merge --delete-branch` exits with error when merge requested via merge queue by [@&#8203;BagToad](https://github.com/BagToad) in cli/cli#10074
-   sundry `gh at inspect` improvements by [@&#8203;phillmv](https://github.com/phillmv) in cli/cli#9954
-   Support `pr view` for intra-org forks by [@&#8203;williammartin](https://github.com/williammartin) in cli/cli#10078
-   Print policy information before verifying attestations by [@&#8203;malancas](https://github.com/malancas) in cli/cli#9891
-   Improve error handling in apt setup script by [@&#8203;jobegrabber](https://github.com/jobegrabber) in cli/cli#10055
-   Use Windows compatible file name for downloaded attestations when running `gh attestation download` by [@&#8203;malancas](https://github.com/malancas) in cli/cli#10051
-   Bump github.com/cpuguy83/go-md2man/v2 from 2.0.5 to 2.0.6 by [@&#8203;dependabot](https://github.com/dependabot) in cli/cli#10094
-   Perform all `gh attestation verify` policy options configuration in the `newEnforcementCriteria()` function by [@&#8203;malancas](https://github.com/malancas) in cli/cli#10012

#### New Contributors

-   [@&#8203;ankddev](https://github.com/ankddev) made their first contribution in cli/cli#10025
-   [@&#8203;uday-rana](https://github.com/uday-rana) made their first contribution in cli/cli#10043
-   [@&#8203;jobegrabber](https://github.com/jobegrabber) made their first contribution in cli/cli#10055

**Full Changelog**: cli/cli@v2.63.2...v2.64.0

</details>

---

### Configuration

πŸ“… **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

β™» **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• **Ignore**: Close this MR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS43Ny4wIiwidXBkYXRlZEluVmVyIjoiMzkuNzcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90Il19-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

external pull request originating outside of the CLI core team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

gh run and gh codespace subcommands should list branches in square brackets

5 participants