Update pylintrc
Dana Van Aken
2019-10-24 18:30:20 -0400
7d8dcaee47This shold fix the error from running git reset on an invalid TRAVIS_COMMIT_RANGE from empty commits and rebases
dvanaken
2019-10-23 23:21:22 -0400
cc421ab959pass required travis var into the docker container
dvanaken
2019-10-23 16:42:53 -0400
336221d886Bump requests from 2.18.4 to 2.20.0 in /server/website
dependabot[bot]
2019-10-22 23:46:56 +0000
777c42c979Bumped numpy from 1.13.1 to 1.14.0 to satisfy TF 1.12.2 dependency. Updated grep commands in validator to also be compatible with BSD.
dvanaken
2019-10-22 15:11:03 -0400
68fedf765dBump tensorflow from 1.10 to 1.12.2 in /server/website
dependabot[bot]
2019-10-22 02:57:47 +0000
826137bd3badd simulation to white-list
yangdsh
2019-10-22 23:09:56 +0000
d71c131e5bwork around a pylint & astroid bug
yangdsh
2019-10-22 22:22:18 +0000
794418d29fsimulate a DB tuning environment to test DDPG performance
yangdsh
2019-10-21 19:23:27 +0000
b215b156a4Moved LHS to Server
arifiorino
2019-10-21 20:58:13 +0000
a2234d08ccset default minval of knob according to hardware
yangdsh
2019-10-14 18:47:51 +0000
090387a176change the expected value in ddpg test
yangdsh
2019-10-14 03:52:06 +0000
f071a0e62cmodify the hyper parameter and reward of ddpg
yangdsh
2019-10-14 02:58:50 +0000
a5f393cdc1test for dnn
bohanjason
2019-10-08 21:58:19 -0400
0da1b724ccAdded postgresql client package to Dockerfiles and psycopg2-binary to requirements.txt, removed unused matplotlib code/package from analysis/cluster.py and requirements.txt, replaced commands in docker start.sh file with new management commands.
Dana Van Aken
2019-10-08 07:21:08 -0400
e8f28ebef0Added another function that converts bytes/ms to human-readable values without loss of resolution.
Dana Van Aken
2019-10-08 06:09:45 -0400
3d70990ff1The calculation of maxval for session knobs that use memory/storage resources is now set to 80% of the available resource (versus 100%)
Dana Van Aken
2019-10-08 05:07:45 -0400
c568c09c00Enforce unique Project.name for same user and unique Session.name for same user and project
Dana Van Aken
2019-10-08 05:03:11 -0400
40c75de3ceAdded additional Oracle views to metric collection (v, v).
Dana Van Aken
2019-10-07 19:34:03 -0400
162dc48c53Added option to dump debug info in 3 places: (1) the session view, (2) as a command in manage.py, and (3) as a fab command in the driver.
Dana Van Aken
2019-10-03 22:21:51 -0400
309d327a44use assertAlmostEqual instead of assertEqual
DongshengYang
2019-10-08 01:41:02 -0400
f08204b9d6Add testing for ddpg model
DongshengYang
2019-10-07 19:43:10 -0400
e676433eceChanges: - fixed bug in validator causing it to validate files in excluded directories and updated the pre-commit hook - hardware uniqueness is now based on the cpu, memory, storage, and storage_type fields, fixes#230 - initial settings of a minval/maxval for a session knob are calculated based on its resource type and the user's hardware - squashed migrations
Dana Van Aken
2019-10-03 02:08:11 -0400
c14a337695Removed obsolete methods from parser and fields from Session model
Dana Van Aken
2019-10-01 21:11:46 -0400
b3c42a81fbAdded django-db-logger for storing log messages in the database, removed random *.sh scripts from website code then extended manage.py with same commands
Dana Van Aken
2019-10-01 20:17:23 -0400
6b8aeb6043fixed expected status_codes in tests
Dana Van Aken
2019-10-01 02:32:00 -0400
390e58b24dadded some manage.py extensions
Dana Van Aken
2019-10-01 01:55:34 -0400
e5edd2a7f4Fixed celery task logging and added filehandler
Dana Van Aken
2019-10-01 01:40:07 -0400
863d6619baFixed incorrect parsing behavior for float-type metrics
Dana Van Aken
2019-10-01 01:21:46 -0400
d1c13de42fConsolidated driver scripts and added status codes to the query_and_get and new_result responses
Dana Van Aken
2019-10-01 01:17:49 -0400
8743c0c2b1support oracle v12 in ottertune server
DongshengYang
2019-10-03 18:19:41 -0400