]> git.parisson.com Git - timeside.git/log
timeside.git
10 years agosmoother cleanup
Guillaume Pellerin [Fri, 6 Mar 2015 08:53:25 +0000 (09:53 +0100)]
smoother cleanup

10 years agofix result mime_type
Guillaume Pellerin [Fri, 6 Mar 2015 08:43:00 +0000 (09:43 +0100)]
fix result mime_type

10 years agoadd custom dir for test samples, add boilerplate init script
Guillaume Pellerin [Fri, 6 Mar 2015 08:16:30 +0000 (09:16 +0100)]
add custom dir for test samples, add boilerplate init script

10 years agoPreset: add an empty dict by default
Guillaume Pellerin [Thu, 5 Mar 2015 22:07:25 +0000 (23:07 +0100)]
Preset: add an empty dict by default

10 years agoDocker-compose: open port 9000
Thomas Fillon [Thu, 5 Mar 2015 14:26:28 +0000 (15:26 +0100)]
Docker-compose: open port 9000

10 years agoMerge branch 'feature/docker-compose' into dev
Thomas Fillon [Wed, 4 Mar 2015 11:55:12 +0000 (12:55 +0100)]
Merge branch 'feature/docker-compose' into dev

10 years agoMerge branch 'feature/docker-compose' of github.com:parisson/TimeSide into feature...
Thomas Fillon [Wed, 4 Mar 2015 11:54:13 +0000 (12:54 +0100)]
Merge branch 'feature/docker-compose' of github.com:parisson/TimeSide into feature/docker-compose

10 years agoFix Matplotlib issue
Thomas Fillon [Wed, 4 Mar 2015 11:54:01 +0000 (12:54 +0100)]
Fix Matplotlib issue

10 years agouwsgi auto reload
Guillaume Pellerin [Wed, 4 Mar 2015 11:25:17 +0000 (12:25 +0100)]
uwsgi auto reload

10 years agoMerge branch 'feature/docker-compose' into dev
Guillaume Pellerin [Wed, 4 Mar 2015 10:35:54 +0000 (11:35 +0100)]
Merge branch 'feature/docker-compose' into dev

10 years agocleanup result name
Guillaume Pellerin [Tue, 3 Mar 2015 23:45:35 +0000 (00:45 +0100)]
cleanup result name

10 years agoadd re-run all tasks management script
Guillaume Pellerin [Tue, 3 Mar 2015 23:25:29 +0000 (00:25 +0100)]
add re-run all tasks management script

10 years agoadd admin models
Guillaume Pellerin [Tue, 3 Mar 2015 23:12:17 +0000 (00:12 +0100)]
add admin models

10 years agofix auto result mime_type, fix admin task list
Guillaume Pellerin [Tue, 3 Mar 2015 22:56:21 +0000 (23:56 +0100)]
fix auto result mime_type, fix admin task list

10 years agoMerge branch 'feature/docker-compose' of github.com:parisson/TimeSide into feature...
Thomas Fillon [Tue, 3 Mar 2015 21:54:43 +0000 (22:54 +0100)]
Merge branch 'feature/docker-compose' of github.com:parisson/TimeSide into feature/docker-compose

10 years agoregression against rest_framework 2.4.4
Guillaume Pellerin [Tue, 3 Mar 2015 22:03:11 +0000 (23:03 +0100)]
regression against rest_framework 2.4.4

10 years agoSetup: Freeze DjangoRestFramework version to 2.4.4
Thomas Fillon [Tue, 3 Mar 2015 21:54:24 +0000 (22:54 +0100)]
Setup: Freeze DjangoRestFramework version to 2.4.4

10 years agoadd uuid to item view
Guillaume Pellerin [Tue, 3 Mar 2015 21:51:00 +0000 (22:51 +0100)]
add uuid to item view

10 years agoadd results to item template
Guillaume Pellerin [Tue, 3 Mar 2015 21:40:32 +0000 (22:40 +0100)]
add results to item template

10 years agotry to fix item file serializers, fix result json view
Guillaume Pellerin [Tue, 3 Mar 2015 21:04:14 +0000 (22:04 +0100)]
try to fix item file serializers, fix result json view

10 years agoMerge branch 'dev-server-TM' into feature/docker-compose
Thomas Fillon [Tue, 3 Mar 2015 17:09:18 +0000 (18:09 +0100)]
Merge branch 'dev-server-TM' into feature/docker-compose

10 years agoMerge branch 'dev' into dev-server-TM
Thomas Fillon [Tue, 3 Mar 2015 17:03:47 +0000 (18:03 +0100)]
Merge branch 'dev' into dev-server-TM

10 years agocompose: cleanup, add uwsgi log
Guillaume Pellerin [Tue, 3 Mar 2015 15:53:28 +0000 (16:53 +0100)]
compose: cleanup, add uwsgi log

10 years agoMerge branch 'feature/docker-compose' of github.com:Parisson/TimeSide into feature...
Guillaume Pellerin [Tue, 3 Mar 2015 14:25:38 +0000 (15:25 +0100)]
Merge branch 'feature/docker-compose' of github.com:Parisson/TimeSide into feature/docker-compose

10 years agoadd some nginx options
Guillaume Pellerin [Tue, 3 Mar 2015 14:25:24 +0000 (15:25 +0100)]
add some nginx options

10 years agoDocker-compose: get datamedia volume from examples/sandbox/media + clean-up
Thomas Fillon [Tue, 3 Mar 2015 14:15:00 +0000 (15:15 +0100)]
Docker-compose: get datamedia volume from examples/sandbox/media + clean-up

10 years agoDocker-compose: add a script to manage app launch command
Thomas Fillon [Tue, 3 Mar 2015 13:59:06 +0000 (14:59 +0100)]
Docker-compose: add a script to manage app launch command

10 years agoDocker-compose: restore max upload size parameter for nginx configuration
Thomas Fillon [Tue, 3 Mar 2015 13:43:50 +0000 (14:43 +0100)]
Docker-compose: restore max upload size parameter for nginx configuration

10 years agoDocker-compose: switch to debian:wheezy as base image, try manage media through nginx
Thomas Fillon [Tue, 3 Mar 2015 11:16:29 +0000 (12:16 +0100)]
Docker-compose: switch to debian:wheezy as base image, try manage media through nginx

10 years agoDocker-compose: fix configuration
Thomas Fillon [Tue, 3 Mar 2015 08:07:04 +0000 (09:07 +0100)]
Docker-compose: fix configuration

10 years agoDocker-compose: Update static files management
Thomas Fillon [Tue, 3 Mar 2015 00:05:37 +0000 (01:05 +0100)]
Docker-compose: Update static files management

10 years agodocker-compose: update docker-compose.yml
Thomas Fillon [Mon, 2 Mar 2015 23:34:37 +0000 (00:34 +0100)]
docker-compose: update docker-compose.yml

10 years agoMerge branch 'feature/docker-compose' of github.com:parisson/TimeSide into feature...
Thomas Fillon [Mon, 2 Mar 2015 23:08:38 +0000 (00:08 +0100)]
Merge branch 'feature/docker-compose' of github.com:parisson/TimeSide into feature/docker-compose

Conflicts:
docker-compose.yml

10 years agofix nginx conf dir
Guillaume Pellerin [Mon, 2 Mar 2015 23:11:18 +0000 (00:11 +0100)]
fix nginx conf dir

10 years agodocker-compose: add multpile data volume containers
Thomas Fillon [Mon, 2 Mar 2015 23:05:55 +0000 (00:05 +0100)]
docker-compose: add multpile data volume containers

10 years agoDocker-compose: update configuration
Thomas Fillon [Mon, 2 Mar 2015 14:35:42 +0000 (15:35 +0100)]
Docker-compose: update configuration

10 years agoDocker-compose : add Uswgi
Thomas Fillon [Sat, 28 Feb 2015 15:06:54 +0000 (16:06 +0100)]
Docker-compose : add Uswgi

10 years agoTimeside server : fix modelViewSet
Thomas Fillon [Fri, 27 Feb 2015 22:43:03 +0000 (23:43 +0100)]
Timeside server : fix modelViewSet

10 years agoDocker-compose: Update draft config files
Thomas Fillon [Fri, 27 Feb 2015 22:42:40 +0000 (23:42 +0100)]
Docker-compose: Update draft config files

10 years agoDocker-compose: Add draft config files
Thomas Fillon [Fri, 27 Feb 2015 20:08:04 +0000 (21:08 +0100)]
Docker-compose: Add draft config files

10 years agogoto 0.7.2
Guillaume Pellerin [Thu, 29 Jan 2015 12:10:48 +0000 (13:10 +0100)]
goto 0.7.2

10 years agofix doc
Guillaume Pellerin [Thu, 29 Jan 2015 12:08:11 +0000 (13:08 +0100)]
fix doc

10 years agofix dive in doc
Guillaume Pellerin [Thu, 29 Jan 2015 12:04:52 +0000 (13:04 +0100)]
fix dive in doc

10 years agogoto #0.7.1
Guillaume Pellerin [Thu, 29 Jan 2015 12:01:33 +0000 (13:01 +0100)]
goto #0.7.1

10 years agoMerge branch 'master' of github.com:Parisson/TimeSide
Guillaume Pellerin [Thu, 29 Jan 2015 11:59:33 +0000 (12:59 +0100)]
Merge branch 'master' of github.com:Parisson/TimeSide

10 years agofix django version to 1.6.10 (sync with Telemeta 1.5) #0.7.1
Guillaume Pellerin [Thu, 29 Jan 2015 11:58:44 +0000 (12:58 +0100)]
fix django version to 1.6.10 (sync with Telemeta 1.5) #0.7.1

10 years agoSetup: Update requirement --> Django==1.6.10
Thomas Fillon [Thu, 29 Jan 2015 10:20:02 +0000 (11:20 +0100)]
Setup: Update requirement --> Django==1.6.10

10 years agoUpdate import path in timeside.server
Thomas Fillon [Mon, 26 Jan 2015 16:55:25 +0000 (17:55 +0100)]
Update import path in timeside.server

10 years agoMerge branch 'dev' into dev-server-TM
Thomas Fillon [Mon, 26 Jan 2015 13:53:35 +0000 (14:53 +0100)]
Merge branch 'dev' into dev-server-TM

Conflicts:
timeside/core/analyzer.py

10 years agofix dive in doctests
Guillaume Pellerin [Sun, 25 Jan 2015 23:38:22 +0000 (00:38 +0100)]
fix dive in doctests

10 years agoMerge branch 'dev' master 0.7
Guillaume Pellerin [Sun, 25 Jan 2015 23:12:49 +0000 (00:12 +0100)]
Merge branch 'dev'

Conflicts:
README.rst
doc/source/news.rst
setup.py
timeside/__init__.py
timeside/grapher/render_analyzers.py

10 years agodocker: purge python-timeside debian package before install
Guillaume Pellerin [Sun, 25 Jan 2015 23:06:16 +0000 (00:06 +0100)]
docker: purge python-timeside debian package before install

10 years agosetup.py develop for docker
Guillaume Pellerin [Sun, 25 Jan 2015 22:20:56 +0000 (23:20 +0100)]
setup.py develop for docker

10 years agoback to mit.edu for keys
Guillaume Pellerin [Sun, 25 Jan 2015 21:19:44 +0000 (22:19 +0100)]
back to mit.edu for keys

10 years agotest docker build
Guillaume Pellerin [Sun, 25 Jan 2015 21:13:33 +0000 (22:13 +0100)]
test docker build

10 years agofix gpg keys
Guillaume Pellerin [Sun, 25 Jan 2015 20:48:07 +0000 (21:48 +0100)]
fix gpg keys

10 years agofix news again
Guillaume Pellerin [Sun, 25 Jan 2015 20:09:55 +0000 (21:09 +0100)]
fix news again

10 years agoupdate news again
Guillaume Pellerin [Sun, 25 Jan 2015 20:04:55 +0000 (21:04 +0100)]
update news again

10 years agoupdate news
Guillaume Pellerin [Sun, 25 Jan 2015 20:00:33 +0000 (21:00 +0100)]
update news

10 years agoTravis-CI: make a script for testing for timeside.server
Thomas Fillon [Tue, 20 Jan 2015 13:39:54 +0000 (14:39 +0100)]
Travis-CI: make a script for testing for timeside.server

10 years agoTravis-CI: use --no-input option to suppress all user prompts
Thomas Fillon [Tue, 20 Jan 2015 13:28:50 +0000 (14:28 +0100)]
Travis-CI: use --no-input option to suppress all user prompts

10 years agoTravis-CI: fix path for test on server
Thomas Fillon [Tue, 20 Jan 2015 13:17:07 +0000 (14:17 +0100)]
Travis-CI: fix path for test on server

10 years agoTravis-CI: Add test environment for timeside.server
Thomas Fillon [Tue, 20 Jan 2015 13:09:18 +0000 (14:09 +0100)]
Travis-CI: Add test environment for timeside.server

10 years agoTest: Add test to check processor parameters (Traits)
Thomas Fillon [Tue, 20 Jan 2015 12:58:54 +0000 (13:58 +0100)]
Test: Add test to check processor parameters (Traits)

10 years agoFix test test_graphers_render_analyzers.py
Thomas Fillon [Tue, 20 Jan 2015 12:29:52 +0000 (13:29 +0100)]
Fix test test_graphers_render_analyzers.py

10 years agoChore(Analyzer): remove render_analyzers definition from timeside.plugins.grapher
Thomas Fillon [Tue, 20 Jan 2015 08:57:16 +0000 (09:57 +0100)]
Chore(Analyzer): remove render_analyzers definition from timeside.plugins.grapher

Grapher for analyzer are now define inside each analyzer module.
The factory class/function for defining such grapher move from timeside/plugins/grapher/render_analyzers to timeside/core/grapher

10 years agoMerge branch 'dev' of github.com:Parisson/TimeSide into dev
Thomas Fillon [Mon, 19 Jan 2015 08:55:45 +0000 (09:55 +0100)]
Merge branch 'dev' of github.com:Parisson/TimeSide into dev

10 years agouse apt-key
Guillaume Pellerin [Mon, 19 Jan 2015 08:46:25 +0000 (09:46 +0100)]
use apt-key

10 years agochange gpg key server
Guillaume Pellerin [Mon, 19 Jan 2015 08:39:00 +0000 (09:39 +0100)]
change gpg key server

10 years agoFix #69
Thomas Fillon [Mon, 19 Jan 2015 08:18:50 +0000 (09:18 +0100)]
Fix #69

10 years agofix import
Guillaume Pellerin [Mon, 19 Jan 2015 08:14:38 +0000 (09:14 +0100)]
fix import

10 years agoMerge branch 'dev' of github.com:Parisson/TimeSide into dev
Guillaume Pellerin [Mon, 19 Jan 2015 01:34:19 +0000 (02:34 +0100)]
Merge branch 'dev' of github.com:Parisson/TimeSide into dev

10 years agomv deploy confs
Guillaume Pellerin [Mon, 19 Jan 2015 01:33:57 +0000 (02:33 +0100)]
mv deploy confs

10 years agoupdate readme 0.6.2
Guillaume Pellerin [Sun, 18 Jan 2015 21:51:36 +0000 (22:51 +0100)]
update readme

10 years agoupdate news
Guillaume Pellerin [Sun, 18 Jan 2015 21:50:51 +0000 (22:50 +0100)]
update news

10 years agoadd make_readme script
Guillaume Pellerin [Tue, 13 Jan 2015 15:11:22 +0000 (16:11 +0100)]
add make_readme script

10 years agoFix bug in render_analyzer
Guillaume Pellerin [Sun, 18 Jan 2015 21:34:36 +0000 (22:34 +0100)]
Fix bug in render_analyzer
Update grpahers names
Goto 0.6.2

10 years agoAutomatic Update of README.rst (make_readme.sh)
Thomas Fillon [Fri, 16 Jan 2015 12:29:58 +0000 (13:29 +0100)]
Automatic Update of README.rst (make_readme.sh)

10 years agoDoc: Replace remaining references to yomguy/TimeSide by Parisson/TimeSide
Thomas Fillon [Fri, 16 Jan 2015 11:39:13 +0000 (12:39 +0100)]
Doc: Replace remaining references to yomguy/TimeSide by Parisson/TimeSide

10 years agoTravis-CI: Try python-coveralls for reportng coverage
Thomas Fillon [Fri, 16 Jan 2015 10:57:57 +0000 (11:57 +0100)]
Travis-CI: Try python-coveralls for reportng coverage

10 years agoTravis-CI: Put back coverage report
Thomas Fillon [Fri, 16 Jan 2015 10:40:49 +0000 (11:40 +0100)]
Travis-CI: Put back coverage report

10 years agoTravis-CI: Define 3 test environments (defautl, doc and command line interface)
Thomas Fillon [Fri, 16 Jan 2015 09:16:02 +0000 (10:16 +0100)]
Travis-CI: Define 3 test environments (defautl, doc and command line interface)

10 years agoDoc: Clean-up conf.py
Thomas Fillon [Fri, 16 Jan 2015 08:43:17 +0000 (09:43 +0100)]
Doc: Clean-up conf.py

- Remove path to sample wavfile
- Restore default parameters for *html_domain_indices* . The previous command was preventing np-modindex to appear as a second module index. This seems to be covered by 'numpydoc_show_class_members = False'. (See https://github.com/matplotlib/matplotlib/issues/1837/)

10 years agoDoc: fix doctest in doc/source
Thomas Fillon [Thu, 15 Jan 2015 18:58:57 +0000 (19:58 +0100)]
Doc: fix doctest in doc/source

10 years agoFix timeside scripts and add tests
Thomas Fillon [Thu, 15 Jan 2015 17:55:06 +0000 (18:55 +0100)]
Fix timeside scripts and add tests

Fix #66

10 years agoFix bug in import/export function for AnalyzerResult
Thomas Fillon [Thu, 15 Jan 2015 17:22:09 +0000 (18:22 +0100)]
Fix bug in import/export function for AnalyzerResult

Also implements the following features in #14 :
- [x] Change behavior of the import methods "from_[FORMAT]" to import results from the corresponding FORMAT file and modify the container instance from which the method is called.
- [x] Option to overwrite/append the container

10 years agofix news
Guillaume Pellerin [Thu, 15 Jan 2015 09:22:05 +0000 (10:22 +0100)]
fix news

10 years agoTest: fix doctest
Thomas Fillon [Wed, 14 Jan 2015 19:53:01 +0000 (20:53 +0100)]
Test: fix doctest

10 years agoTravis-CI: fix dependencies for sphinx
Thomas Fillon [Wed, 14 Jan 2015 15:50:25 +0000 (16:50 +0100)]
Travis-CI: fix dependencies for sphinx

10 years agoTravis-CI: add doctest for documentation
Thomas Fillon [Wed, 14 Jan 2015 15:44:25 +0000 (16:44 +0100)]
Travis-CI: add doctest for documentation

10 years agoGoto version 0.7
Thomas Fillon [Wed, 14 Jan 2015 15:36:51 +0000 (16:36 +0100)]
Goto version 0.7

10 years agoDoc: Update News
Thomas Fillon [Wed, 14 Jan 2015 15:19:44 +0000 (16:19 +0100)]
Doc: Update News

10 years agoUpdate README (from doc/make_readme.sh)
Thomas Fillon [Wed, 14 Jan 2015 15:13:45 +0000 (16:13 +0100)]
Update README (from doc/make_readme.sh)

10 years agoDoc: Fix doctest in intro.rst
Thomas Fillon [Wed, 14 Jan 2015 14:18:00 +0000 (15:18 +0100)]
Doc: Fix doctest in intro.rst

10 years agoFix import path after moving tools submodule
Thomas Fillon [Wed, 14 Jan 2015 12:32:59 +0000 (13:32 +0100)]
Fix import path after moving tools submodule

10 years agoRefactoring: move tools to timeside.core
Thomas Fillon [Wed, 14 Jan 2015 12:16:14 +0000 (13:16 +0100)]
Refactoring: move tools to timeside.core

10 years agoMerge branch 'dev' into dev-server-TM
Thomas Fillon [Tue, 13 Jan 2015 21:57:26 +0000 (22:57 +0100)]
Merge branch 'dev' into dev-server-TM

10 years agoMerge branch 'ts_extensions' into dev
Thomas Fillon [Tue, 13 Jan 2015 21:56:58 +0000 (22:56 +0100)]
Merge branch 'ts_extensions' into dev

10 years agoDoc: Add doctest in Intro.rst
Thomas Fillon [Tue, 13 Jan 2015 21:56:37 +0000 (22:56 +0100)]
Doc: Add doctest in Intro.rst

10 years agoadd make_readme script
Guillaume Pellerin [Tue, 13 Jan 2015 15:11:22 +0000 (16:11 +0100)]
add make_readme script