Menu

#591 Repository browser onclose event handler

v1.1.x
fixed
None
v1.1.3
Bug Fix
2021-07-16
2021-06-15
Erik Hänel
No

The repository browser shall be closed safely, even if there's a online process currently running. Use s.th. like the logic in the terminal (GetThread()->Delete()).

Analysis:

Can be implemented as indicated by the description. Will need some tweaks, if the thread cannot be deleted.

Implementation:

  • Implementation: Implemented as proposed by the analysis and description.
  • Revision: [r890]
  • Implementation test: Repository browser was closed multiple times during a file operation was performed.

Documentation:

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

Tests:

Browser was closed multiple times during a file operation was performed.

Related

Commit: [r890]

Discussion

  • Erik Hänel

    Erik Hänel - 2021-06-15
    • status: open --> accepted
     
  • Erik Hänel

    Erik Hänel - 2021-06-15
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1,23 @@
     The repository browser shall be closed safely, even if there's a online process currently running. Use s.th. like the logic in the terminal (`GetThread()->Delete()`).
    +
    +###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 - 2021-06-15
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,7 +1,7 @@
     The repository browser shall be closed safely, even if there's a online process currently running. Use s.th. like the logic in the terminal (`GetThread()->Delete()`).
    
     ###Analysis:
    -(*Describe, what's the issue and which changes have to be made*)
    +Can be implemented as indicated by the description. Will need some tweaks, if the thread cannot be deleted.
    
     ###Implementation:
    
     * Implementation: (*Describe, what you've changed*) 
    
    • status: analyzing --> implementing
     
  • Erik Hänel

    Erik Hänel - 2021-06-15
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -4,20 +4,20 @@
     Can be implemented as indicated by the description. Will need some tweaks, if the thread cannot be deleted.
    
     ###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 and description.
    +* Revision: [r890]
    +* Implementation test: Repository browser was closed multiple times during a file operation was performed.
    
     ###Documentation:
    -* [ ] ChangesLog updated
    -* [ ] Code changes commented
    +* [x] ChangesLog updated
    +* [x] Code changes commented
    
     * **Documentation articles:**
         * [ ] corresponding documentation articles updated
         * [ ] new documentation articles created
    -    * [ ] not needed
    +    * [x] not needed
     * **Language files:**
         * [ ] corresponding language files updated
    -    * [ ] not needed
    +    * [x] not needed
    
     ###Tests:
     (*Describe, which tests you performed and their outcome*)
    
    • status: implementing --> testing
     

    Related

    Commit: [r890]

  • Erik Hänel

    Erik Hänel - 2021-07-16
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -20,4 +20,4 @@
    
         * [x] not needed
    
     ###Tests:
    -(*Describe, which tests you performed and their outcome*)
    +Browser was closed multiple times during a file operation was performed.
    
    • status: testing --> fixed
     

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB