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

Optionally add OM unit #1392

Closed
wants to merge 28 commits into from
Closed

Optionally add OM unit #1392

wants to merge 28 commits into from

Commits on Nov 26, 2023

  1. start adding support for units

    Signed-off-by: Arianna Vespri <[email protected]>
    vesari committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    d74a7fb View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. do not assume units for now

    Signed-off-by: Arianna Vespri <[email protected]>
    vesari committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    5d8c6de View commit details
    Browse the repository at this point in the history
  2. again, do not assume units

    Signed-off-by: Arianna Vespri <[email protected]>
    vesari committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    f78b666 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. assume the units

    Signed-off-by: Arianna Vespri <[email protected]>
    vesari committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    e876012 View commit details
    Browse the repository at this point in the history
  2. add units in more places

    Signed-off-by: Arianna Vespri <[email protected]>
    vesari committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    b1f5a86 View commit details
    Browse the repository at this point in the history
  3. fix dependencies in go.mod

    Signed-off-by: Arianna Vespri <[email protected]>
    vesari committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    788d53b View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Merge remote-tracking branch 'prometheus/main' into add-unit

    Signed-off-by: Arianna Vespri <[email protected]>
    vesari committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    1692495 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. Update version of common in go.mod

    Signed-off-by: Arianna Vespri <[email protected]>
    vesari committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    5971215 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. Start modifying handler

    Signed-off-by: Arianna Vespri <[email protected]>
    vesari committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    efb64f3 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

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

Commits on Mar 7, 2024

  1. Use different common

    Signed-off-by: Arianna Vespri <[email protected]>
    vesari committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    51861d5 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'prometheus/main' into add-unit

    Signed-off-by: Arianna Vespri <[email protected]>
    vesari committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    1362436 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Use the newly named func for OM encoding

    Signed-off-by: Arianna Vespri <[email protected]>
    vesari committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    a2bfd3a View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'prometheus/main' into add-unit

    Signed-off-by: Arianna Vespri <[email protected]>
    vesari committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    7900714 View commit details
    Browse the repository at this point in the history
  3. Fix examples and comments

    Signed-off-by: Arianna Vespri <[email protected]>
    vesari committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    19d7102 View commit details
    Browse the repository at this point in the history
  4. Fix go.mod

    Signed-off-by: Arianna Vespri <[email protected]>
    vesari committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    031e0d3 View commit details
    Browse the repository at this point in the history
  5. Adapt go.mod as much as possible

    Signed-off-by: Arianna Vespri <[email protected]>
    vesari committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    fd60a57 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Use go 1.20

    Signed-off-by: Arianna Vespri <[email protected]>
    vesari committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    f7e2848 View commit details
    Browse the repository at this point in the history
  2. Use go 1.21

    Signed-off-by: Arianna Vespri <[email protected]>
    vesari committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    5f58996 View commit details
    Browse the repository at this point in the history
  3. Upgrade github workflows to go 1.21 needed for common

    Signed-off-by: Arianna Vespri <[email protected]>
    vesari committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    ac9d1d8 View commit details
    Browse the repository at this point in the history
  4. Delete test funcs which are unused according to lint

    Signed-off-by: Arianna Vespri <[email protected]>
    vesari committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    3db440e View commit details
    Browse the repository at this point in the history
  5. Upgrade to Go 1.21 in Makefile and workflows for tests

    Signed-off-by: Arianna Vespri <[email protected]>
    vesari committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    7752d37 View commit details
    Browse the repository at this point in the history
  6. Upgrade Go version to 1.21 in tutorial

    Signed-off-by: Arianna Vespri <[email protected]>
    vesari committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    47c8cf1 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Merge remote-tracking branch 'prometheus/main' into add-unit

    Signed-off-by: Arianna Vespri <[email protected]>
    vesari committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    7312bd5 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    3644321 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'prometheus/main' into add-unit

    Signed-off-by: Arianna Vespri <[email protected]>
    vesari committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    dca67a5 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

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

Commits on May 9, 2024

  1. Update prometheus/promhttp/http.go

    Co-authored-by: Bartlomiej Plotka <[email protected]>
    Signed-off-by: Arianna Vespri <[email protected]>
    vesari and bwplotka committed May 9, 2024
    Configuration menu
    Copy the full SHA
    717d3d3 View commit details
    Browse the repository at this point in the history