Ivan Kravets
23e9596506
Automatically build PlatformIO Core extra Python dependencies on a host machine if they are missed in the registry // Resolve #3700
2020-10-20 21:06:53 +03:00
Ivan Kravets
cdbb837948
Minor fixes
2020-08-28 18:45:52 +03:00
Ivan Kravets
d59416431d
Parse npm-like "repository" data from a package manifest // Resolve #3637
2020-08-26 15:40:03 +03:00
Ivan Kravets
620241e067
Move package "version" related things to "platformio.package.version" module
2020-08-23 15:24:31 +03:00
Ivan Kravets
e2bb81bae4
Restore legacy util.cd API
2020-08-23 13:22:11 +03:00
Ivan Kravets
102aa5f22b
Port legacy API requests to the new registry client
2020-08-22 17:49:29 +03:00
Ivan Kravets
d92c1d3442
Refactor HTTP related operations
2020-08-22 17:48:49 +03:00
Ivan Kravets
808852f4cc
Set default timeout for http requests // Resolve #3623
2020-08-16 20:21:30 +03:00
Ivan Kravets
332874cd4b
Fix relative import of platform module on Py27
2020-08-14 16:48:12 +03:00
Ivan Kravets
64ff6a0ff5
Switch legacy core package manager to the new
2020-08-13 18:30:04 +03:00
Ivan Kravets
d329aef876
Initial version of a new package manager
2020-07-31 15:42:26 +03:00
Ivan Kravets
c193a4ceb7
Handle proxy environment variables in lower case // Resolve #3606
2020-07-23 19:07:29 +03:00
Ivan Kravets
b285c3137a
Extend remote hosts with PlatformIO when checking internet connection
2020-04-24 16:25:02 +03:00
Ivan Kravets
ae57829190
Generate user agent based on PIO Core environment
2020-04-10 17:59:58 +03:00
Ivan Kravets
efe8e599fd
Added support for Arduino's library.properties `depends
` field // Resolve #2781
2020-02-05 00:04:16 +02:00
Ivan Kravets
607e8eb477
Improve detecting of active Internet connection // Resolve #3359
2020-01-29 18:54:30 +02:00
Ivan Kravets
a62bc3846e
Update IPs when checking for Internet
2020-01-24 19:50:55 +02:00
Ivan Kravets
442a7e3576
Made package ManifestSchema compatible with marshmallow >= 3 // Resolve #3296
2019-12-29 13:13:04 +02:00
Ivan Kravets
065607b68c
Disable PyLint's "import-outside-toplevel"
2019-10-18 15:41:52 +03:00
Ivan Kravets
3dcf1784fb
Update PIO Remote to 2.5.5
2019-09-27 19:36:49 +03:00
Ivan Kravets
d2abac9b18
Fixed an issue when configuration file options partly ignored when `--project-conf
` // Resolve #3034 ( #3055 )
...
* Fixed an issue when configuration file options partly ignored when using custom ``--project-conf`` // Resolve #3034
* Py2 compatible makedirs
* Fix circle dependency
* Fix broken import in test examples
* Fix history
* Remove YAPF markers
* PyLint fix
* Fix invalid project conf path
* Move PIO Core to the root on Windows, issue with long CPPPATHs
* Respect global PLATFORMIO_BUILD_CACHE_DIR env var
* Fix Appveyor paths
* Minor changes
2019-09-27 14:13:53 +03:00
Ivan Kravets
7c41c7c2f3
Introduce Black to automate code formatting
2019-09-23 23:13:48 +03:00
Ivan Kravets
c6de3ebea0
Refactor "humanize_duration_time" to "00:00:00.000" format
2019-08-20 16:49:18 +03:00
Ivan Kravets
0677bcecb9
Improve printing of tabulated results
2019-08-17 20:55:16 +03:00
Ivan Kravets
6a90388649
Move FS related helpers to fs.py module
2019-08-12 19:44:37 +03:00
Ivan Kravets
b0aa4c6682
Renamed "enable_ssl" setting to "strict_ssl"
2019-07-17 00:53:40 +03:00
Ivan Kravets
dfca7f0b68
Speedup PIO Home via internal calling of PIO Core CLI
2019-07-01 15:55:42 +03:00
Ivan Kravets
bd3b29c304
Fix converting to real version
2019-06-13 20:24:55 +03:00
Ivan Kravets
5f1bd286c7
Fix "ValueError: invalid literal for int() with base 10: '0.0'" // Resolve #2646
2019-06-07 15:12:24 +03:00
Ivan Kravets
bcff26d4d7
Refactor using "@util.memoized"
2019-06-06 00:13:04 +03:00
Ivan Kravets
c5177efd0b
Minor fixes
2019-06-01 22:24:38 +03:00
Ivan Kravets
61db0f1d6a
YAPF 0.27.0
2019-05-30 23:42:15 +03:00
Ivan Kravets
3df01405a1
Remove unused Python imports
2019-05-27 22:25:22 +03:00
Ivan Kravets
70a0bd72c0
Sync "include" directory for PIO Remote // Resolve #2210
2019-05-25 21:06:08 +03:00
Ivan Kravets
19725fec04
Add options to override default locations used by PlatformIO Core // Resolve #1615
2019-05-24 20:49:05 +03:00
Ivan Kravets
21e2ac6695
Use isolated library dependency storage per project build environment // Resolve #1696
2019-05-23 00:23:24 +03:00
Ivan Kravets
4386dc56ea
Move "in_silence" to PlatformioCLI
2019-05-21 13:18:11 +03:00
Ivan Kravets
8643f0454e
Move "glob_escape" and "get_file_contents" helpers to "compat" module
2019-05-17 13:18:15 +03:00
Ivan Kravets
f844d9cb47
Remove line-buffering from "platformio run" command which was leading to omitting progress bar from upload tools // Resolve #856 , Resolve #857
2019-05-17 12:53:51 +03:00
Ivan Kravets
971049b41c
Move process related helpers to "proc" module
2019-05-16 21:03:15 +03:00
Ivan Kravets
834206ff20
Move Python or Platform dependent code to "compat" module
2019-05-10 17:26:10 +03:00
Ivan Kravets
947e31ca8d
Fix some PyLint errors
2019-05-07 23:51:46 +03:00
Ivan Kravets
45d4b92678
Export get_projectdata_dir for util, fix riscv_gap dev/platform
2019-05-07 23:00:01 +03:00
Ivan Kravets
07a2a49d93
Refactor project helpers
2019-05-07 22:13:21 +03:00
Ivan Kravets
6cd4484be9
Init new project using new ProjectConfig API
2019-05-07 19:57:24 +03:00
Ivan Kravets
c235974eb6
Switch to the new ProjectConfig API
2019-05-07 17:51:50 +03:00
Ivan Kravets
8e55c9e4d0
Include external configuration files with "extra_configs" option // Resolve #1590
2019-05-03 21:03:36 +03:00
Ivan Kravets
f63041a402
Add get_original_version
to public utils API
2019-04-17 23:20:45 +03:00
Ivan Kravets
6501c1f171
Cleanup PING_INTERNET_IPS
2019-04-17 20:05:51 +03:00
Ivan Kravets
4c8df44a5a
Fix an issue when `$PROJECT_HASH
template was not expanded for the other directory
***_dir
` options in "platformio.ini" // Resolve #2170
2019-03-07 12:40:55 +02:00