cloudfoundry / cloudfoundry/stratos
App Summary Actions: Enable when app is stopped + pending
Open
Nobody has claimed this yet.
bug
- Dominant language
- TypeScript
- Stars
- 267
- Forks
- 137
- Avg merge
- 5h 14m
- Merged PRs (30d)
- 77
Description
- App state can be 'STOPPED' 'PENDING' when..
- App has been created using deploy stepper with the 'do not start' option checked
- App has been created using deploy stepper and will subsequently become 'STARTED' 'STAGED'
- When in the stopped pending state we show 'Offline while Updating' and disable the start,restage, etc actions
- For the first app state above we're then blocked from actually starting the app
- However for the second app state above they should be blocked to avoid starting an app that's staging
- Lesser of two evils... enable the app actions when in stopped pending state
- Should first check what actions do when app is staging
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the App Summary action handling for STOPPED and PENDING states, then compare it with the behavior while an app is staging. Done means actions are enabled for the stopped-pending case created with “do not start” while remaining safe for apps that are progressing toward STARTED/STAGED.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- angular, typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100