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

52 Коммитов

Автор SHA1 Сообщение Дата
Elinor 030fa62039
Merge branch 'main' into elinor/add-kiota-workspace 2024-08-08 16:23:06 +03:00
Vincent Biret 00a2fa6aea
fix: version line check 2024-08-07 09:11:35 -04:00
Elinor f6280cb051
Merge branch 'main' into elinor/add-kiota-workspace 2024-06-13 16:11:38 +03:00
Andrew Omondi 57fbec8cdb Sort items on client side 2024-06-13 15:18:10 +03:00
Andrew Omondi 7014744f25 Fixes release script 2024-06-13 13:04:45 +03:00
Sébastien Levert 6258833b11 Fixing vscode sideloading script for Windows 2024-06-03 15:16:13 -04:00
Sébastien Levert 1fce6c8719
Update to using vsx 2024-05-17 16:58:30 +00:00
Sébastien Levert 6f1c049be2
Adding the automatic sideloading script 2024-05-17 14:39:35 +00:00
Vincent Biret fb424736f9
- updates bump script so it supports multiple workflows 2023-11-02 10:41:15 -04:00
Vincent Biret e67dadeb3d
- sets the patch to 0
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
2023-10-02 15:18:52 -04:00
Vincent Biret 4e69dfd841
- adds a script to bump the minor version
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
2023-10-02 15:16:38 -04:00
Vincent Biret a410216d1b
- adds a script to prepare releases for kiota
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
2023-10-02 15:11:56 -04:00
Vincent Biret c4e664f524
- applies review feedback
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
2023-09-18 15:32:44 -04:00
Vincent Biret e970badaf5
- updates getting the scripts directory
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
2023-08-23 15:33:14 -04:00
Vincent Biret 10f664bc27
- fixes a bug where pulling the latest version of jakarta annotations would fail 2023-08-17 15:04:53 -04:00
Vincent Biret 40cd4cd004
- fixes an issue where previous minor version would be ahead of the current patch 2023-08-10 09:34:48 -04:00
Caleb Kiage 5d98fd1cdb
Rename shell to CLI (#3087)
* Rename shell to CLI
* - adds changelog entry for shell language rename

---------

Co-authored-by: Vincent Biret <vibiret@microsoft.com>
2023-08-08 17:53:22 +03:00
Vincent Biret 1c7197b86b
- removes mandatory version suffix parameter 2023-08-04 09:00:47 -04:00
Vincent Biret e9f694019e
- removes kiota web projects
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
2023-07-17 14:49:21 -04:00
Vincent Biret f77d2bd01d
- fixes environment variables setup for GHA
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
2023-07-17 11:21:14 -04:00
Vincent Biret 32c575b209
- adds missing steps to the docker image build
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
2023-07-17 10:54:23 -04:00
Vincent Biret ed8df75e20
- fixes release notes writing path
Signed-off-by: Vincent Biret <vibiret@microsoft.com>

- fixes vs code versioning to ensure official releases are always ahead even when patch number is zero

Signed-off-by: Vincent Biret <vibiret@microsoft.com>
2023-07-14 13:30:18 -04:00
Vincent Biret 3f5fdb69ae
- updates the script so it checks the presence of release notes
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
2023-07-14 13:30:18 -04:00
Vincent Biret fab855391e
- adds a script to update the suffix version in the csproj so the generator has the information
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
2023-07-14 13:30:17 -04:00
Vincent Biret 4a654ef21c
- fixes extension versionsing
Signed-off-by: Vincent Biret <vibiret@microsoft.com>

- another attempt at fixing vs code version

Signed-off-by: Vincent Biret <vibiret@microsoft.com>

- removes unnecessary split

Signed-off-by: Vincent Biret <vibiret@microsoft.com>

- another attempt at fixing vs code versionning scheme

Signed-off-by: Vincent Biret <vibiret@microsoft.com>
2023-07-14 13:30:15 -04:00
Vincent Biret 25b82ee68b
- adds retry blocks for other package managers
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
2023-07-14 13:30:14 -04:00
Vincent Biret 0af9d94033
- separates extension and kiota version fields due to limitations with the marketplace
Signed-off-by: Vincent Biret <vibiret@microsoft.com>

- fixes vs code extension versioning

Signed-off-by: Vincent Biret <vibiret@microsoft.com>
2023-07-14 13:30:04 -04:00
Vincent Biret e42cc7e15d
- adds randomization to avoid retries at the same time across matrix
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
2023-07-14 13:30:04 -04:00
Vincent Biret d2416ae7d9
- adds retry for github API in case of throttling
Signed-off-by: Vincent Biret <vibiret@microsoft.com>

- fixes information message

Signed-off-by: Vincent Biret <vibiret@microsoft.com>
2023-07-14 13:30:01 -04:00
Vincent Biret 83a733b15f
- removes version suffix argument dotnet commands
- fixes csproj configuration to account for suffix
- fixes missing environment variable for vscode publish
- fixes missing prerelease information for github release

Signed-off-by: Vincent Biret <vibiret@microsoft.com>

- fixes environment variable setup

Signed-off-by: Vincent Biret <vibiret@microsoft.com>

- fixes ps script call

Signed-off-by: Vincent Biret <vibiret@microsoft.com>
2023-07-14 13:29:59 -04:00
Vincent Biret 8cf71fd503
- adds script to get pre-release version
Signed-off-by: Vincent Biret <vibiret@microsoft.com>

- github habbits...

Signed-off-by: Vincent Biret <vibiret@microsoft.com>
2023-07-14 13:29:54 -04:00
Vincent Biret 476356e960
- adds support for ruby packages
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
2023-07-06 16:44:32 -04:00
Vincent Biret efd4beee17
- adds update for python packages
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
2023-07-06 16:43:10 -04:00
Vincent Biret 0665985a9b
- adds php support
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
2023-07-06 16:41:00 -04:00
Vincent Biret a8fb7a5f5e
- adds java update
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
2023-07-06 16:39:37 -04:00
Vincent Biret 71eec4b7b7
- adds the ability to update npm dependencies
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
2023-07-06 16:29:44 -04:00
Vincent Biret b9f173489c
- adds the ability to get go latest versions
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
2023-07-06 16:28:05 -04:00
Vincent Biret 1c44c73eea
- adds a script to update dotnet packages versions
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
2023-07-06 16:24:20 -04:00
Vincent Biret f9ab2f64d7
- adds apple entitlements
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
2023-04-17 08:34:16 -04:00
Vincent Biret a18e1117a9
- fixes release notes generation for github
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
2023-04-05 10:46:13 -04:00
Vincent Biret 838fffdb45
- another attempt at fixing script
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
2023-03-27 14:26:09 -04:00
Vincent Biret c320c866c5
- case sensitivity fix
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
2023-03-27 14:22:53 -04:00
Vincent Biret 9b319b8395
- adds missing vsce commands to pack extension
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
2023-03-27 14:01:29 -04:00
Vincent Biret fa3755d1f0
- adds extension jobs to ADO pipeline
Signed-off-by: Vincent Biret <vibiret@microsoft.com>

- fixes condition definition

- fixes ESRP connection name

- fixes zip file upload path

- adds arm64 platform for vscode extension

Signed-off-by: Vincent Biret <vibiret@microsoft.com>

- removes unecessary task

Signed-off-by: Vincent Biret <vibiret@microsoft.com>
2023-03-27 11:19:46 -04:00
Vincent Biret b9999e4aad
- moves to a script to get kiota version for ADO CI
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
2023-03-27 11:19:43 -04:00
Vincent Biret 6a8c5cd245
- switches to a local file has for updates
- remove extraneous properties

Signed-off-by: Vincent Biret <vibiret@microsoft.com>
2023-03-27 11:19:43 -04:00
Vincent Biret 07fd3869a5
- adds a script to get release notes
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
2023-03-27 11:19:42 -04:00
Vincent Biret 73b72f025e
- adds a script to refresh package download information
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
2023-03-27 11:19:41 -04:00
Caleb Kiage 49953506fe Use dotnet cli to update nuget sources 2021-12-06 11:33:41 +03:00
Vincent Biret f6d84f82d0
- fixes nuget config generation script
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
2021-10-27 09:34:16 -04:00