summaryrefslogtreecommitdiff
path: root/oslo_context
Commit message (Expand)AuthorAgeFilesLines
* Integrate mypy4.1.0Stephen Finucane2022-01-253-92/+97
* Remove the deprecated argument tenant from RequestContextHervé Beraud2021-10-292-30/+24
* Fix context from_dict() for system_scopeMichael Johnson2021-08-122-1/+4
* Switch to collections.abc.MutableMapping3.2.0Ben Nemec2021-01-291-2/+2
* Bump bandit versionMoisés Guimarães de Medeiros2020-07-251-1/+1
* Filter out auth_token_info from logging valuesBen Nemec2020-03-102-6/+17
* Implement domain-scope for context objects2.22.0Lance Bragstad2018-10-262-0/+34
* Implement system-scopeLance Bragstad2018-05-162-1/+39
* Ouput a placeholder instead of the auth_token2.19.3Juan Antonio Osorio Robles2017-11-072-0/+8
* Make from_dict extensible2.19.2Ben Nemec2017-10-112-0/+30
* Output 'project' key in context's to_dict function2.19.1Juan Antonio Osorio Robles2017-09-261-0/+1
* Rename deprecated context paramsJamie Lennox2017-09-212-44/+67
* Merge "Revert "Postpone deprecation warnings to Pike""Jenkins2017-09-202-20/+10
|\
| * Revert "Postpone deprecation warnings to Pike"ChangBo Guo(gcb)2017-08-212-20/+10
* | Remove use of positional decoratorMorgan Fainberg2017-08-072-9/+0
|/
* Fix URLs according to document migration2.17.0ChangBo Guo(gcb)2017-07-121-1/+1
* Optimize the link address2.15.0Van Hung Pham2017-06-131-1/+1
* Provide unified calling interface for global_idSean Dague2017-05-241-0/+10
* Add global_request_id to contextSean Dague2017-05-232-1/+20
* pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz)Davanum Srinivas2017-02-061-1/+1
* Postpone deprecation warnings to PikeDavanum Srinivas2017-01-292-10/+20
* Add the service token details to contextJamie Lennox2016-11-152-35/+135
* Reformat the Context.__init__ argumentsJamie Lennox2016-11-151-6/+19
* Move existing attributes to _id suffixed attributesJamie Lennox2016-11-152-43/+133
* Merge "Revert "Fix X-User and X-Tenant deprecated headers in from_environ""2.11.0Jenkins2016-11-102-8/+8
|\
| * Revert "Fix X-User and X-Tenant deprecated headers in from_environ"Joshua Harlow2016-11-082-8/+8
* | Merge "Provide a way to deprecate policy values"Jenkins2016-11-092-7/+98
|\ \ | |/ |/|
| * Provide a way to deprecate policy valuesJamie Lennox2016-09-122-7/+98
* | Fix X-User and X-Tenant deprecated headers in from_environJamie Lennox2016-08-192-8/+8
|/
* Merge "Manually specify from_dict parameters"2.9.0Jenkins2016-08-172-6/+40
|\
| * Manually specify from_dict parametersJamie Lennox2016-07-132-6/+40
* | Merge "Emit deprecation warnings when positional args passed"Jenkins2016-08-122-0/+28
|\ \
| * | Emit deprecation warnings when positional args passedJamie Lennox2016-07-122-0/+28
| |/
* | Fix parameters of assertEqual are misplacedyanheven2016-07-231-5/+5
* | Merge "Allow deprecated X-Tenant-Name in from_environ"Jenkins2016-07-112-1/+12
|\ \ | |/ |/|
| * Allow deprecated X-Tenant-Name in from_environJamie Lennox2016-07-112-1/+12
* | Merge "Add is_admin_project to context"2.6.0Jenkins2016-07-112-4/+54
|\ \ | |/ |/|
| * Add is_admin_project to contextJamie Lennox2016-07-082-4/+54
* | Handle openstack.request_id in from_environJamie Lennox2016-07-082-2/+7
|/
* Merge "Add oslo.context name attributes matching ids"Jenkins2016-07-082-87/+114
|\
| * Add oslo.context name attributes matching idsRonald Bradford2016-05-192-87/+114
* | Add reno for releasenotes management2.5.0Kirill Bespalov2016-05-201-0/+18
|/
* Strip roles in from_environJamie Lennox2016-05-092-1/+7
* Allow deprecated headers in from_environJamie Lennox2016-05-092-9/+74
* Ensure to_dict() supports unicodeChangBo Guo(gcb)2016-02-272-2/+4
* Standardize an oslo.policy credentials dictionary2.2.0Jamie Lennox2016-02-242-0/+37
* Merge "Revert "Add common oslo.log format parameters""Jenkins2016-02-242-30/+1
|\
| * Revert "Add common oslo.log format parameters"Ronald Bradford2016-02-232-30/+1
* | Add roles to contextJamie Lennox2016-02-192-2/+19
* | Agnostic approach to construct context from_dictRonald Bradford2016-02-172-13/+24
|/