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

Pull from upstream 0.23 #11

Merged
merged 48 commits into from
Nov 22, 2022
Merged

Pull from upstream 0.23 #11

merged 48 commits into from
Nov 22, 2022

Commits on Jun 6, 2022

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

Commits on Jun 7, 2022

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

Commits on Jun 16, 2022

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

Commits on Jun 19, 2022

  1. Configuration menu
    Copy the full SHA
    9bd78ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a01000 View commit details
    Browse the repository at this point in the history
  3. feat(topicdata): allow integer/long to be serialized as float/double …

    …when using AVRO schema. (#1123)
    
    close #1122
    marcellorego authored Jun 19, 2022
    Configuration menu
    Copy the full SHA
    82cda2a View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2022

  1. Configuration menu
    Copy the full SHA
    1222253 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    686a1e9 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2022

  1. fix(docker): run upgrade in order to reduce CVEs (#1134)

    libssl1.1
    dpkg
    libldap-common
    
    close #1132
    ThomasSanson authored Jul 3, 2022
    Configuration menu
    Copy the full SHA
    8f86e1d View commit details
    Browse the repository at this point in the history
  2. feat(docker): add healthcheck (#1136)

    Co-authored-by: Ludovic DEHON <tchiot.ludo@gmail.com>
    ThomasSanson and tchiotludo authored Jul 3, 2022
    Configuration menu
    Copy the full SHA
    9a4d4a6 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

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

Commits on Jul 30, 2022

  1. Revert "chore(readme): add redpanda sponsors"

    This reverts commit ab9a444.
    tchiotludo committed Jul 30, 2022
    Configuration menu
    Copy the full SHA
    361e550 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. fix(helm): adding namespace to kubectl port-forward Helm Chart NOTES (#…

    …1171)
    
    Co-authored-by: rogerio <r.fonseca@serrala.com>
    rogerioefonseca and rogerioefonseca authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    bf670ba View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. fix(helm): correct port for port-forward is 8080 (#1178)

    Fix port displayed at the end of the helm release.
    
    It displays `{{ .Values.service.port }}` which is `80` per default, it should be `8080`.
    thomas-chauvet authored Aug 18, 2022
    Configuration menu
    Copy the full SHA
    264432c View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. feat(docker): change upstream image from openjdk to eclipse-temurin (#…

    …1179)
    
    
    Signed-off-by: Erik Godding Boye <egboye@gmail.com>
    erikgb authored Aug 19, 2022
    Configuration menu
    Copy the full SHA
    22a5d79 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. fix(core): close consumer when returning null after calculating offse…

    …t for newest sort (#1069)
    
    fix a memory leak 
    
    Co-authored-by: Neeraj.singh <email@test.com>
    neeraj-singh47 and Neeraj.singh authored Aug 23, 2022
    Configuration menu
    Copy the full SHA
    24fde0e View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. fix(ui): load, display and store settings on settings screen if no se…

    …ttings have been stored yet (#1161)
    
    Co-authored-by: David Müller <david.mueller@codecentric.de>
    sam0r040 and sam0r040 authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    34b1f54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1268e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f38fdb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e630c1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3079b22 View commit details
    Browse the repository at this point in the history
  6. feat(docs): helm example with basic auth and aws msk (#1192)

    Co-authored-by: Ludovic DEHON <tchiot.ludo@gmail.com>
    alexvaque and tchiotludo authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    c8eb057 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. feat(helm): add networkpolicy (#1193)

    Signed-off-by: Quan TRAN <itscaro@users.noreply.github.com>
    itscaro authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    b9df239 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

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

Commits on Oct 11, 2022

  1. Configuration menu
    Copy the full SHA
    f4e3284 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e253ac View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

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

Commits on Oct 19, 2022

  1. feat(webserver): add custom headers configuration (#1235)

    Co-authored-by: Ludovic DEHON <tchiot.ludo@gmail.com>
    AdiWehrli and tchiotludo authored Oct 19, 2022
    Configuration menu
    Copy the full SHA
    d0a5f19 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2022

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

Commits on Oct 25, 2022

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

Commits on Nov 6, 2022

  1. fix(ui): decimals are not parsed correctl (#1246)

    replaced 'json-bigint' parser with 'lossless-json', this replacement allows for pretty-printing the json data, but still keeping the original values especially for floating numbers and bigints.
    
    fix #1006
    tristanexsquare authored Nov 6, 2022
    Configuration menu
    Copy the full SHA
    87d73b4 View commit details
    Browse the repository at this point in the history
  2. core(deps): Updated micronaut to latest version (#1247)

    and fixes to tests to have a successful build
    
    close #1215
    meeraj257 authored Nov 6, 2022
    Configuration menu
    Copy the full SHA
    af5ca0d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66b3340 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ddb9cb View commit details
    Browse the repository at this point in the history
  5. feat(ui): faster topic-data search & sorting (#1209)

    Co-authored-by: Max Bebök <beboek@etracker.com>
    HailToDodongo and Max Bebök authored Nov 6, 2022
    Configuration menu
    Copy the full SHA
    2028cc9 View commit details
    Browse the repository at this point in the history
  6. feat(topicdata): added fix for incorrect datatype and missing fields …

    …in the json while producing to topic (#1233)
    GnanaJeyam authored Nov 6, 2022
    Configuration menu
    Copy the full SHA
    ec4acf0 View commit details
    Browse the repository at this point in the history
  7. feat(ui): Use set INLINE_RUNTIME_CHUNK=false&& in react build. (#1238

    )
    
    See also https://drag13.io/posts/react-inline-runtimer-chunk/index.html. This is to make _Content-Security-Policy_ work when `unsafe-inline` is not set.
    
    Co-authored-by: Ludovic DEHON <tchiot.ludo@gmail.com>
    AdiWehrli and tchiotludo authored Nov 6, 2022
    Configuration menu
    Copy the full SHA
    9325de2 View commit details
    Browse the repository at this point in the history
  8. fix(node): fix nullpointer when trying to view cluster information in…

    … MSK Serverless (#1227)
    
    close #1226
    
    Co-authored-by: Ludovic DEHON <tchiot.ludo@gmail.com>
    moremagic and tchiotludo authored Nov 6, 2022
    Configuration menu
    Copy the full SHA
    bb6a35e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    df46f67 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. feat(ui): optimze svgs with https://jakearchibald.github.io/svgomg/ (#…

    …1252)
    
    In preparation for a React upgrade, see #1243
    lucapette authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    b504381 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. feat(topicdata): support duplicate header keys (#1258)

    close #1257 
    
    Co-authored-by: rafanyan <raphael.afanyan@nexthink.com>
    raph-af and raphael-afanyan authored Nov 9, 2022
    Configuration menu
    Copy the full SHA
    47d3b36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77cfd2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4077659 View commit details
    Browse the repository at this point in the history
  4. feat(ui): update node to the latest lts version (#1251)

    * Update node to the latest LTS version
    * Replace node-sass with sass
    * Also use the correct version of react-test-renderer.
    * Update react scripts so we don't use insecure hashing functions
    * Do not check eslint for production build
    
    See #1243 for more information.
    lucapette authored Nov 9, 2022
    Configuration menu
    Copy the full SHA
    dd8ea4f View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. fix(topicdata): fix null key and value (#1261)

    Co-authored-by: alozano3 <alozano@caixabanktech.com>
    alozano3 and alozano3 authored Nov 14, 2022
    Configuration menu
    Copy the full SHA
    c27cc34 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. feat(ui): fix eslint warnings (#1254)

    Co-authored-by: Ludovic DEHON <tchiot.ludo@gmail.com>
    lucapette and tchiotludo authored Nov 18, 2022
    Configuration menu
    Copy the full SHA
    7f4f917 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ba88fc View commit details
    Browse the repository at this point in the history