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 for backup service including npm's cache, and therefore being too… #1949

Merged
merged 1 commit into from
Dec 18, 2023

Conversation

sapireli
Copy link
Contributor

Fix for backups including npm's cache, and therefore being too large to upload and restore.

closes #1856

♻️ Current situation

see #1856

💡 Proposed solution

add '.npm' folder to ignored files/folders list

⚙️ Release Notes

Bug Fixes

  • Fix for backups including npm's cache, and therefore being too large to upload and restore

➕ Additional Information

If applicable, provide additional context in this section.

Testing

I was finally able to backup and restore successfully with this change.

… large to upload generating a zlib error homebridge#1948

Fix for backups including npm's cache, and therefore being too large to upload and restore.

closes homebridge#1856 

## ♻️ Current situation
 
see homebridge#1856 

## 💡 Proposed solution

add '.npm' folder to ignored files/folders list


## ⚙️ Release Notes
### Bug Fixes
- Fix for backups including npm's cache, and therefore being too large to upload and restore
## ➕ Additional Information
*If applicable, provide additional context in this section.*

### Testing

I was finally able to backup and restore successfully with this change.
@github-actions github-actions bot added the beta Related to Beta Branch label Dec 18, 2023
@bwp91 bwp91 merged commit 4a6401e into homebridge:beta-4.54.2 Dec 18, 2023
2 checks passed
@bwp91
Copy link
Contributor

bwp91 commented Dec 18, 2023

thanks for sorting this out!

@bwp91 bwp91 mentioned this pull request Dec 29, 2023
@bwp91 bwp91 mentioned this pull request Jan 5, 2024
donavanbecker added a commit that referenced this pull request Jan 7, 2024
### UI Changes

- Add plugin log download button
- Improve plugin card hyperlinks (#1918) (@jsiegenthaler)
- Download logs option for when a plugin install/update/uninstall fails
- revise system information icons (os/node)
- accessory title fix (lights + windows) (#1933) (@mkz212)
- improve spacing in plugin card
- more items in homebridge settings
- confirm restart after updating Homebridge instead of automatically restarting
- improve child bridge sing/plu in dropdown
- move backup/restore + users to hb settings
- move hb/ui settings to main menu
- create standard settings page + link at top
- small changes to plugin card (based on feedback)
- fix overflow in markdown changelog
- plugin card updates
- added credits link in status footer and modal for credits
- added more `aria-label` attributes to buttons to improve accessibility
- add link to homebridge wiki in logs on plugin action error
- allow fan/fanv2 rotation speed to be a different unit than percentage
- improve plugin sorting, with actionable plugins at the top
- fix footer paddings for mobile and desktop (#1956) (@mkz212)
- no need to restart if updating disabled plugin
- standardise update modal header

### Translation Changes

- updates to pl.json language file (#1929) (@mkz212)
- updates to de.json language file (@Staubgeborener)
- updates to fr.json language file (@SonnyT72)
- updates to de.json language file (#1953) (@Staubgeborener)
- updates to pl.json language file (#1954) (@mkz212)

### Other Changes

- add `passport` as dependency to BE
- revert ngx-monaco-editor dependency update
- ui: update to angular v15
- improve github actions
- Fix for backup service including npm's cache (#1949) (@sapireli)
- updated dependencies
- ignore `.venv` in hb backup files
- updated Discord Webhooks so notifications are seperated for `release` and `pre-release`
- update maximum file upload size to 25mb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beta Related to Beta Branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants