FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src - 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
Commits
Breadcrumbs
History for
contentstack-java
src
on
staging
User selector
Datepicker
Commit history
Commits on Feb 20, 2026
Merge pull request #272 from contentstack/feat/DX-4447-asset-localisation
Show description for 1e576b2
reeshika-h
authored
1e576b2
View commit details
Copy full SHA for 1e576b2
View code at this point
Browse repository at this point
Commits on Feb 18, 2026
Add locale support to Asset and AssetLibrary classes
Show description for 8730d8e
reeshika-h
committed
8730d8e
View commit details
Copy full SHA for 8730d8e
View code at this point
Browse repository at this point
Add unit tests for live preview functionality and error handling
reeshika-h
committed
82ddc21
View commit details
Copy full SHA for 82ddc21
View code at this point
Browse repository at this point
Fixed live preview support and error handling
reeshika-h
committed
4509c2c
View commit details
Copy full SHA for 4509c2c
View code at this point
Browse repository at this point
Commits on Feb 13, 2026
Merge pull request #254 from contentstack/fix/snyk
Show description for ad23a11
reeshika-h
authored
ad23a11
View commit details
Copy full SHA for ad23a11
View code at this point
Browse repository at this point
Commits on Feb 12, 2026
feat: Implement assetFields method across multiple classes for enhanced asset querying
reeshika-h
committed
cc3918a
View commit details
Copy full SHA for cc3918a
View code at this point
Browse repository at this point
Commits on Feb 11, 2026
chore: Update dependencies in pom.xml and modify test fixture in TestEntryModel.java
reeshika-h
committed
fc533f1
View commit details
Copy full SHA for fc533f1
View code at this point
Browse repository at this point
Commits on Jan 23, 2026
test: Add unit tests for RetryInterceptor and RetryOptions to validate retry logic, configuration, and backoff strategies
reeshika-h
committed
6820aa1
View commit details
Copy full SHA for 6820aa1
View code at this point
Browse repository at this point
test: Add validation tests for setRetryableStatusCodes to ensure proper exception handling for invalid HTTP status codes
reeshika-h
committed
eb995d9
View commit details
Copy full SHA for eb995d9
View code at this point
Browse repository at this point
test: Enhance RetryInterceptor tests with fixed and linear backoff strategies, including interruption handling and multiple retries
reeshika-h
committed
f2839e5
View commit details
Copy full SHA for f2839e5
View code at this point
Browse repository at this point
test: Add interruption tests for RetryInterceptor to validate behavior during retries
reeshika-h
committed
ba967d7
View commit details
Copy full SHA for ba967d7
View code at this point
Browse repository at this point
feat: Add retry options to Config and integrate with OkHttpClient in Stack
reeshika-h
committed
50112e4
View commit details
Copy full SHA for 50112e4
View code at this point
Browse repository at this point
Commits on Jan 2, 2026
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on Nov 25, 2025
Remove unused test utility class
AniketDev7
committed
7cfae0f
View commit details
Copy full SHA for 7cfae0f
View code at this point
Browse repository at this point
fix: Replace String.repeat() with Java 8 compatible implementation
Show description for 7117acf
AniketDev7
committed
7117acf
View commit details
Copy full SHA for 7117acf
View code at this point
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
View code at this point
Browse repository at this point
Commits on Nov 7, 2025
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
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
View code at this point
Browse repository at this point
Commits on Nov 6, 2025
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Add comprehensive unit tests for Query class
harshitha-cstk
committed
d51c425
View commit details
Copy full SHA for d51c425
View code at this point
Browse repository at this point
Add comprehensive unit tests for Group class
harshitha-cstk
committed
62e1db4
View commit details
Copy full SHA for 62e1db4
View code at this point
Browse repository at this point
Add comprehensive unit tests for GlobalFieldsModel class
harshitha-cstk
committed
9a2ff2b
View commit details
Copy full SHA for 9a2ff2b
View code at this point
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
View code at this point
Browse repository at this point
Add comprehensive unit tests for EntryModel class
harshitha-cstk
committed
64db395
View commit details
Copy full SHA for 64db395
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL