You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix columns and filters
- add formatters to remove milliseconds on dates
- add column labels to be used with filters
- add new filters for version and build views
* fix screenshot management
- remove edit function
- fix file removal with row deletion
* fix Babel initialisation
* add service view and api check
- add service view to admin interface
- add service check on package upload
* add and maintain md5 hashes
- add a functions to get md5 hash in build model and spk
- use function in build model when uploading build
- use function in spk when signing/unsigning spk
* remove builds from architecture create form
* fix build environment and model
- fix alembic setup environment
- update model to match database
- fix default sort for screenshot
* Update nas test for major_version check
* add major_version check
- identify the major DSM version based on a closest match to the build
- filter package versions based on match to major DSM version
- include earlier "noarch" package version when major DSM version < 6
* fix download counter
- rewrite catalog download links using md5 hashes for id
- allow downloads of noarch builds to pass arch checks
- rewrite nas tests for new url structure
* Fix depopulate db function
* Revert "fix download counter"
This reverts commit bea7718.
* Amend major_version check
- Add type column to Firmware table
- Increase length of version column
- Filter by type for closest firmware when getting catalog
- Update populate_db with firmware type
* add validators for firmware input
* fix Popped wrong app context.
* fix 500 page on users:
'NoneType' object has no attribute 'strftime'
BaseModelView.index_view() got an unexpected keyword argument 'cls'
Flask-SQLAlchemy uses a custom formatter to handle date formatting when displaying data in the templates. It dosn't support overriding the value.
* fix column formatting
---------
Co-authored-by: publicarray <[email protected]>
0 commit comments