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

Kanban issue sorting #18256

Closed
sidewaysglance opened this issue Jan 12, 2022 · 5 comments
Closed

Kanban issue sorting #18256

sidewaysglance opened this issue Jan 12, 2022 · 5 comments

Comments

@sidewaysglance
Copy link

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: #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

@wxiaoguang
Copy link
Contributor

The sorting is supported in 1.16, not 1.15

@wxiaoguang
Copy link
Contributor

wxiaoguang commented 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.

@sidewaysglance
Copy link
Author

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

@wxiaoguang
Copy link
Contributor

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.

@sidewaysglance
Copy link
Author

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

Thanks for all your efforts.

@go-gitea go-gitea locked and limited conversation to collaborators Apr 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants