Commit a3db0f8
Simplify plugin download implementation (#6349) [ci fast]
* Simplify plugin download implementation
- Remove OciAwareFileDownloader class and use SimpleFileDownloader instead
- Remove unnecessary file renaming logic in PluginUpdater
- Streamline plugin download process by removing complex OCI authentication
This simplifies the plugin download mechanism while maintaining core functionality.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* Remove deprecated OCI downloader
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
* Remove deprecated test
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
---------
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
Co-authored-by: Claude <noreply@anthropic.com>1 parent e146b41 commit a3db0f8
File tree
5 files changed
+4
-603
lines changed- modules/nf-commons/src
- main/nextflow/plugin
- test/nextflow/plugin
5 files changed
+4
-603
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
102 | | - | |
| 103 | + | |
103 | 104 | | |
104 | 105 | | |
105 | 106 | | |
| |||
Lines changed: 0 additions & 201 deletions
This file was deleted.
Lines changed: 2 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | | - | |
249 | | - | |
| 242 | + | |
250 | 243 | | |
251 | 244 | | |
252 | 245 | | |
253 | | - | |
| 246 | + | |
254 | 247 | | |
255 | 248 | | |
256 | 249 | | |
| |||
0 commit comments