Kanban issue sorting #8346

Closed
opened 2025-11-02 08:03:14 -06:00 by GiteaMirror · 5 comments
Owner

Originally created by @sidewaysglance on GitHub (Jan 12, 2022).

Gitea Version

1.15.9

Git Version

No response

Operating System

Ubuntu 20.04.03

How are you running Gitea?

version: "3"

services:
  gitea:
    image: gitea/gitea:latest
    container_name: gitea
    environment:
      - USER_UID=0
      - USER_GID=0
      - DISABLE_GIT_HOOKS=false
    restart: always
    networks:
      - proxy
    volumes:
      - ./gitea:/data
      - /etc/timezone:/etc/timezone:ro
      - /etc/localtime:/etc/localtime:ro
      - /home:/home
    ports:
      - "3000:3000"
      - "222:22"
networks:
  proxy:
    external: true

Database

No response

Can you reproduce the bug on the Gitea demo site?

No

Log Gist

No response

Description

Hi,

On my self hosted Gitea instance reordering Kanban issues within a Project Board does not trigger any server request.

On https://try.gitea.io I can see that a POST request is sent however.

It looks like the feature was implemented here: https://github.com/go-gitea/gitea/pull/17152 - that was 8th December 2021. The latest dockerhub image was produced 4th January 2022 so I would have thought that it would be in the latest docker image?

Does image: gitea/gitea:latest have this feature enabled, if not, when will it please?

Thanks

Screenshots

134781852-dd485e63-1d30-4315-87b4-1e55fdda89c5

Originally created by @sidewaysglance on GitHub (Jan 12, 2022). ### Gitea Version 1.15.9 ### Git Version _No response_ ### Operating System Ubuntu 20.04.03 ### How are you running Gitea? ``` version: "3" services: gitea: image: gitea/gitea:latest container_name: gitea environment: - USER_UID=0 - USER_GID=0 - DISABLE_GIT_HOOKS=false restart: always networks: - proxy volumes: - ./gitea:/data - /etc/timezone:/etc/timezone:ro - /etc/localtime:/etc/localtime:ro - /home:/home ports: - "3000:3000" - "222:22" networks: proxy: external: true ``` ### Database _No response_ ### Can you reproduce the bug on the Gitea demo site? No ### Log Gist _No response_ ### Description Hi, On my self hosted Gitea instance reordering Kanban issues within a Project Board does not trigger any server request. On https://try.gitea.io I can see that a `POST` request is sent however. It looks like the feature was implemented here: https://github.com/go-gitea/gitea/pull/17152 - that was 8th December 2021. The latest dockerhub image was produced 4th January 2022 so I would have thought that it would be in the latest docker image? Does `image: gitea/gitea:latest` have this feature enabled, if not, when will it please? Thanks ### Screenshots ![134781852-dd485e63-1d30-4315-87b4-1e55fdda89c5](https://user-images.githubusercontent.com/3285539/149206018-6b87d577-571f-4113-b30e-86e686ca77aa.gif)
Author
Owner

@wxiaoguang commented on GitHub (Jan 13, 2022):

The sorting is supported in 1.16, not 1.15

@wxiaoguang commented on GitHub (Jan 13, 2022): The sorting is supported in 1.16, not 1.15
Author
Owner

@wxiaoguang commented on GitHub (Jan 13, 2022):

ps: Does image: gitea/gitea:latest have this feature enabled: yes, please have a try 😊

update: gitea:dev is 1.16 currectly.

@wxiaoguang commented on GitHub (Jan 13, 2022): ps: ~~`Does image: gitea/gitea:latest have this feature enabled`: yes, please have a try 😊~~ update: `gitea:dev` is 1.16 currectly.
Author
Owner

@sidewaysglance commented on GitHub (Jan 13, 2022):

Hi, This does not seem to be the case.

I have just done:

docker-compose pull
[+] Running 1/1
 ⠿ gitea Pulled
docker-compose down
docker-compose up -d

... and hit refresh. It still shows Powered by Gitea Version: 1.15.9.

I am using image: gitea/gitea:latest in docker-compose.yml.

hub.docker.com shows the latest image was publish on 4th January still, I think that it needs updating there still?

Thank you for your help

@sidewaysglance commented on GitHub (Jan 13, 2022): Hi, This does not seem to be the case. I have just done: ``` docker-compose pull [+] Running 1/1 ⠿ gitea Pulled docker-compose down docker-compose up -d ``` ... and hit refresh. It still shows `Powered by Gitea Version: 1.15.9`. I am using `image: gitea/gitea:latest` in `docker-compose.yml`. [hub.docker.com](https://hub.docker.com/layers/gitea/gitea/latest/images/sha256-bdc19b37c945df009daeb49771f1b96baf9f28a3d6586223af88842164c9f3c1?context=explore) shows the latest image was publish on 4th January still, I think that it needs updating there still? Thank you for your help
Author
Owner

@wxiaoguang commented on GitHub (Jan 13, 2022):

Oh sorry, I made a mistake. Since Gitea 1.16 hasn't been released, it's still in dev. So you need image: gitea/gitea:dev.

And do not worry, Gitea 1.16 is going to be released soon, there is only one or two open issue (not bug) for 1.16 milestone.

If you meet any bug in 1.16, the team can fix it ASAP.

@wxiaoguang commented on GitHub (Jan 13, 2022): Oh sorry, I made a mistake. Since Gitea 1.16 hasn't been released, it's still in `dev`. So you need `image: gitea/gitea:dev`. And do not worry, Gitea 1.16 is going to be released soon, there is only one or two open issue (not bug) for 1.16 milestone. If you meet any bug in 1.16, the team can fix it ASAP.
Author
Owner

@sidewaysglance commented on GitHub (Jan 13, 2022):

I'm now using dev and the feature is there.

Thanks for all your efforts.

@sidewaysglance commented on GitHub (Jan 13, 2022): I'm now using `dev` and the feature is there. Thanks for all your efforts.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#8346