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

Actions support workflow dispatch event #28163

Merged

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    fbadf6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8eb79f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d973fc1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e18bbcc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d0a70d3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2d2f921 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    660cf18 View commit details
    Browse the repository at this point in the history
  8. Form validate

    pangliang committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    2829a88 View commit details
    Browse the repository at this point in the history
  9. unnecessary parameters

    pangliang committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    f4a55d1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5afedfd View commit details
    Browse the repository at this point in the history
  11. Missed Disabled check.

    pangliang committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    1b7864d View commit details
    Browse the repository at this point in the history
  12. Checkbox has its own label

    pangliang committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    0e67591 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    300f068 View commit details
    Browse the repository at this point in the history
  14. fix go.sum

    pangliang committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    a7c0016 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    36c47f1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    78d636f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    44615a5 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c24dede View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    65b0313 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    faf3b08 View commit details
    Browse the repository at this point in the history
  21. only required is enough.

    pangliang committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    1f64b24 View commit details
    Browse the repository at this point in the history
  22. should omit nil check

    pangliang committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    5e0a0bc View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    5ddf23a View commit details
    Browse the repository at this point in the history
  24. Fix workflow dispatch ui

    TKaxv-7S authored and pangliang committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    a6db416 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    ab84156 View commit details
    Browse the repository at this point in the history
  26. rebase github/gitea main

    pangliang committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    c9aeacc View commit details
    Browse the repository at this point in the history
  27. import fmt

    pangliang committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    b3203b4 View commit details
    Browse the repository at this point in the history
  28. import fmt

    pangliang committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    5b51dfb View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

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

Commits on Mar 3, 2024

  1. Configuration menu
    Copy the full SHA
    e78a88d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82e27b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9fc0e0d View commit details
    Browse the repository at this point in the history
  4. fmt-check fail

    pangliang committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    4a34fc8 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    ce55bd5 View commit details
    Browse the repository at this point in the history
  2. smaller submit button

    pangliang committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    57653ac View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Revert "smaller submit button"

    This reverts commit 57653ac.
    pangliang committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    28350dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50694f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b261c3c View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Merge remote-tracking branch 'origin/main' into actions_support_workf…

    …low_dispatch_event
    
    # Conflicts:
    #	go.mod
    #	go.sum
    pangliang committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    0027bc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85ec450 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Configuration menu
    Copy the full SHA
    1d20af3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c9eba6 View commit details
    Browse the repository at this point in the history
  3. remove spaces before colon

    pangliang committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    c0b87a5 View commit details
    Browse the repository at this point in the history
  4. some Translate text

    pangliang committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    b2092d2 View commit details
    Browse the repository at this point in the history
  5. unnecessary i tag

    pangliang committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    6d3c634 View commit details
    Browse the repository at this point in the history
  6. font-size use css class

    pangliang committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    8e70046 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    8d23757 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8312260 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d882b0 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. fix lint check fail

    pangliang committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    65de06e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4097052 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

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

Commits on Apr 8, 2024

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

Commits on Apr 17, 2024

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

Commits on Apr 24, 2024

  1. Merge remote-tracking branch 'origin/main' into actions_support_workf…

    …low_dispatch_event
    
    * origin/main: (62 commits)
      Add test for go-gitea#30674 (go-gitea#30679)
      Fix border-radius of header+segment boxes (go-gitea#30667)
      Fix a panic bug when head repository deleting (go-gitea#30674)
      Fix some bug on migrations (go-gitea#30647)
      Fix checkbox field markup (go-gitea#30666)
      Avoid doubled border for the PR info segment (go-gitea#30663)
      Interpolate runs-on with variables when scheduling tasks (go-gitea#30640)
      Initial support for colorblindness-friendly themes (go-gitea#30625)
      Fix flash message for flex-container (go-gitea#30657)
      Perform Newest sort type correctly when sorting issues (go-gitea#30644)
      Fix project name wrapping, remove horizontal margin on header (go-gitea#30631)
      Add a db consistency check to remove runners that do not belong to a repository (go-gitea#30614)
      Fix wrong table name (go-gitea#30557)
      Fix compare api swagger (go-gitea#30648)
      [skip ci] Updated translations via Crowdin
      Fix queue test (go-gitea#30646)
      Enable jquery-related eslint rules that have no violations (go-gitea#30632)
      Enable more `revive` linter rules (go-gitea#30608)
      Remove obsolete CSS text classes (go-gitea#30576)
      Hide diff stats on empty PRs (go-gitea#30629)
      ...
    silverwind committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    c159998 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2588fd View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

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

Commits on Aug 14, 2024

  1. add workflow dispatch

    denyskon committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    899abcf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91358ac View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Merge pull request #5 from denyskon/actions_support_workflow_dispatch…

    …_event
    
    Resolve merge conflicts & more
    pangliang authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    052acfe View commit details
    Browse the repository at this point in the history
  2. Use a separate WorkflowDispatch structure in the view to keep the inp…

    …uts in the order provided in the configuration file
    pangliang committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    283d475 View commit details
    Browse the repository at this point in the history
  3. Fix lint check error

    pangliang committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    20896ed View commit details
    Browse the repository at this point in the history
  4. Fix checks-backend error

    pangliang committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    ef3a18a View commit details
    Browse the repository at this point in the history
  5. Fix checks-backend error

    pangliang committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    ecb0f41 View commit details
    Browse the repository at this point in the history
  6. Fix checks-backend error

    pangliang committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    d682687 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ddd8b37 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Update templates/repo/actions/workflow_dispatch.tmpl

    Co-authored-by: Denys Konovalov <kontakt@denyskon.de>
    lunny and denyskon authored Aug 17, 2024
    Configuration menu
    Copy the full SHA
    791e790 View commit details
    Browse the repository at this point in the history
  2. Update templates/repo/issue/branch_selector_field.tmpl

    Co-authored-by: Denys Konovalov <kontakt@denyskon.de>
    lunny and denyskon authored Aug 17, 2024
    Configuration menu
    Copy the full SHA
    94029b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ea6fa2 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

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

Commits on Aug 19, 2024

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