Skip to content
This repository was archived by the owner on Mar 1, 2026. It is now read-only.

Azure blob support#273

Open
aaronlippold wants to merge 16 commits intomasterfrom
azure-blob-support
Open

Azure blob support#273
aaronlippold wants to merge 16 commits intomasterfrom
azure-blob-support

Conversation

@aaronlippold
Copy link
Copy Markdown
Member

@aaronlippold aaronlippold commented Jul 3, 2020

  • add instructions or help on any needed setup steps on the Azure side for CORS, access, etc.
  • ensure errors are captured and reported at each required and optional field so that users know what they need to fix
  • clarify the name of the storage - is Azure Blog the same as an S3 bucket or is this Azure Block storage
  • add unit tests
  • add functional tests
  • add documentation in the help or on the UX of the Nexus

@aaronlippold aaronlippold added the enhancement New feature or request label Jul 3, 2020
@aaronlippold aaronlippold requested review from a team, robthew and sjoshi10 July 3, 2020 17:34
});

/** Localstorage keys */
const local_auth_method = new LocalStorageVal<MultipleSelectObject>(
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Instead of creating an object here and then strings for the rest of the account information, could you create an azure_auth localStorageVal and just store all these on that object?

Comment thread vue.config.js
Comment on lines +48 to +61
config.module
.rule("fonts")
.test(/\.(ttf|otf|eot|woff|woff2)$/)
.use("url-loader")
.loader("url-loader")
.tap(options => {
options = {
// limit: 10000,
name: "./fonts/[name].[ext]",
publicPath: process.env.NODE_ENV === "production" ? "./" : "/"
};
return options;
})
.end();
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

As we are working towards heimdall server 2 we need to test this change to make sure it doesn't break anything there.

Comment thread vue.config.js Outdated
options = {
// limit: 10000,
name: "./fonts/[name].[ext]",
publicPath: process.env.NODE_ENV === "production" ? "./" : "/"
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Is there a reason this needs to be different only for production? I'm concerned this is something we can't actually validate with our test suite since it only happens in production.

@aaronlippold
Copy link
Copy Markdown
Member Author

aaronlippold commented Jul 8, 2020 via email

…azure-blob-support

Signed-off-by: Colin Doherty <oneofthree103@gmail.com>
@cjdoherty cjdoherty self-assigned this Aug 5, 2020
Signed-off-by: Colin Doherty <oneofthree103@gmail.com>
Signed-off-by: Colin Doherty <oneofthree103@gmail.com>
Signed-off-by: Colin Doherty <oneofthree103@gmail.com>
…azure-blob-support

Signed-off-by: Colin Doherty <oneofthree103@gmail.com>
changed error messages to be more user friendly
fixed bug in router

Signed-off-by: Colin Doherty <oneofthree103@gmail.com>
@Amndeep7
Copy link
Copy Markdown

Amndeep7 commented Feb 7, 2022

Do we need this functionality in heimdall2?

@Amndeep7 Amndeep7 removed the request for review from robthew February 7, 2022 01:05
@Amndeep7 Amndeep7 removed the request for review from sjoshi10 February 7, 2022 01:05
@Amndeep7 Amndeep7 added the question Further information is requested label Feb 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

enhancement New feature or request question Further information is requested

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants