Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
650 commits
Select commit Hold shift + click to select a range
185397d
Add project path retrieval in AIChatAgentWizard
dan-niles Sep 1, 2025
db69b1f
fix overlay not disappearing bug and completions not clickable issue
senithkay Sep 1, 2025
37c8ef8
Use project path for search API in AddMcpServer
dan-niles Sep 1, 2025
55a1405
Enable auto-refreshing data mapper view on source code changes
madushajg Sep 1, 2025
94322e0
Merge pull request #334 from madushajg/bi-data-mapper
madushajg Sep 1, 2025
e7f7ea9
Add additional debug logs for better traceability during activation a…
axewilledge Sep 1, 2025
9048446
implement created function auto selection
senithkay Sep 1, 2025
1bb86bc
Add Import Integration Form and update WelcomeView
RadCod3 Jul 16, 2025
895182b
Add rpc to handle selecting files or folders
RadCod3 Jul 16, 2025
0aacc9a
Add tool pulling when user clicks integration option
RadCod3 Jul 17, 2025
12150c9
Make integration technologies list dynamic
RadCod3 Jul 17, 2025
a9dcf67
Hoist up tool pull progress to access from loading
RadCod3 Jul 17, 2025
a7e9544
Add initial connection to ls for tibco migrations
RadCod3 Jul 18, 2025
eb504b5
Implement complete migration flow for tibco
RadCod3 Jul 21, 2025
ae4c5a5
Update tool pull flow and add loading
RadCod3 Jul 22, 2025
0e8dada
Add migration logs/state notification support
RadCod3 Jul 22, 2025
5ab5c87
Add config json file creation and refactor
RadCod3 Jul 23, 2025
34ca42d
Add rpc to get availble migration tools
RadCod3 Jul 24, 2025
4bdf997
Make import flow a descriptive 3-step process
RadCod3 Jul 24, 2025
4dd1c3d
Add markdown styling support for report
RadCod3 Jul 31, 2025
c9d9223
Get available migration tools from language-server
RadCod3 Jul 31, 2025
95703d5
Move tool choosing logic to rpc-manager
RadCod3 Aug 5, 2025
3894f32
Add support for mule migration
RadCod3 Aug 11, 2025
d870cb6
Add code blocks in migration report
RadCod3 Aug 13, 2025
a69b0ff
Add coverage summary, autoscroll logs to report
RadCod3 Aug 14, 2025
364a53b
Support mult elementTypes in estimation scenarios
RadCod3 Aug 15, 2025
ea2f4a8
Fix progress ring not following to vscode theme
RadCod3 Aug 15, 2025
903fdb4
Add report webview and save, open buttons
RadCod3 Aug 19, 2025
3e0af47
Refactor styling and format
RadCod3 Aug 20, 2025
4f68ece
Refactor for code clarity
RadCod3 Aug 21, 2025
18dbfac
Remove manual work estimation table
RadCod3 Aug 25, 2025
c69910a
Move view report buttons to coverage overview
RadCod3 Aug 25, 2025
68e5fc3
Refactor ImportIntegrationForm UI steps
RadCod3 Aug 25, 2025
6096e47
Add back button next to primary wizard button
RadCod3 Aug 25, 2025
7c24ed2
Update wording for clearer user guidance
RadCod3 Aug 25, 2025
c7f4ffe
Update styling
RadCod3 Aug 25, 2025
c954573
Use parsed report json from api
RadCod3 Aug 26, 2025
66d82d9
Add header to migration wizard
RadCod3 Aug 26, 2025
518f091
Update report webview to open a new webview
RadCod3 Aug 26, 2025
dd33733
Extract folder picker into reusable component
RadCod3 Aug 26, 2025
a4e66fc
Support enum type migrationtool parameters
RadCod3 Aug 27, 2025
5063b95
Fix folder picker bug
RadCod3 Aug 27, 2025
2a78501
Remove step keyword from titles
RadCod3 Aug 27, 2025
0cf8204
Update report interface to match LS implementation
RadCod3 Aug 27, 2025
5d69447
Pass migration tool parameters to ls
RadCod3 Aug 27, 2025
bc821ee
Refactor tool pull flow with error handling
RadCod3 Aug 27, 2025
133fadc
Update styling for consistency
RadCod3 Aug 27, 2025
d834e0c
Pull fixed tool version to avoid breaking changes
RadCod3 Aug 29, 2025
3b65680
Add e2e test for migrations
RadCod3 Aug 31, 2025
44f05f5
Refactor for clarity
RadCod3 Aug 29, 2025
12cea99
Use ui toolkit action buttons for wizard
RadCod3 Sep 1, 2025
b5fe3f9
Add code review suggestions
RadCod3 Sep 1, 2025
6af3139
Add debug logging for error handling during Ballerina version checks
axewilledge Sep 1, 2025
915698c
Address copilot reviews
RadCod3 Sep 1, 2025
f53cf61
fix copilot review comment
senithkay Sep 1, 2025
dea37d2
fix copilot comments
senithkay Sep 1, 2025
8120118
Refactor debug logging for Ballerina extension initialization
axewilledge Sep 1, 2025
d1b1d3a
Merge pull request #335 from axewilledge/bi-1.2x
kanushka Sep 1, 2025
47a3a8d
Add correct type annotation
RadCod3 Sep 1, 2025
3e9a2e8
Enhance NodeList component support Add Data Loaders and Chunkers
kanushka Sep 1, 2025
5179936
Refactor NodeList component
kanushka Sep 1, 2025
c5ddabc
Merge branch 'main' of https://github.com/wso2/vscode-extensions into…
kanushka Sep 1, 2025
7bb38e0
Merge pull request #310 from RadCod3/bi-migrate
kanushka Sep 1, 2025
541888e
Merge branch 'main' into ai-updates-3
kanushka Sep 1, 2025
154fa86
Add debug logs for better traceability
kanushka Sep 1, 2025
ca8b505
Update ballerina extension patch version to match released version
kanushka Sep 1, 2025
f5ae342
Merge pull request #337 from kanushka/debug-logs
madushajg Sep 1, 2025
11b8af4
Update tooltip
kanushka Sep 2, 2025
933d753
Merge branch 'main' of https://github.com/wso2/vscode-extensions into…
kanushka Sep 2, 2025
babee44
Rename label to title in Ballerina toml when creating new BI package
kanushka Sep 2, 2025
d241046
Fix branch push failure
gigara Sep 2, 2025
b463f18
Fix failure notification issue
gigara Sep 2, 2025
4f06550
Merge pull request #338 from gigara/fix-pr-creation
gigara Sep 2, 2025
b691358
Refactor project creation logic to utilize ProjectRequest type. Intro…
kanushka Sep 2, 2025
6012ddf
Merge branch 'main' of https://github.com/wso2/vscode-extensions into…
kanushka Sep 2, 2025
b8bbbc2
Update descriptions in ProjectFormFields for clarity and conciseness.
kanushka Sep 2, 2025
111c14c
Merge branch 'main' of https://github.com/wso2/vscode-extensions into…
kanushka Sep 2, 2025
e8e42af
Refactor category conversion functions to use a unified icon factory …
kanushka Sep 2, 2025
8b927d5
Merge branch 'main' into migrate-to-search-api-for-agent-creation
dan-niles Sep 2, 2025
2a823aa
Allign graphql icon in design diagram view
samithkavishke Sep 2, 2025
3704b35
Merge branch 'ai-updates-3' of https://github.com/kanushka/vscode-ext…
kanushka Sep 2, 2025
60a13a6
Enable go-to-source from data mapper expression bar
madushajg Sep 2, 2025
abf39ab
Merge branch 'main' into ai-updates-3
kanushka Sep 2, 2025
4a5b3c1
Update expandArrayFn call to use targetMappedPort inputs instead of s…
KCSAbeywickrama Sep 2, 2025
0907952
Rename inline-data-mapper -> data-mapper
madushajg Sep 2, 2025
5ed76e4
Merge branch 'main' into issue-653
sachiniSam Sep 2, 2025
5e09207
Merge pull request #336 from kanushka/ai-updates-3
kanushka Sep 2, 2025
231a491
Merge branch 'main' into issue-653
sachiniSam Sep 2, 2025
8aef193
Merge branch 'main' into new-project-page
kanushka Sep 2, 2025
22ccb20
Merge branch 'main' into initial-page-rewamp
kanushka Sep 2, 2025
c42fbb7
Merge pull request #340 from samithkavishke/issue-653
sachiniSam Sep 2, 2025
701fe12
Merge branch 'main' into initial-page-rewamp
sachiniSam Sep 2, 2025
dbe3894
Support Reusable DataMapper to the New LS APIs
VellummyilumVinoth Sep 2, 2025
79093db
Merge branch 'main' of https://github.com/wso2/vscode-extensions into…
kanushka Sep 2, 2025
73f9ef2
Merge pull request #341 from KCSAbeywickrama/bi-dm-inner-focus-link-disp
madushajg Sep 2, 2025
318f1de
Merge pull request #326 from kanushka/initial-page-rewamp
kanushka Sep 2, 2025
334abc7
Merge branch 'main' into new-project-page
kanushka Sep 2, 2025
4145ead
Merge remote-tracking branch 'upstream/bi-data-mapper' into refactor-…
VellummyilumVinoth Sep 2, 2025
4c9e8b2
Improve connector view flow
kaumini Sep 2, 2025
f34ccdf
Merge branch 'connectorCurrentOrgUI' of https://github.com/kaumini/vs…
kaumini Sep 2, 2025
442483c
Fix overlay issue
kaumini Sep 2, 2025
1399df5
Merge branch 'main' into connectorCurrentOrgUI
kaumini Sep 2, 2025
3d5be5b
Merge branch 'main' of https://github.com/wso2/vscode-extensions into…
senithkay Sep 2, 2025
42f43f7
Merge pull request #329 from kanushka/new-project-page
kanushka Sep 2, 2025
8f2ec31
Add navigation support to PanelManager and FormGenerator components
dan-niles Sep 2, 2025
e0bec7e
Update ConnectionSelector config with vector store, embedding provide…
dan-niles Sep 2, 2025
87533ae
Update VectorKnowledgeBaseForm to navigate to connection selection fo…
dan-niles Sep 2, 2025
fc5bbac
Enhance NodeList component by adding new categories: Model Providers,…
kanushka Sep 2, 2025
4b29c06
Merge pull request #332 from VellummyilumVinoth/refactor-reusable
madushajg Sep 2, 2025
a9ddcf4
Merge remote-tracking branch 'upstream/bi-data-mapper' into bi-data-m…
madushajg Sep 2, 2025
e918191
Avoid sourcemaps in production build
gigara Sep 2, 2025
815918b
Add navigation support to EditConnectionWizard for connection selecti…
dan-niles Sep 2, 2025
5f1da66
Add updateNodeLineRange utility to manage line range updates for sele…
dan-niles Sep 2, 2025
be03435
Refactor NodeList component to streamline category handling by utiliz…
kanushka Sep 2, 2025
d2479e5
Merge branch 'main' into side-panel-update
kanushka Sep 2, 2025
8de5f01
Refactor ConnectionConfig to replace onCreateNew with onNavigateToSel…
dan-niles Sep 2, 2025
82b16d4
Update VectorKnowledgeBaseForm to enhance form validation
dan-niles Sep 2, 2025
3963e47
Refactor VectorKnowledgeBaseForm to simplify form validation logic
dan-niles Sep 2, 2025
722a58c
Merge branch 'main' into ai-updates-3
dan-niles Sep 2, 2025
494b0cb
Merge pull request #342 from madushajg/bi-data-mapper
madushajg Sep 2, 2025
6ccdeab
Merge pull request #330 from kanushka/side-panel-update
madushajg Sep 2, 2025
897f701
Merge branch 'main' into ai-updates-3
dan-niles Sep 2, 2025
d800647
Merge branch 'main' into bi-packge-size-fix
gigara Sep 2, 2025
0b398fa
Merge remote-tracking branch 'upstream/main' into migrate-to-search-a…
dan-niles Sep 2, 2025
fed849b
Merge pull request #344 from gigara/bi-packge-size-fix
gigara Sep 2, 2025
7faca5e
Merge branch 'main' into ai-updates-3
kanushka Sep 2, 2025
5bad56d
Remove searchNodes utility function from AI agent components
dan-niles Sep 2, 2025
7012f12
Merge remote-tracking branch 'upstream/main' into bi-data-mapper
madushajg Sep 2, 2025
0b86128
Merge pull request #346 from madushajg/bi-data-mapper
madushajg Sep 2, 2025
763b692
Update getConnectionKind to return undefined explicitly for unrecogni…
dan-niles Sep 2, 2025
feae4b1
Refactor chunker default value assignment to use a constant
dan-niles Sep 2, 2025
08173b1
Merge branch 'main' into migrate-to-search-api-for-agent-creation
dan-niles Sep 2, 2025
a872d1e
Merge pull request #339 from dan-niles/ai-updates-3
kanushka Sep 2, 2025
088b868
Add padding and improve custom connector description
kaumini Sep 2, 2025
6da994b
Merge branch 'main' of https://github.com/wso2/vscode-extensions into…
kaumini Sep 2, 2025
1d5c713
Merge branch 'main' into migrate-to-search-api-for-agent-creation
dan-niles Sep 3, 2025
4ed410d
Modify the options for string value creation
senithkay Sep 3, 2025
3bede74
Add advanced AI nodes configuration and filtering logic
kanushka Sep 3, 2025
d7513a3
Add DATA_LOADER and CHUNKER node types with corresponding icons
kanushka Sep 3, 2025
58f4f26
Merge pull request #272 from dan-niles/migrate-to-search-api-for-agen…
kanushka Sep 3, 2025
0583b80
Add sx to button card
kaumini Sep 3, 2025
aeaee12
Merge branch 'main' into side-panel-updates-2
kanushka Sep 3, 2025
7fdd57c
Resolve PR comment
senithkay Sep 3, 2025
38126b3
Revert button card change
kaumini Sep 3, 2025
ff71604
Update workspaces/ballerina/ballerina-extension/package.json
kanushka Sep 3, 2025
5a31d6d
Merge pull request #347 from kanushka/side-panel-updates-2
kanushka Sep 3, 2025
e79951c
Directly open custom connectors tab on tree view custom ocnnectors pl…
kaumini Sep 3, 2025
3b75f80
Merge branch 'main' into issue-246-2
samithkavishke Sep 3, 2025
e8f8121
Merge pull request #247 from samithkavishke/issue-246-2
sachiniSam Sep 3, 2025
a5a4571
Merge remote-tracking branch 'upstream/main' into bi-data-mapper
madushajg Sep 3, 2025
96d41d0
Merge pull request #350 from madushajg/bi-data-mapper
madushajg Sep 3, 2025
c706a48
Merge branch 'main' into bi-data-mapper
madushajg Sep 3, 2025
ea90457
Enhance WSL support and add isWSL utility function for better environ…
axewilledge Sep 3, 2025
5c6f34c
Merge pull request #351 from axewilledge/bi-1.2x
kanushka Sep 3, 2025
2946068
Merge branch 'main' into connectorCurrentOrgUI
kanushka Sep 3, 2025
3910ea3
Merge pull request #343 from kaumini/connectorCurrentOrgUI
kanushka Sep 3, 2025
667da34
Merge remote-tracking branch 'upstream/main' into bi-data-mapper
madushajg Sep 3, 2025
2e6c282
Merge branch 'main' into resourceAccColors
kanushka Sep 3, 2025
f90b633
Merge remote-tracking branch 'upstream/bi-data-mapper' into bi-data-m…
madushajg Sep 3, 2025
3bf17bd
Merge branch 'main' of https://github.com/wso2/vscode-extensions into…
senithkay Sep 3, 2025
95b2208
Merge branch 'main' into bi-data-mapper
madushajg Sep 3, 2025
1f1ab26
fix merge issues
senithkay Sep 3, 2025
8332740
Merge pull request #306 from kaumini/resourceAccColors
kanushka Sep 3, 2025
6aa4e7f
Merge branch 'main' into merge-new-helper-1
kanushka Sep 3, 2025
05d49f3
Merge branch 'main' into bi-data-mapper
madushajg Sep 3, 2025
2ff4b1e
Merge branch 'main' into mi
ChinthakaJ98 Sep 3, 2025
31bc430
Merge pull request #345 from wso2/bi-data-mapper
madushajg Sep 3, 2025
0abdc82
Enhance getFilteredMappings function to include isElement parameter f…
madushajg Sep 3, 2025
116ba02
Merge branch 'main' into bi-data-mapper
madushajg Sep 3, 2025
df60710
Merge branch 'main' of https://github.com/wso2/vscode-extensions into…
senithkay Sep 3, 2025
cd43482
Merge branch 'merge-new-helper-1' of https://github.com/senithkay/vsc…
senithkay Sep 3, 2025
e1a1911
Merge branch 'main' into mi
ChinthakaJ98 Sep 3, 2025
ec3746a
Merge pull request #352 from madushajg/bi-data-mapper
kanushka Sep 3, 2025
bcdb79e
Merge branch 'main' into merge-new-helper-1
kanushka Sep 3, 2025
3e48148
Merge branch 'main' into mi
ChinthakaJ98 Sep 3, 2025
df79eff
Implement doc generation
AzeemMuzammil Sep 1, 2025
f513ce3
Merge pull request #311 from senithkay/merge-new-helper-1
kanushka Sep 3, 2025
6e5d6e5
Merge branch 'main' into feat/doc-gen-new
kanushka Sep 3, 2025
3079e4d
Merge pull request #333 from AzeemMuzammil/feat/doc-gen-new
kanushka Sep 3, 2025
3a61c4a
Merge remote-tracking branch 'upstream/main' into bi-1.2x
axewilledge Sep 3, 2025
dfa0fd0
Merge pull request #355 from axewilledge/bi-1.2x
kanushka Sep 3, 2025
8085f0b
Update project name retrieval logic to prioritize title from ballerin…
axewilledge Sep 3, 2025
d2c55e8
Merge branch 'main' into project-name
kanushka Sep 3, 2025
0063c9b
Support array parameters
VellummyilumVinoth Sep 3, 2025
d43c1ea
Merge branch 'main' into array-parameter
VellummyilumVinoth Sep 3, 2025
072413a
Merge pull request #356 from axewilledge/project-name
axewilledge Sep 3, 2025
9cf105c
Merge branch 'main' into array-parameter
VellummyilumVinoth Sep 3, 2025
9a6336e
Merge pull request #349 from VellummyilumVinoth/array-parameter
madushajg Sep 3, 2025
5d3e8a0
fix variable creation form variable name reset on type change
senithkay Sep 3, 2025
28b11f8
Merge branch 'main' into mi
ChinthakaJ98 Sep 3, 2025
735df05
Merge branch 'main' into fix-variable-reset
kanushka Sep 3, 2025
bbb2d55
Merge pull request #301 from gigara/mi
ChinthakaJ98 Sep 3, 2025
daa9318
Add min width the left panel in connection view
kaumini Sep 3, 2025
fbe5522
Merge branch 'main' into connectorCurrentOrgUI
kaumini Sep 3, 2025
5de8e81
Merge branch 'main' into fix-variable-reset
madushajg Sep 3, 2025
2f4b56d
Fix missing handleOnFormSubmit function signature
kanushka Sep 3, 2025
6ef982b
Merge pull request #359 from senithkay/fix-variable-reset
kanushka Sep 3, 2025
138ea19
Merge branch 'main' into connectorCurrentOrgUI
kanushka Sep 3, 2025
5cf1ef8
Fix missing side panel close functionality when form submit
kanushka Sep 3, 2025
fa8db0e
fix variables label trimming issue
senithkay Sep 3, 2025
4ddd177
Merge pull request #360 from kaumini/connectorCurrentOrgUI
kanushka Sep 3, 2025
fb16414
Refactor side panel close functionality to fetch updated flow model
kanushka Sep 3, 2025
253a599
Update MatchNodeWidget to display condition value in description
kanushka Sep 3, 2025
a41c17f
fix padding issue in functions list
senithkay Sep 3, 2025
00c3528
Merge branch 'main' into side-panel-update-2
kanushka Sep 3, 2025
d7ce078
Remove unused imports from FlowDiagram component
kanushka Sep 3, 2025
ba76fad
Add utility method to convert a string to hash
chathuranga-jayanath-99 Sep 3, 2025
cf83d83
Merge branch 'side-panel-update-2' of https://github.com/kanushka/vsc…
kanushka Sep 3, 2025
f6cf21a
Identify project directory containing fetched dependencies using proj…
chathuranga-jayanath-99 Sep 3, 2025
6083c26
Update workspaces/ballerina/ballerina-visualizer/src/views/BI/HelperP…
kanushka Sep 3, 2025
031e5c0
Merge pull request #364 from kanushka/side-panel-update-2
kanushka Sep 3, 2025
f1cb496
Merge branch 'main' into fix-var-label-trim
kanushka Sep 3, 2025
d0688dd
Merge pull request #363 from senithkay/fix-var-label-trim
kanushka Sep 4, 2025
2a82c99
Change the lineposition of the graphql service
samithkavishke Sep 4, 2025
6d0ff75
Merge branch 'main' into issue-1089
samithkavishke Sep 4, 2025
4a56348
Remove backup of ballerina-language-server-1.1.1.jar
kanushka Sep 4, 2025
39431e2
Add "Current Integration" to default expanded categories
kanushka Sep 4, 2025
b5f363e
Prevent adding disabled nodes in NodeList component
kanushka Sep 4, 2025
97e66af
Merge branch 'main' into fix-same-name-load-dependencies
chathuranga-jayanath-99 Sep 4, 2025
7fbc1cc
Enhance NodeList component with tooltips for node descriptions and im…
kanushka Sep 4, 2025
203797f
Merge pull request #366 from samithkavishke/issue-1089
axewilledge Sep 4, 2025
6e8363f
Merge branch 'main' into side-panel-update-2
kanushka Sep 4, 2025
808e6c1
Address reviewed comments
chathuranga-jayanath-99 Sep 4, 2025
d64259d
Merge branch 'fix-same-name-load-dependencies' of https://github.com/…
chathuranga-jayanath-99 Sep 4, 2025
76af934
Merge branch 'main' into fix-same-name-load-dependencies
chathuranga-jayanath-99 Sep 4, 2025
130f277
Merge pull request #368 from kanushka/side-panel-update-2
kanushka Sep 4, 2025
5033693
Add focusedView option to the types
samithkavishke Sep 4, 2025
dbb369f
Merge branch 'main' into issue-1042
sachiniSam Sep 4, 2025
9e93a5c
Remove redundant dir existence check
chathuranga-jayanath-99 Sep 4, 2025
b88aa7a
Use method provided with crypto to convert hash to hex
chathuranga-jayanath-99 Sep 4, 2025
e6826b2
Merge branch 'fix-same-name-load-dependencies' of https://github.com/…
chathuranga-jayanath-99 Sep 4, 2025
6ec4e53
Merge branch 'main' into fix-same-name-load-dependencies
chathuranga-jayanath-99 Sep 4, 2025
b90db48
Merge pull request #370 from samithkavishke/issue-1042
sachiniSam Sep 4, 2025
c7c6dd8
Fix rendering 'Open in Data Mapper' button for new variables
madushajg Sep 4, 2025
02ef097
Merge branch 'main' into main
KCSAbeywickrama Sep 4, 2025
493b54b
Merge branch 'main' into fix-same-name-load-dependencies
ChinthakaJ98 Sep 4, 2025
c3ef633
Merge pull request #365 from chathuranga-jayanath-99/fix-same-name-lo…
ChinthakaJ98 Sep 4, 2025
cc25d34
Add Datamapper Migration Feature
ravindu25 Sep 4, 2025
c412d94
Merge branch 'main' into datamapper-migration
ravindu25 Sep 4, 2025
40c6b00
Merge branch 'main' into main
madushajg Sep 4, 2025
8392cc2
Fix Formatting
ravindu25 Sep 4, 2025
eb58ee9
Merge branch 'datamapper-migration' of https://github.com/ravindu25/v…
ravindu25 Sep 4, 2025
f8ff2db
Merge pull request #372 from madushajg/main
madushajg Sep 4, 2025
6337a3e
Fix reviewed changes
ravindu25 Sep 4, 2025
40935cb
Suport union in ExpandedDMModel
VellummyilumVinoth Sep 4, 2025
6e6ee5f
Merge branch 'main' into union-expanddm
VellummyilumVinoth Sep 4, 2025
caf8147
Merge pull request #375 from VellummyilumVinoth/union-expanddm
madushajg Sep 4, 2025
9be995f
Merge branch 'main' into datamapper-migration
ChinthakaJ98 Sep 4, 2025
0dbddb6
Merge pull request #374 from ravindu25/datamapper-migration
ChinthakaJ98 Sep 4, 2025
9d59565
Update version to micro-integrator-2.4.125090413
choreo-cicd Sep 4, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 3 additions & 2 deletions .github/actions/pr/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,10 @@ runs:
shell: bash
id: commit
run: |
mv .git/config .git/config-old
git remote add origin https://${{ inputs.bot_token }}@github.com/${{ github.repository }}.git
git diff --staged --quiet || git commit -m "Update version to ${{ inputs.version }}"
git checkout -b "${{ inputs.version }}"
git remote set-url origin https://${{ inputs.bot_username }}:${{ inputs.bot_token }}@github.com/$GITHUB_REPOSITORY.git
git tag ${{ inputs.version }}
git push origin "refs/heads/${{ inputs.version }}" "refs/tags/${{ inputs.version }}"
baseBranch=""
Expand All @@ -119,7 +120,7 @@ runs:
pr=$(gh pr create -B "$baseBranch" -H "${{ inputs.version }}" --title "Merge \"${{ inputs.version }}\" into \"$baseBranch\"" --body '$subject')
echo "prURL=$pr" >> $GITHUB_OUTPUT
env:
GITHUB_TOKEN: ${{ inputs.bot_token }}
GH_TOKEN: ${{ inputs.bot_token }}

- name: "PR Notification"
shell: bash
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-vsix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ jobs:
if: ${{ always() && contains(needs.*.result, 'failure') && github.repository == 'wso2/vscode-extensions'}}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: "Failure Notification"
uses: ./.github/actions/failure-notification
with:
Expand Down
Loading
Loading