Skip to content

The Pipelines list is not updated when a pipeline is deleted with the Pipelines API

Summary

The Pipelines list is not updated when a pipeline is deleted with the Pipelines API

Steps to reproduce

I used this command to remove the pipeline:

curl --header "PRIVATE-TOKEN: <your_access_token>" --request "DELETE" "https://gitlab.example.com/api/v4/projects/1/pipelines/46"

What is the current bug behavior?

  • If I try to use the same command with the same ID, I get a 404 error code. (That's logic)
  • But the pipeline stay in the list (If I click on it, I get a 404 page)

The list is refreshed correctly if I run gitlab-rake cache:clear

What is the expected correct behavior?

The pipelines list should be automatically refreshed (without the need to use of gitlab-rake cache:clear)

Output of checks

(If you are reporting a bug on GitLab.com, write: This bug happens on GitLab.com)

Results of GitLab environment info

Expand for output related to GitLab environment info
System information
System:		Ubuntu 16.04
Proxy:		no
Current User:	git
Using RVM:	no
Ruby Version:	2.5.3p105
Gem Version:	2.7.6
Bundler Version:1.16.6
Rake Version:	12.3.2
Redis Version:	3.2.12
Git Version:	2.18.1
Sidekiq Version:5.2.5
Go Version:	unknown

GitLab information Version: 11.9.0-ee Revision: 2f3536b Directory: /opt/gitlab/embedded/service/gitlab-rails DB Adapter: postgresql DB Version: 9.6.11 URL: http://gitlab.test HTTP Clone URL: http://gitlab.test/some-group/some-project.gitx SSH Clone URL: git@gitlab.test:some-group/some-project.git Elasticsearch: no Geo: no Using LDAP: no Using Omniauth: yes Omniauth Providers:

GitLab Shell Version: 8.7.1 Repository storage paths:

  • default: /var/opt/gitlab/git-data/repositories GitLab Shell path: /opt/gitlab/embedded/service/gitlab-shell Git: /opt/gitlab/embedded/bin/git

Results of GitLab application Check

Expand for output related to the GitLab application check
Checking GitLab subtasks ...

Checking GitLab Shell ...

GitLab Shell: ... GitLab Shell version >= 8.7.1 ? ... OK (8.7.1) Running /opt/gitlab/embedded/service/gitlab-shell/bin/check Check GitLab API access: OK Redis available via internal API: OK

Access to /var/opt/gitlab/.ssh/authorized_keys: OK gitlab-shell self-check successful

Checking GitLab Shell ... Finished

Checking Gitaly ...

Gitaly: ... default ... OK

Checking Gitaly ... Finished

Checking Sidekiq ...

Sidekiq: ... Running? ... yes Number of Sidekiq processes ... 1

Checking Sidekiq ... Finished

Checking Incoming Email ...

Incoming Email: ... Reply by email is disabled in config/gitlab.yml

Checking Incoming Email ... Finished

Checking LDAP ...

LDAP: ... LDAP is disabled in config/gitlab.yml

Checking LDAP ... Finished

Checking GitLab App ...

Git configured correctly? ... yes Database config exists? ... yes All migrations up? ... yes Database contains orphaned GroupMembers? ... no GitLab config exists? ... yes GitLab config up to date? ... yes Log directory writable? ... yes Tmp directory writable? ... yes Uploads directory exists? ... yes Uploads directory has correct permissions? ... yes Uploads directory tmp has correct permissions? ... yes Init script exists? ... skipped (omnibus-gitlab has no init script) Init script up-to-date? ... skipped (omnibus-gitlab has no init script) Projects have namespace: ... projects-templates / of-js-function ... yes projects-templates / of-js-webapp ... yes files-templates / of-devops-files ... yes sandbox / demo ... yes sandbox / hello ... yes demo-sunday / one-function ... yes projects-templates / demo-express-vue ... yes demo-sunday / one-function-part-2 ... yes demo-sunday / bob-the-bot ... yes sandbox / gotok8s ... yes attic / static-vue-express-template ... yes attic / calculator ... yes 01-CI-FIRST-STEPS / poc-of-calc ... yes projects-templates / vue-express ... yes 02-CI-CD-ONE-FUNCTION / f001 ... yes 02-CI-CD-ONE-FUNCTION / f002 ... yes 02-CI-CD-ONE-FUNCTION / f000 ... yes Redis version >= 2.8.0? ... yes Ruby version >= 2.3.5 ? ... yes (2.5.3) Git version >= 2.18.0 ? ... yes (2.18.1) Git user has default SSH configuration? ... yes Active users: ... 3 Elasticsearch version 5.6 - 6.x? ... skipped (elasticsearch is disabled)

Checking GitLab App ... Finished

Checking GitLab subtasks ... Finished

Possible fixes

Workaround: gitlab-rake cache:clear