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

V1 api #103

Closed
wants to merge 140 commits into from
Closed

V1 api #103

wants to merge 140 commits into from

Commits on May 2, 2023

  1. Configuration menu
    Copy the full SHA
    68aa27e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a77236 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc86b87 View commit details
    Browse the repository at this point in the history
  4. _example: simplify test scripts

    No need to create go.work file, we just copy main.go and
    go.mod and perform a "go mod edit -replace" in order to pass
    statsviz root.
    arl committed May 2, 2023
    Configuration menu
    Copy the full SHA
    fb48df4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8d7b7c0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    904ace5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0ecc9ff View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7ab3e91 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b5f9dd6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    476368d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6d8d41d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d340f1f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ef7b678 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    613ab08 View commit details
    Browse the repository at this point in the history
  15. remove handlers.go

    arl committed May 2, 2023
    Configuration menu
    Copy the full SHA
    edba2fb View commit details
    Browse the repository at this point in the history
  16. remove register.go

    arl committed May 2, 2023
    Configuration menu
    Copy the full SHA
    d945104 View commit details
    Browse the repository at this point in the history
  17. Adapt tests

    arl committed May 2, 2023
    Configuration menu
    Copy the full SHA
    e394056 View commit details
    Browse the repository at this point in the history
  18. Reorganization

    arl committed May 2, 2023
    Configuration menu
    Copy the full SHA
    43537b4 View commit details
    Browse the repository at this point in the history
  19. Move plot.List into Endpoint

    arl committed May 2, 2023
    Configuration menu
    Copy the full SHA
    5ef6331 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    98375cf View commit details
    Browse the repository at this point in the history
  21. Improve docs

    arl committed May 2, 2023
    Configuration menu
    Copy the full SHA
    8d39b58 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    4e04e65 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    340f61d View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    0cc0d78 View commit details
    Browse the repository at this point in the history
  25. internal/plot: cosmetics

    arl committed May 2, 2023
    Configuration menu
    Copy the full SHA
    2029f53 View commit details
    Browse the repository at this point in the history
  26. internal/plot: rewrite comment

    arl committed May 2, 2023
    Configuration menu
    Copy the full SHA
    da622ef View commit details
    Browse the repository at this point in the history
  27. internal/plot: renaming

    arl committed May 2, 2023
    Configuration menu
    Copy the full SHA
    d9d9f06 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    c45812e View commit details
    Browse the repository at this point in the history
  29. Cosmetics

    arl committed May 2, 2023
    Configuration menu
    Copy the full SHA
    7ef3a29 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    d01ff28 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    4466738 View commit details
    Browse the repository at this point in the history
  32. First UserPlot public API

    arl committed May 2, 2023
    Configuration menu
    Copy the full SHA
    8666e8f View commit details
    Browse the repository at this point in the history
  33. Cosmetics and typos

    arl committed May 2, 2023
    Configuration menu
    Copy the full SHA
    376c030 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    dd8d05b View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    8074a6a View commit details
    Browse the repository at this point in the history
  36. Add go.mod to _example directory

    arl committed May 2, 2023
    Configuration menu
    Copy the full SHA
    eb3dc15 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    fb9eaa1 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    6a435d4 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    d0a13ae View commit details
    Browse the repository at this point in the history
  40. .github: add go mod tidy check

    arl committed May 2, 2023
    Configuration menu
    Copy the full SHA
    41d609a View commit details
    Browse the repository at this point in the history
  41. _example/iris: fix go.mod

    arl committed May 2, 2023
    Configuration menu
    Copy the full SHA
    f5671b3 View commit details
    Browse the repository at this point in the history
  42. On run example tests on unixes

    arl committed May 2, 2023
    Configuration menu
    Copy the full SHA
    2410c92 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    1b40de6 View commit details
    Browse the repository at this point in the history
  44. _example: simpler work function

    arl committed May 2, 2023
    Configuration menu
    Copy the full SHA
    a1709d9 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    2def130 View commit details
    Browse the repository at this point in the history
  46. _example/iris: dependabot

    arl committed May 2, 2023
    Configuration menu
    Copy the full SHA
    f01468d View commit details
    Browse the repository at this point in the history
  47. _example/gin: dependabot

    arl committed May 2, 2023
    Configuration menu
    Copy the full SHA
    71f5b2c View commit details
    Browse the repository at this point in the history
  48. _example/fiber: dependabot

    arl committed May 2, 2023
    Configuration menu
    Copy the full SHA
    b40d4b9 View commit details
    Browse the repository at this point in the history
  49. _example/fasthttp: dependabot

    arl committed May 2, 2023
    Configuration menu
    Copy the full SHA
    79f13a0 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    2082967 View commit details
    Browse the repository at this point in the history
  51. Skip TestExamples in -short mode

    arl committed May 2, 2023
    Configuration menu
    Copy the full SHA
    be22dbb View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    b831423 View commit details
    Browse the repository at this point in the history
  53. _example: improve prose/comments

    arl committed May 2, 2023
    Configuration menu
    Copy the full SHA
    28afb12 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    a63f9c6 View commit details
    Browse the repository at this point in the history
  55. Cosmetics

    arl committed May 2, 2023
    Configuration menu
    Copy the full SHA
    59caba6 View commit details
    Browse the repository at this point in the history
  56. Cosmetics

    arl committed May 2, 2023
    Configuration menu
    Copy the full SHA
    fc4cc80 View commit details
    Browse the repository at this point in the history
  57. Improve doc

    arl committed May 2, 2023
    Configuration menu
    Copy the full SHA
    62ad353 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    04d8d5a View commit details
    Browse the repository at this point in the history
  59. Organize imports

    arl committed May 2, 2023
    Configuration menu
    Copy the full SHA
    684583c View commit details
    Browse the repository at this point in the history
  60. _example: add userplots example

    arl committed May 2, 2023
    Configuration menu
    Copy the full SHA
    74a1f5f View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    6c3dad9 View commit details
    Browse the repository at this point in the history
  62. internal/plot: remove leftover

    arl committed May 2, 2023
    Configuration menu
    Copy the full SHA
    4cda406 View commit details
    Browse the repository at this point in the history
  63. README: update

    arl committed May 2, 2023
    Configuration menu
    Copy the full SHA
    343afb3 View commit details
    Browse the repository at this point in the history
  64. CONTRIBUTING.md: update

    arl committed May 2, 2023
    Configuration menu
    Copy the full SHA
    e9bc6f2 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    cda5236 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    67be73d View commit details
    Browse the repository at this point in the history
  67. Cosmetics

    arl committed May 2, 2023
    Configuration menu
    Copy the full SHA
    572452b View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. fix typo

    arl committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    1b68372 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47dab31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59ab264 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    813ac92 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Configuration menu
    Copy the full SHA
    ae3b987 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f891b4 View commit details
    Browse the repository at this point in the history
  3. Package go doc fixes

    arl committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    d6efe46 View commit details
    Browse the repository at this point in the history
  4. s/Endpoint/Server

    arl committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    da4d7de View commit details
    Browse the repository at this point in the history
  5. _example: s/Endpoint/Server

    arl committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    16832d4 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2023

  1. Configuration menu
    Copy the full SHA
    e085223 View commit details
    Browse the repository at this point in the history
  2. _example: s/endpoint/server

    arl committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    93d5e25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2136bec View commit details
    Browse the repository at this point in the history
  4. Make Server zero-value useful

    arl committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    2bae086 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    arl committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    2f96b05 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d2f5b3a View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    acbff44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91c1e7d View commit details
    Browse the repository at this point in the history
  3. static: fix use of tick suffix

    arl committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    1b4946a View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

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

