Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / openconfig/ygot issues and pull requests

#837 - Fix Unmarshalling JSON containing list elements so that we have update semantics.

Pull Request - State: closed - Opened by wenovus over 1 year ago - 1 comment

#836 - Support marshalling YANG empty values for TogNMINotifications.

Pull Request - State: closed - Opened by wenovus over 1 year ago - 1 comment

#834 - Duplicate node error using Cisco XR yang models

Issue - State: open - Opened by teflux over 1 year ago

#832 - Bump google.golang.org/grpc from 1.54.0 to 1.55.0

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago - 1 comment
Labels: go, dependencies

#831 - cleanup(ygot): `render` cleanups and minor improvements for `reflect` uses

Pull Request - State: open - Opened by jayzhudev over 1 year ago - 2 comments

#830 - perf(node): caching implementation for node operations

Pull Request - State: open - Opened by jayzhudev over 1 year ago - 4 comments

#829 - perf(node): reduce reflect FieldByName and Field calls

Pull Request - State: closed - Opened by jayzhudev over 1 year ago - 2 comments

#828 - perf(logging): prevent unnecessary processing for debug logging

Pull Request - State: open - Opened by jayzhudev over 1 year ago - 5 comments

#827 - fix(goelements): handle Hex default int/uint values

Pull Request - State: closed - Opened by jayzhudev over 1 year ago - 4 comments

#826 - EncodeTypedValue support for ordered maps.

Pull Request - State: closed - Opened by wenovus over 1 year ago - 1 comment

#825 - EmitJSON/ConstructJSON/Marshal7951 support for structs containing ordered maps.

Pull Request - State: closed - Opened by wenovus over 1 year ago - 1 comment

#824 - Generate pointer-field ordered maps.

Pull Request - State: closed - Opened by wenovus over 1 year ago - 1 comment

#823 - Make ordered maps a pointer in the parent GoStruct.

Pull Request - State: closed - Opened by wenovus over 1 year ago - 1 comment

#822 - Generate ordered map (generation disabled)

Pull Request - State: closed - Opened by wenovus over 1 year ago - 1 comment

#820 - Factor out list generation code into its own file.

Pull Request - State: closed - Opened by wenovus over 1 year ago - 1 comment

#819 - Add demonstration generated code for ordered maps in ygot

Pull Request - State: closed - Opened by wenovus over 1 year ago - 1 comment

#818 - Use errlist instead of copying code from Go.

Pull Request - State: closed - Opened by wenovus over 1 year ago - 1 comment

#817 - Bump github.com/golang/glog from 1.0.0 to 1.1.1

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago - 1 comment
Labels: go, dependencies

#816 - Bump github.com/openconfig/gribi from 0.1.1-0.20221218044856-ec9f4fc18013 to 1.0.0

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago
Labels: go, dependencies

#815 - Improve error messages in ygot.Merge.

Pull Request - State: closed - Opened by wenovus over 1 year ago - 1 comment

#814 - Revert enum number generation behaviour to pre-v0.19.0

Pull Request - State: closed - Opened by wenovus over 1 year ago - 1 comment

#813 - Refactor gogen by moving around functions/tests a bit

Pull Request - State: closed - Opened by wenovus over 1 year ago - 2 comments

#812 - Code generated for enums does not use the value defined in the YANG

Issue - State: closed - Opened by ythadhani over 1 year ago - 1 comment

#811 - Error out when there are augments to the same leaf node.

Pull Request - State: closed - Opened by wenovus over 1 year ago - 1 comment

#810 - Bump github.com/spf13/cobra from 1.6.1 to 1.7.0

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago
Labels: go, dependencies

#809 - Bump google.golang.org/grpc from 1.52.0 to 1.54.0

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago
Labels: go, dependencies

#808 - Bump github.com/openconfig/gnmi from 0.0.0-20220920173703-480bf53a74d2 to 0.9.1

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago - 1 comment
Labels: go, dependencies

#807 - Bump google.golang.org/protobuf from 1.28.1 to 1.30.0

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago - 1 comment
Labels: go, dependencies

#806 - Bump github.com/golang/protobuf from 1.5.2 to 1.5.3

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago - 2 comments
Labels: go, dependencies

#805 - Bump actions/setup-go from 2 to 4

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago - 1 comment
Labels: dependencies, github_actions

#804 - Bump actions/checkout from 2 to 3

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies, github_actions

#803 - Create dependabot.yml

Pull Request - State: closed - Opened by wenovus over 1 year ago - 1 comment

#802 - populateUpdate marshals JSON instead of TypedValue scalars

Pull Request - State: closed - Opened by wenovus over 1 year ago - 1 comment

#801 - Update all ygot dependencies.

Pull Request - State: closed - Opened by wenovus over 1 year ago - 1 comment

#800 - Bump golang.org/x/net from 0.4.0 to 0.7.0

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago - 1 comment
Labels: dependencies

#799 - Update go.mod to Go 1.18

Pull Request - State: closed - Opened by wenovus over 1 year ago - 1 comment

#798 - Improve diff performance

Pull Request - State: closed - Opened by wenovus over 1 year ago - 1 comment

#797 - Add GitHub Actions updater workflow

Pull Request - State: closed - Opened by wenovus over 1 year ago - 1 comment

#796 - Improve output description for SetRequest diff.

Pull Request - State: closed - Opened by wenovus over 1 year ago - 1 comment

#795 - Fix origin handling for compare paths

Pull Request - State: closed - Opened by DanG100 over 1 year ago - 1 comment

#793 - Enable `gofmt` CI against new directories by default.

Pull Request - State: closed - Opened by robshakir over 1 year ago - 1 comment

#792 - Remove usage of the proto Syntax call.

Pull Request - State: closed - Opened by robshakir over 1 year ago - 1 comment

#791 - Improve ygot.Diff performance

Pull Request - State: open - Opened by wenovus over 1 year ago - 1 comment

#789 - Refactor populateUpdate methods

Pull Request - State: closed - Opened by wenovus over 1 year ago - 1 comment

#788 - Keys of type `binary` and `ygot`.

Issue - State: closed - Opened by hellt over 1 year ago - 1 comment

#787 - Add ComparePath func

Pull Request - State: closed - Opened by DanG100 over 1 year ago - 1 comment

#786 - Add CLI for `gnmidiff set-to-notifs <setrequest> <subscribe responses>`

Pull Request - State: closed - Opened by wenovus over 1 year ago - 1 comment

#785 - Remove CI support for Go 1.13, 1.14, 1.15, 1.16, 1.17

Pull Request - State: closed - Opened by wenovus over 1 year ago - 9 comments

#784 - CLI for diffing between two SetRequests

Pull Request - State: closed - Opened by wenovus over 1 year ago - 1 comment

#783 - Return deprecation error message when unmarshalling using SetNode/JSON

Pull Request - State: closed - Opened by wenovus over 1 year ago - 1 comment

#782 - Improve error message on unmarshalling a TypedValue

Pull Request - State: closed - Opened by wenovus over 1 year ago - 1 comment

#781 - Add test for DiffSetRequestToNotifications delete

Pull Request - State: closed - Opened by wenovus over 1 year ago - 1 comment

#780 - Add Format function for `SetToNotifsDiff`

Pull Request - State: closed - Opened by wenovus over 1 year ago - 1 comment

#779 - Handle prefix paths in gnmidiff utilities

Pull Request - State: closed - Opened by wenovus over 1 year ago - 1 comment

#778 - Support non-conflicting deletes in `DiffSetRequestIntent`

Pull Request - State: closed - Opened by wenovus over 1 year ago - 1 comment

#777 - Basic `DiffSetRequestToNotifications`

Pull Request - State: closed - Opened by wenovus over 1 year ago - 1 comment

#776 - Schema aware setrequest diff

Pull Request - State: closed - Opened by wenovus over 1 year ago - 1 comment

#775 - `minimalSetRequestIntent(req *gpb.SetRequest)`

Pull Request - State: closed - Opened by wenovus over 1 year ago - 1 comment

#774 - Add flag in flattenOCJSON to remove namespace from path

Pull Request - State: closed - Opened by wenovus over 1 year ago - 1 comment

#773 - SetRequestDiff (non-schema-aware)

Pull Request - State: closed - Opened by wenovus over 1 year ago - 2 comments

#772 - Add utility `flattenOCJSON` in package `gnmidiff`

Pull Request - State: closed - Opened by wenovus over 1 year ago - 2 comments

#771 - Add bad-build-check: false to CIFuzz & add 1.19 and 1.20 to Go CI

Pull Request - State: closed - Opened by wenovus over 1 year ago - 1 comment

#770 - Ygot in an OCI image?

Issue - State: open - Opened by n0shut over 1 year ago - 2 comments

#769 - Fix genenerator's flag descriptions

Pull Request - State: closed - Opened by n0shut over 1 year ago - 2 comments

#768 - Generator options and `structs_split_files_count`

Issue - State: closed - Opened by n0shut over 1 year ago - 1 comment

#767 - inconsistent proto tag been generated by proto_generator for the same path

Issue - State: closed - Opened by dliu2223 over 1 year ago - 2 comments

#766 - decimal_type_test.go: Floating points failed on aarch64-darwin

Issue - State: open - Opened by htran-opencolo over 1 year ago - 8 comments

#765 - Use tab indentation for modules listing

Pull Request - State: closed - Opened by hellt over 1 year ago - 3 comments

#763 - Address gobugs issues.

Pull Request - State: closed - Opened by robshakir over 1 year ago - 2 comments

#762 - Adopt globally reserved field numbers for FieldOptions.

Pull Request - State: closed - Opened by robshakir over 1 year ago - 1 comment

#761 - Fix syntax error in CIFuzz workflow.

Pull Request - State: closed - Opened by robshakir over 1 year ago - 1 comment

#760 - Disable CIFuzz being run on PRs.

Pull Request - State: closed - Opened by robshakir over 1 year ago - 1 comment

#759 - Add authentication token for setup-protoc.

Pull Request - State: closed - Opened by robshakir over 1 year ago - 1 comment

#758 - Add documentation on Shadow Paths

Pull Request - State: closed - Opened by wenovus over 1 year ago - 2 comments

#757 - Option to ignore read-only fields (config: false) for ytypes.Unmarshal

Issue - State: open - Opened by rimpsh almost 2 years ago - 1 comment

#756 - Add support for mapping leaf-lists to paths.

Pull Request - State: closed - Opened by robshakir almost 2 years ago - 3 comments

#755 - OpenConfig Compressed Names for Uncompressed GoStructs

Issue - State: open - Opened by wenovus almost 2 years ago - 5 comments

#754 - Investigate CIFuzz Failures

Issue - State: closed - Opened by wenovus almost 2 years ago - 1 comment

#753 - Add Go generator option `-keep_deviate_notsupported`

Pull Request - State: closed - Opened by wenovus almost 2 years ago - 1 comment

#752 - Separate util.Errors.ToString() errors by newline

Pull Request - State: closed - Opened by wenovus almost 2 years ago - 2 comments

#751 - Ensure that path annotations are created for leaf-list of unions.

Pull Request - State: closed - Opened by robshakir almost 2 years ago - 1 comment

#750 - Compressed GoStructs doesn't support same-name lists under different-name containers

Issue - State: closed - Opened by wenovus almost 2 years ago - 5 comments

#749 - Add support for mapping union YANG fields in protobufs.

Pull Request - State: closed - Opened by robshakir almost 2 years ago - 1 comment

#748 - Add CIFuzz Github action to ci

Pull Request - State: closed - Opened by DavidKorczynski almost 2 years ago - 1 comment

#747 - Add json encoding opts to EncodeTypedValue

Pull Request - State: closed - Opened by DanG100 almost 2 years ago - 1 comment

#746 - Error out when conflicting node names are detected

Issue - State: open - Opened by wenovus almost 2 years ago

#745 - enable debug logs for protogenerator.go

Issue - State: closed - Opened by babuveld almost 2 years ago - 11 comments

#742 - `DeleteNode` Improvement

Pull Request - State: closed - Opened by wenovus almost 2 years ago - 3 comments

#741 - Add `ygot.GoKeyStruct` alongside `ygot.GoStruct`

Pull Request - State: closed - Opened by wenovus almost 2 years ago - 1 comment

#740 - `EncodeTypedValue` and `findUpdatedLeaves` don't support keyless/unkeyed lists

Issue - State: open - Opened by wenovus almost 2 years ago - 4 comments

#739 - Add some extra tests to ygot

Pull Request - State: closed - Opened by wenovus almost 2 years ago - 1 comment

#736 - Comments for TogNMINotifications.

Pull Request - State: closed - Opened by wenovus almost 2 years ago - 1 comment