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 config options to hide issue events #17414

Merged
merged 52 commits into from
Jan 21, 2022
Merged

Add config options to hide issue events #17414

merged 52 commits into from
Jan 21, 2022

Commits on Oct 23, 2021

  1. Add config option to hide issue events

    Adds a config option `HIDE_ISSUE_EVENTS` to hide most issue events (changed labels, milestones, projects...) on the issue detail page.
    If this is true, only the following events (comment types) are shown:
    * plain comments
    * closed/reopned/merged
    * reviews
    qwerty287 committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    c31588d View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2021

  1. Configuration menu
    Copy the full SHA
    b2ac2a5 View commit details
    Browse the repository at this point in the history
  2. Add docs

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

Commits on Oct 25, 2021

  1. Add missing newline

    qwerty287 committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    d14beda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d8abdc View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

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

Commits on Oct 28, 2021

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

Commits on Oct 29, 2021

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

Commits on Nov 1, 2021

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

Commits on Nov 12, 2021

  1. Configuration menu
    Copy the full SHA
    26270f1 View commit details
    Browse the repository at this point in the history
  2. Fix merge issues

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

Commits on Nov 15, 2021

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

Commits on Nov 16, 2021

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

Commits on Nov 21, 2021

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

Commits on Nov 22, 2021

  1. Configuration menu
    Copy the full SHA
    2463c85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f49cab View commit details
    Browse the repository at this point in the history
  3. Fix lint

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

Commits on Nov 23, 2021

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

Commits on Nov 26, 2021

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

Commits on Nov 27, 2021

  1. Rm old docs

    qwerty287 committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    15a5ab6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02ba951 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2021

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

Commits on Nov 29, 2021

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

Commits on Dec 2, 2021

  1. Use bitsets

    qwerty287 committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    afc675c View commit details
    Browse the repository at this point in the history
  2. Rm comment

    qwerty287 committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    d2b84b5 View commit details
    Browse the repository at this point in the history
  3. fmt

    qwerty287 committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    e16472b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e09a6d View commit details
    Browse the repository at this point in the history
  5. Fix lint

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

Commits on Dec 6, 2021

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

Commits on Dec 8, 2021

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

Commits on Dec 12, 2021

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

Commits on Dec 14, 2021

  1. Configuration menu
    Copy the full SHA
    ff70bdb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec2c9de View commit details
    Browse the repository at this point in the history
  3. fmt

    qwerty287 committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    9f61e51 View commit details
    Browse the repository at this point in the history
  4. fix lint

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

Commits on Dec 21, 2021

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

Commits on Dec 24, 2021

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

Commits on Dec 25, 2021

  1. refactor

    wxiaoguang committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    241def9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a48acd View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2021

  1. Merge pull request #2 from wxiaoguang/hide-issue-events

    Refactor hide-issue-events
    qwerty287 authored Dec 26, 2021
    Configuration menu
    Copy the full SHA
    b134912 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a92210 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2021

  1. Add license comment

    wxiaoguang committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    e05fb4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    110300e View commit details
    Browse the repository at this point in the history
  3. Add license comment

    wxiaoguang committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    a9666b1 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

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

Commits on Jan 8, 2022

  1. Update services/forms/user_form_hidden_comments.go

    Co-authored-by: Gusted <williamzijl7@hotmail.com>
    wxiaoguang and Gusted authored Jan 8, 2022
    Configuration menu
    Copy the full SHA
    e6b31ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8c2785 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

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

Commits on Jan 21, 2022

  1. Configuration menu
    Copy the full SHA
    eb8caac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcd7041 View commit details
    Browse the repository at this point in the history
  3. check len == 0

    6543 committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    c3933ba View commit details
    Browse the repository at this point in the history