JS mapping to get the right request status name
Changes in three views and cypress tests
Details
- Reviewers
ardumont - Group Reviewers
Reviewers - Commits
- rDWAPPS6f0cc70fddaf: Show forge request status in a human readable form
Diff Detail
- Repository
- rDWAPPS Web applications
- Branch
- status-names
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 27738 Build 43418: Phabricator diff pipeline on jenkins Jenkins console · Jenkins Build 43417: arc lint + arc unit
Event Timeline
Build is green
Patch application report for D7413 (id=26817)
Rebasing onto 2e4a9bf6f8...
Current branch diff-target is up to date.
Changes applied before test
commit e60a9c19f90f9b08590605aec4ebad14f5c8ad72 Author: Jayesh Velayudhan <jayesh@softwareheritage.org> Date: Wed Mar 23 11:23:56 2022 +0100 Showing forge request status in human readable form JS logic to format the request status name Changes in three view and cypress tests
See https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/1548/ for more details.
Build is green
Patch application report for D7413 (id=26818)
Rebasing onto 2e4a9bf6f8...
Current branch diff-target is up to date.
Changes applied before test
commit 29a5b276faa7502e18ff69518c8c41174224bb94 Author: Jayesh Velayudhan <jayesh@softwareheritage.org> Date: Wed Mar 23 11:30:36 2022 +0100 Showing forge request status in human readable form JS logic to format the request status name Changes in three view and cypress tests
See https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/1549/ for more details.
lgtm
one suggested change inline though.
assets/src/bundles/add_forge/index.js | ||
---|---|---|
17 | something simpler would be to reuse this mapping dict instead [1]. |
Build is green
Patch application report for D7413 (id=26821)
Rebasing onto 716df4a9d7...
First, rewinding head to replay your work on top of it... Applying: Showing forge request status in human readable form
Changes applied before test
commit 8c645e7417435afbfc69beeb55a787ec382911f2 Author: Jayesh Velayudhan <jayesh@softwareheritage.org> Date: Wed Mar 23 11:49:57 2022 +0100 Showing forge request status in human readable form JS logic to format the request status name Changes in three view and cypress tests
See https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/1551/ for more details.
assets/src/bundles/add_forge/index.js | ||
---|---|---|
17 | I forgot about this existing mapping. Moved the mapping to a common location and using that for now. Will change to a server based solution at some other point. |
Build is green
Patch application report for D7413 (id=26824)
Rebasing onto 716df4a9d7...
Current branch diff-target is up to date.
Changes applied before test
commit ca4f964d8de58bedf7a389f85df1ee7d346489a5 Author: Jayesh Velayudhan <jayesh@softwareheritage.org> Date: Wed Mar 23 12:45:19 2022 +0100 Showing forge request status in human readable form JS mapping to get the right request status name Changes in three views and cypress tests
See https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/1552/ for more details.
Build is green
Patch application report for D7413 (id=26825)
Rebasing onto 716df4a9d7...
Current branch diff-target is up to date.
Changes applied before test
commit 9e0879987210fff7afd1aff0d077dbe567089c73 Author: Jayesh Velayudhan <jayesh@softwareheritage.org> Date: Wed Mar 23 12:52:10 2022 +0100 Showing forge request status in human readable form JS mapping to get the right request status name Changes in three views and cypress tests
See https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/1553/ for more details.
Build is green
Patch application report for D7413 (id=26827)
Rebasing onto 9399ba5602...
Current branch diff-target is up to date.
Changes applied before test
commit 6f0cc70fddaf13c891a6ce9e616674abca1b7aa0 Author: Jayesh Velayudhan <jayesh@softwareheritage.org> Date: Wed Mar 23 14:23:42 2022 +0100 Show forge request status in a human readable form JS mapping to get the right request status name Changes in three views and cypress tests
See https://jenkins.softwareheritage.org/job/DWAPPS/job/tests-on-diff/1554/ for more details.