8000 Tags · NVIDIA/gontainer · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: NVIDIA/gontainer

Tags
8000

v1.13.0

Toggle v1.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improvement and refactoring of service functions (#52)

* Improvement and refactoring of service functions.

1. Additional simplified signature of service functions added `func()` in addition to signature `func() error`.
2. New service function requirement added: it must have no receiver methods to distinguish it from user types based on a func kind. Otherwise, this function will be treated as a regular service, will not be wrapped and started in background.
3. Test for disallowed underlying type lookup in container.

v1.12.2

Toggle v1.12.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix of panic on invalid factory function signature reaction. (#50)

Invalid signature which had a panic: `func()`.

Signed-off-by: Pavel Patrin <ppatrin@nvidia.com>

v1.12.1

Toggle v1.12.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix of circular dependencies validation (#49)

* Fix of circular dependencies validation.
* Fix for function source detection.

Signed-off-by: Pavel Patrin <ppatrin@nvidia.com>

v1.12.0

Toggle v1.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Proposal of Multiple[T] type to get multiple implementers (#47)

Proposal of Multiple[T] type to get multiple implementers.

Signed-off-by: Pavel Patrin <ppatrin@nvidia.com>

v1.11.2

Toggle v1.11.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix of optional dependencies (#44)

Signed-off-by: Pavel Patrin <ppatrin@nvidia.com>

v1.11.1

Toggle v1.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Defined errors (#43)

* Refactoring of the registry component.
* Defined container errors.

Signed-off-by: Pavel Patrin <ppatrin@nvidia.com>

v1.11.0

Toggle v1.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Refactoring of the registry component (#40) (#41)

* Refactoring of the registry component and error variables.

Signed-off-by: Pavel Patrin <ppatrin@nvidia.com>

v1.10.1

Toggle v1.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Typed signatures for event handlers. (#39)

Fix for nil types and tests.

Signed-off-by: Pavel Patrin <ppatrin@nvidia.com>

v1.10.0

Toggle v1.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Typed signatures for event handlers (#37)

Typed signatures for event handlers.

Signed-off-by: Pavel Patrin <ppatrin@nvidia.com>

v1.9.1

Toggle v1.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update invoker.go (#35)

In addition to #34.

Signed-off-by: Pavel Patrin <ppatrin@nvidia.com>
0