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

jira integration #3590

Merged
merged 46 commits into from
Jul 31, 2024
Merged

jira integration #3590

merged 46 commits into from
Jul 31, 2024

Commits on Nov 1, 2023

  1. Initial jira integration

    Signed-off-by: Jan-Otto Kröpke <[email protected]>
    jkroepke committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    ab5c92c View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Update docs/configuration.md

    Co-authored-by: Simon Pasquier <[email protected]>
    Signed-off-by: Jan-Otto Kröpke <[email protected]>
    jkroepke and simonpasquier authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    cf3de82 View commit details
    Browse the repository at this point in the history
  2. Update config/notifiers.go

    Co-authored-by: Simon Pasquier <[email protected]>
    Signed-off-by: Jan-Otto Kröpke <[email protected]>
    jkroepke and simonpasquier authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    d236da4 View commit details
    Browse the repository at this point in the history
  3. Update notify/jira/jira.go

    Co-authored-by: Simon Pasquier <[email protected]>
    Signed-off-by: Jan-Otto Kröpke <[email protected]>
    jkroepke and simonpasquier authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    e22d06b View commit details
    Browse the repository at this point in the history
  4. Update docs/configuration.md

    Co-authored-by: Simon Pasquier <[email protected]>
    Signed-off-by: Jan-Otto Kröpke <[email protected]>
    jkroepke and simonpasquier authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    bf991e0 View commit details
    Browse the repository at this point in the history
  5. Update docs/configuration.md

    Co-authored-by: Simon Pasquier <[email protected]>
    Signed-off-by: Jan-Otto Kröpke <[email protected]>
    jkroepke and simonpasquier authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    6fb2bd1 View commit details
    Browse the repository at this point in the history
  6. Update config/notifiers.go

    Co-authored-by: Simon Pasquier <[email protected]>
    Signed-off-by: Jan-Otto Kröpke <[email protected]>
    jkroepke and simonpasquier authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    c2ceba2 View commit details
    Browse the repository at this point in the history
  7. Update config/config.go

    Co-authored-by: Simon Pasquier <[email protected]>
    Signed-off-by: Jan-Otto Kröpke <[email protected]>
    jkroepke and simonpasquier authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    a0b94df View commit details
    Browse the repository at this point in the history
  8. Update config/notifiers.go

    Co-authored-by: Simon Pasquier <[email protected]>
    Signed-off-by: Jan-Otto Kröpke <[email protected]>
    jkroepke and simonpasquier authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    3705a64 View commit details
    Browse the repository at this point in the history
  9. Added check for jira_api_token/jira_api_token_file

    Signed-off-by: Jan-Otto Kröpke <[email protected]>
    jkroepke committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    25b2657 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'main' into jira

    # Conflicts:
    #	asset/assets_vfsdata.go
    jkroepke committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    d65ca8b View commit details
    Browse the repository at this point in the history
  11. make assets

    Signed-off-by: Jan-Otto Kröpke <[email protected]>
    jkroepke committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    a3975d9 View commit details
    Browse the repository at this point in the history
  12. use url.JoinPath

    Signed-off-by: Jan-Otto Kröpke <[email protected]>
    jkroepke committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    74138ba View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. use go standard errors

    Signed-off-by: Jan-Otto Kröpke <[email protected]>
    jkroepke committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    ed70001 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Update docs/configuration.md

    Co-authored-by: Simon Pasquier <[email protected]>
    Signed-off-by: Jan-Otto Kröpke <[email protected]>
    jkroepke and simonpasquier authored Jan 5, 2024
    Configuration menu
    Copy the full SHA
    eb64057 View commit details
    Browse the repository at this point in the history
  2. Clarify Jira Data Center usage

    Signed-off-by: Jan-Otto Kröpke <[email protected]>
    jkroepke committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    8874392 View commit details
    Browse the repository at this point in the history
  3. remove FieldsByKeys from issue search REST call

    Signed-off-by: Jan-Otto Kröpke <[email protected]>
    jkroepke committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    3aa5a4c View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

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

Commits on Feb 16, 2024

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

