Menu

#562 Install from online repository

v1.1.x
closed
None
v1.1.3
New Functionality
2021-07-17
2021-02-17
Erik Hänel
No

Provide the possibiltiy to install plugins and packages from an online repository like http://svn.code.sf.net/p/numere/plugins/repository/ which is accessible without explicit https functionality and will directly link to the corresponding files.

Analysis:

We can make use of libcurl to implement the HTTP access. We then need to create a UI element and a way to communicate with the kernel after an installation did process.

Implementation:

  • Implementation: Implemented as proposed by the analysis.
  • Revision: [r862]
  • Implementation test: Packages were loaded, installed and deinstalled from the repository.

Documentation:

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

Tests:

New functionality was tested manually with dependent and independent packages. Installations were performed as intended. Occuring deviations have been fixed and will be included in the regression fix update with [#598].

Related

Commit: [r862]
Tickets: #598

Discussion

  • Erik Hänel

    Erik Hänel - 2021-04-07
    • status: open --> accepted
     
  • Erik Hänel

    Erik Hänel - 2021-04-28
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1,23 @@
     Provide the possibiltiy to install plugins and packages from an online repository like http://svn.code.sf.net/p/numere/plugins/repository/ which is accessible without explicit https functionality and will directly link to the corresponding 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 - 2021-05-04
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,7 +1,7 @@
     Provide the possibiltiy to install plugins and packages from an online repository like http://svn.code.sf.net/p/numere/plugins/repository/ which is accessible without explicit https functionality and will directly link to the corresponding files.
    
     ###Analysis:
    -(*Describe, what's the issue and which changes have to be made*)
    +We can make use of libcurl to implement the HTTP access. We then need to create a UI element and a way to communicate with the kernel after an installation did process.
    
     ###Implementation:
    
     * Implementation: (*Describe, what you've changed*) 
    
    • status: analyzing --> implementing
     
  • Erik Hänel

    Erik Hänel - 2021-05-04
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -4,19 +4,19 @@
     We can make use of libcurl to implement the HTTP access. We then need to create a UI element and a way to communicate with the kernel after an installation did process.
    
     ###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: [r862]
    +* Implementation test: Packages were loaded, installed and deinstalled from the repository.
    
     ###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
    +    * [x] corresponding language files updated
         * [ ] not needed
    
     ###Tests:
    
    • status: implementing --> testing
     

    Related

    Commit: [r862]

  • Erik Hänel

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

    Diff:

    --- old
    +++ new
    @@ -20,4 +20,4 @@
    
         * [ ] not needed
    
     ###Tests:
    -(*Describe, which tests you performed and their outcome*)
    +New functionality was tested manually with dependent and independent packages. Installations were performed as intended. Occuring deviations have been fixed and will be included in the regression fix update with [#598].
    
    • status: testing --> closed
     

    Related

    Tickets: #598

Anonymous
Anonymous

Add attachments
Cancel