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

feat(integration): import github labels as tags #3348

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Aug 14, 2024

  1. feat(integration): add github label import logic

    - adjust GithubIssue models to include a label array -
      moves the label element from GithubIssue to GithubIssueReduced (indirectly in GithubIssue still through extension) (`github-issue.model.ts`)
    - get them from the graphQL API (`gihub-issue-map.util.ts`)
    - add labels with a private helper function as tags (with import of name and color)
      using TagService utilities (`gihub-common-interfaces.service.ts`)
    
    part of the implementation regarding johannesjo#2866
    MiragonMx committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    89f0733 View commit details
    Browse the repository at this point in the history
  2. feat(integration): add github label import ui/config

    - add config member for a flag to import labels as tags or not (`github.model.ts`)
    - set default for that config member to false and add to UI form (`github.const.ts`)
    - add const elements for that form to be filled in with translation elements/values (`t.const.ts`)
    - first formulations of form elements in english and german (`en.json`, `de.json`)
    
    part of the implementation regarding johannesjo#2866
    MiragonMx committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    ef190dd View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

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