Commits on Apr 27, 2024

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

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    3229180 View commit details
    Browse the repository at this point in the history
  2. fix lint issues

    Signed-off-by: Jan-Otto Kröpke <[email protected]>
    jkroepke committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    27c8b44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aac35bd View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Apply suggestions from code review

    Co-authored-by: Simon Pasquier <[email protected]>
    Signed-off-by: Jan-Otto Kröpke <[email protected]>
    jkroepke and simonpasquier authored May 22, 2024
    Configuration menu
    Copy the full SHA
    81d66d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebe6269 View commit details
    Browse the repository at this point in the history
  3. remove jira specific credential options with http_config one

    Signed-off-by: Jan-Otto Kröpke <[email protected]>
    jkroepke committed May 22, 2024
    Configuration menu
    Copy the full SHA
    cdc96e6 View commit details
    Browse the repository at this point in the history
  4. add unit tests for jira

    Signed-off-by: Jan-Otto Kröpke <[email protected]>
    jkroepke committed May 22, 2024
    Configuration menu
    Copy the full SHA
    b15de33 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. fix lint issues

    Signed-off-by: Jan-Otto Kröpke <[email protected]>
    jkroepke committed May 24, 2024
    Configuration menu
    Copy the full SHA
    bd5b579 View commit details
    Browse the repository at this point in the history
  2. fixes from integration tests

    Signed-off-by: Jan-Otto Kröpke <[email protected]>
    jkroepke committed May 24, 2024
    Configuration menu
    Copy the full SHA
    ebf5923 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Added default template for jira issue priority

    Signed-off-by: Jan-Otto Kröpke <[email protected]>
    jkroepke committed May 27, 2024
    Configuration menu
    Copy the full SHA
    25808bf View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Simon Pasquier <[email protected]>
    Signed-off-by: Jan-Otto Kröpke <[email protected]>
    jkroepke and simonpasquier authored May 27, 2024
    Configuration menu
    Copy the full SHA
    3e35db2 View commit details
    Browse the repository at this point in the history
  3. config.Duration -> model.Duration

    Signed-off-by: Jan-Otto Kröpke <[email protected]>
    jkroepke committed May 27, 2024
    Configuration menu
    Copy the full SHA
    3166f69 View commit details
    Browse the repository at this point in the history
  4. fix imports

    Signed-off-by: Jan-Otto Kröpke <[email protected]>
    jkroepke committed May 27, 2024
    Configuration menu
    Copy the full SHA
    495e21f View commit details
    Browse the repository at this point in the history
  5. go generate ./asset

    Signed-off-by: Jan-Otto Kröpke <[email protected]>
    jkroepke committed May 27, 2024
    Configuration menu
    Copy the full SHA
    6e88b9d View commit details
    Browse the repository at this point in the history
  6. go generate ./asset

    Signed-off-by: Jan-Otto Kröpke <[email protected]>
    jkroepke committed May 27, 2024
    Configuration menu
    Copy the full SHA
    a7917b3 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    48a904b View commit details
    Browse the repository at this point in the history
  2. Remove X-Force-Accept-Language header

    Signed-off-by: Jan-Otto Kröpke <[email protected]>
    jkroepke committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    510ccb6 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Make transitionIssue private

    Signed-off-by: Jan-Otto Kröpke <[email protected]>
    Signed-off-by: Jan-Otto Kröpke <[email protected]>
    jkroepke committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    23628b3 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. truncate too long summary title

    Signed-off-by: Jan-Otto Kröpke <[email protected]>
    jkroepke committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    ca08adb View commit details
    Browse the repository at this point in the history
  2. Merge branch 'refs/heads/main' into jira

    Signed-off-by: Jan-Otto Kröpke <[email protected]>
    
    # Conflicts:
    #	config/config.go
    jkroepke committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    dbda07a View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Apply suggestions from code review

    Co-authored-by: Simon Pasquier <[email protected]>
    Signed-off-by: Jan-Otto Kröpke <[email protected]>
    jkroepke and simonpasquier authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    b6df3c1 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Ben Kochie <[email protected]>
    Signed-off-by: Jan-Otto Kröpke <[email protected]>
    jkroepke and SuperQ authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    8bb43d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e123003 View commit details
    Browse the repository at this point in the history
  4. pass context to api requests

    Signed-off-by: Jan-Otto Kröpke <[email protected]>
    jkroepke committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    0ac2ca5 View commit details
    Browse the repository at this point in the history
  5. truncate description

    Signed-off-by: Jan-Otto Kröpke <[email protected]>
    jkroepke committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    43c8f10 View commit details
    Browse the repository at this point in the history
  6. merge labels properties

    Signed-off-by: Jan-Otto Kröpke <[email protected]>
    jkroepke committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    3517487 View commit details
    Browse the repository at this point in the history