Ivan Kravets
96b1a1c79c
Fixed an issue with a "wrong" timestamp in device monitor output using "time" filter // Resolve #3712
2020-10-30 14:11:27 +02:00
Ivan Kravets
743a43ae17
Fixed an issue when multiple pio lib install command with the same local library results in duplicates in `lib_deps` // Resolve #3715
2020-10-29 23:17:47 +02:00
Ivan Kravets
5a1b0e19b2
Initialize a new project or update existing passing working environment name and its options // Resolve #3686
2020-10-29 22:59:48 +02:00
Ivan Kravets
adf9ba29df
Fixed an issue when "pio package publish" command removes original archive after submitting to the registry // Resolve #3716
2020-10-28 22:52:48 +02:00
Ivan Kravets
891f78be37
Use "ensure_python3" util
2020-10-28 22:32:27 +02:00
Ivan Kravets
e158e54a26
Fix issue with data decoding when calling PIO Core via PIO Home
2020-10-27 22:57:51 +02:00
Ivan Kravets
63a6fe9133
Improved "core.call" RPC for PlatformIO Home // Resolve #3671
2020-10-27 21:07:02 +02:00
Ivan Kravets
b8cc867ba4
Allow dev-platform to provide extra debug configuration using BsePlatform::configure_debug_options API
2020-10-26 18:24:46 +02:00
Ivan Kravets
7230556d1b
Move extra IDE data to "extra" section
2020-10-26 18:23:28 +02:00
Ivan Kravets
f946a0bc08
Reformat code with black==20.8b1
2020-09-09 16:27:36 +03:00
Ivan Kravets
1f284e853d
Fixed an issue when the package manager tries to install a built-in library from the registry // Resolve #3662
2020-09-09 14:36:01 +03:00
Ivan Kravets
cd59c829e0
Fixed an issue when pio package unpublish command crashes // Resolve #3660
2020-09-09 12:17:09 +03:00
Ivan Kravets
fe4112a2a3
Follow SemVer complaint version constraints when checking library updates // Resolve #1281
2020-09-02 20:36:56 +03:00
Ivan Kravets
44c2b65372
Show ignored project environments only in the verbose mode // Resolve #3641
2020-09-02 17:31:32 +03:00
Ivan Kravets
5cc21511ad
Show owner name for packages
2020-09-02 16:07:16 +03:00
Ivan Kravets
be487019f5
Fix a broken handling multi-configuration project // Resolve #3615
2020-08-28 21:54:47 +03:00
Ivan Kravets
80c1774a19
Docs: PlatformIO Core 5.0: new commands, migration guide, other improvements
2020-08-28 14:08:26 +03:00
Ivan Kravets
210cd76042
Rename "idedata" sub-command to "data"
2020-08-25 22:01:22 +03:00
Valerii Koval
3e72f098fe
Updates for PIO Check ( #3640 )
...
* Update check tools to the latest versions
* Use language standard when exporting defines to check tools
* Buffer Cppcheck output to detect multiline messages
* Add new test for PIO Check
* Pass include paths to Clang-Tidy as individual compiler arguments
Clang-tidy doesn't support response files which can exceed command
length limitations on Windows
* Simplify tests for PIO Check
* Update history
* Sync changelog
2020-08-25 21:19:21 +03:00
Ivan Kravets
fa90251714
Fixed an issue when Unit Testing engine fails with a custom project configuration file // Resolve #3583
2020-08-25 14:35:01 +03:00
Ivan Kravets
3e7e9e2b3d
Remove unused data using a new `pio system prune // Resolve #3522
2020-08-24 15:22:05 +03:00
Ivan Kravets
d6d95e05e8
Rename "fs.format_filesize" to "fs.humanize_file_size"
2020-08-24 15:09:37 +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
da179cb33f
Enhance configuration variables
2020-08-23 14:29:31 +03:00
Ivan Kravets
7e4bfb1959
Move CacheContent API to "cache.py" module
2020-08-22 20:05:14 +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
04694b4126
Switch legacy platform manager to the new
2020-08-15 23:11:01 +03:00
Ivan Kravets
276ca61cde
Refactor dev-platform API
2020-08-14 16:39:15 +03:00
Ivan Kravets
5f3ad70190
Rename meta.PackageSourceItem or PackageItem
2020-08-14 16:38:46 +03:00
Ivan Kravets
ecc369c2f8
Minor fixes
2020-08-13 20:19:27 +03:00
Ivan Kravets
64ff6a0ff5
Switch legacy core package manager to the new
2020-08-13 18:30:04 +03:00
Ivan Kravets
d5451756fd
Minor improvements
2020-08-12 20:09:10 +03:00
Ivan Kravets
893ca1b328
Switch library manager to the new package manager
2020-08-12 13:27:05 +03:00
Ivan Kravets
d329aef876
Initial version of a new package manager
2020-07-31 15:42:26 +03:00
Valerii Koval
2bc47f4e97
PyLint fix
2020-07-28 15:55:25 +03:00
Valerii Koval
933a09f981
Update unit testing support for mbed framework
...
- Take into account Mbed OS6 API changes
- RawSerial is used with Mbed OS 5 since Serial doesn't support putc with baremetal profile
2020-07-28 15:22:36 +03:00
Ivan Kravets
881c5ea308
Remove unused code
2020-07-23 17:37:23 +03:00
Ivan Kravets
1ed462a29a
PyLint fix
2020-07-16 01:00:38 +03:00
Ivan Kravets
ca33058637
New commands for the registry package management (pack, publish, unpublish)
2020-07-15 23:16:46 +03:00
Ivan Kravets
a6f143d1ca
Dump data intended for IDE extensions/plugins using a new platformio project idedata command
2020-07-15 14:20:29 +03:00
Ivan Kravets
1368fa4c3b
Implement new fields (id, ownername, url, requirements) for PackageSpec API
2020-07-14 21:07:09 +03:00
Ivan Kravets
40d6847c96
Add option to pass a custom path where to save package archive
2020-07-08 13:46:36 +03:00
Ivan Kravets
f97632202b
Fix issue with KeyError
2020-07-06 15:57:10 +03:00
Ivan Kravets
29fb803be1
Enable PIO Core tests on Python 3.8
2020-06-27 12:36:57 +03:00
Ivan Kravets
0bec1f1585
Extend system info with "file system" and "locale" encodings
2020-06-26 18:38:17 +03:00
Ivan Kravets
a1ec3e0a22
Remove "vendor_url" and "docs_url" from Platform API
2020-06-25 23:23:55 +03:00
Ivan Kravets
9fb4cde2a5
Do not generate ".travis.yml" for a new project, let the user have a choice
2020-06-23 11:26:22 +03:00
Ivan Kravets
164ae2bcbc
Extend system info with Python and PIO Core executables // Issue #3521
2020-06-23 11:20:29 +03:00