Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/mozilla/configman

the grand unified configuration system
https://github.com/mozilla/configman

Py3.10 deprecates Importing ABC directly from collections

twobraids opened this issue over 3 years ago
Add Mozilla Code of Conduct

Mozilla-GitHub-Standards opened this pull request almost 6 years ago
CODE_OF_CONDUCT.md file missing

Mozilla-GitHub-Standards opened this issue almost 6 years ago
switch to circleci

willkg opened this issue almost 6 years ago
Wiki changes

moz-hwine opened this issue almost 6 years ago
added the tracking of the source of value overlays

twobraids opened this pull request about 8 years ago
Tweak docs regarding bool as a converter

willkg opened this pull request over 8 years ago
better bool parsing

willkg opened this issue over 8 years ago
add sphinx plugin for autogenerating configman component docs

willkg opened this issue over 8 years ago
Python 3 support

escapewindow opened this pull request over 8 years ago
reliable tox testing

peterbe opened this pull request over 9 years ago
cannot rely on argparse help ordering - compensate

twobraids opened this pull request over 9 years ago
TEST - no merge - cannot rely on argparse help ordering - compensate

twobraids opened this pull request over 9 years ago
fixed various formatting and minor problems

twobraids opened this pull request over 9 years ago
Use tox for travis tests

catlee opened this pull request over 9 years ago
Add support for argparse as either a definition or overlay value source

twobraids opened this pull request over 9 years ago
fix yet another order dependent unit test

twobraids opened this pull request over 9 years ago
small typo fix

catlee opened this pull request over 9 years ago
sorted the ignored_symbols_list

twobraids opened this pull request over 9 years ago
Refactoring in preperation for Argparse

twobraids opened this pull request over 9 years ago
print doc in env output - fixes #151

peterbe opened this pull request over 9 years ago
Show documentation as comments when using --admin.print_conf=env

rhelmer opened this issue over 9 years ago
return option, aggregation, namespace

peterbe opened this pull request over 9 years ago
container travis

peterbe opened this pull request over 9 years ago
__str__

peterbe opened this pull request over 9 years ago
number of clean up and housekeeping tasks

twobraids opened this pull request almost 10 years ago
release on all commits

peterbe opened this pull request almost 10 years ago
write env files to put options into environment

twobraids opened this pull request almost 10 years ago
no mergy - demo only - added support for argparse

twobraids opened this pull request almost 10 years ago
Add contribute.json file.

Osmose opened this pull request almost 10 years ago
fixed bug where expansion fails to use dicts

twobraids opened this pull request almost 10 years ago
Keep a piece of a paragraph from being interpreted as a header.

erikrose opened this pull request almost 10 years ago
added has_changed to Option to tag modifications

twobraids opened this pull request almost 10 years ago
short MPL2 preamble, fixes #138

peterbe opened this pull request almost 10 years ago
Switch to short MPL2 preamble

peterbe opened this issue almost 10 years ago
Problem with options whose default is a type dict

peterbe opened this issue almost 10 years ago
clean, rationalize, fix-up, and otherwise standardize imports

twobraids opened this pull request almost 10 years ago
added python path as config file | corrected ignore list

twobraids opened this pull request almost 10 years ago
added opt name "password" to secrets protection

twobraids opened this pull request about 10 years ago
travis CI deployment by tags

peterbe opened this pull request about 10 years ago
fixed 'Usage' to be on one line instead of two

twobraids opened this pull request about 10 years ago
make get_opt truly ignore unknown options

twobraids opened this pull request about 10 years ago
my take on not exposing secrets

twobraids opened this pull request about 10 years ago
never_expose option, fixes #128

peterbe opened this pull request about 10 years ago
Make it harder to expose passwords

peterbe opened this issue about 10 years ago
generate conf without trailing whitespace, fixes #126

peterbe opened this pull request over 10 years ago
whitespace strip doc strings when writing to ini files

peterbe opened this issue over 10 years ago
Add Python 3 support

jacebrowning opened this issue over 10 years ago
add the ability for modules to be used as value/overlay sources

