Skip to content

refactor: consolidate tool/plugin loading to install_state.rs#3015

Merged
jdx merged 1 commit into
mainfrom
install-state
Nov 14, 2024
Merged

refactor: consolidate tool/plugin loading to install_state.rs#3015
jdx merged 1 commit into
mainfrom
install-state

Conversation

@jdx

@jdx jdx commented Nov 13, 2024

Copy link
Copy Markdown
Owner

No description provided.

@jdx jdx force-pushed the install-state branch 17 times, most recently from 98f4a41 to eecd098 Compare November 14, 2024 00:51
@codacy-production

Copy link
Copy Markdown

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
-0.09% 85.22%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (7d2406b) 20638 15694 76.04%
Head commit (0ff4901) 20643 (+5) 15679 (-15) 75.95% (-0.09%)

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 (#3015) 785 669 85.22%

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

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

@jdx jdx merged commit 298e00a into main Nov 14, 2024
@jdx jdx deleted the install-state branch November 14, 2024 01:08
netbsd-srcmastr pushed a commit to NetBSD/pkgsrc that referenced this pull request Nov 14, 2024
## [2024.11.12](https://github.com/jdx/mise/compare/v2024.11.11..v2024.11.12) - 2024-11-14

### 🚀 Features

- added more aqua tools by [@jdx](https://github.com/jdx) in [#3021](jdx/mise#3021)

### 🧪 Testing

- build mise for coverage tests by [@jdx](https://github.com/jdx) in [#3020](jdx/mise#3020)

### 🔍 Other Changes

- build during windows-unit by [@jdx](https://github.com/jdx) in [995907f](jdx/mise@995907f)
- fix lint error by [@jdx](https://github.com/jdx) in [924592a](jdx/mise@924592a)

## [2024.11.11](https://github.com/jdx/mise/compare/v2024.11.10..v2024.11.11) - 2024-11-14

### 🧪 Testing

- added hyperfine test by [@jdx](https://github.com/jdx) in [#3016](jdx/mise#3016)

### 🔍 Other Changes

- Update mise.toml by [@jdx](https://github.com/jdx) in [35c55e0](jdx/mise@35c55e0)
- added tasks.toml by [@jdx](https://github.com/jdx) in [8a02900](jdx/mise@8a02900)
- reuse CI cache on jobs by [@jdx](https://github.com/jdx) in [#3018](jdx/mise#3018)
- remove cargo-deny warning by [@jdx](https://github.com/jdx) in [a1479b6](jdx/mise@a1479b6)
- improve CI caching by [@jdx](https://github.com/jdx) in [0ffe565](jdx/mise@0ffe565)

## [2024.11.10](https://github.com/jdx/mise/compare/v2024.11.9..v2024.11.10) - 2024-11-14

### 🚀 Features

- added aliases to registry by [@jdx](https://github.com/jdx) in [#3007](jdx/mise#3007)
- added more aqua tools by [@jdx](https://github.com/jdx) in [#3008](jdx/mise#3008)

### 🐛 Bug Fixes

- default python to precompiled by [@jdx](https://github.com/jdx) in [dfb13de](jdx/mise@dfb13de)

### 🚜 Refactor

- consolidate tool/plugin loading to install_state.rs by [@jdx](https://github.com/jdx) in [#3015](jdx/mise#3015)

### 🧪 Testing

- remove alias from test-plugins by [@jdx](https://github.com/jdx) in [7d2406b](jdx/mise@7d2406b)
msk pushed a commit to msk/pkgsrc that referenced this pull request May 11, 2026
## [2024.11.12](https://github.com/jdx/mise/compare/v2024.11.11..v2024.11.12) - 2024-11-14

### 🚀 Features

- added more aqua tools by [@jdx](https://github.com/jdx) in [#3021](jdx/mise#3021)

### 🧪 Testing

- build mise for coverage tests by [@jdx](https://github.com/jdx) in [#3020](jdx/mise#3020)

### 🔍 Other Changes

- build during windows-unit by [@jdx](https://github.com/jdx) in [995907f](jdx/mise@995907f)
- fix lint error by [@jdx](https://github.com/jdx) in [924592a](jdx/mise@924592a)

## [2024.11.11](https://github.com/jdx/mise/compare/v2024.11.10..v2024.11.11) - 2024-11-14

### 🧪 Testing

- added hyperfine test by [@jdx](https://github.com/jdx) in [#3016](jdx/mise#3016)

### 🔍 Other Changes

- Update mise.toml by [@jdx](https://github.com/jdx) in [35c55e0](jdx/mise@35c55e0)
- added tasks.toml by [@jdx](https://github.com/jdx) in [8a02900](jdx/mise@8a02900)
- reuse CI cache on jobs by [@jdx](https://github.com/jdx) in [#3018](jdx/mise#3018)
- remove cargo-deny warning by [@jdx](https://github.com/jdx) in [a1479b6](jdx/mise@a1479b6)
- improve CI caching by [@jdx](https://github.com/jdx) in [0ffe565](jdx/mise@0ffe565)

## [2024.11.10](https://github.com/jdx/mise/compare/v2024.11.9..v2024.11.10) - 2024-11-14

### 🚀 Features

- added aliases to registry by [@jdx](https://github.com/jdx) in [#3007](jdx/mise#3007)
- added more aqua tools by [@jdx](https://github.com/jdx) in [#3008](jdx/mise#3008)

### 🐛 Bug Fixes

- default python to precompiled by [@jdx](https://github.com/jdx) in [dfb13de](jdx/mise@dfb13de)

### 🚜 Refactor

- consolidate tool/plugin loading to install_state.rs by [@jdx](https://github.com/jdx) in [#3015](jdx/mise#3015)

### 🧪 Testing

- remove alias from test-plugins by [@jdx](https://github.com/jdx) in [7d2406b](jdx/mise@7d2406b)
netbsd-srcmastr pushed a commit to NetBSD/pkgsrc that referenced this pull request May 13, 2026
## [2024.11.12](https://github.com/jdx/mise/compare/v2024.11.11..v2024.11.12) - 2024-11-14

### 🚀 Features

- added more aqua tools by [@jdx](https://github.com/jdx) in [#3021](jdx/mise#3021)

### 🧪 Testing

- build mise for coverage tests by [@jdx](https://github.com/jdx) in [#3020](jdx/mise#3020)

### 🔍 Other Changes

- build during windows-unit by [@jdx](https://github.com/jdx) in [995907f](jdx/mise@995907f)
- fix lint error by [@jdx](https://github.com/jdx) in [924592a](jdx/mise@924592a)

## [2024.11.11](https://github.com/jdx/mise/compare/v2024.11.10..v2024.11.11) - 2024-11-14

### 🧪 Testing

- added hyperfine test by [@jdx](https://github.com/jdx) in [#3016](jdx/mise#3016)

### 🔍 Other Changes

- Update mise.toml by [@jdx](https://github.com/jdx) in [35c55e0](jdx/mise@35c55e0)
- added tasks.toml by [@jdx](https://github.com/jdx) in [8a02900](jdx/mise@8a02900)
- reuse CI cache on jobs by [@jdx](https://github.com/jdx) in [#3018](jdx/mise#3018)
- remove cargo-deny warning by [@jdx](https://github.com/jdx) in [a1479b6](jdx/mise@a1479b6)
- improve CI caching by [@jdx](https://github.com/jdx) in [0ffe565](jdx/mise@0ffe565)

## [2024.11.10](https://github.com/jdx/mise/compare/v2024.11.9..v2024.11.10) - 2024-11-14

### 🚀 Features

- added aliases to registry by [@jdx](https://github.com/jdx) in [#3007](jdx/mise#3007)
- added more aqua tools by [@jdx](https://github.com/jdx) in [#3008](jdx/mise#3008)

### 🐛 Bug Fixes

- default python to precompiled by [@jdx](https://github.com/jdx) in [dfb13de](jdx/mise@dfb13de)

### 🚜 Refactor

- consolidate tool/plugin loading to install_state.rs by [@jdx](https://github.com/jdx) in [#3015](jdx/mise#3015)

### 🧪 Testing

- remove alias from test-plugins by [@jdx](https://github.com/jdx) in [7d2406b](jdx/mise@7d2406b)
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.

1 participant