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 |
|
Ivan Kravets
|
5ee90f4e61
|
Display system-wide information using platformio system info command // Resolve #3521
|
2020-06-22 23:04:36 +03:00 |
|
Ivan Kravets
|
9f05519ccd
|
List available project targets with a new "platformio run –list-targets" command // Resolve #3544
|
2020-06-22 19:53:31 +03:00 |
|
Shahrustam
|
260c36727c
|
fix pio access urn format
|
2020-06-17 23:56:22 +03:00 |
|
ShahRustam
|
03d9965758
|
Replace urn with prn (#3565)
* Replace urn with prn
* fix
* fix text
|
2020-06-17 23:46:50 +03:00 |
|
ShahRustam
|
e853d61e16
|
Add orgname filter for access list (#3564)
* add orgname filter for access list
* fix
* fix namings
|
2020-06-17 18:55:40 +03:00 |
|
ShahRustam
|
42e8ea29ff
|
CLI to manage access level on PlatformIO resources. Resolve #3534 (#3563)
|
2020-06-17 13:53:53 +03:00 |
|
Ivan Kravets
|
d3fd115743
|
Black format
|
2020-06-15 22:05:28 +03:00 |
|
Ivan Kravets
|
28d9f25f9a
|
Added a new "-e, --environment" option to "platformio project init" command
|
2020-06-12 23:47:12 +03:00 |
|
Valerii Koval
|
fdb83c24be
|
Clean autogenerated files before running tests // Resolve #3523
Fixes possible conflicts between auxiliary test transport files when
project contains multiple environments with different platforms
|
2020-06-11 23:53:52 +03:00 |
|
ShahRustam
|
a5547491ed
|
Add account and org destroy commands. Fix tests (#3552)
* Add account and org destroy commands. Fix tests
* fix tests
* fix
* fix texts
|
2020-06-09 15:50:37 +03:00 |
|
Ivan Kravets
|
e0e97a3629
|
Cache the latest news in PIO Home for 180 days
|
2020-06-05 18:29:11 +03:00 |
|
ShahRustam
|
94cb808285
|
CLI to manage teams. Resolve #3533 (#3547)
* CLI to manage teams.Minor fixes. Resolve #3533
* fix teams tests
* disable org and team tests
* minor fixes. fix error texts
* fix split compatibility
|
2020-06-04 19:31:30 +03:00 |
|
Ivan Kravets
|
d7f4eb5955
|
Minor grammar fix
|
2020-06-03 22:40:37 +03:00 |
|
Ivan Kravets
|
87b5fbd237
|
More cosmetic changes to Org CLI
|
2020-06-03 22:34:37 +03:00 |
|
Ivan Kravets
|
6c97cc6192
|
Cosmetic changes to Org CLI
|
2020-06-03 22:22:13 +03:00 |
|
ShahRustam
|
140fff9c23
|
CLI to manage organizations. Resolve #3532 (#3540)
* CLI to manage organizations. Resolve #3532
* fix tests
* fix test
* add org owner test
* fix org test
* fix invalid username/orgname error text
* refactor auth request in clients
* fix
* fix send auth request
* fix regexp
* remove duplicated code. minor fixes.
* Remove space
Co-authored-by: Ivan Kravets <me@ikravets.com>
|
2020-06-03 17:41:30 +03:00 |
|
Ivan Kravets
|
26ba6e4756
|
Add new option to package publishing CLI which allows to disable email notiication
|
2020-05-28 17:06:36 +03:00 |
|
Shahrustam
|
8e72c48319
|
fix datetime validation in package publish command
|
2020-05-27 22:30:16 +03:00 |
|
Ivan Kravets
|
d38f5aca5c
|
Fix metavar for package CLI
|
2020-05-27 16:20:02 +03:00 |
|
Ivan Kravets
|
c06859aa9f
|
Add package type to unpublish command
|
2020-05-27 14:30:27 +03:00 |
|
ShahRustam
|
e706a2cfe2
|
Refactor pio account client. Resolve #3525 (#3529)
|
2020-05-27 13:39:58 +03:00 |
|
Ivan Kravets
|
0c301b2f5d
|
Fix order of arguments
|
2020-05-27 01:14:07 +03:00 |
|
Ivan Kravets
|
deb12972fb
|
Implement "package unpublish" CLI
|
2020-05-27 01:10:35 +03:00 |
|
Ivan Kravets
|
8346b9822d
|
Implement "package pack" command
|
2020-05-26 22:17:55 +03:00 |
|
Ivan Kravets
|
19cdc7d34a
|
Initial support for package publishing in to the registry
|
2020-05-26 22:01:32 +03:00 |
|
Ivan Kravets
|
0eb8895959
|
Add support for “globstar/**” (recursive) pattern
|
2020-05-26 14:25:28 +03:00 |
|
Ivan Kravets
|
7dce494ad6
|
Rename "misc" command to "system", do not append completion code for Fish shell // Resolve 3435
|
2020-05-23 20:00:56 +03:00 |
|
Valerii Koval
|
4921bf8b6a
|
PyLint fix
|
2020-05-22 14:22:41 +03:00 |
|
Valerii Koval
|
32cb0d6e4d
|
Handle possible issue on Python 2.x when writing to thread buffer
The problem happens when value has type "unicode" that shouldn't be decoded
|
2020-05-22 14:17:17 +03:00 |
|
Ivan Kravets
|
bdd57bf356
|
Ensure that copytree preserves symlinks
|
2020-05-20 20:57:55 +03:00 |
|