FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
DX | 05-01-2026 | Release by reeshika-h · Pull Request #247 · contentstack/contentstack-java · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
contentstack
/
contentstack-java
Public
Notifications
You must be signed in to change notification settings
Fork
3
Star
4
Code
Issues
0
Pull requests
6
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
DX | 05-01-2026 | Release
- #247
#247
Merged
harshithad0703
merged 65 commits into
master
contentstack/contentstack-java:master
from
staging
contentstack/contentstack-java:staging
Copy head branch name to clipboard
Jan 5, 2026
Conversation
Commits
65
(65)
Checks
Files changed
Merged
DX | 05-01-2026 | Release
#247
harshithad0703
merged 65 commits into
master
contentstack/contentstack-java:master
from
staging
contentstack/contentstack-java:staging
Copy head branch name to clipboard
Commits
Commits on Nov 3, 2025
feat: Separate unit/API tests and enhance integration test coverage
Show description for 705d3f8
harshitha-cstk
committed
705d3f8
View commit details
Copy full SHA for 705d3f8
Browse repository at this point
Commits on Nov 4, 2025
refactor: Update pom.xml
harshitha-cstk
committed
0ce9568
View commit details
Copy full SHA for 0ce9568
Browse repository at this point
update pom.xml
harshitha-cstk
committed
73b35da
View commit details
Copy full SHA for 73b35da
Browse repository at this point
Merge pull request #243 from contentstack/master
Show description for 2c41f13
reeshika-h
authored
2c41f13
View commit details
Copy full SHA for 2c41f13
Browse repository at this point
Commits on Nov 6, 2025
Add comprehensive unit tests for Asset class
harshitha-cstk
committed
b8796d7
View commit details
Copy full SHA for b8796d7
Browse repository at this point
Add comprehensive unit tests for AssetLibrary
harshitha-cstk
committed
d2fc99b
View commit details
Copy full SHA for d2fc99b
Browse repository at this point
Add comprehensive unit tests for AssetModel and AssetsModel classes
harshitha-cstk
committed
eb6484b
View commit details
Copy full SHA for eb6484b
Browse repository at this point
Add comprehensive unit tests for Config and Contentstack classes
harshitha-cstk
committed
bd79c49
View commit details
Copy full SHA for bd79c49
Browse repository at this point
Add comprehensive unit tests for ContentType class
harshitha-cstk
committed
0f43c93
View commit details
Copy full SHA for 0f43c93
Browse repository at this point
Add unit tests for AssetModel constructor with isArray=false and tags support
harshitha-cstk
committed
b82f8ff
View commit details
Copy full SHA for b82f8ff
Browse repository at this point
Add comprehensive unit tests for ContentTypesCallback class
harshitha-cstk
committed
aa4b7c2
View commit details
Copy full SHA for aa4b7c2
Browse repository at this point
Add comprehensive unit tests for ContentTypesModel class
harshitha-cstk
committed
9d43c94
View commit details
Copy full SHA for 9d43c94
Browse repository at this point
Add comprehensive unit tests for CSBackgroundTask constructors with various parameters and scenarios
harshitha-cstk
committed
d693805
View commit details
Copy full SHA for d693805
Browse repository at this point
Add comprehensive unit tests for CSConnectionPool and CSConnectionRequest classes
harshitha-cstk
committed
9e7dda5
View commit details
Copy full SHA for 9e7dda5
Browse repository at this point
Add comprehensive unit tests for CSHttpConnection class
harshitha-cstk
committed
c129863
View commit details
Copy full SHA for c129863
Browse repository at this point
Add comprehensive unit tests for EntriesModel class
harshitha-cstk
committed
c06d44a
View commit details
Copy full SHA for c06d44a
Browse repository at this point
Add comprehensive unit tests for Entry class
harshitha-cstk
committed
e4b9466
View commit details
Copy full SHA for e4b9466
Browse repository at this point
Add comprehensive unit tests for EntryModel class
harshitha-cstk
committed
64db395
View commit details
Copy full SHA for 64db395
Browse repository at this point
Add comprehensive unit tests for ErrorMessages and GlobalField classes
harshitha-cstk
committed
910fde8
View commit details
Copy full SHA for 910fde8
Browse repository at this point
Add comprehensive unit tests for GlobalFieldsModel class
harshitha-cstk
committed
9a2ff2b
View commit details
Copy full SHA for 9a2ff2b
Browse repository at this point
Add comprehensive unit tests for Group class
harshitha-cstk
committed
62e1db4
View commit details
Copy full SHA for 62e1db4
Browse repository at this point
Add comprehensive unit tests for Query class
harshitha-cstk
committed
d51c425
View commit details
Copy full SHA for d51c425
Browse repository at this point
Add comprehensive unit tests for Query class, enhancing coverage with additional edge cases and validation scenarios.
harshitha-cstk
committed
2bc632e
View commit details
Copy full SHA for 2bc632e
Browse repository at this point
Add comprehensive unit tests for Stack class, covering initialization, configurations, factory methods, headers, and various edge cases.
harshitha-cstk
committed
bae11ed
View commit details
Copy full SHA for bae11ed
Browse repository at this point
Add comprehensive unit tests for live preview query functionality in TestStack class, covering various scenarios including disabled live preview, null parameters, and parameter assignment.
harshitha-cstk
committed
f9549b9
View commit details
Copy full SHA for f9549b9
Browse repository at this point
Add comprehensive unit tests for SyncStack class, covering all getters, JSON handling methods, edge cases, and token validation scenarios.
harshitha-cstk
committed
c4a13a4
View commit details
Copy full SHA for c4a13a4
Browse repository at this point
Add comprehensive unit tests for Taxonomy class, covering all query building methods, method chaining, and various edge cases.
harshitha-cstk
committed
24692a1
View commit details
Copy full SHA for 24692a1
Browse repository at this point
Add comprehensive integration tests for ContentstackPlugin, validating plugin functionality and request/response handling.
harshitha-cstk
committed
1736c3b
View commit details
Copy full SHA for 1736c3b
Browse repository at this point
Remove obsolete unit tests for live preview query and find method in TestStack and TestTaxonomy classes, streamlining test coverage.
harshitha-cstk
committed
1895139
View commit details
Copy full SHA for 1895139
Browse repository at this point
Commits on Nov 7, 2025
Add integration tests for ContentstackPlugin, implementing two sample plugins and validating their request/response handling in the Contentstack environment.
harshitha-cstk
committed
336b07f
View commit details
Copy full SHA for 336b07f
Browse repository at this point
Add additional unit tests for CSHttpConnection, covering form parameter handling, error setting, and URL parameter conversion, enhancing overall test coverage.
harshitha-cstk
committed
10f9fef
View commit details
Copy full SHA for 10f9fef
Browse repository at this point
Add comprehensive unit tests for ContentType, GlobalFieldsModel, Query, and QueryResult classes, focusing on exception handling, validation scenarios, and edge cases to enhance overall test coverage.
harshitha-cstk
committed
240c71f
View commit details
Copy full SHA for 240c71f
Browse repository at this point
Refactor SanityReport class: move to test directory and update report sending command in send-report.sh
harshitha-cstk
committed
12bfaa6
View commit details
Copy full SHA for 12bfaa6
Browse repository at this point
Add comprehensive unit tests for Query class, specifically for the greaterThanOrEqualTo method, covering various scenarios including null keys, existing keys, chaining, and different value types to…
Show description for c816697
harshitha-cstk
committed
c816697
View commit details
Copy full SHA for c816697
Browse repository at this point
Add scripts for checking JaCoCo coverage thresholds and configure GitHub Actions for unit testing with coverage checks
harshitha-cstk
committed
d128d84
View commit details
Copy full SHA for d128d84
Browse repository at this point
Enhance GitHub Actions workflow for unit testing: add JaCoCo report generation and verification steps, ensuring coverage reports are created and validating their existence before badge generation.
harshitha-cstk
committed
306f031
View commit details
Copy full SHA for 306f031
Browse repository at this point
Refactor test cases in TestCSBackgroundTask and TestQuery: replace string creation with character array for long values and update list creation to use Arrays.asList for better readability and comp…
Show description for 5eb9ca0
harshitha-cstk
committed
5eb9ca0
View commit details
Copy full SHA for 5eb9ca0
Browse repository at this point
Update GitHub Actions workflow for unit testing
harshitha-cstk
committed
be5827b
View commit details
Copy full SHA for be5827b
Browse repository at this point
Update GitHub Actions workflow for unit testing: modify JaCoCo report paths and adjust test execution parameters to ensure accurate coverage reporting and validation.
harshitha-cstk
committed
38b24d9
View commit details
Copy full SHA for 38b24d9
Browse repository at this point
Remove check-coverage.sh script and update unit testing workflow to streamline coverage checks
harshitha-cstk
committed
fb503b7
View commit details
Copy full SHA for fb503b7
Browse repository at this point
Update unit testing workflow: change JDK version to 9, enhance coverage checks with output variables, and add PR comment for coverage summary.
harshitha-cstk
committed
74b997d
View commit details
Copy full SHA for 74b997d
Browse repository at this point
Update unit testing workflow to use Zulu distribution for JDK 9 setup
harshitha-cstk
committed
b5b9c18
View commit details
Copy full SHA for b5b9c18
Browse repository at this point
modify unit testing workflow to set up JDK 8 with Temurin distribution
harshitha-cstk
committed
e6877af
View commit details
Copy full SHA for e6877af
Browse repository at this point
update workflow
harshitha-cstk
committed
3714a2b
View commit details
Copy full SHA for 3714a2b
Browse repository at this point
Enhance unit testing workflow: enable tests in pom.xml temporarily, improve JaCoCo coverage checks with XML report validation, and ensure consistent execution of coverage summary and report upload …
Show description for c6cc34b
harshitha-cstk
committed
c6cc34b
View commit details
Copy full SHA for c6cc34b
Browse repository at this point
Refactor unit testing workflow: rename job to 'coverage', update JDK setup to version 9 with Zulu distribution, streamline coverage extraction from JaCoCo HTML report, and enhance PR comment format…
Show description for 2e75436
harshitha-cstk
committed
2e75436
View commit details
Copy full SHA for 2e75436
Browse repository at this point
Update unit testing workflow: change JDK setup to version 8 with Temurin distribution and enable Maven caching.
harshitha-cstk
committed
5717c7d
View commit details
Copy full SHA for 5717c7d
Browse repository at this point
Refactor unit testing workflow
harshitha-cstk
committed
4167518
View commit details
Copy full SHA for 4167518
Browse repository at this point
update workflow
harshitha-cstk
committed
ff2a73d
View commit details
Copy full SHA for ff2a73d
Browse repository at this point
update workflow
harshitha-cstk
committed
9bd99fe
View commit details
Copy full SHA for 9bd99fe
Browse repository at this point
update workflow
harshitha-cstk
committed
7d9dfca
View commit details
Copy full SHA for 7d9dfca
Browse repository at this point
update workflow
harshitha-cstk
committed
cf739f6
View commit details
Copy full SHA for cf739f6
Browse repository at this point
update workflow
harshitha-cstk
committed
8c767ed
View commit details
Copy full SHA for 8c767ed
Browse repository at this point
Commits on Nov 10, 2025
Merge pull request #242 from contentstack/fix/dx-3675-Unit-test-cases-improvement
Show description for ba2548a
harshithad0703
authored
ba2548a
View commit details
Copy full SHA for ba2548a
Browse repository at this point
Commits on Nov 24, 2025
feat: Add comprehensive integration test coverage
Show description for e6705e7
AniketDev7
committed
e6705e7
View commit details
Copy full SHA for e6705e7
Browse repository at this point
Commits on Nov 25, 2025
fix: Replace String.repeat() with Java 8 compatible implementation
Show description for 7117acf
AniketDev7
committed
7117acf
View commit details
Copy full SHA for 7117acf
Browse repository at this point
fix: Ensure compatibility with GitHub Actions workflow
Show description for 494fe03
AniketDev7
committed
494fe03
View commit details
Copy full SHA for 494fe03
Browse repository at this point
Remove unused test utility class
AniketDev7
committed
7cfae0f
View commit details
Copy full SHA for 7cfae0f
Browse repository at this point
Commits on Dec 31, 2025
Update pom.xml dependencies for security fixes and enable tests in the build process
reeshika-h
committed
20ebe86
View commit details
Copy full SHA for 20ebe86
Browse repository at this point
Update pom.xml to upgrade dependencies: rxjava to 3.1.11, retrofit to 3.0.0, jackson-databind to 2.19.2, and annotations to 26.0.2 for improved functionality and security.
reeshika-h
committed
8a27208
View commit details
Copy full SHA for 8a27208
Browse repository at this point
Update LICENSE year to 2026 for copyright compliance
reeshika-h
committed
9191447
View commit details
Copy full SHA for 9191447
Browse repository at this point
Commits on Jan 2, 2026
version bump
reeshika-h
committed
31a350f
View commit details
Copy full SHA for 31a350f
Browse repository at this point
Merge pull request #245 from contentstack/fix-snyk-issue
Show description for dff4635
reeshika-h
authored
dff4635
View commit details
Copy full SHA for dff4635
Browse repository at this point
Merge pull request #244 from contentstack/feature/comprehensive-integration-tests
Show description for 591c04a
reeshika-h
authored
591c04a
View commit details
Copy full SHA for 591c04a
Browse repository at this point
Merge pull request #246 from contentstack/development
Show description for c7ec811
reeshika-h
authored
c7ec811
View commit details
Copy full SHA for c7ec811
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL