Git Product home page Git Product logo

Comments (5)

severo avatar severo commented on August 29, 2024 1

From my point of view:

  • it's way easier for the administrator to configure these files: with a correctly configured editor, you directly see which properties are different from the default value (uncommented, generally displayed in white on black), and which properties will use the default value (commented, generally displayed in grey on black). The contrast helps a lot to navigate in these files.
  • it also gives confidence to the administrator for its first steps: they only let the files untouched, or modify one or two parameters, and all should work as expected. And when they are a bit more experienced with geOrchestra, they will touch other parameters.
  • currently, the administrator feels like they have to understand what every parameter does before trying geOrchestra, and it's uncomfortable (well, it was my feeling when I first approached geOrchestra, even if the configuration management was a bit different).

from datadir.

fvanderbiest avatar fvanderbiest commented on August 29, 2024

Well, this makes sense, even it feels weird to have nearly all values commented in a blank datadir !

from datadir.

severo avatar severo commented on August 29, 2024

in a blank datadir

Well, the datadir contains a lot more than properties files (maybe it's another issue, by the way)

from datadir.

severo avatar severo commented on August 29, 2024

TODO: for each property in an application properties file (and also for default.properties):

  • verify that

    1. a default value is set in every placeholder that calls it in geOrchestra code,
    2. this default value is the same, if it's called in different places
  • add a description, the default value, and comment the property, as for example:

    # Max time unused connections are kept idle in the pool. Unit is seconds for c3p0.
    # default: 60
    #dataSource.maxIdleTime=60
    
  • test that no regression has been introduced.

from datadir.

severo avatar severo commented on August 29, 2024

See #138

from datadir.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.