Uploaded image for project: 'Bamboo Data Center'
  1. Bamboo Data Center
  2. BAM-20917

The Specs repository list shows a deleted repository.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Low
    • 7.1.0, 7.0.4
    • 6.0.0
    • Bamboo Specs
    • None

    Description

      Issue Summary

      The repository list shows repositories that are already deleted in linked repository.

      Steps to Reproduce

      1. For the second repository created, run the following SQL:
        Postgres
        update VCS_LOCATION 
        set MARKED_FOR_DELETION = true 
        where NAME = 'test2';
        
        MySQL
        update VCS_LOCATION 
        set MARKED_FOR_DELETION = 1 
        where NAME = 'test2';
        

      Expected Results

      The repository should not appear in the Bamboo specs repositories page.

      Actual Results

      The repository will appear on:

      • Bamboo Specs repositories page
        {{<base-url>/rest/api/latest/project/TEST/repository.json}} 
        

        Workaround

      Currently, there is no known workaround for this behavior. A workaround will be added here when available

      Attachments

        Activity

          People

            mgardias Marcin Gardias
            dsahoo@atlassian.com Debasish (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: