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(verify-bundle): add support for top-level directories #691

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

Conversation

Birkbjo
Copy link
Member

@Birkbjo Birkbjo commented Sep 23, 2022

Adds support for top-level directories in app-bundles.

Related to dhis2/dhis2-core#11831

@Birkbjo Birkbjo requested a review from amcgee September 23, 2022 14:26
Base automatically changed from next to master November 16, 2022 13:07
form.append(
'file',
fs.createReadStream(
path.join(__dirname, '../', 'sample-app-top-level.zip')
Copy link
Member

Choose a reason for hiding this comment

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

when I open up this zip file, it didn't look like there was an extra top-level layer? So I'm not sure how the test is different than the should create an app (but maybe I'm missing something or this is due to my OS or something)?

@amcgee
Copy link
Member

amcgee commented Jan 2, 2024

Hi @Birkbjo - I'm cleaning up open reviews that have been requested from me and I see that this never got merged... is it waiting on something or did it already get fixed elsewhere so this PR can be closed? Happy new year!

@Birkbjo
Copy link
Member Author

Birkbjo commented Jan 3, 2024

@amcgee Don't think this is waiting on anything. You merged the same functionality in core, so I guess I just waited for your approval.
Of course it needs to be updated to base, but I will fix that.

@amcgee amcgee removed their request for review April 25, 2024 09:06
@amcgee
Copy link
Member

amcgee commented Apr 25, 2024

@Birkbjo following up on this again, no need to wait for my approval - feel free to update and merge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

None yet

5 participants