Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bazel fix #474

Merged
merged 16 commits into from
Feb 22, 2024
Merged

Bazel fix #474

merged 16 commits into from
Feb 22, 2024

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    74c1661 View commit details
    Browse the repository at this point in the history
  2. Fixes p4lang#439 (p4lang#440)

    Change CI  workflow to skip publishing if PR spawned by dependabot
    chrispsommers authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    d76a364 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    0e2fb58 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Support for initial entries (p4lang#432)

    * Define P4Runtime API support for tables with initial entries
    
    * Add TODO asking whether the format for the contents of entries files
    should be specified in the P4Runtime spec.
    
    * Fix a couple of things found by linter and compiling protobuf
    
    * Update autogenerated files
    
    * Document that TableEntry const field must be false in write requests
    
    * Add an appendix describing the contents of entries files generated by p4c
    
    * Clarify some wording.
    
    * Fix Madoko lint check
    
    * Replace TODO with cross reference to new appendix on entries files
    and clean up Madoko formatting in that appendix.
    
    * Replace TODO with an optimistic footnote.
    
    * Propose that TableEntry has new field const true for const entries
    and also for const default_action
    
    * Update auto-generated files
    
    * Define has_initial_entries to be true for tables with `const entries`
    Also fix a couple of spelling typos.
    
    * Update auto-generated files
    
    * Address several review comments
    
    * Address some more review comments.
    
    * Update auto-generated files again
    
    * Slight change in definition of has_initial_entries flag
    Propose that it is true if and only if the table property `entries` is
    present, _and_ the list of entries is not empty.
    
    * Update auto-generated files
    
    * Add "added in 1.4.0" notes to the two new fields
    
    * Clarify the description of the content of an entries file
    
    * Fix a typo, and add is_const field to list of TableEntry fields
    
    * Address review comment in new appendix
    jafingerhut authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    1e771c4 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Fix p4lang#434: Remove obsolete TODO section in README (p4lang#447)

    * Fix p4lang#434: Remove obsolete TODO section in README
    Update the link to the auto-generated versions of the P4Runtime
    specification on the P4.org web site.
    
    Update the section "P4 Language Version Applicability" to version
    1.2.4 of the P4_16 language specification, but list 3 known exceptions
    of features that have not been explicitly addressed yet.
    
    * Add P4_16 v1.2.4 language spec features that may need addressing
    in a future version of the P4Runtime API specification.
    jafingerhut authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    a380607 View commit details
    Browse the repository at this point in the history
  2. Update discussion of entry priorities in constant tables (p4lang#457)

    * Update discussion of entry priorities in constant tables
    
    * Correct description of entry priority for constant tables
    jafingerhut authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    f0e9f33 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Bump golang.org/x/net from 0.9.0 to 0.17.0 (p4lang#461)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.9.0 to 0.17.0.
    - [Commits](golang/net@v0.9.0...v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    af4847d View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Remove 4 P4 language spec compatibility issues from the list (p4lang#459

    )
    
    * Remove 4 P4 language spec compatibility issues from the list
    During 2023-Sep-08 P4.org API work group meeting, it was agreed that
    there are no changes required to the P4Runtime API specification to be
    compatible with these updates in the language spec.
    
    * Add clarifying behavior of table with no `key` property back in
    since there are potentially open issues around p4c implementation and
    how it generates size field of tables in P4Info files that should be
    considered before considering that issue resolved.
    jafingerhut authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    36a8576 View commit details
    Browse the repository at this point in the history
  2. Add metadata to multicast group entry (p4lang#446)

    Same role as the metadata field for table entry
    verios-google authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    aac3859 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    7e267bb View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    b9c98cc View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Bump google.golang.org/grpc from 1.56.1 to 1.56.3 (p4lang#465)

    Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.56.1 to 1.56.3.
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.56.1...v1.56.3)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    a6f035f View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    7f4b82d View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. Configuration menu
    Copy the full SHA
    9432906 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    6f50045 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    945641b View commit details
    Browse the repository at this point in the history