Menu

#650 Read and write arbitrary ZIP files

v1.1.x
closed
v1.1.5
New Functionality
2023-03-02
2022-02-02
Erik Hänel
No

Create GUI and command line functionalities to open and create ZIP files.

Analysis:

For now, we'll only support two new commands pack FOLDER_OR_FILE(S) -file=ARCHIVE.zip and unpack ARCHIVE.zip -target=TARGETPATH, which will create an archive from some selections as well as unpack the archive into a target path. We'll try to support ZIP and TAR files for this command.

Implementation:

  • Implementation: Implemented as proposed by the analysis.
  • Revision: [r1314]
  • Implementation test: Unpacking and packing of ZIP, TAR and GZIP files was tested.

Documentation:

  • [x] ChangesLog updated
  • [x] Code changes commented
  • Documentation articles:
    • [ ] corresponding documentation articles updated
    • [x] new documentation articles created
    • [ ] not needed
  • Language files:
    • [x] corresponding language files updated
    • [ ] not needed

Tests:

pack and unpack were added to the automatic SW tests. No deviation detected.

Related

Commit: [r1314]

Discussion

  • Erik Hänel

    Erik Hänel - 2022-08-12
    • Version: Planned --> v1.1.5
     
  • Erik Hänel

    Erik Hänel - 2022-10-18
    • labels: --> internal, datamanagement, filetype
    • status: open --> accepted
     
  • Erik Hänel

    Erik Hänel - 2022-11-12
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1,23 @@
     Create GUI and command line functionalities to open and create ZIP files.
    +
    +###Analysis:
    +(*Describe, what's the issue and which changes have to be made*)
    +
    +###Implementation:
    +* Implementation: (*Describe, what you've changed*) 
    +* Revision: [rXXX]
    +* Implementation test: (*Describe the type of test, which you performed, and if it was successful*)
    +
    +###Documentation:
    +* [ ] ChangesLog updated
    +* [ ] Code changes commented
    +* **Documentation articles:**
    
    +    * [ ] corresponding documentation articles updated
    +    * [ ] new documentation articles created
    +    * [ ] not needed
    +* **Language files:**
    +    * [ ] corresponding language files updated
    +    * [ ] not needed
    +
    +###Tests:
    +(*Describe, which tests you performed and their outcome*)
    
    • status: accepted --> analyzing
     
  • Erik Hänel

    Erik Hänel - 2023-01-25
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,7 +1,7 @@
     Create GUI and command line functionalities to open and create ZIP files.
    
     ###Analysis:
    -(*Describe, what's the issue and which changes have to be made*)
    +For now, we'll only support two new commands `pack FOLDER_OR_FILE(S) -file=ARCHIVE.zip` and `unpack ARCHIVE.zip -target=TARGETPATH`, which will create an archive from some selections as well as unpack the archive into a target path. We'll try to support ZIP and TAR files for this command.
    
     ###Implementation:
    
     * Implementation: (*Describe, what you've changed*) 
    
    • status: analyzing --> implementing
     
  • Erik Hänel

    Erik Hänel - 2023-01-29
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -4,19 +4,19 @@
     For now, we'll only support two new commands `pack FOLDER_OR_FILE(S) -file=ARCHIVE.zip` and `unpack ARCHIVE.zip -target=TARGETPATH`, which will create an archive from some selections as well as unpack the archive into a target path. We'll try to support ZIP and TAR files for this command.
    
     ###Implementation:
    -* Implementation: (*Describe, what you've changed*) 
    -* Revision: [rXXX]
    -* Implementation test: (*Describe the type of test, which you performed, and if it was successful*)
    +* Implementation: Implemented as proposed by the analysis.
    +* Revision: [r1314]
    +* Implementation test: Unpacking and packing of ZIP, TAR and GZIP files was tested.
    
     ###Documentation:
    -* [ ] ChangesLog updated
    -* [ ] Code changes commented
    +* [x] ChangesLog updated
    +* [x] Code changes commented
    
     * **Documentation articles:**
         * [ ] corresponding documentation articles updated
    -    * [ ] new documentation articles created
    +    * [x] new documentation articles created
         * [ ] not needed
     * **Language files:**
    -    * [ ] corresponding language files updated
    +    * [x] corresponding language files updated
         * [ ] not needed
    
     ###Tests:
    
    • status: implementing --> testing
     

    Related

    Commit: [r1314]

  • Erik Hänel

    Erik Hänel - 2023-03-02
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -20,4 +20,4 @@
    
         * [ ] not needed
    
     ###Tests:
    -(*Describe, which tests you performed and their outcome*)
    +`pack` and `unpack` were added to the automatic SW tests. No deviation detected.
    
    • status: testing --> closed
     

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB