aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/configs
Commit message (Expand)AuthorAgeFilesLines
* Remove the "common/data_dir" config itemAaron LI2016-10-042-5/+0
* Fix wrong config syntax and minor changes to ConfigManagerAaron LI2016-10-042-12/+18
* configs/manager.py: Add logging supportAaron LI2016-10-041-2/+6
* configs/manager.py: Add method "get_path()"Aaron LI2016-10-041-0/+21
* configs/manager.py: Add method "read_userconfig()"Aaron LI2016-10-041-3/+35
* configs/validate.py: Explain these checkers differ to Validator'sAaron LI2016-10-041-1/+7
* configs/manager.py: Fix a bug that "_validate()" not workingAaron LI2016-10-041-1/+1
* configs/manager.py: Add "frequencies" propertyAaron LI2016-10-041-0/+16
* Update the default config specifications.Aaron LI2016-10-032-6/+14
* Add custom configuration checkers.Aaron LI2016-10-032-0/+95
* Arrange customs errors/exceptions in a moduleAaron LI2016-10-031-4/+1
* Update general configurations and synchrotron configsAaron LI2016-10-032-1/+12
* configs: Add sample config spec for galactic componentsAaron LI2016-10-021-0/+30
* configs: Add new sections to "00-general.conf.spec"Aaron LI2016-10-021-0/+66
* configs/manager.py: Add "getn()" method to get multi-level config valueAaron LI2016-10-021-0/+25
* configs/manager.py: Refactor "get()" method and remove "set()"Aaron LI2016-10-021-8/+1
* configs: Update comments for the logging configsAaron LI2016-10-021-2/+6
* configs/manager.py: Make "validate()" method private.Aaron LI2016-09-301-8/+8
* configs/manager.py: Update docstrings.Aaron LI2016-09-301-2/+21
* utils/logging: reset handlers before initialization/reconfigurationAaron LI2016-09-291-1/+7
* configs/manager.py: Add "filemode" to the logging dictAaron LI2016-09-291-1/+3
* configs: Minor adjustment to logging formatAaron LI2016-09-291-1/+1
* configs: Fix ConfigError and disable interpolationAaron LI2016-09-291-3/+9
* configs: Add default config spec for loggingAaron LI2016-09-291-0/+34
* configs/manager.py: Add property "logging"Aaron LI2016-09-291-2/+28
* Implement the basic ConfigManger()Aaron LI2016-09-272-0/+80