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

outdated: add --json flag #1785

Merged
merged 1 commit into from
Mar 16, 2024
Merged

outdated: add --json flag #1785

merged 1 commit into from
Mar 16, 2024

Conversation

jdx
Copy link
Owner

@jdx jdx commented Mar 16, 2024

Fixes #1766

@jdx jdx enabled auto-merge (squash) March 16, 2024 15:09
Copy link

codacy-production bot commented Mar 16, 2024

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.02% 93.33%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (d232859) 16840 14029 83.31%
Head commit (943aa55) 16864 (+24) 14052 (+23) 83.33% (+0.02%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#1785) 30 28 93.33%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

You may notice some variations in coverage metrics with the latest Coverage engine update. For more details, visit the documentation

@jdx jdx disabled auto-merge March 16, 2024 15:13
@jdx jdx force-pushed the outdated-json branch 2 times, most recently from e7a1023 to 3909840 Compare March 16, 2024 15:18
@jdx jdx enabled auto-merge (squash) March 16, 2024 15:18
@jdx jdx merged commit ec8dbdf into main Mar 16, 2024
8 checks passed
@jdx jdx deleted the outdated-json branch March 16, 2024 15:24
mise-en-dev added a commit that referenced this pull request Mar 16, 2024
# Changelog

All notable changes to this project will be documented in this file.

## [unreleased]

### 🐛 Bug Fixes

- *(deps)* Update rust crate clap to 4.5.3 (#1778)
- *(deps)* Update rust crate color-eyre to 0.6.3 (#1779)
- *(deps)* Update rust crate thiserror to 1.0.58 (#1781)
- *(deps)* Update rust crate strum to 0.26.2 (#1780)
- *(deps)* Update rust crate toml_edit to 0.22.7 (#1783)
- *(deps)* Update rust crate toml to 0.8.11 (#1782)
- Update shorthand for rabbitmq (#1784)
- Display error message from calling usage (#1786)

### 🎨 Styling

- Add mise tasks to editorconfig

### ⚙️ Miscellaneous Tasks

- Cargo update
- Cargo update

### Outdated

- Add --json flag (#1785)

<!-- generated by git-cliff -->
mise-en-dev added a commit that referenced this pull request Mar 16, 2024
# Changelog

All notable changes to this project will be documented in this file.

## [unreleased]

### 🐛 Bug Fixes

- *(deps)* Update rust crate clap to 4.5.3 (#1778)
- *(deps)* Update rust crate color-eyre to 0.6.3 (#1779)
- *(deps)* Update rust crate thiserror to 1.0.58 (#1781)
- *(deps)* Update rust crate strum to 0.26.2 (#1780)
- *(deps)* Update rust crate toml_edit to 0.22.7 (#1783)
- *(deps)* Update rust crate toml to 0.8.11 (#1782)
- Update shorthand for rabbitmq (#1784)
- Display error message from calling usage (#1786)

### 🎨 Styling

- Add mise tasks to editorconfig

### ⚙️ Miscellaneous Tasks

- Cargo update
- Cargo update

### Outdated

- Add --json flag (#1785)

<!-- generated by git-cliff -->
mise-en-dev added a commit that referenced this pull request Mar 16, 2024
# Changelog

All notable changes to this project will be documented in this file.

## [unreleased]

### 🐛 Bug Fixes

- Update shorthand for rabbitmq (#1784)
- Display error message from calling usage (#1786)

### 🎨 Styling

- Add mise tasks to editorconfig

### ⚙️ Miscellaneous Tasks

- Cargo update
- Cargo update

### Outdated

- Add --json flag (#1785)

<!-- generated by git-cliff -->
mise-en-dev added a commit that referenced this pull request Mar 16, 2024
# Changelog

All notable changes to this project will be documented in this file.

## [unreleased]

### 🐛 Bug Fixes

- Update shorthand for rabbitmq (#1784)
- Display error message from calling usage (#1786)

### 🎨 Styling

- Add mise tasks to editorconfig

### ⚙️ Miscellaneous Tasks

- Cargo update
- Cargo update

### Outdated

- Add --json flag (#1785)

<!-- generated by git-cliff -->
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.

Add --json/-J flag to outdated command, similar to the ls command
1 participant