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

Azure blob support #273

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open

Azure blob support #273

wants to merge 16 commits into from

Conversation

aaronlippold
Copy link
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 robthew, sjoshi10 and a team July 3, 2020 17:34
});

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

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?

vue.config.js Outdated
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
Collaborator

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.

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

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
Member Author

aaronlippold commented Jul 8, 2020 via email

@cjdoherty cjdoherty self-assigned this Aug 5, 2020
Signed-off-by: Colin Doherty <[email protected]>
changed error messages to be more user friendly
fixed bug in router

Signed-off-by: Colin Doherty <[email protected]>
@Amndeep7
Copy link

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants