Skip to content
Success

Changes

Summary

  1. better exception handling (commit: 4a9c05d) (details)
  2. display active and scheduled threads (commit: 2b17709) (details)
  3. changed timeout to use seconds instead of minutes (commit: 747934e) (details)
  4. upload and process images cli command (commit: b4c16b3) (details)
  5. implement synchronous HTTP client and enhance error handling (commit: b4da400) (details)
  6. refactor Utils class for improved XML handling and synchronization; replace async HTTP calls with synchronous calls (commit: 5bc6f11) (details)
  7. add Cloudflare configuration options and bearer token handling to Gdata class (commit: 69c20fd) (details)
  8. add progress tracking for file uploads with ProgressListener and ProgressFileEntity; implement synchronous HTTP post classes (commit: 0b826f6) (details)
  9. refactor time handling in query tasks and HTTP classes to use seconds instead of minutes (commit: 1a25e5e) (details)
  10. refactor Logger and Tasks classes for improved readability; update method parameters and remove GetInfo class (commit: 2150dab) (details)
The file was modifiedphp/export/winline2_xtc.php (diff)
The file was modifiedphp/export/winline2_xtc_functions.php (diff)
Commit 2b1770910d3820b596fc9744576828ff035ec90b by BerndiVader
display active and scheduled threads
(commit: 2b17709)
The file was modifiedsrc/main/java/com/gmail/berndivader/biene/Batcher.java (diff)
Commit 747934e0ec328ba451c2ff6d94723b83b8949da3 by BerndiVader
changed timeout to use seconds instead of minutes
(commit: 747934e)
The file was modifiedsrc/main/java/com/gmail/berndivader/biene/Worker.java (diff)
Commit b4c16b31ee8cc1a43e376f7a218ec756403e51e8 by BerndiVader
upload and process images cli command
(commit: b4c16b3)
The file was addedsrc/main/java/com/gmail/berndivader/biene/command/commands/UpdatePictures.java
Commit b4da400737dba174e4be93abceb4830216e2dc43 by BerndiVader
implement synchronous HTTP client and enhance error handling
(commit: b4da400)
The file was modifiedsrc/main/java/com/gmail/berndivader/biene/Helper.java (diff)
Commit 5bc6f11a03feb515b8fcb7fc4fb560a0f833f318 by BerndiVader
refactor Utils class for improved XML handling and synchronization; replace async HTTP calls with synchronous calls
(commit: 5bc6f11)
The file was modifiedsrc/main/java/com/gmail/berndivader/biene/Utils.java (diff)
Commit 69c20fd9461a7e4a6c6aa5cc297c121bf13b7a5c by BerndiVader
add Cloudflare configuration options and bearer token handling to Gdata class
(commit: 69c20fd)
The file was modifiedsrc/main/java/com/gmail/berndivader/biene/config/Gdata.java (diff)
Commit 0b826f668834e667492e70674c68a7a2a3243438 by BerndiVader
add progress tracking for file uploads with ProgressListener and ProgressFileEntity; implement synchronous HTTP post classes
(commit: 0b826f6)
The file was addedsrc/main/java/com/gmail/berndivader/biene/http/post/PostImportCSVSync.java
The file was addedsrc/main/java/com/gmail/berndivader/biene/http/ProgressListener.java
The file was addedsrc/main/java/com/gmail/berndivader/biene/http/ProgressFileEntity.java
The file was addedsrc/main/java/com/gmail/berndivader/biene/http/get/GetTaskSync.java
The file was addedsrc/main/java/com/gmail/berndivader/biene/http/post/PostPictureCreateSync.java
The file was addedsrc/main/java/com/gmail/berndivader/biene/http/post/PostValidateImageSync.java
The file was addedsrc/main/java/com/gmail/berndivader/biene/http/get/GetInfoSync.java
The file was addedsrc/main/java/com/gmail/berndivader/biene/http/post/PostTaskSync.java
The file was addedsrc/main/java/com/gmail/berndivader/biene/http/post/PostValidateImageFileSync.java
The file was addedsrc/main/java/com/gmail/berndivader/biene/http/post/PostSimpleSync.java
The file was addedsrc/main/java/com/gmail/berndivader/biene/http/post/PostProcessImagesSync.java
Commit 1a25e5e941bf0cac81141ee02d11c778167eb1d9 by BerndiVader
refactor time handling in query tasks and HTTP classes to use seconds instead of minutes
(commit: 1a25e5e)
The file was modifiedsrc/main/java/com/gmail/berndivader/biene/db/ValidatePictureTask.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/biene/http/get/GetProducts.java (diff)
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/PostImageUpload.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/db/UpdateShopTask.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/biene/http/post/PostValidateImageFile.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/biene/db/QueryBatchTask.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/biene/db/SimpleResultQuery.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/biene/http/post/PostProcessImages.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/biene/http/post/PostImportCSV.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/biene/http/post/PostValidateImage.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/biene/db/ValidatePicture.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/biene/db/SimpleQuery.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/biene/db/SteuercodeQuery.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/biene/db/UpdatePicturesTask.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/biene/http/post/PostSimple.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/biene/command/commands/Info.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/biene/http/post/PostPictureCreate.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/command/commands/UpdateShop.java (diff)
Commit 2150dab30e909ce72b59cc7380c7cb2330dbd95e by BerndiVader
refactor Logger and Tasks classes for improved readability; update method parameters and remove GetInfo class
(commit: 2150dab)
The file was modifiedsrc/main/java/com/gmail/berndivader/biene/enums/Tasks.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/biene/Logger.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/biene/gui/Settings.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/biene/gui/Main.java (diff)
The file was removedsrc/main/java/com/gmail/berndivader/biene/http/get/GetInfo.java