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

Fix various problems around projects board view #30696

Merged
merged 74 commits into from
May 8, 2024

Commits on Apr 25, 2024

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

    lunny committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    50a573f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75d1031 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    753608a View commit details
    Browse the repository at this point in the history
  5. Fix repository project sorting

    lunny committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    c041e36 View commit details
    Browse the repository at this point in the history
  6. Fix lint

    lunny committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    42bfa04 View commit details
    Browse the repository at this point in the history
  7. Update web_src/js/features/repo-projects.js

    Co-authored-by: silverwind <me@silverwind.io>
    lunny and silverwind authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    715ec4c View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Update templates/projects/view.tmpl

    Co-authored-by: silverwind <me@silverwind.io>
    lunny and silverwind authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    0610385 View commit details
    Browse the repository at this point in the history
  2. Remove default column icon

    lunny committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    1c67fe6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0613d7f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aeb0bd8 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'lunny/fix_move_column' of github.com:lunny/gitea into l…

    …unny/fix_move_column
    lunny committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    7bd212a View commit details
    Browse the repository at this point in the history
  6. Fix lint

    lunny committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    53aea60 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8229bed View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2d078a7 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Follow maintainers' suggestions

    lunny committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    d300bfd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da7eb69 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'lunny/fix_move_column' of github.com:lunny/gitea into l…

    …unny/fix_move_column
    lunny committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    1f4852e View commit details
    Browse the repository at this point in the history
  4. Update models/project/issue.go

    Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
    lunny and wxiaoguang authored Apr 27, 2024
    Configuration menu
    Copy the full SHA
    29d4008 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Fix bug

    lunny committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    c215806 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b987f00 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'lunny/fix_move_column' of github.com:lunny/gitea into l…

    …unny/fix_move_column
    lunny committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    3fb24e5 View commit details
    Browse the repository at this point in the history
  4. Fix function name

    lunny committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    6844f6f View commit details
    Browse the repository at this point in the history
  5. Fix bug

    lunny committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    235c9d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Follow delvh's suggestion

    lunny committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    cca2e95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f280c9b View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Follow delvh's suggestion

    lunny committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    b6fccc0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    833ec56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81d455f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    03562c7 View commit details
    Browse the repository at this point in the history
  5. Reuse method JSONError

    lunny committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    24c2c13 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3710ea2 View commit details
    Browse the repository at this point in the history
  7. Fix possible sorting overflow

    lunny committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    e3d5531 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

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

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    db9362d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    891881a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2bb832e View commit details
    Browse the repository at this point in the history
  4. Revert "Reuse method JSONError"

    This reverts commit 24c2c13.
    lunny committed May 2, 2024
    Configuration menu
    Copy the full SHA
    e9f58eb View commit details
    Browse the repository at this point in the history
  5. Revert "Use json return but not 500 directly"

    This reverts commit 81d455f.
    lunny committed May 2, 2024
    Configuration menu
    Copy the full SHA
    85d9fe6 View commit details
    Browse the repository at this point in the history
  6. Follow yp05327's suggestion

    lunny committed May 2, 2024
    Configuration menu
    Copy the full SHA
    699c9e6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    792ef38 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Add tests

    lunny committed May 3, 2024
    Configuration menu
    Copy the full SHA
    f4dd172 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eadf3bb View commit details
    Browse the repository at this point in the history
  3. Revert unnecessary change

    lunny committed May 3, 2024
    Configuration menu
    Copy the full SHA
    da28c1c View commit details
    Browse the repository at this point in the history
  4. Add test for NewBoard

    lunny committed May 3, 2024
    Configuration menu
    Copy the full SHA
    ed56a0f View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. recover the changes on test

    lunny committed May 4, 2024
    Configuration menu
    Copy the full SHA
    b27dde9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8e934c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf9ef10 View commit details
    Browse the repository at this point in the history
  4. remove unnecessary wrap

    lunny committed May 4, 2024
    Configuration menu
    Copy the full SHA
    f7f36dd View commit details
    Browse the repository at this point in the history
  5. Fix bug

    lunny committed May 4, 2024
    Configuration menu
    Copy the full SHA
    cd2350e View commit details
    Browse the repository at this point in the history
  6. Fix bug

    lunny committed May 4, 2024
    Configuration menu
    Copy the full SHA
    0aa451b View commit details
    Browse the repository at this point in the history
  7. Fix bug

    lunny committed May 4, 2024
    Configuration menu
    Copy the full SHA
    be61c91 View commit details
    Browse the repository at this point in the history
  8. revert unnecessary change

    lunny committed May 4, 2024
    Configuration menu
    Copy the full SHA
    e0a7867 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    79994ea View commit details
    Browse the repository at this point in the history
  10. Use another user

    lunny committed May 4, 2024
    Configuration menu
    Copy the full SHA
    4ce383f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e56f89f View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. Fix tests

    lunny committed May 5, 2024
    Configuration menu
    Copy the full SHA
    76465a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5514594 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    969cc14 View commit details
    Browse the repository at this point in the history
  4. Fix tests

    lunny committed May 5, 2024
    Configuration menu
    Copy the full SHA
    21f019b View commit details
    Browse the repository at this point in the history
  5. Add some permissions check

    lunny committed May 5, 2024
    Configuration menu
    Copy the full SHA
    94ea1be View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ca73f6c View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. fix sorting

    wxiaoguang committed May 6, 2024
    Configuration menu
    Copy the full SHA
    f586577 View commit details
    Browse the repository at this point in the history
  2. fix

    wxiaoguang committed May 6, 2024
    Configuration menu
    Copy the full SHA
    94cb84d View commit details
    Browse the repository at this point in the history
  3. fix

    wxiaoguang committed May 6, 2024
    Configuration menu
    Copy the full SHA
    6ecdbb6 View commit details
    Browse the repository at this point in the history
  4. fix

    wxiaoguang committed May 6, 2024
    Configuration menu
    Copy the full SHA
    68c3fdc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ed67149 View commit details
    Browse the repository at this point in the history
  6. fix

    wxiaoguang committed May 6, 2024
    Configuration menu
    Copy the full SHA
    104c29b View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

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

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    59b4739 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2eb705c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    116bdbc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e6f68f View commit details
    Browse the repository at this point in the history