-
Bug
-
Resolution: Fixed
-
Low
-
6.0.0
-
None
-
1
-
Severity 3 - Minor
-
Issue Summary
The repository list shows repositories that are already deleted in linked repository.
Steps to Reproduce
- For the second repository created, run the following SQL:
Postgres
update VCS_LOCATION set MARKED_FOR_DELETION = true where NAME = 'test2';
MySQLupdate 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.
Resolution | New: Fixed [ 1 ] | |
Status | Original: Waiting for Release [ 12075 ] | New: Closed [ 6 ] |
Fix Version/s | New: 7.1.0 [ 91519 ] |
Status | Original: In Progress [ 3 ] | New: Waiting for Release [ 12075 ] |
Status | Original: Long Term Backlog [ 12073 ] | New: In Progress [ 3 ] |
Assignee | New: Marcin Gardias [ mgardias ] |
Fix Version/s | New: 7.0.4 [ 91800 ] |
Status | Original: Needs Triage [ 10030 ] | New: Long Term Backlog [ 12073 ] |
Affects Version/s | New: 6.0.0 [ 62527 ] | |
Affects Version/s | Original: 7.0.2 [ 91523 ] |
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 |
Support reference count | New: 1 |