Граф коммитов

186 Коммитов

Автор SHA1 Сообщение Дата
dependabot[bot] 736b9e5a52
Bump glob from 8.1.0 to 11.0.0 (#320)
***NO_CI***
[skip_ci]
2024-07-30 02:59:21 +01:00
dependabot[bot] 211d70b844
Bump @types/node from 18.17.12 to 22.0.0 (#319)
***NO_CI***
[skip_ci]
2024-07-30 01:47:54 +01:00
dependabot[bot] 34f238db1c
Bump @vscode/vsce from 2.31.0 to 2.31.1 (#317)
***NO_CI***
[skip_ci]
2024-07-30 01:39:42 +01:00
dependabot[bot] aab92faec9
Bump mocha and @types/mocha (#315)
***NO_CI***
2024-07-22 09:50:02 +00:00
dependabot[bot] f26f430026
Bump typescript from 5.2.2 to 5.5.3 (#308)
***NO_CI***
2024-07-22 10:33:16 +01:00
José Simões 1c97b961d1
Add properties for minimal verbose execution of MDP build task (#313) 2024-07-18 10:46:38 +01:00
José Simões cd21c21aa2
Fix path of build system files (#312)
***NO_CI***
2024-07-18 10:36:50 +01:00
dependabot[bot] ac9c4f9add
Bump @vscode/vsce from 2.30.0 to 2.31.0 (#311)
***NO_CI***
2024-07-18 10:33:18 +01:00
José Simões 1e25f447dd
Fix executing nuget CLI (#310) 2024-07-17 13:27:52 +01:00
dependabot[bot] 286d3c9c6c
Bump @vscode/vsce from 2.21.0 to 2.30.0 (#307) 2024-07-17 11:47:38 +00:00
dependabot[bot] f0d4a41dde
Bump webpack from 5.88.2 to 5.93.0 (#305) 2024-07-16 22:42:58 +00:00
dependabot[bot] 4b91a3f8b6
Bump @vscode/test-electron from 2.3.4 to 2.4.1 (#304) 2024-07-16 22:24:11 +00:00
dependabot[bot] d916324755
Bump ts-loader from 9.4.4 to 9.5.1 (#300) 2024-07-16 22:17:48 +00:00
dependabot[bot] b558d80ff2
Bump nerdbank-gitversioning from 3.6.133 to 3.6.139 (#301)
***NO_CI***
2024-06-20 09:42:22 +01:00
josesimoes 8cc2a4b88b Remove unused files
***NO_CI***
2024-06-19 17:13:54 +01:00
josesimoes c849c19707 Update badges in README 2024-06-19 17:12:52 +01:00
José Simões f2ce96ee40
Improve flash command (#299) 2024-06-19 16:50:31 +01:00
José Simões 99ba95941f
Rework on build tasks (#298)
***NO_CI***
2024-06-19 16:20:46 +01:00
José Simões 2acf752d2c
Fix dependencies (#297) 2024-06-19 11:11:20 +01:00
nfbot 81697d9712
Bumps nanoFramework.Tools.FirmwareFlasher to v2.5.86 2024-06-19 09:39:43 +01:00
dependabot[bot] 3a48791bb5
Bump ts-loader from 9.4.4 to 9.5.1 (#296)
***NO_CI***
2024-06-19 09:31:27 +01:00
dependabot[bot] 77faed0ed0
Bump mocha and @types/mocha (#295)
***NO_CI***
2024-06-19 09:08:26 +01:00
dependabot[bot] 6bb781581a
Bump webpack from 5.88.2 to 5.92.0 (#294)
***NO_CI***
2024-06-19 09:07:49 +01:00
dependabot[bot] 84315484b1
Bump nerdbank-gitversioning from 3.6.133 to 3.6.139 (#292)
***NO_CI***
2024-06-18 00:43:40 +00:00
dependabot[bot] 111e694607
Bump typescript from 5.2.2 to 5.4.5 (#291) 2024-06-18 00:16:33 +00:00
josesimoes e08ceeb4d0 Work CI-CD
- Rework yaml back to windows build.
- Remove installing of libudev-dev (not required anymore).
- Adjust sign and publish tasks.
2024-06-17 16:19:01 +01:00
josesimoes d1bc445612 Work CI-CD
- Update vsce to latest name.
- Fix branch name for extension publishing.
- Publish task now calls vsce directly.

***NO_CI***
2024-06-17 15:25:35 +01:00
dependabot[bot] 35e0240fd8
Bump axios from 0.27.2 to 1.7.2 (#287) 2024-06-17 12:49:09 +00:00
josesimoes ae6beafba8 Work CI-CD
- Add install of VSCE to sign step.
- Fix filter for sign tool.
- Adjust download artifact task.

***NO_CI***
2024-06-17 13:40:58 +01:00
dependabot[bot] 58f0a43484
Bump globby from 11.1.0 to 14.0.1 (#288) 2024-06-17 11:57:28 +00:00
josesimoes e536da93b2 Work CI-CD
- Fix task in sign step to use correct artifacts location.

***NO_CI***
2024-06-17 12:35:40 +01:00
dependabot[bot] 1c3409f75b
Bump @types/node from 18.17.12 to 20.14.2 (#285) 2024-06-17 10:50:26 +00:00
josesimoes f2d4fc77ae Work CI-CD
- Rework YAML to use stages so that build is executed on Ubuntu and sign and publish steps on Windows, as Windows is a requirement for signing packages.
(https://github.com/dotnet/sign/issues/711)

***NO_CI***
2024-06-17 11:40:41 +01:00
José Simões cbbd60c2a0
Bump VS Studio version to v2022.3.0.86 (#289) 2024-06-17 10:35:27 +01:00
josesimoes fb096624c9 Work CI-CD
- Build is triggered by tags (required to publish to extension marketplace).
- Remove jobs and replace with tasks.
- Replace error report job with task-
- Rework variables.
- Migrate sign tasks to new .NET foundation sign workflow.

***NO_CI***
[no_ci]
2024-06-17 10:28:21 +01:00
josesimoes afebab99de Work CI-CD
- Remove unnecessary tasks.
- Remove unnecessary file filter entries.
- Tags don't trigger build anymore.
- Fix github release creation task.
- Remove task to update github release (now it's all handled properly in the existing task).
- Remove job to generate changelog.

***NO_CI***
[no_ci]
2024-06-17 10:12:21 +01:00
nfbot 02f3e7968a
Bumps nanoFramework.Tools.FirmwareFlasher to v2.5.78 2024-06-17 10:03:33 +01:00
josesimoes c75556f86d Work CI-CD
- Add missing task to restore nugets before building nanoff.

***NO_CI***
2024-06-14 18:00:37 +01:00
dependabot[bot] 5bad4e2d41
Bump typescript from 4.9.5 to 5.2.2 (#225)
***NO_CI***
2023-09-01 13:53:37 +01:00
dependabot[bot] f9d96f8162
Bump webpack-cli from 4.10.0 to 5.1.4 (#220)
***NO_CI***
2023-09-01 13:53:21 +01:00
dependabot[bot] 32b62aa9f1
Bump @types/mocha from 9.1.1 to 10.0.1 (#211)
***NO_CI***
2023-09-01 13:53:00 +01:00
José Simões b643e4d1b9
Update dependencies (#227) 2023-09-01 13:31:12 +01:00
José Simões 4ee927bbb2
Add quotes to command line (#226)
***NO_CI***
2023-09-01 13:23:56 +01:00
Laurent Ellerbach b3c144d507
Add Solution, Blank application, Library and Unit Test project creation (#215)
* Adding basic flow

* Moving the templates to be used for project creation

* adding elements for project creation

* Creating blank application

* Adding all creations

* Adjust doc, add corelib
2023-05-05 11:42:49 +02:00
Laurent Ellerbach ec6ddee4dd
Update build, deploy and flash with new nanoff capabilities (#213)
* Remove nanodeployer

* Replace calls to nanoff

* Remove deploy alternative

* Fixing path and commands for Windows

* adjust path for non Windows

* adjusting STM target detection

* Add Silabs targets

* Adding firmware version sorting

* formating

* Remove mention to alternative deployment method

* fixing serial monitor build

* Fixing build for serial monitor in pipeline

* fixing yaml

---------

Co-authored-by: José Simões <jose.simoes@eclo.solutions>
2023-05-03 15:30:05 +02:00
José Simões a54df69da9 Update dependencies 2023-04-27 16:35:05 +01:00
nfbot cc4e897a02
Bumps nanoFrameworkDeployer to v1.1.38 2023-02-20 21:26:50 +00:00
José Simões cc5be6d6ed
Work CI-CD
- Improve UseDotNet@2 task to allow using pre-installed SDK.

***NO_CI***
2022-12-07 15:44:54 +00:00
nfbot cf9abee86f Update CHANGELOG
***NO_CI***
2022-09-08 08:13:51 +00:00
José Simões 4469666e53 Revert update for globby
- Recent version introduced a breaking change in import which was causing the extension to fail loading.
2022-09-08 09:09:29 +01:00