Skip to content
Success

Changes

Summary

  1. feat: update CSV handling and improve error management in Utils and Config classes (commit: f00e40e) (details)
  2. feat: update authorization token handling to use xauth_token across HTTP tasks and remove deprecated config.json (commit: 2b06e4a) (details)
Commit f00e40e7bdb483479dd7a025f85232231037deb6 by BerndiVader
feat: update CSV handling and improve error management in Utils and Config classes
(commit: f00e40e)
The file was modifiedsrc/main/java/com/gmail/berndivader/biene/config/Gdata.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/biene/Utils.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/biene/db/CatalogTree.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/biene/config/Config.java (diff)
Commit 2b06e4a12c96d45784287905dc3626b69308573f by BerndiVader
feat: update authorization token handling to use xauth_token across HTTP tasks and remove deprecated config.json
(commit: 2b06e4a)
The file was modifiedsrc/main/java/com/gmail/berndivader/biene/http/post/PostUploadCSV.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/biene/http/post/PostXAuthTokenRequestSync.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/biene/http/get/GetTask.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/biene/http/post/PostTask.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/biene/http/post/PostTaskSync.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/biene/http/get/GetTaskSync.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/biene/http/post/PostImageUpload.java (diff)
The file was removedsrc/main/resources/config.json