Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix up some typechecking (#6150) | Amber Brown | 2019-10-02 | 1 | -1/+1 |
| | | | | | | * type checking fixes * changelog | ||||
* | Fix a bug with saml attribute maps. | Richard van der Hoff | 2019-09-19 | 1 | -1/+19 |
| | | | | | | | | | | | | | Fixes a bug where the default attribute maps were prioritised over user-specified ones, resulting in incorrect mappings. The problem is that if you call SPConfig.load() multiple times, it adds new attribute mappers to a list. So by calling it with the default config first, and then the user-specified config, we would always get the default mappers before the user-specified mappers. To solve this, let's merge the config dicts first, and then pass them to SPConfig. | ||||
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -4/+2 |
| | |||||
* | pep8 | David Baker | 2017-09-26 | 1 | -0/+1 |
| | |||||
* | unnecessary parens | David Baker | 2017-09-26 | 1 | -1/+1 |
| | |||||
* | Add module_loader.py | David Baker | 2017-09-26 | 1 | -0/+41 |