Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: NVIDIA/gontainer

Tags

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #82 from NVIDIA/v2-devel

Gontainer V2 release.

See: #82.

v1.14.1

Toggle v1.14.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix of locking on concurrent factory spawn (#72)

Fix of locking on concurrent factory spawn

Signed-off-by: Pavel Patrin <[email protected]>

v1.14.0

Toggle v1.14.0's commit message
Documentation and example refinement

Signed-off-by: Pavel Patrin <[email protected]>

v1.13.1

Toggle v1.13.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README.md (#54)

Signed-off-by: Pavel Patrin <[email protected]>

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 <[email protected]>

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 <[email protected]>

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 <[email protected]>

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 <[email protected]>

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 <[email protected]>