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

The Specs repository list shows a deleted repository.

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

      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

            [BAM-20917] The Specs repository list shows a deleted repository.

            Marcin Walerianczyk made changes -
            Resolution New: Fixed [ 1 ]
            Status Original: Waiting for Release [ 12075 ] New: Closed [ 6 ]
            Alexey Chystoprudov made changes -
            Fix Version/s New: 7.1.0 [ 91519 ]
            Marcin Gardias made changes -
            Status Original: In Progress [ 3 ] New: Waiting for Release [ 12075 ]
            Marcin Gardias made changes -
            Status Original: Long Term Backlog [ 12073 ] New: In Progress [ 3 ]
            Marcin Gardias made changes -
            Assignee New: Marcin Gardias [ mgardias ]
            Marcin Gardias made changes -
            Fix Version/s New: 7.0.4 [ 91800 ]
            Pawel Skierczynski made changes -
            Status Original: Needs Triage [ 10030 ] New: Long Term Backlog [ 12073 ]
            Pawel Skierczynski made changes -
            Affects Version/s New: 6.0.0 [ 62527 ]
            Affects Version/s Original: 7.0.2 [ 91523 ]
            Debasish (Inactive) made changes -
            Description Original: h3. Issue Summary
            The repository list shows deleted linked repositories

            h3. Steps to Reproduce
            # For the second repository created, run the following SQL:
            {code:sql|title=Postgres}
            update VCS_LOCATION
            set MARKED_FOR_DELETION = true
            where NAME = 'test2';
            {code}
            {code:sql|title=MySQL}
            update VCS_LOCATION
            set MARKED_FOR_DELETION = 1
            where NAME = 'test2';
            {code}





            h3. Expected Results
            The repository should not appear in the Bamboo specs repositories page.
            h3. Actual Results
            The repository will appear on:
            * *Bamboo Specs repositories* page
            {noformat}
            {{<base-url>/rest/api/latest/project/TEST/repository.json}}
            {noformat}
            h3. Workaround

             Currently, there is no known workaround for this behavior. A workaround will be added here when available
            New: h3. Issue Summary

            The repository list shows repositories that are already deleted in linked repository.
            h3. Steps to Reproduce
             # For the second repository created, run the following SQL:
            {code:sql|title=Postgres}
            update VCS_LOCATION
            set MARKED_FOR_DELETION = true
            where NAME = 'test2';
            {code}
            {code:sql|title=MySQL}
            update VCS_LOCATION
            set MARKED_FOR_DELETION = 1
            where NAME = 'test2';
            {code}

            h3. Expected Results

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

            The repository will appear on:
             * *Bamboo Specs repositories* page
            {noformat}
            {{<base-url>/rest/api/latest/project/TEST/repository.json}}
            {noformat}
            h3. Workaround

            Currently, there is no known workaround for this behavior. A workaround will be added here when available
            Bugfix Automation Bot made changes -
            Support reference count New: 1

              mgardias Marcin Gardias
              dsahoo@atlassian.com Debasish (Inactive)
              Affected customers:
              0 This affects my team
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: