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

fix: update auth table and dependencies #1173

Merged
merged 7 commits into from
Oct 21, 2024
Merged

fix: update auth table and dependencies #1173

merged 7 commits into from
Oct 21, 2024

Conversation

soridalac
Copy link
Contributor

What does this PR do?

update new auth table format

What issues does this PR fix or reference?

@W-16736180@

package.json Outdated
@@ -10,8 +10,8 @@
"@oclif/core": "^4",
"@salesforce/core": "^8.6.2",
"@salesforce/kit": "^3.2.3",
"@salesforce/plugin-info": "^3.4.12",
"@salesforce/sf-plugins-core": "^11.3.10",
"@salesforce/plugin-info": "^3.4.9",
Copy link
Contributor

Choose a reason for hiding this comment

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

why is this dependency going backwards? 12->9?

@WillieRuemmele
Copy link
Contributor

WillieRuemmele commented Oct 21, 2024

QA Notes


✅ : using new table
⚠️ : removed history, I ran the new command locally and saw the table, but if I scrolled up, I only scrolled to the top of the table, no other commands output was visible
⚠️ : I saw this errant % char

│ blitz2          │ wruemme… │ 00D5p0000… │ https://e4… │ web         │       │
│ cb              │ wruemme… │ 00DHp0000… │ https://dx… │ web         │       │
└─────────────────┴──────────┴────────────┴─────────────┴─────────────┴───────┘%  

{ key: 'instanceUrl', name: 'AUTH METHOD' },
{ key: 'oauthMethod', name: 'AUTH METHOD' },
hasErrors ? { key: 'error', name: 'ERROR' } : 'error',
],
Copy link
Contributor

Choose a reason for hiding this comment

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

add

title: 'authenticated orgs'

and remove this.styledHeader('authenticated orgs') just above this

{ key: 'alias', name: 'ALIAS' },
{ key: 'username', name: 'USERNAME' },
{ key: 'orgId', name: 'ORG ID' },
{ key: 'instanceUrl', name: 'AUTH METHOD' },
Copy link
Contributor

Choose a reason for hiding this comment

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

should be { key: 'instanceUrl', name: 'INSTANCE URL' }

{ key: 'orgId', name: 'ORG ID' },
{ key: 'instanceUrl', name: 'AUTH METHOD' },
{ key: 'oauthMethod', name: 'AUTH METHOD' },
hasErrors ? { key: 'error', name: 'ERROR' } : 'error',
Copy link
Contributor

Choose a reason for hiding this comment

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

error shouldn't be in the columns array if hasErrors is false

@mdonnalley mdonnalley mentioned this pull request Oct 21, 2024
@WillieRuemmele WillieRuemmele merged commit ff3343f into main Oct 21, 2024
13 checks passed
@WillieRuemmele WillieRuemmele deleted the updateTable branch October 21, 2024 21:15
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.

3 participants