-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.3.0
-
Component/s: Versioning & Branch management
-
Epic Link:
-
Tags:
-
Sprint:NOS 10.10.2 - begin dec, NOS 10.10.3 - end dec
-
Story Points:5
We need to have several APIs so as to get required information for the status bar. Also, these APIs might be useful when we'll rewrite some views in the future.
For now, we think of:
/projects/{}/branches/{}/appDef => exists, to get current platform /projects/{}/branches/{}/ahead_commits => commits that have been committed to the branch, and not "pushed" yet (for wip branches only) /projects/{}/branches/{}/behind_commits => commits that have been committed to the shared branch, and not yet pulled (for wip branches only) /projects/{}/branches/{}/status => contains: current wip commit (if any), # of ahead, # of behind /projects/{}/commits/{}/files => list of files changed in a given commit /projects/{}/commits/{} => DELETE a commit (should only support WIP for now).
- is related to
-
NXS-5064 Add Workspace actions APIs for status bar
- Resolved