You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a 'NewBundle()' function, which creates a new 'Bundle' instance from
a given repository and timestamp. Replace all manual creation of 'Bundle{}'.
Note that this includes a minor functional change - previously, the base
bundle created by 'CollapseList()' was named 'base-<timestamp>.bundle'; now,
that bundle will be named 'bundle-<timestamp>.bundle', consistent with all
other instances of bundle creation. The name doesn't have any bearing on
bundle server functionality, so the naming convention can be updated without
breaking any existing bundle servers.
Signed-off-by: Victoria Dye <[email protected]>
0 commit comments