maliming
99406aa677
Run resolve-comment step on success regardless of changed-file count
5 days ago
maliming
3e6dad4a6f
Post PR comment from github-actions bot when docs syntax check fails
5 days ago
maliming
7ec73fcdbe
Add docs syntax check workflow for docs/en Markdown
5 days ago
selman koc
316dab4bbc
Update workflow to merge dev with rel-10.4
3 weeks ago
selman koc
ae5aa2496f
Update workflow to merge rel-10.4 with rel-10.3
3 weeks ago
selmankoc
585f973bfe
Add PowerShell installation step to build-and-test workflow
Co-authored-by: Copilot <copilot@github.com>
3 weeks ago
selmankoc
9af9b865b7
Enhance GitHub workflows: add concurrency settings to angular.yml, build-and-test.yml, codeql-analysis.yml, and image-compression.yml; update cancel-workflow.yml comments
Co-authored-by: Copilot <copilot@github.com>
3 weeks ago
selmankoc
6c13f1a0dc
Update GitHub workflows: enhance build-and-test.yml with concurrency and caching, and disable cancel-workflow.yml
3 weeks ago
maliming
06e1d551d2
Handle git ls-remote error codes explicitly
1 month ago
maliming
d9672968d4
Use exact ref path and --exit-code for git ls-remote tag check
1 month ago
maliming
fc86247ce8
Use git ls-remote instead of git tag -l for tag existence check
1 month ago
maliming
b0517bc771
Fix fetch-tags in dependency change detector workflow
1 month ago
maliming
9d46030cb7
Bump patch version in dependency change detector when tag exists
1 month ago
Ma Liming
62923ba2c4
Update branch reference in auto-pr workflow
Change the branch reference from 'rel-10.3' to 'dev' in the workflow.
1 month ago
selman koc
380cf8023a
Update workflow to merge dev with rel-10.3
2 months ago
selman koc
1de4757716
Update workflow to merge rel-10.3 with rel-10.2
2 months ago
selman koc
0f84f3277d
Refine target branch detection in update-studio-docs workflow
Updated target branch handling in workflow to allow auto-detection from the latest stable ABP release if not provided.
2 months ago
maliming
fb23d80440
test: add coverage for extract_preamble in update_dependency_changes tests
2 months ago
maliming
dacda7721c
fix: preserve doc preamble and normalize preview version in update_dependency_changes script
- Add extract_preamble() to retain SEO metadata before the heading when rewriting the doc
- Add normalize_version() to map -preview suffix to -rc.1 (preview == RC1 in ABP versioning)
- Add unit tests (Test 17-19) covering preview, rc.N, and stable version normalization
2 months ago
selman koc
da854a69e5
Update auto PR workflow to merge dev with rel-10.2
3 months ago
selman koc
0ed306bf4a
Update workflow to merge rel-10.2 with rel-10.1
3 months ago
Ma Liming
d6d4dc3ad9
Update GitHub token in workflow for PR labeling
3 months ago
selman koc
43fc3f1390
Enhance release notes processing with aggressive cleaning
Updated the script to use aggressive cleaning on raw release notes and improved the filtering logic for better output.
3 months ago
selman koc
9b02e85078
Refactor AI notes handling and version mapping extraction
Updated the AI response handling and improved raw notes cleaning process. Enhanced version mapping table extraction and file writing to preserve all content.
3 months ago
selman koc
85fcc30ce8
Refactor release notes handling in workflow
Updated the workflow to save release notes to an environment variable instead of a temporary file. Adjusted validation and fallback mechanisms accordingly.
3 months ago
selman koc
8b088ce305
Add workflow_dispatch inputs for studio docs update
3 months ago
selmankoc
969fb608f7
feat(workflow): add step to fetch latest stable ABP version and update version mapping logic
3 months ago
selmankoc
5326e43c68
refactor(workflow): enhance payload validation and improve documentation update process in update-studio-docs workflow
3 months ago
selmankoc
042faacb3c
refactor(workflow): streamline payload validation and enhance release notes processing in update-studio-docs workflow
3 months ago
maliming
980ff08a3f
fix: improve error handling and validation in update_dependency_changes.py and update workflow fetch depth
3 months ago
maliming
7e6bdb677f
fix: enhance error handling and improve document generation in Nuget Packages Version Change Detector workflow
3 months ago
maliming
d5ac962494
fix: improve merge_changes logic for handling added and removed packages
3 months ago
maliming
f0f770a4df
feat: add Nuget Packages Version Change Detector workflow
3 months ago
selman koc
f7fa127c1e
Update .github/workflows/update-studio-docs.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
3 months ago
selmankoc
8ce2e42991
fix(workflow): improve payload validation in update-studio-docs workflow
3 months ago
selmankoc
a2da24aad3
refactor(workflow): enhance validation and documentation update process for ABP Studio
3 months ago
selmankoc
1103119c5e
fix(docs): prevent duplicate entries in release notes and version mapping
3 months ago
selmankoc
c13a9e793d
Add GitHub Actions workflow to automate ABP Studio documentation updates
3 months ago
Ma Liming
a215fe35b1
Remove reviewer from auto PR configuration
Removed specific reviewer assignment from auto PR workflow.
4 months ago
Ma Liming
5d9cca745b
Delete .github/pr-review.instructions.md
Copilot doesn't support these instructions. : (
4 months ago
Ma Liming
ed39030ddb
Revise PR review instructions for clarity and scope
Updated instructions for reviewing pull requests to clarify the scope and expectations for human-authored changes.
4 months ago
Ma Liming
75ec207f88
Add instructions for reviewing pull requests
4 months ago
İsmail ÇAĞDAŞ
adab0ae387
added AI guidelines for ABP Framework itself for Cursor and Copilot
4 months ago
selman koc
7be2bfa46e
Update GitHub Actions workflow for branch merging
5 months ago
selman koc
0c006810bd
Update workflow to merge rel-10.1 with rel-10.0
5 months ago
Ma Liming
ba7c545e1f
Update build-and-test.yml
6 months ago
SALİH ÖZKARA
94b2f5b042
Refactor SEO workflow to use GitHub API for changed files
Replaces git diff logic with GitHub API to reliably detect added/modified markdown files in docs/en/ from merged PRs. Improves branch creation and file processing steps, ensuring only relevant files are handled for SEO updates.
7 months ago
SALİH ÖZKARA
da2d2924ba
Refactor SEO description script and update workflow
Improved modularity and readability of add_seo_descriptions.py by refactoring functions, enhancing block handling, and adding statistics saving. Updated auto-add-seo.yml to correctly detect changed markdown files using PR head and base SHAs for more accurate file selection.
7 months ago
Ma Liming
cc19a9a8b3
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
7 months ago
SALİH ÖZKARA
fec0ee858a
Improve SEO description handling in script
Enhanced the detection and updating of SEO description blocks in add_seo_descriptions.py. The script now checks for the presence and non-emptiness of the Description field, and updates or inserts the SEO block as needed, handling invalid JSON gracefully.
7 months ago