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

Add API to get issue/pull comments and events (timeline) #17403

Merged
merged 47 commits into from
Jan 1, 2022
Merged

Add API to get issue/pull comments and events (timeline) #17403

merged 47 commits into from
Jan 1, 2022

Commits on Oct 22, 2021

  1. Add API to get issue/pull comments and events (timeline)

    Adds an API to get both comments and events in one endpoint with all required data.
    Closes #13250
    qwerty287 committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    0918b4c View commit details
    Browse the repository at this point in the history
  2. Fix swagger

    qwerty287 committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    330ea4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59ae4d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a96bcc7 View commit details
    Browse the repository at this point in the history
  5. fmt

    qwerty287 committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    2df41c1 View commit details
    Browse the repository at this point in the history
  6. Fix comment

    qwerty287 committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    6811c3a View commit details
    Browse the repository at this point in the history
  7. Time -> TrackedTime

    qwerty287 committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    ea097a6 View commit details
    Browse the repository at this point in the history
  8. Use var directly

    qwerty287 committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    7fec3c7 View commit details
    Browse the repository at this point in the history
  9. Add logger

    qwerty287 committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    8a443f0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f13aa96 View commit details
    Browse the repository at this point in the history
  11. Fix lint

    qwerty287 committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    b4bcf1f View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2021

  1. Fix test

    qwerty287 committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    f6df41e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    577b222 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6a85b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

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

Commits on Oct 28, 2021

  1. Configuration menu
    Copy the full SHA
    3daf4ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6315db4 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. Add comments

    qwerty287 committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    ffcfe38 View commit details
    Browse the repository at this point in the history
  2. fmt

    qwerty287 committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    efdb224 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90439b8 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2021

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

Commits on Nov 1, 2021

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

Commits on Nov 5, 2021

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

Commits on Nov 7, 2021

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

Commits on Nov 12, 2021

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

Commits on Nov 15, 2021

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

Commits on Nov 16, 2021

  1. Configuration menu
    Copy the full SHA
    9cbb709 View commit details
    Browse the repository at this point in the history
  2. Update test

    qwerty287 committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    c2017dc View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

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

Commits on Nov 21, 2021

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

Commits on Nov 22, 2021

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

Commits on Nov 23, 2021

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

Commits on Nov 26, 2021

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

Commits on Nov 27, 2021

  1. Fix build issues + lint

    qwerty287 committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    7a8b1f1 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

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

Commits on Dec 5, 2021

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

Commits on Dec 8, 2021

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

Commits on Dec 12, 2021

  1. Configuration menu
    Copy the full SHA
    648513d View commit details
    Browse the repository at this point in the history
  2. Fix build

    qwerty287 committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    df62eed View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

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

Commits on Dec 22, 2021

  1. Use string enums

    qwerty287 committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    4dd46ef View commit details
    Browse the repository at this point in the history
  2. Update swagger

    qwerty287 committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    dd3e9c4 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2021

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

Commits on Jan 1, 2022

  1. fmt + swagger

    qwerty287 committed Jan 1, 2022
    Configuration menu
    Copy the full SHA
    a6ac7bd View commit details
    Browse the repository at this point in the history
  2. Use global slices

    qwerty287 committed Jan 1, 2022
    Configuration menu
    Copy the full SHA
    dfd0e65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab221a7 View commit details
    Browse the repository at this point in the history