Skip to content
This repository has been archived by the owner on Jul 2, 2018. It is now read-only.

Can we use import-collection to import a ZIP of Zip's #91

Open
craigwalkeruk opened this issue Oct 27, 2015 · 3 comments
Open

Can we use import-collection to import a ZIP of Zip's #91

craigwalkeruk opened this issue Oct 27, 2015 · 3 comments
Assignees
Labels

Comments

@craigwalkeruk
Copy link
Contributor

When releasing through DTAP we'd like to import items via continuous delivery by using a versioned package/ZIP that will be built once and used across multiple environments.

suggested approach:

  • bb build-collection generates all ZIP's and a zip of zips
  • extend import-item to import from a ZIP directly with flag
  • extend import-collection to unpack a zip of zip's and call the import-item for each with flag

Note: another task needs to extend authentication via HTTPS without clear text passwords

@sorohan
Copy link
Contributor

sorohan commented Nov 3, 2015

I just noticed this task - I guess it's similar to what I proposed in #97.

I think we just need to extend import-collection to unpack a zip (doesn't have to be of zips) and call import-item for each. I was going to make a separate issue for importing a collection zip after #97 was implemented.

@craigwalkeruk I think this is one of the more important issues we need to focus on so we can setup a proper continuous delivery. Can we assign someone to this?

@igord igord added the import label Nov 11, 2015
@santam85
Copy link
Member

I notice this only now, I think if we properly address #91 and #97 we fix one of the most annoying pain points of import-item/import-collection. Happy to work on this in the coming weeks...

@santam85 santam85 self-assigned this Feb 25, 2016
@sorohan
Copy link
Contributor

sorohan commented Feb 25, 2016

I have implemented it in a separate library and have been working with it (see @backbase/import). The plan is to integrate that library into bb-cli. I can work with you on that if you like. I also implemented #97.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants