-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove download by downloadId functionality (#1820)
This functionallity seems to get via AMQP (after some authentication) a private (wihtout need of authentication) url to an artifact assigned to the controller. By default, DDI or DMF shall provide proper urls (for direct download) to devices and if they have to be without authentication this shall be solved in different ways - for instance separate download server providing dedicated private / signed urls. This functinallity is not a real hawkBit part but more like something intended to solve some edge cases. Since it is complicated, heeds support, doesn't solve wide spread use cases, and could be achieved with other means - better to be removed. Signed-off-by: Marinov Avgustin <[email protected]>
- Loading branch information
1 parent
12928a5
commit d958d8e
Showing
26 changed files
with
36 additions
and
2,448 deletions.
There are no files selected for viewing
42 changes: 0 additions & 42 deletions
42
...c/main/java/org/eclipse/hawkbit/autoconfigure/cache/DownloadIdCacheAutoConfiguration.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
...esources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
57 changes: 0 additions & 57 deletions
57
hawkbit-core/src/main/java/org/eclipse/hawkbit/cache/DefaultDownloadIdCache.java
This file was deleted.
Oops, something went wrong.
74 changes: 0 additions & 74 deletions
74
hawkbit-core/src/main/java/org/eclipse/hawkbit/cache/DownloadArtifactCache.java
This file was deleted.
Oops, something went wrong.
58 changes: 0 additions & 58 deletions
58
hawkbit-core/src/main/java/org/eclipse/hawkbit/cache/DownloadIdCache.java
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
hawkbit-core/src/main/java/org/eclipse/hawkbit/cache/DownloadType.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.