Commits on Aug 12, 2023

  1. Document user plot types

    arl committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    2622ad6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7b32d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1445ae9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d50fb48 View commit details
    Browse the repository at this point in the history
  5. _example: fix api

    arl committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    10823f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. _example: Fix gin example

    arl committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    f1b67a7 View commit details
    Browse the repository at this point in the history
  2. ci: update to go 1.19, 1.20, 1.21

    arl committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    c01b8b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

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

Commits on Sep 22, 2023

  1. Update README.md

    arl committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    22b56d9 View commit details
    Browse the repository at this point in the history
  2. _example/middleware: cosmetics

    arl committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    6d4bb50 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

  1. _example/gin: bump gin

    arl committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    4c4d00f View commit details
    Browse the repository at this point in the history
  2. _example/iris: bump iris

    arl committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    ee0202d View commit details
    Browse the repository at this point in the history
  3. _example/fiber: bump fiber

    arl committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    5abcd20 View commit details
    Browse the repository at this point in the history
  4. _example/echo: bump echo

    arl committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    be70a03 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    55f0574 View commit details
    Browse the repository at this point in the history
  6. go.{mod,sum}: bump go-internal

    arl committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    53c695d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b431878 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    355e0a9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    84eda9d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6017834 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    57024f8 View commit details
    Browse the repository at this point in the history
  12. Update README

    arl committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    86e74b4 View commit details
    Browse the repository at this point in the history
  13. README.md: reorganize badges

    arl authored Sep 23, 2023
    Configuration menu
    Copy the full SHA
    de32b21 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

  1. Revert "_example/iris: bump iris"

    This reverts commit ee0202d.
    arl committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    a67364c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddd287e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4bd3ef View commit details
    Browse the repository at this point in the history
  4. s/interface{}/any

    arl committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    a968c44 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5378c2b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    519b04b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8168e1f View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. Configuration menu
    Copy the full SHA
    29dacb8 View commit details
    Browse the repository at this point in the history
  2. README.md: add 2 new plots

    arl committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    4036d29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad89786 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c5bab90 View commit details
    Browse the repository at this point in the history
  5. go.mod: drop go1.19, use go1.20

    arl committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    eef1f23 View commit details
    Browse the repository at this point in the history
  6. internal/plot: cosmetics

    arl committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    5c8ef73 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5108bf6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ae78d42 View commit details
    Browse the repository at this point in the history
  9. Update README.md

    arl committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    ac760a3 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. Configuration menu
    Copy the full SHA
    4dcedd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    428d110 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    321b112 View commit details
    Browse the repository at this point in the history
  4. Update README

    arl committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    eaf4c49 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    51df408 View commit details
    Browse the repository at this point in the history
  6. internal/plot: add gc scan plot

    arl committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    19fc056 View commit details
    Browse the repository at this point in the history
  7. Update README

    arl committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    a4d0997 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    c5e76cd View commit details
    Browse the repository at this point in the history
  2. internal/static: cosmetics

    arl committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    4afcadd View commit details
    Browse the repository at this point in the history
  3. internal/static: cosmetics

    arl committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    94602d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d855e6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad260bf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dd9e847 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9678f65 View commit details
    Browse the repository at this point in the history
  8. STATSVIZ_DEBUG env var selects whether assets are embedded or from di…

    …rectory
    
    For development/debugging, STATSVIZ_DEBUG=assets=dir allows to serve
    assets from the contents of the 'dir' directory.
    arl committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    50ca4bc View commit details
    Browse the repository at this point in the history