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

CLI: admin auth list missing space #9707

Closed
2 of 7 tasks
s-hamann opened this issue Jan 11, 2020 · 4 comments · Fixed by #10844
Closed
2 of 7 tasks

CLI: admin auth list missing space #9707

s-hamann opened this issue Jan 11, 2020 · 4 comments · Fixed by #10844
Labels
type/enhancement An improvement of existing functionality

Comments

@s-hamann
Copy link
Contributor

  • Gitea version (or commit ref): 1.11.0-rc1
  • Git version: 2.24.1
  • Operating system: Alpine Linux
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
    • Not relevant

Description

The output of gitea admin auth list is missing a space between the Type and Enabled columns.
This make the output difficult to read and parse automatically.

Example output:

 ID Name   TypeEnabled
  1 Test OAuth2true

I see there is a \t in cmd\admin.go:L537, but somehow it does not make it to stdout.

@lunny lunny added the type/enhancement An improvement of existing functionality label Jan 12, 2020
@stale
Copy link

stale bot commented Mar 12, 2020

This issue has been automatically marked as stale because it has not had recent activity. I am here to help clear issues left open even if solved or waiting for more insight. This issue will be closed if no further activity occurs during the next 2 weeks. If the issue is still valid just add a comment to keep it alive. Thank you for your contributions.

@stale stale bot added the issue/stale label Mar 12, 2020
@s-hamann
Copy link
Contributor Author

I think this is still valid

@stale stale bot removed the issue/stale label Mar 12, 2020
@stale
Copy link

stale bot commented Mar 26, 2020

This issue has been automatically closed because of inactivity. You can re-open it if needed.

@stale stale bot closed this as completed Mar 26, 2020
@s-hamann
Copy link
Contributor Author

Stale bot does not seem to work as stated. Could this please be re-opened?

@jolheiser jolheiser reopened this Mar 26, 2020
@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
type/enhancement An improvement of existing functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants