Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(backups) #6091

Closed
wants to merge 4 commits into from
Closed

fix(backups) #6091

wants to merge 4 commits into from

Conversation

fbeauchamp
Copy link
Collaborator

Check list

Check if done, if not relevant leave unchecked.

  • PR reference the relevant issue (e.g. Fixes #007 or See xoa-support#42)
  • if UI changes, a screenshot has been added to the PR
  • documentation updated
  • CHANGELOG.unreleased.md:
    • enhancement/bug fix entry added
    • list of packages to release updated (${name} v${new version})
  • I have tested added/updated features (and impacted code)

Process

  1. create a PR as soon as possible
  2. mark it as WiP: (Work in Progress) if not ready to be merged
  3. when you want a review, add a reviewer (and only one)
  4. if necessary, update your PR, and re- add a reviewer

From the Four Agreements:

  1. Be impeccable with your word.
  2. Don't take anything personally.
  3. Don't make assumptions.
  4. Always do your best.

@@ -174,6 +174,9 @@ exports.VhdDirectory = class VhdDirectory extends VhdAbstract {

async readHeaderAndFooter() {
let bufHeader, bufFooter
try {
await this.#readChunkFilters()
}catch(e){}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to do a patch release?

const {isVhdAlias, resolveAlias} = require('./_resolveAlias')
exports.isVhdAlias = isVhdAlias
exports.resolveAlias = resolveAlias
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe we should eventually remove this index in favor of specific submodule exports/imports.

Example for this commit:

import { isVhdAlias, resolveAlias } from 'vhd-lib//aliases.js'

@fbeauchamp fbeauchamp force-pushed the nighlty-s3-checkAliases branch from 0572d28 to 3111a04 Compare January 17, 2022 13:50
@julien-f
Copy link
Member

Please rebase on master 🙂

@julien-f julien-f force-pushed the nighlty-s3-checkAliases branch from 3fe00cd to 0eb1b91 Compare January 17, 2022 17:48
@julien-f
Copy link
Member

DId it for you.

@fbeauchamp
Copy link
Collaborator Author

temporary PR for investigating backups problem
superseeded by #6095 #6094 and f304a46

@fbeauchamp fbeauchamp closed this Jan 18, 2022
@fbeauchamp fbeauchamp deleted the nighlty-s3-checkAliases branch May 23, 2022 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants