Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
aabe91f
Resolved failing Unit Test Cases
cx-aniket-shinde Jan 22, 2026
08bb095
Resolved failing Unit Test Cases
cx-aniket-shinde Jan 22, 2026
9749785
fixed the alignments of values in last updated and actions columns
cx-atish-jadhav Jan 27, 2026
e7bce6d
refactor: optimize CxIgnoredFindings.java and fix IDE warnings
cx-atish-jadhav Jan 27, 2026
3ce2c62
fix: prevent duplicate 'Session Expired' notifications on logout (AST…
cx-atish-jadhav Jan 27, 2026
2ff3138
fix(ui): update promotional panel for scan results and CxOne findings…
cx-atish-jadhav Jan 29, 2026
e060a63
Resolved integration test cases and UI issue for split panel
cx-aniket-shinde Jan 29, 2026
13fb9c4
Merge branch 'other/ui_fixes' of https://github.com/Checkmarx/ast-jet…
cx-aniket-shinde Jan 29, 2026
1006c31
- initial project setup with multi module AST-133066
cx-anand-nandeshwar Feb 2, 2026
99f26d0
- initial project setup with multi module AST-133066
cx-anand-nandeshwar Feb 2, 2026
4602d80
- Added gradle.properties file to maintain the versions and default v…
cx-anand-nandeshwar Feb 2, 2026
d6aa325
- updated plugin id and name for devassist
cx-anand-nandeshwar Feb 2, 2026
783a3eb
- Added common classes to common-lib AST-133373
cx-anand-nandeshwar Feb 2, 2026
988aedf
- Added common classes to common-lib AST-133373
cx-anand-nandeshwar Feb 2, 2026
805fbf1
- Mirated devassit feature backed classes to devassist-lib AST-133401
cx-anand-nandeshwar Feb 3, 2026
088699d
- Mirated devassist feature backed classes to devassist-lib AST-133401
cx-anand-nandeshwar Feb 3, 2026
250e8d3
- Added icons to common-lib
cx-anand-nandeshwar Feb 3, 2026
f8ee88f
- Migrated required classes to plugin-ignite and checkmarx-ast plugin…
cx-anand-nandeshwar Feb 3, 2026
8b42aa7
- Refactor code, migrate common classes and fixed the plugin issues A…
cx-anand-nandeshwar Feb 4, 2026
ed38b63
Merge branch 'feature/project_ignite_AST-131708' of https://github.co…
cx-anand-nandeshwar Feb 4, 2026
9916841
- Refactor code, migrate common classes and fixed the plugin issues A…
cx-anand-nandeshwar Feb 4, 2026
d592606
- Organized imports
cx-anand-nandeshwar Feb 4, 2026
5720327
- Migrated devassist unit cases to devassist-lib and fixed imports - …
cx-anand-nandeshwar Feb 4, 2026
95eb6f0
- Added scan registration code on project open
cx-anand-nandeshwar Feb 5, 2026
c99a748
- Added settings classes for plugin-ignite AST-133784
cx-anand-nandeshwar Feb 5, 2026
0f00e77
- Renamed project listener class to dev assist and register for check…
cx-anand-nandeshwar Feb 5, 2026
d77f5ab
- Added settings classes for plugin-ignite AST-133784
cx-anand-nandeshwar Feb 5, 2026
d11ad90
- Migrate realtime settings classes and created required classes for …
cx-anand-nandeshwar Feb 6, 2026
a316d22
- Refactor Code, and created common methods for common code
cx-anand-nandeshwar Feb 6, 2026
c5c816e
- Move Settings UI classes specific to the plugins and refactor code
cx-anand-nandeshwar Feb 6, 2026
f05013c
- Move Settings UI classes specific to the plugins and refactor code
cx-anand-nandeshwar Feb 6, 2026
05ccf46
- Refactor code to support dynamic plugin tool window
cx-anand-nandeshwar Feb 6, 2026
2496b33
- Implemented API key-based authentication only AST-133070
cx-anand-nandeshwar Feb 9, 2026
da92ea3
- Added readme file
cx-anand-nandeshwar Feb 9, 2026
a4e7a2b
- Refactor and move CustomResultState class from common-lib to checkm…
cx-anand-nandeshwar Feb 9, 2026
7465961
- Changes for API key based authentication AST-134174
cx-anand-nandeshwar Feb 9, 2026
160bdc4
- Fixed imports for test classes
cx-anand-nandeshwar Feb 9, 2026
aeece97
- Updated name from Checkmarx to Checkmarx Developer Assist in settin…
cx-anand-nandeshwar Feb 9, 2026
41afb14
fix(tests): resolve import errors and path issues in plugin-checkmarx…
cx-atish-jadhav Feb 10, 2026
8314ece
- Updated name from Checkmarx to Checkmarx Developer Assist in welcom…
cx-anand-nandeshwar Feb 10, 2026
cc82b76
Merge branch 'feature/project_ignite_AST-131708' of https://github.co…
cx-anand-nandeshwar Feb 10, 2026
a71ceaf
- Updated ast build.gradle configuration for ui test cases support
cx-anand-nandeshwar Feb 10, 2026
5b79ba3
- Moved Results class to commands package
cx-anand-nandeshwar Feb 10, 2026
7c9f1fa
- Updated .gitignore to exclude .claude files
cx-amol-mane Feb 11, 2026
30bc4bb
Enhance GitHub workflow permissions by adding write access for packag…
cx-amol-mane Feb 11, 2026
bbd0f9c
Update GitHub workflow to run integration tests conditionally and imp…
cx-amol-mane Feb 11, 2026
96984d5
Enhance GitHub workflow to support dynamic base branch input and fall…
cx-amol-mane Feb 24, 2026
d254a56
Update AST CLI Java Wrapper to version 2.4.19
invalid-email-address Feb 24, 2026
876841a
Merge pull request #412 from Checkmarx/other/update_java_wrapper_2.4.19
cx-anurag-dalke Feb 24, 2026
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
  •  
  •  
  •  
23 changes: 18 additions & 5 deletions .github/workflows/manual-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,16 @@ name: Manual Tag Creation
on:
workflow_dispatch:
inputs:
tag:
description: 'Next release tag'
plugin:
description: 'Which plugin to tag'
required: true
type: choice
options:
- checkmarx-ast
- ignite
default: 'checkmarx-ast'
version:
description: 'Version number (e.g. 2.4.0)'
required: true

jobs:
Expand All @@ -15,12 +23,17 @@ jobs:
uses: actions/checkout@v4
with:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
- name: Tag
- name: Create and push tag
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
run: |
echo ${{ github.event.inputs.tag }}
tag=${{ github.event.inputs.tag }}
if [[ "${{ github.event.inputs.plugin }}" == "checkmarx-ast" ]]; then
tag="ast-v${{ github.event.inputs.version }}"
elif [[ "${{ github.event.inputs.plugin }}" == "ignite" ]]; then
tag="ignite-v${{ github.event.inputs.version }}"
fi

echo "Creating tag: ${tag}"
message='New release'
git config user.name "${GITHUB_ACTOR}"
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
Expand Down
14 changes: 8 additions & 6 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,19 @@ jobs:
set_tag:
runs-on: ubuntu-latest
outputs:
tag_name: ${{ steps.tagname.outputs.tag_name }}
tag_version: ${{ steps.tagname.outputs.tag_version }}
steps:
- name: Create tagname
run: echo "tag_name=2.0.$(date +%s)" >> "$GITHUB_OUTPUT"
- name: Create version
run: echo "tag_version=2.0.$(date +%s)" >> "$GITHUB_OUTPUT"
id: tagname
- name: Print tagname
run: echo "created tag ${{ steps.tagname.outputs.tag_name }}"
- name: Print version
run: echo "created version ${{ steps.tagname.outputs.tag_version }}"
nightly:
needs: set_tag
uses: Checkmarx/ast-jetbrains-plugin/.github/workflows/release.yml@main
with:
tag: ${{ needs.set_tag.outputs.tag_name }}
plugin: "both"
ast_version: ${{ needs.set_tag.outputs.tag_version }}
ignite_version: ${{ needs.set_tag.outputs.tag_version }}
rchannels: "nightly"
secrets: inherit
Loading