twobraids opened this pull request over 10 years ago
extended mapping_class for config to function & context

twobraids opened this pull request over 10 years ago
stripping leading '.' awkwardly crept back in

twobraids opened this pull request over 10 years ago
an incremental step toward better converters

twobraids opened this pull request over 10 years ago
added object hook for post processing value sources

twobraids opened this pull request over 10 years ago
replace slow list with faster ordered set

twobraids opened this pull request over 10 years ago
Exportable Environment Variables

bramwelt opened this issue over 10 years ago
altered interpretation of environ

twobraids opened this pull request over 10 years ago
expanded number of types eligible for automatic Option generation

twobraids opened this pull request over 10 years ago
added simple start

twobraids opened this pull request over 10 years ago
honoring ignoring mismatches with test

twobraids opened this pull request over 10 years ago
added acquisition to os.environ to enable shortcuts

twobraids opened this pull request over 10 years ago
bug fix with ref values not propagating to values aleady visited

twobraids opened this pull request over 10 years ago
refactor converters

twobraids opened this pull request over 10 years ago
fixed second bug that would overwrite the resource section

twobraids opened this pull request over 10 years ago
fixed bug where ref_objects got overwritten

twobraids opened this pull request almost 11 years ago
PEP8 Everywhere!

twobraids opened this pull request about 11 years ago
default ini to all option values commented out except those marked otherwise.

twobraids opened this pull request about 11 years ago
fixed overlay bug and added test to verify

twobraids opened this pull request about 11 years ago
removed the migration feature

twobraids opened this pull request about 11 years ago
fixes from review comments

twobraids opened this pull request about 11 years ago
to_string_converter not used on write_conf

peterbe opened this issue about 11 years ago
fix missing key in DotDict copy constructor

twobraids opened this pull request over 11 years ago
make sure required_config is a Mapping and don't try to change it.

twobraids opened this pull request over 11 years ago
version rev to 1.1.6

twobraids opened this pull request over 11 years ago
stopped dupe keys when assigning new value to existing key

twobraids opened this pull request over 11 years ago
fix excessive quotes in generating ini files

twobraids opened this pull request over 11 years ago
reigned in too eager migration algorithm

twobraids opened this pull request over 11 years ago
better error message for conversion errors

twobraids opened this pull request over 11 years ago
fixed bug in allowing aggregates in get_options_list

twobraids opened this pull request almost 12 years ago
added named arguments

twobraids opened this pull request almost 12 years ago
added migration feature

twobraids opened this pull request almost 12 years ago
rewrite of the config file writing

twobraids opened this pull request almost 12 years ago
gutted and restuffed

twobraids opened this pull request almost 12 years ago
removed confusing error message when multiple handlers fail

twobraids opened this pull request almost 12 years ago
added support for module value sources + pyflake cleanup

twobraids opened this pull request about 12 years ago
stripped \n from version string

twobraids opened this pull request about 12 years ago
brought generic_app up to date from a change from last May...

twobraids opened this pull request about 12 years ago
added proper quoting to strings in ini file writing

twobraids opened this pull request over 12 years ago
write configobj ini file manually because the default is ugly

twobraids opened this pull request over 12 years ago
added missing dict type to converters

twobraids opened this pull request over 12 years ago
added override default for Options

twobraids opened this pull request over 12 years ago
enhanced configobj have an include directive

twobraids opened this pull request over 12 years ago
enhanced class list corverter for different formats and extra data

twobraids opened this pull request almost 13 years ago
parentage2: added a search algorithm to the DotDict class

twobraids opened this pull request almost 13 years ago
Parentage

twobraids opened this pull request almost 13 years ago
incorrect type returned by RequiredConfig.get_required_config()

twobraids opened this pull request almost 13 years ago
added class lists with namespaces

twobraids opened this pull request almost 13 years ago
added support for yaml value sources

twobraids opened this pull request almost 13 years ago
divided config_manager methods by public/private

twobraids opened this pull request about 13 years ago
Aggregation - comments requested

twobraids opened this pull request about 13 years ago