An open API service providing commit metadata for open source projects.

GitHub / openstack/oslo.versionedobjects / commits

SHA Message Author Date Stats
89c7e047 merge Merge "tests: Add mypy plugin integration tests" Zuul <z****l@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
4 days ago
2f354e27 merge Merge "Drop support for Python 3.10" Zuul <z****l@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
4 days ago
e64292b5 merge Merge "typing: Correct return type of obj_make_list" Zuul <z****l@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
4 days ago
ea2b9f6c merge Merge "mypy: Fix cross-module field inheritance for mixin classes" Zuul <z****l@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
5 days ago
dc678487 merge Merge "mypy: Resolve ObjectField types in a second pass" Zuul <z****l@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
5 days ago
51f2c0cf merge Merge "mypy: Drop field caching" Zuul <z****l@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
5 days ago
2e459f1a merge Merge "mypy: Derive field types from generic parameter" Zuul <z****l@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
5 days ago
fc22c01d merge Merge "tests: De-dupe AST generation" Zuul <z****l@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
5 days ago
f26dc4ba merge Merge "trivial: Remove unnecessary quotes" Zuul <z****l@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
5 days ago
10155be1 merge Merge "base: Add docs for obj_extra_fields attribute" Zuul <z****l@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
6 days ago
e8d49d8c merge Merge "base: Make variables comments readable by Sphinx" Zuul <z****l@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
6 days ago
04079914 Drop support for Python 3.10
Signed-off-by: Stephen Finucane <s****n@r****m>
Stephen Finucane <s****n@r****m> 6 days ago
e02eea00 typing: Correct return type of obj_make_list
Signed-off-by: Stephen Finucane <s****n@r****m>
Stephen Finucane <s****n@r****m> 6 days ago
621a82a3 merge Merge "Replace tabs with spaces" Zuul <z****l@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
about 1 month ago
192c74c0 Replace tabs with spaces
Signed-off-by: Takashi Kajinami <k****t@o****m>
Takashi Kajinami <k****t@o****m> about 1 month ago
330446af mypy: Fix cross-module field inheritance for mixin classes
Signed-off-by: Stephen Finucane <s****n@r****m>
Stephen Finucane <s****n@r****m> about 1 month ago
e0b50d51 tests: Add mypy plugin integration tests
Signed-off-by: Stephen Finucane <s****n@r****m>
Stephen Finucane <s****n@r****m> about 1 month ago
df9bedda trivial: Remove unnecessary quotes
Signed-off-by: Stephen Finucane <s****n@r****m>
Stephen Finucane <s****n@r****m> about 1 month ago
4ffe9a67 mypy: Resolve ObjectField types in a second pass
Signed-off-by: Stephen Finucane <s****n@r****m>
Stephen Finucane <s****n@r****m> about 1 month ago
2e61d596 mypy: Derive field types from generic parameter
Signed-off-by: Stephen Finucane <s****n@r****m>
Stephen Finucane <s****n@r****m> about 1 month ago
3bbdcbb7 tests: De-dupe AST generation
Signed-off-by: Stephen Finucane <s****n@r****m>
Stephen Finucane <s****n@r****m> about 1 month ago
0946fb91 mypy: Drop field caching
Signed-off-by: Stephen Finucane <s****n@r****m>
Stephen Finucane <s****n@r****m> about 1 month ago
55608f05 merge Merge "tox: Use new constraints option" Zuul <z****l@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
about 2 months ago
f38005a0 tox: Use new constraints option
Signed-off-by: Takashi Kajinami <k****t@o****m>
Takashi Kajinami <k****t@o****m> about 2 months ago
f8c738c2 merge Merge "test: Remove use of oslo_concurrency.lockutils" Zuul <z****l@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
about 2 months ago
72597ebd merge Merge "fields: Add primitive field types from nova" Zuul <z****l@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
about 2 months ago
c7fbbedc merge Merge "Add cross-testing for nova, ironic" Zuul <z****l@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
about 2 months ago
7a9a37ae merge Merge "Remove abstractmethod from deprecated object_backport method" Zuul <z****l@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
about 2 months ago
3fd1ad02 merge Merge "Accept context passed by kwarg" Zuul <z****l@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
about 2 months ago
048bf11f Remove abstractmethod from deprecated object_backport method
Signed-off-by: Stephen Finucane <s****n@r****m>
Stephen Finucane <s****n@r****m> about 2 months ago
1f6b249b Add cross-testing for nova, ironic
Signed-off-by: Stephen Finucane <s****n@r****m>
Stephen Finucane <s****n@r****m> about 2 months ago
5ec7cfa9 Accept context passed by kwarg
Signed-off-by: Stephen Finucane <s****n@r****m>
Stephen Finucane <s****n@r****m> about 2 months ago
f9be09fb typing: Resolve ObjectField and ListOfObjectsField to concrete types
Signed-off-by: Stephen Finucane <s****n@r****m>
Stephen Finucane <s****n@r****m> about 2 months ago
2ea96d18 Rename args -> kwargs
Signed-off-by: Stephen Finucane <s****n@r****m>
Stephen Finucane <s****n@r****m> about 2 months ago
0e9e593d Remove unecessary try-except login in mypy plugin
Signed-off-by: Stephen Finucane <s****n@r****m>
Stephen Finucane <s****n@r****m> about 2 months ago
f8f28579 Remove some duplication in the mypy plugin
Signed-off-by: Stephen Finucane <s****n@r****m>
Stephen Finucane <s****n@r****m> about 2 months ago
55f631b5 test: Remove use of oslo_concurrency.lockutils
Signed-off-by: Stephen Finucane <s****n@r****m>
Stephen Finucane <s****n@r****m> about 2 months ago
2eb2b567 fields: Add primitive field types from nova
Signed-off-by: Stephen Finucane <s****n@r****m>
Stephen Finucane <s****n@r****m> about 2 months ago
94eb4e11 base: Add docs for obj_extra_fields attribute
Signed-off-by: Stephen Finucane <s****n@r****m>
Stephen Finucane <s****n@r****m> about 2 months ago
dd19b387 base: Make variables comments readable by Sphinx
Signed-off-by: Stephen Finucane <s****n@r****m>
Stephen Finucane <s****n@r****m> about 2 months ago
fe03a6f0 Remove webob dependency
Signed-off-by: Stephen Finucane <s****n@r****m>
Stephen Finucane <s****n@r****m> about 2 months ago
f546fae2 merge Merge "typing: Add type hints to oslo_versionedobjects.base" Zuul <z****l@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
2 months ago
238b024e merge Merge "typing: Add type hints to oslo_versionedobjects.test" Zuul <z****l@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
2 months ago
03fac3bc merge Merge "typing: Add type hints to oslo_versionedobjects._utils" Zuul <z****l@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
2 months ago
33ce47e3 merge Merge "typing: Add type hints to oslo_versionedobjects._options" Zuul <z****l@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
2 months ago
718bc0f3 merge Merge "typing: Add type hints to oslo_versionedobjects.exception" Zuul <z****l@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
2 months ago
c5e92245 merge Merge "typing: Add type hints to oslo_versionedobjects.fixtures" Zuul <z****l@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
2 months ago
17c47d58 merge Merge "typing: Add type hints to oslo_versionedobjects.fields" Zuul <z****l@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
2 months ago
44783cff merge Merge "Add initial typing" Zuul <z****l@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
2 months ago
cd4ad5fe merge Merge "Add support for nested types" Zuul <z****l@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
2 months ago
625752b6 merge Merge "Add tests for mypy plugin" Zuul <z****l@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
2 months ago
bcdb6a87 merge Merge "Add mypy plugin" Zuul <z****l@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
2 months ago
f253d9b8 merge Merge "tests: Remove dead code" Zuul <z****l@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
2 months ago
54d4f1c4 merge Merge "exceptions: Remove unused attribute" Zuul <z****l@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
2 months ago
2f50759e merge Merge "Drop useless override of assertNotIsInstance" Zuul <z****l@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
3 months ago
6de49088 Drop useless override of assertNotIsInstance
Signed-off-by: Takashi Kajinami <k****t@o****m>
Takashi Kajinami <k****t@o****m> 3 months ago
e8f3ffc0 Remove eventlet monkey-patch from test base class
Signed-off-by: Daniel Bengtsson <d****t@r****m>
Daniel Bengtsson <d****t@r****m> 3 months ago
8005a7c7 merge Merge "trivial: Split up remoteable decorator" Zuul <z****l@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
3 months ago
f401fa20 exceptions: Remove unused attribute
Signed-off-by: Stephen Finucane <s****n@r****m>
Stephen Finucane <s****n@r****m> 3 months ago
c44b94c0 merge Merge "base: Deprecate remotable_classmethod" Zuul <z****l@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
3 months ago
e4aedc16 merge Merge "base: Swap location of remoteable decorators" Zuul <z****l@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
3 months ago
e77000b8 merge Merge "fields: Move Coerced* helpers" Zuul <z****l@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
3 months ago
df477bfd merge Merge "fields: Remove unnecessary indentation" Zuul <z****l@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
3 months ago
733d8a0e merge Merge "fields: Remove use of staticmethod" Zuul <z****l@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
3 months ago
6aefabe9 tests: Remove dead code
Signed-off-by: Stephen Finucane <s****n@r****m>
Stephen Finucane <s****n@r****m> 3 months ago
b74e2336 trivial: Split up remoteable decorator
Signed-off-by: Stephen Finucane <s****n@r****m>
Stephen Finucane <s****n@r****m> 3 months ago
0948d796 trivial: Disable H904 check
Signed-off-by: Stephen Finucane <s****n@r****m>
Stephen Finucane <s****n@r****m> 3 months ago
11eaf78e merge Merge "tests: Fix tz-naive test" Zuul <z****l@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
3 months ago
864084ff merge Merge "tests: Replace reference to invalid field" Zuul <z****l@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
3 months ago
9a4e9e26 merge Merge "tests: Add usedforsecurity" Zuul <z****l@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
3 months ago
79ac0843 merge Merge "tests: Correct attribute type" Zuul <z****l@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
3 months ago
e17a17ef merge Merge "trivial: Fix logging issues" Zuul <z****l@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
3 months ago
55faad9b merge Merge "tests: Rewrap strings" Zuul <z****l@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
3 months ago
02ed87b7 merge Merge "Add ruff" Zuul <z****l@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
3 months ago
af368e06 merge Merge "pre-commit: Bump dependencies" Zuul <z****l@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
3 months ago
b6cb6355 merge Merge "docs: Expand usage guide with worked example" Zuul <z****l@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
3 months ago
36cf53d6 merge Merge "docs: Rework reference, usage docs" Zuul <z****l@r****g>
Committed by: Gerrit Code Review <r****w@o****g>
3 months ago
8cce899d Update master for stable/2026.1
Signed-off-by: OpenStack Release Bot <i****t@o****g>
OpenStack Release Bot <i****t@o****g> 3 months ago
a652c723 base: Deprecate remotable_classmethod
Signed-off-by: Stephen Finucane <s****n@r****m>
Stephen Finucane <s****n@r****m> 3 months ago
1a683cc9 base: Swap location of remoteable decorators
Signed-off-by: Stephen Finucane <s****n@r****m>
Stephen Finucane <s****n@r****m> 3 months ago
d0baba6c typing: Add type hints to oslo_versionedobjects.base
Signed-off-by: Stephen Finucane <s****n@r****m>
Stephen Finucane <s****n@r****m> 3 months ago
60632a78 docs: Expand usage guide with worked example
Signed-off-by: Stephen Finucane <s****n@r****m>
Stephen Finucane <s****n@r****m> 3 months ago
3f6c3367 Add tests for mypy plugin
Signed-off-by: Stephen Finucane <s****n@r****m>
Stephen Finucane <s****n@r****m> 3 months ago
c7255553 Add support for nested types
Signed-off-by: Stephen Finucane <s****n@r****m>
Stephen Finucane <s****n@r****m> 3 months ago
832daf09 tests: Fix tz-naive test
Signed-off-by: Stephen Finucane <s****n@r****m>
Stephen Finucane <s****n@r****m> 3 months ago
4e8325cd tests: Replace reference to invalid field
Signed-off-by: Stephen Finucane <s****n@r****m>
Stephen Finucane <s****n@r****m> 3 months ago
5d4308d1 Add mypy plugin
Co-authored-by: Balazs Gibizer <g****i@r****m>
Signed-off-by: Stephen Finucane <s****n@r****m>
Stephen Finucane <s****n@r****m> 3 months ago
0279f61c tests: Rewrap strings
Signed-off-by: Stephen Finucane <s****n@r****m>
Stephen Finucane <s****n@r****m> 3 months ago
b24d97c3 tests: Add usedforsecurity
Signed-off-by: Stephen Finucane <s****n@r****m>
Stephen Finucane <s****n@r****m> 3 months ago
2fea54f9 tests: Correct attribute type
Signed-off-by: Stephen Finucane <s****n@r****m>
Stephen Finucane <s****n@r****m> 3 months ago
a177cb3d pre-commit: Bump dependencies
Signed-off-by: Stephen Finucane <s****n@r****m>
Stephen Finucane <s****n@r****m> 3 months ago
0ca7eb67 typing: Add type hints to oslo_versionedobjects.test
Signed-off-by: Stephen Finucane <s****n@r****m>
Stephen Finucane <s****n@r****m> 4 months ago
921d0f66 typing: Add type hints to oslo_versionedobjects._utils
Signed-off-by: Stephen Finucane <s****n@r****m>
Stephen Finucane <s****n@r****m> 4 months ago
010f2650 typing: Add type hints to oslo_versionedobjects._options
Signed-off-by: Stephen Finucane <s****n@r****m>
Stephen Finucane <s****n@r****m> 4 months ago
6abb705c typing: Add type hints to oslo_versionedobjects.exception
Signed-off-by: Stephen Finucane <s****n@r****m>
Stephen Finucane <s****n@r****m> 4 months ago
0dc5a13b typing: Add type hints to oslo_versionedobjects.fixtures
Signed-off-by: Stephen Finucane <s****n@r****m>
Stephen Finucane <s****n@r****m> 4 months ago
105e7939 typing: Add type hints to oslo_versionedobjects.fields
Signed-off-by: Stephen Finucane <s****n@r****m>
Stephen Finucane <s****n@r****m> 4 months ago
484bd69a docs: Rework reference, usage docs
Signed-off-by: Stephen Finucane <s****n@r****m>
Stephen Finucane <s****n@r****m> 4 months ago
3c9a7cc5 trivial: Fix logging issues
Signed-off-by: Stephen Finucane <s****n@r****m>
Stephen Finucane <s****n@r****m> 4 months ago
e04aba53 Add initial typing
Signed-off-by: Stephen Finucane <s****n@r****m>
Stephen Finucane <s****n@r****m> 4 months ago

← Back to repository