Support #18874
openMerge workbench2 history into main Arvados repo
0%
Description
Import entire workbench2 history into main Arvados repo.
Want to preserve the commit hashes, so wb2 history will go back to a different root commit.
Merge point will move workbench2 to arvados/apps/workbench2
Update build scripts, arvados-boot, arvbox etc to reflect new location of workbench2 inside the main tree.
Related issues
Updated by Peter Amstutz about 1 year ago
- Blocked by Support #18873: Add hooks to limit which paths of arvados repo non-curii employees can push to added
Updated by Peter Amstutz 12 months ago
- Target version changed from Kanban to 2022-04-27 Sprint
- Project changed from 40 to Arvados
Updated by Peter Amstutz 12 months ago
- Target version changed from 2022-04-27 Sprint to 2022-05-11 sprint
Updated by Peter Amstutz 11 months ago
- Target version changed from 2022-05-11 sprint to 2022-05-25 sprint
Updated by Peter Amstutz 11 months ago
- Target version changed from 2022-05-25 sprint to 2022-06-08 sprint
Updated by Peter Amstutz 11 months ago
- Target version changed from 2022-06-08 sprint to 2022-06-22 Sprint
Updated by Peter Amstutz 10 months ago
- Target version changed from 2022-06-22 Sprint to 2022-07-06
Updated by Peter Amstutz 9 months ago
- Target version changed from 2022-07-06 to 2022-07-20
Updated by Peter Amstutz 9 months ago
- Target version changed from 2022-07-20 to 2022-08-03 Sprint
Updated by Peter Amstutz 8 months ago
- Target version changed from 2022-08-03 Sprint to 2022-08-17 sprint
Updated by Peter Amstutz 8 months ago
- Target version changed from 2022-08-17 sprint to 2022-08-31 sprint
Updated by Peter Amstutz 7 months ago
- Target version changed from 2022-08-31 sprint to 2022-09-14 sprint
Updated by Peter Amstutz 7 months ago
- Target version changed from 2022-09-14 sprint to 2022-09-28 sprint
Updated by Peter Amstutz 6 months ago
- Target version changed from 2022-09-28 sprint to 2022-10-12 sprint
Updated by Peter Amstutz 6 months ago
- Target version changed from 2022-10-12 sprint to 2022-10-26 sprint
Updated by Peter Amstutz 5 months ago
- Target version changed from 2022-10-26 sprint to 2022-11-09 sprint
Updated by Peter Amstutz 5 months ago
- Target version changed from 2022-11-09 sprint to 2022-11-23 sprint
Updated by Peter Amstutz 5 months ago
- Target version changed from 2022-11-23 sprint to 2022-12-07 Sprint
Updated by Peter Amstutz 4 months ago
- Target version changed from 2022-12-07 Sprint to 2022-12-21 Sprint
Updated by Peter Amstutz 4 months ago
- Target version changed from 2022-12-21 Sprint to 2023-01-18 sprint
Updated by Peter Amstutz 4 months ago
- Target version changed from 2023-01-18 sprint to 2023-02-01 sprint
Updated by Peter Amstutz 4 months ago
- Target version changed from 2023-02-01 sprint to 2023-02-15 sprint
Updated by Peter Amstutz 3 months ago
- Target version changed from 2023-02-15 sprint to 2023-02-01 sprint
Updated by Peter Amstutz 2 months ago
- Target version changed from 2023-02-01 sprint to To be groomed
Updated by Lucas Di Pentima about 2 months ago
- Assigned To set to Lucas Di Pentima
Updated by Lucas Di Pentima 11 days ago
- Story points set to 1.0
The most potentially complex task in my eyes would be the repository merge, but it seems it's totally doable. This SO question has some clues about how to do it:
https://stackoverflow.com/questions/1425892/how-do-you-merge-two-git-repositories
In the past we talked about using the wb2 repo as a submodule of the arvados repo, but I think it would be more useful in this case to just merge it like explained in this answer:
https://stackoverflow.com/a/10548919
...the feature explained here seemingly allows keeping both histories.
So with that out of the way, I think it would take a full point to update the build scripts, CI pipelines, and so on.