Commit Graph

3068 Commits (edafce059d6a26367b6d379f314a86e2fb8a2b14)

Author SHA1 Message Date
aatchison d90b6fe910 added a logs directory 2016-06-13 20:00:51 -05:00
aatchison 9f738553e3 corrected a slight typo 2016-06-13 19:53:08 -05:00
Jason Hines 68bc1bca0a added mycroft startup script using detached screens 2016-06-13 18:31:38 -04:00
aatchison 492fb8cc00 Merge branch 'master' into feature/deb-packaging 2016-06-13 13:16:47 -05:00
aatchison 44fafe2b13 Merge pull request #139 from MycroftAI/feature/use-offical-pypi.python.org-for-adapt-arser
now pulling adapt-parser-0.2.2 from pypi.python.org
2016-06-13 13:13:51 -05:00
aatchison b5b3687b99 changes adapt-parser verson to 0.2.2 2016-06-13 12:17:25 -05:00
aatchison dff2573584 now pulling adapt-parser-0.2.2 from pypi.python.org 2016-06-13 12:14:33 -05:00
aatchison 20490dfe66 Merge branch 'master' into feature/deb-packaging 2016-06-13 11:18:44 -05:00
aatchison 14e613be68 Merge pull request #130 from MycroftAI/bugfix/force-python2.7
In one case, in dev_setup.sh, virtualenv was using python3.5, so now …
2016-06-13 11:08:56 -05:00
aatchison 18e52047b6 removed extra space 2016-06-13 11:00:37 -05:00
aatchison eda393a3af In one case, in dev_setup.sh, virtualenv was using python3.5, so now I'm forcing 2.7 2016-06-10 17:29:13 -05:00
Ethan Ward 30a00d72ca Issues 63 - Add more cases where Wolfram responds (#124)
* Issues 63 - Move result to own method

* Issues 63 - Add first test

* Issues 63 - Update syntax

* Issues 63 - Update syntax

* Issues 63 - Move test file

* Issues 63 - Make __find_value method more consistent

* Issues 63 - Add more extensive tests

* Issues 63 - Comply with pep8 formatting

* Issues 63 - Update test file for pep8

* Issues 63 - Refactor code to reduce size

* Issues 63 - Update for pep8
2016-06-10 17:16:26 -04:00
Ethan Ward 9aca0aec36 Issues 94 - Add remaining intent unit tests (#129)
* Issues 94 - Add Cerberus config intent tests

* Issues 94 - Add tests for pairing skill

* Issues 94 - Add intent tests for stop skill
2016-06-10 16:35:27 -04:00
Jonathan D'Orleans c0b1802f08 Issues 96 - Removing old defaults pack from sdk 2016-06-09 23:05:03 -04:00
Jason Hines cc7118e6aa Merge pull request #1 from jasonehines/jasonehines-patch-1
added additional vocabulary
2016-06-09 19:49:57 -04:00
Jason Hines fe662fbb3b added additional vocabulary 2016-06-09 19:43:28 -04:00
Jonathan D'Orleans 0e1c0f4589 Issues 96 - Fixing config file location 2016-06-09 18:50:24 -04:00
Jonathan D'Orleans 9b8db944a9 Issues 96 - Updating unit test configuration file 2016-06-09 18:29:37 -04:00
Jonathan D'Orleans fa5893cddb Issues 96 - Configuration
- Raising exception for invalid configuration
- Adding more unit tests
2016-06-09 18:27:04 -04:00
Jonathan D'Orleans 2be81631b8 Issues 96 - Configuration Test
- Adding ConfigurationManager tests
2016-06-09 18:26:20 -04:00
Jonathan D'Orleans 6cfe4a765c Issues 96 - Configuration Test
- Adding AbstractConfigurationTest
- Adding ConfigurationManagerTest
2016-06-09 18:26:20 -04:00
Jonathan D'Orleans 6b5092c4c8 Issues 96 - Configuration
- Checking RemoteConfiguration config type
- Returning config for convenience
2016-06-09 18:26:20 -04:00
Jonathan D'Orleans e75d51b296 Issues 96 - Adding ConfigurationLoaderTest 2016-06-09 18:26:20 -04:00
Jonathan D'Orleans 8d1373387a Issues 96 - Renaming config to mycroft 2016-06-09 18:26:20 -04:00
Jonathan D'Orleans c46bc43e72 Issues 96 - Moving configuration to init 2016-06-09 18:26:10 -04:00
Jonathan D'Orleans 24232a6b5b Issues 96 - Ensuring ConfigurationManager use instead of RemoteConfiguration 2016-06-09 18:25:50 -04:00
Jonathan D'Orleans efff3dbda6 Issues 96 - Renaming get_config to get only 2016-06-09 18:25:37 -04:00
Jonathan D'Orleans 781c49ecb9 Issues 96 - Loading configuration from args in Skill Container 2016-06-09 18:25:37 -04:00
Jonathan D'Orleans 3a8f7c7101 Issues 125 - Updating travis to run start.sh for unit test 2016-06-09 18:11:49 -04:00
Jonathan D'Orleans 42453b69d3 Issues 125 - Running test files without the need of 'test' suffix
- Removing unused 'util' folder
- Migrating test runner to module level __init__.py
- Updating start.sh to run new test file
2016-06-09 17:53:39 -04:00
Ethan Ward d856b11de9 Issues 71 - Clean up unit test output (#95)
* Issues 71 - Update __init__.py to use MycroftSkill variable

* Issues 71 - Update to comply with pep8
2016-06-08 23:33:20 -04:00
RobodudeMC 00539f7307 Issues 116 Fix typo in ReadMe (#118) 2016-06-08 23:13:24 -04:00
Ethan Ward 99a736f04f Issues 94 - Add intent unit tests for most skills (#120)
* Issues 94 - Add unit tests for date/time skill

* Issues 94 - Update desktop launcher intent syntax

* Issues 94 - Add intent tests for desktop launcher skill

* Issues 94 - Add unit tests to Joke skill

* Issues 94 - Add unit tests to naptime skill

* Issues 94 - Add unit tests for spelling skill

* Issues 94 - Remove application-based desktop unit tests
2016-06-08 23:12:02 -04:00
Arron Atchison bf8dfde271 Merge branch 'master' into feature/deb-packaging 2016-06-08 12:56:05 -05:00
aatchison b84756e970 Merge pull request #109 from ethanaward/feature/issues-86
Feature/issues 86
2016-06-07 20:50:27 -05:00
aatchison f3c1900db4 Merge pull request #113 from MycroftAI/issues/alarm-mp3-missing
Fixing alarm.mp3 not being copied to the deb
2016-06-07 17:19:43 -05:00
Arron Atchison 037bfbb755 replaced alarm.wav with alarm.mp3 in mycroft-base-manifest-MANIFEST.in 2016-06-07 17:09:36 -05:00
Ethan Ward 5ac4d5c572 Issues 86 - Create tests for Hello World skill 2016-06-07 11:52:13 -05:00
Ethan Ward 1ebeb41ef2 Issues 86 - Fix formatting for pep8 2016-06-07 11:15:47 -05:00
Ethan Ward 61d5ca377e Issues 86 - Rename Welcome to Hello World 2016-06-07 11:09:48 -05:00
Sean Fitzgerald 414b7127e8 Merge pull request #106 from the7erm/feature/issue-89
Feature/issue 89
2016-06-06 23:29:59 -07:00
Eugene R. Miller 843b47fad6 #89 removed randomint() 2016-06-06 16:54:17 -06:00
Eugene R. Miller 9b0715117d #89 oops removed extra files and made 1 file. Sorry I'm new 2016-06-06 16:16:53 -06:00
Eugene R. Miller 743517c261 #89 made the list dynamic so it's future proof - when other languages come into play 2016-06-06 16:00:36 -06:00
Eugene R. Miller a2324352a7 #89 added adittional dialogs for response to 'thanks' 2016-06-06 15:48:16 -06:00
Arron Atchison 243a8b9277 adding enclosrue scripts 2016-06-06 15:37:43 -05:00
Arron Atchison 89234c1629 removed mimic from dev_setup 2016-06-06 13:49:07 -05:00
Ryan Sipes 171f811dea Merge pull request #104 from wligtenberg/news-skill-stop
it is nice if the news skill responds with audio to the stop command
2016-06-06 12:55:05 -05:00
Ryan Sipes a409003cbb Merge pull request #105 from metaheap/master
readme syntax fixes "it also uses allows you to use"
2016-06-06 12:54:46 -05:00
Travis Burandt 607c3e3e14 readme syntax fixes "it also uses allows you to use" 2016-06-05 20:07:07 -05:00