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

Merge v2.0.x to main #9117

Merged
merged 129 commits into from
Feb 1, 2024
Merged

Merge v2.0.x to main #9117

merged 129 commits into from
Feb 1, 2024

Commits on Oct 11, 2023

  1. Sketch controller (#45)

    * controller sketch
    
    * controllers
    
    * helper functions, indexers
    
    * maincompile
    
    * main
    
    * wip
    
    * query
    
    * gen-cli
    
    * query secrets
    
    * example-code
    
    * git mv edge2/ gateway2
    
    * cleanup
    
    * cleanup2
    
    * cleanup3
    yuval-k authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    1b426dd View commit details
    Browse the repository at this point in the history
  2. Improve CI for gateway-main (#46)

    * rename .github to disable github actions
    
    * change cloudbuild.yaml to prevent build-bot running
    sam-heilbron authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    ec87416 View commit details
    Browse the repository at this point in the history
  3. change query to have object in the args (#47)

    * change query to have object in the args
    
    To confirm that we use the right "from" field, ask for the whole object in the query args, and not just the ns
    
    * use obj and infer gk
    
    * fix comment
    
    comments are bad
    
    * singular
    yuval-k authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    1e67072 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. some tests for query (#49)

    * some tests for query
    
    * more tests and pr comments
    
    * more tests and fixes
    
    * mroe test
    yuval-k authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    cd5aa83 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. build + docker +helm + comformance (#51)

    * ability to deploy to kind so we can run conformance
    
    not yet working
    
    * helming around, accepting status for gw class
    
    * set observed generation on condition
    
    * don't create gw for conformance test
    
    * minor changes
    
    * cleanup
    
    * separate cp and dp
    
    * cleanup
    
    * allow more than one ports
    
    * pr comments
    
    * controlPlane.enabled
    
    * fix makefile
    yuval-k authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    95ce138 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Gw main/ listener translation (#61)

    * solo gw stubs
    
    * wip: translator
    
    * wip: http gwv2 translation
    
    * wip: listener tx complete, ready for vhost + validation
    
    * merge http filter chain
    
    * finish core listener tx; stub vhost tx
    
    * remove unused
    ilackarms authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    6ddee37 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Auto provision gateway resources (#62)

    * initial code to create GW
    
    * auto provision by default
    add ports to deployer
    
    * fixes and some PR comments
    
    * fix event filtering
    
    * write addresses to gw; need to add tests
    
    * only reconcile gw when generation changes
    
    * support provisioning with different releases
    
    * try approach 2 for statues
    
    * env test for status setting
    
    * pr comments
    yuval-k authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    6776550 View commit details
    Browse the repository at this point in the history
  2. update to v1 (#63)

    EItanya authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    9daad2e View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. fix gw route query to make sure the http routes match (#64)

    * fix gw route query to make sure the http routes match
    
    * add and pass ci
    
    * more ci
    
    * make in g2 dir
    
    * naming
    
    * naming
    yuval-k authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    e16dafe View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. xds syncer (#60)

    Co-authored-by: Eitan Yarmush <eitan.yarmush@solo.io>
    ilackarms and EItanya authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    facb8c5 View commit details
    Browse the repository at this point in the history
  2. Initial validate (#67)

    * solo gw stubs
    
    * wip: translator
    
    * wip: http gwv2 translation
    
    * wip: listener tx complete, ready for vhost + validation
    
    * merge http filter chain
    
    * wip: initial impl of GW/Listener validation
    
    * wip: working sketch of reporter; passing tests
    
    * wip: begin testing for conditions
    
    * simplify condition type on reporter
    
    * add status checks to tests
    
    * move listener validation back to listener package
    
    * add gateway structure to report impl
    
    * use ListenerStatus api type
    
    * add support for allowedRoutes
    
    * cleaup
    
    * add tests for explicit allowedRoutes
    
    * cleanup and reorg
    
    * correctly track invalid listeners & routes
    
    * more cleanup
    
    * todo
    
    ---------
    
    Co-authored-by: Scott Weiss <sdw35@cornell.edu>
    lgadban and ilackarms authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    0240b5d View commit details
    Browse the repository at this point in the history
  3. Gw main/translation httproute (#65)

    * solo gw stubs
    
    * wip: translator
    
    * wip: http gwv2 translation
    
    * wip: listener tx complete, ready for vhost + validation
    
    * merge http filter chain
    
    * finish core listener tx; stub vhost tx
    
    * remove unused
    
    * wip: route translator
    
    * http route translator, fixes for http listener
    
    * clean up todos
    ilackarms authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    19353a6 View commit details
    Browse the repository at this point in the history
  4. Stub Out Endpoints and Upstream Discovery (#59)

    * Add simple uds transslator
    
    * goimports -w .
    
    * format plugin
    
    * update kube plugin to export a function that our new discvoery can rely on
    
    * add stubs for translator for discovery
    
    * add placeholder for legacy impl
    
    * formatting
    
    * simplify code
    
    * add changelog
    sam-heilbron authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    25d1570 View commit details
    Browse the repository at this point in the history
  5. query part 2 (#66)

    * query part 2
    
    * add parentref
    
    * add conditions
    
    * compile fix
    
    * compile fix after merge
    yuval-k authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    4f75135 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

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

Commits on Oct 27, 2023

  1. first pass route validation, handle nil hostnames on listeners (#70)

    * create ListenerCondition type
    
    * fix unnecessary guard on map access (go-static)
    
    * add initial route validation
    
    * handle empty/nil hostnames on listeners
    lgadban authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    3215a2b View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Gw main/translation yaml test (#72)

    * testing and fixes for http translation
    
    * get test passing
    
    * nit
    
    * fix import cycle, gofmt
    
    * remove workaround
    ilackarms authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    c92c3ed View commit details
    Browse the repository at this point in the history
  2. add a server to tie everything together (#71)

    * add a server to tie everything together
    
    * more wiring
    
    * enabled devmode
    
    * de-pike
    yuval-k authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    d8ecd26 View commit details
    Browse the repository at this point in the history
  3. Eitanya/single translation (#74)

    * single translation spot
    
    * compiles and runs
    
    * fix compile issue in tests
    EItanya authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    fbfab29 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Eitanya/route sorting (#75)

    * initial route-sorting
    
    * tests are passing
    
    * update golden
    
    * swapped it all to use the httpRoute and idx as fallbacks
    
    * also check NS/NAME
    
    * oops
    
    * move sortable to separate package
    EItanya authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    90ae6c0 View commit details
    Browse the repository at this point in the history
  2. initial sync status (#78)

    * first drop working listener status
    
    * handle gateway top-level conditions
    lgadban authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    1880d0c View commit details
    Browse the repository at this point in the history
  3. make xds work (#77)

    * make xds work
    main bug is there were 2 caches
    
    * use envoy-gloo; use unprivileged port
    
    * use rc2 for conformance to work
    
    * pr comments
    
    * tidy
    yuval-k authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    acfb11e View commit details
    Browse the repository at this point in the history
  4. add no conflicts to healthy listeners (#79)

    * add no conflicts to healthy listeners
    
    * add resolvedrefs to healthy listeners
    
    * add per-conditionType logic for missing conditions
    lgadban authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    b32ef87 View commit details
    Browse the repository at this point in the history
  5. ssl termination (#76)

    * ssl termination
    
    * add ssl secret validation
    
    * add ssl secret validation
    ilackarms authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    c96bf28 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Eitanya/check v2 (#73)

    * gateway checking is done
    
    * compiles
    
    * route status code
    
    * with v1 changes
    
    * a couple more changes
    
    * remove ingress/knative
    
    * also apply CRDs with glooctl
    
    * pike
    
    * install/uninstall work
    
    * oops
    
    * fix conditions for Gateway Class
    
    * change back protocol on svc
    
    * removed default gateway from the chart
    
    * default to LB
    
    * oops
    
    * fix env tests with svc status hack due to LB
    
    * naming
    
    * use index func logic
    
    * check for existence of the CRDs
    
    * upped template to v1, changed logic to be more permissinve
    
    * gatewayName
    EItanya authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    4df6896 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fc62e2 View commit details
    Browse the repository at this point in the history
  3. Sync route status (#82)

    * init route report
    
    * cleanup
    
    * switch to per-parentRef reporting on routes
    
    * report on route-parent relationship errors
    
    * sync route status
    
    * cleanup
    lgadban authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    9274bcc View commit details
    Browse the repository at this point in the history
  4. don't checkout gw repo for tests (#84)

    * don't checkout gw repo for tests
    
    * add conformance build tag; simplify kind
    
    * fmt
    yuval-k authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    ea4f749 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. rename helm-chart (#80)

    * rename helm-chart
    
    * rename folder
    
    * change dir name
    
    * updated values/versions
    
    * add labels so that glooctl version works
    
    * make new commands more flexible
    
    * file for CRDs, add programmed condition
    
    * bad comment
    
    * change version to alpha1 instead
    
    * comments
    
    * rename the gateway class name
    
    * use standar
    
    * use relative dir
    EItanya authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    d0677c0 View commit details
    Browse the repository at this point in the history
  2. attached routes (#87)

    yuval-k authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    be24ade View commit details
    Browse the repository at this point in the history
  3. Fixes statuses temporarily (#88)

    * re-add glooctl proxy commands
    
    * various status fixes
    EItanya authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    7dbc9f0 View commit details
    Browse the repository at this point in the history
  4. report tls errors on listeners (#86)

    * report tls errors on listeners
    
    * check specific errors on cert validation
    lgadban authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    8cc80a7 View commit details
    Browse the repository at this point in the history
  5. fix make (#89)

    yuval-k authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    30ab298 View commit details
    Browse the repository at this point in the history
  6. more ci (#90)

    yuval-k authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    78328ce View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3c19287 View commit details
    Browse the repository at this point in the history
  8. first translator plugin: header modifier (#85)

    * implement plugin arch, w/ header modifier
    
    * fix compile
    
    * fix test
    
    * redirect plugin
    
    * add plugin
    
    * add unit tests
    
    * whoops
    ilackarms authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    9d7f2c4 View commit details
    Browse the repository at this point in the history
  9. rename compoenents to official naming scheme (#92)

    * rename compoenents to official naming scheme
    
    * fix unit tests
    
    ---------
    
    Co-authored-by: Yuval Kohavi <yuval.kohavi@gmail.com>
    EItanya and yuval-k authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    b79b0e2 View commit details
    Browse the repository at this point in the history
  10. make conformance-GatewayWithAttachedRoutes passing (#93)

    * make conformance-GatewayWithAttachedRoutes passing
    
    * set status for listener with meta
    
    * fix reason
    yuval-k authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    293ddf1 View commit details
    Browse the repository at this point in the history
  11. update to ghcr (#94)

    EItanya authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    894fa1b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7dc7b94 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    59e81bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3e2d9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d849a4f View commit details
    Browse the repository at this point in the history
  4. i think this was a bad merge (#99)

    * i think this was a bad merge
    
    * fix test
    yuval-k authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    4c1c5e6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5e33870 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3211e3b View commit details
    Browse the repository at this point in the history
  7. add unknown kind error if kind not in scheme (#103)

    Co-authored-by: Lawrence G <lawrence.gadban@solo.io>
    yuval-k and lgadban authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    2c88620 View commit details
    Browse the repository at this point in the history
  8. gw semantics (#104)

    yuval-k authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    6bd3ed5 View commit details
    Browse the repository at this point in the history
  9. fix edge case (#106)

    yuval-k authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    96f50e8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ffc9e0f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9cc0613 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0ba548f View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. version fixes (#109)

    yuval-k authored Nov 5, 2023
    Configuration menu
    Copy the full SHA
    9158272 View commit details
    Browse the repository at this point in the history
  2. release glooctl

    EItanya committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    f8c005e View commit details
    Browse the repository at this point in the history
  3. oops

    EItanya committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    e408544 View commit details
    Browse the repository at this point in the history
  4. Makefile

    EItanya committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    fcb5014 View commit details
    Browse the repository at this point in the history
  5. no windows

    EItanya committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    b563c3f View commit details
    Browse the repository at this point in the history
  6. add https redirect hopefully

    EItanya committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    bebe45a View commit details
    Browse the repository at this point in the history
  7. url rewrite basic

    EItanya committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    06b5bbe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    755fa6f View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. add more conformance tests

    EItanya committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    a1c1d8d View commit details
    Browse the repository at this point in the history
  2. upload SHA

    EItanya committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    e4f7768 View commit details
    Browse the repository at this point in the history
  3. use proper rewrite

    EItanya committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    893d7df View commit details
    Browse the repository at this point in the history
  4. change regex

    EItanya committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    4514441 View commit details
    Browse the repository at this point in the history
  5. works

    EItanya committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    597436f View commit details
    Browse the repository at this point in the history
  6. fix Makefile phony targets

    EItanya committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    c7811a3 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Gloo Gateway v2 readme (#8866)

    * Gloo Gateway v2 readme
    
    * added quickstart instructions
    
    * added notes
    
    * Update README.md
    
    * some fixes
    
    * Add files via upload
    
    * Update README.md
    
    * Update README.md
    
    * fixed the ordering and added local HTTPBIN
    
    * switched to local file
    
    * Update README.md
    
    ---------
    
    Co-authored-by: Eitan Yarmush <eitan.yarmush@solo.io>
    Nadine2016 and EItanya authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    99de28c View commit details
    Browse the repository at this point in the history
  2. make README even simpler

    EItanya committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    19811e1 View commit details
    Browse the repository at this point in the history
  3. Logo and description update (#8872)

    * Add files via upload
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    Nadine2016 authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    65d3f44 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    f3e76e6 View commit details
    Browse the repository at this point in the history
  2. Logo update (#8878)

    * Add files via upload
    
    * Add files via upload
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    Nadine2016 authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    8e4547b View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Revert to proxy ir (#8945)

    * Adding quickstart for Helm (#8884)
    
    * Adding quickstart for Helm
    
    * Update README.md
    
    * add logs
    
    patch modified off PR (#8886) as we no longer want the native translation
    updates.
    
    Co-authored-by: Eitan Yarmush <eitan.yarmush@solo.io>
    Co-authored-by: Lawrence Gadban <lawrence.gadban@solo.io>
    
    * fix no match (#8879)
    
    * Add Request Mirror Gateway API Filter (#8890)
    
    Updated for Gloo Edge Proxy IR
    
    ---------
    
    Co-authored-by: Yuval Kohavi <yuval.kohavi@gmail.com>
    
    * add logs from previous PR #8892
    
    * first drop of status cleanup (#8889)
    
    * use types.NN for GatewayReports
    
    * consolidate report creation
    
    * reduce visibility of GatewayReport fields
    
    * extract status building from syncer
    
    * more narrowing viz, add Getters, first unit test for status building
    
    * factor out condition boilerplate, more tests
    
    * fix missed compile issue in translator tests
    
    * add basic test for LastTransitionTime
    
    * better testing
    
    * cleanup
    
    * Update projects/gateway2/reports/status.go
    
    Co-authored-by: Eitan Yarmush <eitan.yarmush@solo.io>
    
    * consolidate reporting components
    
    ---------
    
    Co-authored-by: Eitan Yarmush <eitan.yarmush@solo.io>
    Co-authored-by: Yuval Kohavi <yuval.kohavi@gmail.com>
    
    * add label helper to helm templates
    
    extracted from previous PR: make go test ./... work again (#8907)
    above PR also fixed the CLI tests (e.g. glooctl check) to work with
    GGv2. TODO has been added to add this back in later, but did not want to
    take this on as the existing patches remove the v1 tests.
    
    * refactor route status
    
    cherry-pick of refactor route status (#8912)
    
    * add missed conformance args from orig. PR (#8890)
    
    * kick ci
    
    ---------
    
    Co-authored-by: Nadine Spies <17709352+Nadine2016@users.noreply.github.com>
    Co-authored-by: Yuval Kohavi <yuval.kohavi@gmail.com>
    Co-authored-by: Eitan Yarmush <eitan.yarmush@solo.io>
    4 people authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    200abc6 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. add RoutePlugins (#9021)

    * wip: working RouteOptions as ExtensionRef
    
    * add new format for extensionplugins
    
    * extract extensionplugins to a discrete registry
    
    * review feedback
    
    * cleaup
    
    * cleanup
    
    * condense filter/plugin apply
    
    * move routeoptions extension plugin to correct package structure
    
    * cleanup
    
    * introduce RoutePlugins with the impl for HTTPFilterPlugins
    
    * remove extensionRef for now
    
    * package structure re-org
    
    * remove RouteOptions work for now
    
    * localize httpfilterpluginregistry
    
    * convert filterplugins to RoutePlugins
    lgadban authored Dec 29, 2023
    Configuration menu
    Copy the full SHA
    7f24e1f View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. generalize PluginRegistry (#9025)

    * generalize PluginRegistry
    
    * commentary
    
    * add compile-time type assertions for plugins
    
    * update name of RoutePlugin method
    
    * use full type definition for base plugin interface
    lgadban authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    f669a22 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. track generation at report time (#8996)

    * cleanup
    
    * track generation at report time
    
    * use common buildRoutesPerHost() for http & https
    
    * enforce reports must be initialized for translated object
    
    * handle missing reports gracefully
    
    * commentary
    
    * chore: reduce plugins visibility
    lgadban authored Jan 5, 2024
    Configuration menu
    Copy the full SHA
    aa06523 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. add RouteOption route plugin (#9040)

    * add RouteOption route plugin
    
    * cleanup
    
    * commentary
    
    * graceful & correct error handling
    lgadban authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    1a0e357 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    15083f9 View commit details
    Browse the repository at this point in the history
  2. reenable gh workflows

    jenshu committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    41c3583 View commit details
    Browse the repository at this point in the history
  3. add back some files

    jenshu committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    88aa6e8 View commit details
    Browse the repository at this point in the history
  4. remove changelogs

    jenshu committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    ca56249 View commit details
    Browse the repository at this point in the history
  5. revert changelogs

    jenshu committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    7f4f774 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0598632 View commit details
    Browse the repository at this point in the history
  7. remove changelogs for now

    jenshu committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    008290c View commit details
    Browse the repository at this point in the history
  8. add back cli stuff

    jenshu committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    51c63ff View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. add back deleted stuff

    jenshu committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    4f52133 View commit details
    Browse the repository at this point in the history
  2. fix lint errors

    jenshu committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    2423fbc View commit details
    Browse the repository at this point in the history
  3. add back ingress

    jenshu committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    31e6df2 View commit details
    Browse the repository at this point in the history
  4. docs gen

    jenshu committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    08bb66b View commit details
    Browse the repository at this point in the history
  5. v1 vs v2

    jenshu committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    f541c4a View commit details
    Browse the repository at this point in the history
  6. skip gateway2 for now

    jenshu committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    5468240 View commit details
    Browse the repository at this point in the history
  7. fix?

    jenshu committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    d72f0c1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c2cabe3 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    bda9297 View commit details
    Browse the repository at this point in the history
  2. try reverting

    jenshu committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    7f77c43 View commit details
    Browse the repository at this point in the history
  3. remove cl

    jenshu committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    bc7a143 View commit details
    Browse the repository at this point in the history
  4. add back portredirect

    jenshu committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    c4de34d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a875e7e View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    bf25ce9 View commit details
    Browse the repository at this point in the history
  2. merge from main

    jenshu committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    0ae331d View commit details
    Browse the repository at this point in the history
  3. add translation mode

    jenshu committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    1548b6e View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. more descriptive

    jenshu committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    8be48a2 View commit details
    Browse the repository at this point in the history
  2. use new flag

    jenshu committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    0599980 View commit details
    Browse the repository at this point in the history
  3. add field to test proxy

    jenshu committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    ff62c80 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. remove new field from Proxy

    jenshu committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    1aca322 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. use label

    jenshu committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    a3d2c86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e34171 View commit details
    Browse the repository at this point in the history
  3. remove cl

    jenshu committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    72e32fc View commit details
    Browse the repository at this point in the history
  4. delete file

    jenshu committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    f9097b9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    980f7b6 View commit details
    Browse the repository at this point in the history
  6. add labels to test

    jenshu committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    6601ab4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    955c592 View commit details
    Browse the repository at this point in the history
  8. revert changelogs

    jenshu committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    2ee4fa8 View commit details
    Browse the repository at this point in the history
  9. try again

    jenshu committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    e5f9cc5 View commit details
    Browse the repository at this point in the history
  10. fix changelogs

    jenshu committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    57d77c1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    caaf0b1 View commit details
    Browse the repository at this point in the history
  12. Adding changelog file to new location

    changelog-bot authored and solo-changelog-bot[bot] committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    07aa756 View commit details
    Browse the repository at this point in the history
  13. Deleting changelog file from old location

    changelog-bot authored and solo-changelog-bot[bot] committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    5aed7bd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8c8f09a View commit details
    Browse the repository at this point in the history
  15. codegen

    jenshu committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    0fec04f View commit details
    Browse the repository at this point in the history
  16. add back knative delete func

    jenshu committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    b1ae389 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

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

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    c77b2b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d1eb1a View commit details
    Browse the repository at this point in the history
  3. Adding changelog file to new location

    changelog-bot authored and solo-changelog-bot[bot] committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    f15dc85 View commit details
    Browse the repository at this point in the history
  4. Deleting changelog file from old location

    changelog-bot authored and solo-changelog-bot[bot] committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    a380722 View commit details
    Browse the repository at this point in the history
  5. some cleanup

    jenshu committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    c34e36a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7311a89 View commit details
    Browse the repository at this point in the history
  7. use context

    jenshu committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    0e0f4be View commit details
    Browse the repository at this point in the history
  8. Update README.md

    Nadine2016 authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    ab5157b View commit details
    Browse the repository at this point in the history