Menu

#474 Improve 'get' and 'set' syntax

v1.1.x
closed
None
v1.1.2
Change Request
2020-11-11
2019-07-02
Erik Hänel
No

The syntax for the both commands get and set is quite outdated and restrictive. Change that to a more modern syntax.

Analysis:

The following things are to do:

  • Remove obsolete configuration settings
  • Try to find a more simple syntax
  • Improve the internal representation

Implementation:

  • Implementation: The internal representation of setting values has been improved. Additionally, the syntax now does not require the dash in front of the setting value name anymore.
  • Revision: [r785]
  • Implementation test: Manual tests

Documentation:

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

Tests:

get and set command calls have been added to the automatic SW tests. Remaining deviation has been resolved with [r787].

Related

Commit: [r785]
Commit: [r787]

Discussion

  • Erik Hänel

    Erik Hänel - 2019-07-02
    • Version: v1.1.1 --> Planned
     
  • Erik Hänel

    Erik Hänel - 2020-11-02
    • status: open --> accepted
     
  • Erik Hänel

    Erik Hänel - 2020-11-02
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1,23 @@
     The syntax for the both commands `get` and `set` is quite outdated and restrictive. Change that to a more modern syntax.
    +
    +###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
    • Version: Planned --> v1.1.2
     
  • Erik Hänel

    Erik Hänel - 2020-11-02
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,7 +1,11 @@
     The syntax for the both commands `get` and `set` is quite outdated and restrictive. Change that to a more modern syntax.
    
     ###Analysis:
    -(*Describe, what's the issue and which changes have to be made*)
    +The following things are to do:
    +
    +* Remove obsolete configuration settings
    +* Try to find a more simple syntax
    +* Improve the internal representation
    
     ###Implementation:
    
     * Implementation: (*Describe, what you've changed*) 
    
    • status: analyzing --> implementing
     
  • Erik Hänel

    Erik Hänel - 2020-11-09
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -8,19 +8,19 @@
    
     * Improve the internal representation
    
     ###Implementation:
    -* Implementation: (*Describe, what you've changed*) 
    -* Revision: [rXXX]
    +* Implementation: The internal representation of setting values has been improved. Additionally, the syntax now does not require the dash in front of the setting value name anymore.
    +* Revision: [r785]
    
     * Implementation test: (*Describe the type of test, which you performed, and if it was successful*)
    
     ###Documentation:
    -* [ ] ChangesLog updated
    -* [ ] Code changes commented
    +* [x] ChangesLog updated
    +* [x] Code changes commented
    
     * **Documentation articles:**
    -    * [ ] corresponding documentation articles updated
    +    * [x] corresponding documentation articles updated
         * [ ] 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: [r785]

  • Erik Hänel

    Erik Hänel - 2020-11-11
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -10,7 +10,7 @@
     ###Implementation:
    
     * Implementation: The internal representation of setting values has been improved. Additionally, the syntax now does not require the dash in front of the setting value name anymore.
     * Revision: [r785]
    -* Implementation test: (*Describe the type of test, which you performed, and if it was successful*)
    +* Implementation test: Manual tests
    
     ###Documentation:
    
     * [x] ChangesLog updated
    @@ -24,4 +24,4 @@
         * [ ] not needed
    
     ###Tests:
    -(*Describe, which tests you performed and their outcome*)
    +`get` and `set` command calls have been added to the automatic SW tests. Remaining deviation has been resolved with [r787].
    
    • status: testing --> closed
     

    Related

    Commit: [r785]
    Commit: [r787]

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB