Tags give the ability to mark specific points in history as being important
- Sort by
- Name
- Oldest updated
- Last updated
-
v1.5.3Release v1.5.3
- !288 Smarter access logic for reports' experiments
- !289 Don't use CDN: dependencies are already available through static files.
- !290 Don't let reports have unused experiments
- !291 [ui] Show warning about saving docs changes in reports
- !292 [reports][js] Fix empty values in tables for experiments with changed aliases
- !293 [doc] Fixed external and internal links
- !294 [reports][js] Show the proper experiments table when locked/published with only 1 group
- !295 [doc] Fixes some warning issues with the documentation
- !297 Fix report's experiment table name/URL construction & restrictions
- !298 Implement database access information print command
- !299 Fix analyzer method update in editor
- !300 Add root folder information to output of database information command
- !301 Replacing django-rest-swagger package that is deprecated with new drf-yasg package
- !302 Update beat/bob-devel to 2019.08.26
- !303 Update beat/bob-devel to 2019.08.28
- !304 Fix documentation link on icon
- !305 [sphinx-openapi] increased the version of sphinxcontrib-openapi to include new feature response object rendering
- !306 Implement experiment reset api: APIs are already available for start and cancel, this merge request adds reset
- !307 [swagger] changed the permission to access the swagger page only to registered users
-
v1.5.2Release v1.5.2
- !230 fix url prefix handling to properly construct URLs
- !283 Remove redundant name segment in dowloaded plot filenames
-
!284 Fix malformed URLs when
URL_PREFIX
is set in report - !285 Ensure no URL_PREFIX is used for test
- !286 Add GPU environment to qsetup to allow proper installation and run of the GPU example
-
v1.5.0Release v1.5.0
- !263 New CI more in line with the other packages. Will use conda to build test environment.
- !267 Update bob/beat-devel dependencies to enforce the latest beat/bob-devel packages to be used for building this package.
- !268 Strip database_name from split chars to avoid empty dataset name generation and thus an invalid index error.
- !269 Fix install command documentation
- !270 Fix the ui/views.py file as it is missing the Http404 import
- !271 Make the top bar documentation link configurable
- !272 Update CI and documentation linking
- !273 Add graphviz to dev.yml for beat.cmdeline tests
- !274 Fix queryset related issue as latest versions of django rest framework makes it mandatory to either provide a queryset property or get_queryset method.
- !275 ZMQ refactoring that implements a new version of the scheduling in beat.web taking advantage of the new implementation in beat.core. There are now additional django commands that allows to manage the scheduler, broker and worker directly from there
- !276 Update bob/beat-devel to fix numpy-base issue
- !277 Fix backup/restore by implementing natural key and foreign key handling for Profile and AccountSettings
- !279 Restore command: validate sqlite version': SQLite version 3.26 introduced a change which is breaking the migration mechanism in Django thus the command will bailout since it's known to break. As an alternative to !278
- !281 Implement password reset
-
v1.4.1Release v1.4.1
- !257 Fix typos and text in ui registration templates
- !258 Set algorithm schema_version to 2 if not provided: This can happen when converting a v1 analyser.
- !259 Fix database retrieval
- !260 Fix mail handling: remove generic try except and update the template generation code to use dict in place of Context
- !262 Update docker image name
- !261 Fix email sending: This patch goes through all of beat.web mail sending and cleans them
- !264 Improve README and update dev environment: Latest update and sync with other READMEs available in the project.
- !265 Merge new documentation to master
- !266 Fix links in the documentation
- !263 Change the CI infrastructure to run the tests and build the documentation
-
v1.4.0Release v1.4.0
- !236 Fix backup and restore commands
- !238 Upgrade to django 1.11
- !239 Add cache deletion support: WARNING, use with caution, it may break experiments
- !240 Improve database handling when loading scheduler
- !241 Add exclude field in serializer for django rest framework compatibility
- !242 Refactor code to make it work with both Python 2 and Python 3
- !243 Update lambda use and key search in dictionaries
- !245 Fix anchors in documentation
- !246 Fix Python 2/3 use of zip
- !247 Add command to get current active user on the site
- !248 Fix handling of missing field in experiment panel
- !249 Fix various issues that have been found while doing tests using the web site and the online platform.
- !250 Improve the buildout handling
- !251 Fix bugs in the database API and improve the tools to set them up.
- !252 Update documentation for account reactivation for blocked users
- !253 Improve block state change
- !254 Refactor version fingerprinting for code mirror widgets
- !255 1.4.x: Merge the 1.4.x branch to make the 1.4 version the new stable release.
- !256 Fix context handling for template rendering in navigation: dict must now be used