summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add Unix domain socket event listenerShaun Taheri2016-09-018-55/+96
| |
* | Merge pull request #114 from advancedtelematic/feat/PRO-1160-client-docsShaun Taheri2016-09-011-0/+208
|\ \ | |/ |/| client manual setup and API documentation
| * client manual setup and API documentationJon Oster2016-09-011-0/+208
|/
* Merge pull request #112 from ↵Shaun Taheri2016-09-011-8/+17
|\ | | | | | | | | advancedtelematic/bugfix/PRO-1201/use-rvi-only-if-enabled Use RVI only if enabled in interpreter
| * Use RVI only if enabled in interpreterJerry Trieu2016-09-011-8/+17
|/
* Merge pull request #111 from advancedtelematic/feat/PRO-1267/command-parsingShaun Taheri2016-09-016-34/+118
|\ | | | | Add parsing of Commands with complex arguments
| * Add parsing of Commands with complex argumentsShaun Taheri2016-08-316-34/+118
|/
* Merge pull request #110 from ↵Shaun Taheri2016-08-3117-526/+459
|\ | | | | | | | | advancedtelematic/refactor/PRO-539/package-manager-events Refactor events for external package management
| * Refactor events for external package managementShaun Taheri2016-08-3117-526/+459
|/
* Merge pull request #109 from advancedtelematic/bugfix/PRO-1201/rvi-names-typesShaun Taheri2016-08-315-26/+29
|\ | | | | [PRO-1201] Fix expected RVI parameter names and types
| * Fix expected RVI parameter names and typesJerry Trieu2016-08-305-26/+29
|/
* Merge pull request #108 from advancedtelematic/feat/PRO-1216/unix-domain-socketsStevan Andjelkovic2016-08-3022-71/+310
|\ | | | | Add Unix domain socket gateway
| * Use BufReader for reading string inputShaun Taheri2016-08-301-20/+6
| |
| * Add Unix domain socket gatewayShaun Taheri2016-08-3020-58/+296
| |
| * Split DBus and RVI into two separate gatewaysShaun Taheri2016-08-2612-14/+29
| | | | | | | | (cherry picked from commit e2d843dd60653fcb0de3c9a4fda709dea3a06ab9)
* | Merge pull request #107 from advancedtelematic/feat/PRO-1252-add-sys-info-to-pkgShaun Taheri2016-08-301-0/+1
|\ \ | |/ |/| Add system_info.sh to pkg
| * Add system_info.sh to pkgAlex Humphreys2016-08-301-0/+1
|/ | | | [PRO-1252]
* Merge pull request #106 from ↵Shaun Taheri2016-08-264-4/+29
|\ | | | | | | | | advancedtelematic/feat/pro-1171/add-command-get-system-info new command GetSystemInfo
| * new command GetSystemInfoRobert Danitz2016-08-264-4/+29
|/ | | | | - to response with SystemInfo to requester; necessary for tests - ATM this will return a bare string
* Merge pull request #105 from advancedtelematic/feat/PRO-1168Shaun Taheri2016-08-251-3/+9
|\ | | | | Add hidden_service hostname to system_info
| * Add hidden_service hostname to system_infoAlex Humphreys2016-08-251-3/+9
|/
* Merge pull request #104 from advancedtelematic/fix/PRO-1201/rvi-parameter-namesShaun Taheri2016-08-254-28/+28
|\ | | | | Fix expected RVI parameter names
| * Fix expected RVI parameter namesJerry Trieu2016-08-254-28/+28
|/
* Merge pull request #103 from advancedtelematic/bugfix/pro-1203/token-scopeShaun Taheri2016-08-253-3/+4
|\ | | | | Fix AccessToken scope to be a single space-delimited string
| * Fix AccessToken scope to be a single space-delimited stringShaun Taheri2016-08-253-3/+4
| |
* | Merge pull request #102 from advancedtelematic/refactor/PRO-1064/update-endpointShaun Taheri2016-08-241-3/+3
|\ \ | |/ |/| [PRO-1064] Change from vehicle_updates to device_updates as endpoint
| * [PRO-1064] Change from vehicle_updates to device_updates as endpointDaniel Gustafsson2016-08-241-3/+3
|/
* Merge pull request #101 from advancedtelematic/feat/pro-871/public-docsJon Oster2016-08-2451-328/+498
|\ | | | | Add documentation to public functions
| * Add documentation to public functionsShaun Taheri2016-08-2347-303/+471
| |
| * Rename secret=>client_secret and Dpkg=>DebShaun Taheri2016-08-2212-32/+34
|/
* Fix server environment variables for packagesShaun Taheri2016-08-192-4/+4
|
* Merge pull request #100 from advancedtelematic/fix/pkg-paths-PRO-1121Shaun Taheri2016-08-171-3/+3
|\ | | | | Fix pkg.sh bin and config path
| * Fix pkg.sh bin and config pathShaun Taheri2016-08-171-3/+3
|/
* Merge pull request #98 from advancedtelematic/feat/PRO-1062/optional-configsStevan Andjelkovic2016-08-173-65/+86
|\ | | | | Make RVI and DBus config sections optional
| * Make RVI and DBus config sections optionalShaun Taheri2016-08-173-65/+86
|/
* Minor log output updatesShaun Taheri2016-08-155-12/+11
|
* Merge pull request #95 from advancedtelematic/fix/937-queued-updatesShaun Taheri2016-08-121-5/+10
|\ | | | | Queue next GetPendingUpdates only after response
| * Queue next GetPendingUpdates only after responseShaun Taheri2016-08-111-5/+10
| |
* | Merge pull request #96 from advancedtelematic/fix/1001-confidential-log-dataShaun Taheri2016-08-125-30/+35
|\ \ | | | | | | [PRO-1001] Remove confidential data from log output
| * | Remove confidential data from log outputShaun Taheri2016-08-125-30/+35
|/ /
* | Merge pull request #94 from advancedtelematic/fix/core-server-urlDaniel Gustafsson2016-08-1115-57/+55
|\ \ | |/ |/| Fix CORE_SERVER variable in provisioning
| * Fix CORE_SERVER variable in provisioningShaun Taheri2016-08-1115-57/+55
|/
* Merge pull request #92 from advancedtelematic/feat/PRO-1009-post-system-infoShaun Taheri2016-08-1111-2/+103
|\ | | | | [PRO-1009] POST system info at boot
| * [PRO-1009] POST system info at bootDaniel Gustafsson2016-08-1111-2/+103
| |
* | Merge pull request #93 from advancedtelematic/fix/toml-generationShaun Taheri2016-08-112-3/+6
|\ \ | |/ |/| Update toml generation script for ota-plus-demo-provision
| * Update toml generation script for ota-plus-demo-provisionShaun Taheri2016-08-112-3/+6
| |
* | Merge pull request #91 from advancedtelematic/fix/PRO-1007-no-manifestShaun Taheri2016-08-111-0/+2
|\ \ | |/ |/| Fix output when no manifest file
| * Fix output when no manifest fileAlex Humphreys2016-08-111-0/+2
|/
* Merge pull request #89 from advancedtelematic/feat/PRO-1007-sota-system-infoShaun Taheri2016-08-102-0/+11
|\ | | | | Add sota-system-info script
| * Add sota-system-info scriptAlex Humphreys2016-08-102-0/+11
| |