Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | container merger: defer allocation of editgroup_id; and dummy code path | Bryan Newbold | 2021-11-24 | 1 | -1/+5 |
| | |||||
* | initial implementation of container merger | Bryan Newbold | 2021-11-24 | 1 | -0/+237 |
| | |||||
* | file merger: allocate editgroup id later in 'merge' process | Bryan Newbold | 2021-11-24 | 1 | -1/+5 |
| | | | | | The motivation is to avoid creating empty editgroups in dry-run mode, and when all entities are "skipped" | ||||
* | mergers common: remove inaccurate comment | Bryan Newbold | 2021-11-24 | 1 | -2/+0 |
| | | | | Caught in review, thanks miku | ||||
* | file merger: add content_scope to list of merged fields | Bryan Newbold | 2021-11-24 | 1 | -1/+1 |
| | |||||
* | release merger: some progress, but also disable (not complete) | Bryan Newbold | 2021-11-23 | 1 | -12/+72 |
| | |||||
* | file merges: fixes from testing in QA | Bryan Newbold | 2021-11-23 | 1 | -14/+23 |
| | |||||
* | mergers: small tweaks | Bryan Newbold | 2021-11-23 | 2 | -3/+3 |
| | |||||
* | mergers: remove entity mergers from __init__ (to work around warning) | Bryan Newbold | 2021-11-23 | 1 | -2/+0 |
| | |||||
* | initial file merger, with tests | Bryan Newbold | 2021-11-23 | 1 | -0/+228 |
| | |||||
* | mergers: fmt, lint, refactors | Bryan Newbold | 2021-11-23 | 3 | -96/+200 |
| | | | | | These old merger code is from an old branch and needed significant cleanup | ||||
* | first iteration of mergers | Bryan Newbold | 2021-11-23 | 3 | -0/+243 |