tangled
alpha
login
or
join now
socialde.pt
/
atp-schema
star
1
fork
atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Parse and validate AT Protocol Lexicons with DTO generation for Laravel
star
1
fork
atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
overview
issues
pulls
pipelines
commits
Author
Commit
Message
Date
Miguel Batres
cc5326e5
Merge pull request #1 from socialdept/dev
v0.1.0
Implement core functionality
5mo ago
Miguel Batres
54d9ebfe
Only run GitHub Actions on pull requests
5mo ago
Miguel Batres
f6d2f60e
Run through PHP CS Fixer
5mo ago
Miguel Batres
1b46a6f0
Add PHPUnit cache directory to gitignore
5mo ago
Miguel Batres
13a028c9
Update schema configuration structure
5mo ago
Miguel Batres
cfae357b
Update phpunit.xml to PHPUnit 11 standards and exclude fixtures from test discovery
5mo ago
Miguel Batres
eee17c16
Update tests for LexiconDocument return types and remove redundant comments
5mo ago
Miguel Batres
dabc39ac
Fix generator tests with proper document structure and specific assertions
5mo ago
Miguel Batres
f11220ae
Add tests for fromJson() and getVersion() methods
5mo ago
Miguel Batres
2e094eea
Update source files for LexiconDocument return types and improved error handling
5mo ago
Miguel Batres
b0cd612c
Refactor generators to produce proper fromArray implementations
5mo ago
Miguel Batres
26dd0c97
Implement in-memory object caching for SchemaLoader
5mo ago
Miguel Batres
079f537f
Update API documentation with correct method signatures
5mo ago
Miguel Batres
d15f40b6
Add fromJson() and getVersion() methods to LexiconDocument
5mo ago
Miguel Batres
a4c1d6a1
Implement DNS lexicon lookup as fallback
5mo ago
Miguel Batres
e0c3e23a
Use DNS lexicon lookups as fallback
5mo ago
Miguel Batres
76e94f3e
Add lexicon generation location to config
5mo ago
Miguel Batres
b2cc298a
Update references to `Beacon` package
5mo ago
Miguel Batres
b89578aa
Create README and documentation
5mo ago
Miguel Batres
982b709b
Add comprehensive test suite
5mo ago
Miguel Batres
5d97b7cb
Add extension points and macros
5mo ago
Miguel Batres
3b769443
Implement model mapping
5mo ago
Miguel Batres
3a772e8b
Add union type support
5mo ago
Miguel Batres
12899dd6
Implement BlobHandler service
5mo ago
Miguel Batres
b62bf7bd
Implement BlobReference class
5mo ago
Miguel Batres
b94ee44c
Add validation error formatting
5mo ago
Miguel Batres
03809689
Implement type-specific validators
5mo ago
Miguel Batres
7218a93e
Add custom Laravel validation rules
5mo ago
Miguel Batres
e9aa8c78
Implement core validator service
5mo ago
Miguel Batres
e59a41d6
Implement PHPDoc generation
5mo ago
Miguel Batres
c19826c4
Add model conversion methods
5mo ago
Miguel Batres
03fb6878
Generate conversion methods for data classes
5mo ago
Miguel Batres
c1be1e60
Implement property and constructor generation
5mo ago
Miguel Batres
4058f71f
Add class and namespace generator
5mo ago
Miguel Batres
1b351b50
Implement naming conventions and type mapper
5mo ago
Miguel Batres
3d055fad
Add abstract base Data class
5mo ago
Miguel Batres
7440efad
Create stub template system with publishable stubs
5mo ago
Miguel Batres
683d63f8
Add Schema facade and helper functions
5mo ago
Miguel Batres
879bd803
Add Artisan commands for schema generation validation and cache management
5mo ago
Miguel Batres
e6e58b80
Create generator system foundation with DTO code generation
5mo ago
Miguel Batres
970b81c4
Implement reference resolution and schema validation
5mo ago
Miguel Batres
42cbde38
Add object array union ref and blob type parsers with validation
5mo ago
Miguel Batres
45478e21
Implement primitive type parsers with validation
5mo ago
Miguel Batres
a0630482
Create lexicon type system object model with primitive types
5mo ago
Miguel Batres
4638571e
Add schema loader with multi-source support
5mo ago
Miguel Batres
c9018029
Implement NSID parser and validation
5mo ago
Miguel Batres
aadadb19
Define core contracts and exceptions
5mo ago
Miguel Batres
9269725f
Add configuration and service provider
5mo ago
Miguel Batres
75e782dc
Setup package structure and dependencies
5mo ago
Miguel Batres
09fe6ecf
Initial commit
5mo ago
Merge pull request #1 from socialdept/dev
v0.1.0
Implement core functionality
cc5326e5
Miguel Batres
5mo
Only run GitHub Actions on pull requests
54d9ebfe
Miguel Batres
5mo
Run through PHP CS Fixer
f6d2f60e
Miguel Batres
5mo
Add PHPUnit cache directory to gitignore
1b46a6f0
Miguel Batres
5mo
Update schema configuration structure
13a028c9
Miguel Batres
5mo
Update phpunit.xml to PHPUnit 11 standards and exclude fixtures from test discovery
cfae357b
Miguel Batres
5mo
Update tests for LexiconDocument return types and remove redundant comments
eee17c16
Miguel Batres
5mo
Fix generator tests with proper document structure and specific assertions
dabc39ac
Miguel Batres
5mo
Add tests for fromJson() and getVersion() methods
f11220ae
Miguel Batres
5mo
Update source files for LexiconDocument return types and improved error handling
2e094eea
Miguel Batres
5mo
Refactor generators to produce proper fromArray implementations
b0cd612c
Miguel Batres
5mo
Implement in-memory object caching for SchemaLoader
26dd0c97
Miguel Batres
5mo
Update API documentation with correct method signatures
079f537f
Miguel Batres
5mo
Add fromJson() and getVersion() methods to LexiconDocument
d15f40b6
Miguel Batres
5mo
Implement DNS lexicon lookup as fallback
a4c1d6a1
Miguel Batres
5mo
Use DNS lexicon lookups as fallback
e0c3e23a
Miguel Batres
5mo
Add lexicon generation location to config
76e94f3e
Miguel Batres
5mo
Update references to `Beacon` package
b2cc298a
Miguel Batres
5mo
Create README and documentation
b89578aa
Miguel Batres
5mo
Add comprehensive test suite
982b709b
Miguel Batres
5mo
Add extension points and macros
5d97b7cb
Miguel Batres
5mo
Implement model mapping
3b769443
Miguel Batres
5mo
Add union type support
3a772e8b
Miguel Batres
5mo
Implement BlobHandler service
12899dd6
Miguel Batres
5mo
Implement BlobReference class
b62bf7bd
Miguel Batres
5mo
Add validation error formatting
b94ee44c
Miguel Batres
5mo
Implement type-specific validators
03809689
Miguel Batres
5mo
Add custom Laravel validation rules
7218a93e
Miguel Batres
5mo
Implement core validator service
e9aa8c78
Miguel Batres
5mo
Implement PHPDoc generation
e59a41d6
Miguel Batres
5mo
Add model conversion methods
c19826c4
Miguel Batres
5mo
Generate conversion methods for data classes
03fb6878
Miguel Batres
5mo
Implement property and constructor generation
c1be1e60
Miguel Batres
5mo
Add class and namespace generator
4058f71f
Miguel Batres
5mo
Implement naming conventions and type mapper
1b351b50
Miguel Batres
5mo
Add abstract base Data class
3d055fad
Miguel Batres
5mo
Create stub template system with publishable stubs
7440efad
Miguel Batres
5mo
Add Schema facade and helper functions
683d63f8
Miguel Batres
5mo
Add Artisan commands for schema generation validation and cache management
879bd803
Miguel Batres
5mo
Create generator system foundation with DTO code generation
e6e58b80
Miguel Batres
5mo
Implement reference resolution and schema validation
970b81c4
Miguel Batres
5mo
Add object array union ref and blob type parsers with validation
42cbde38
Miguel Batres
5mo
Implement primitive type parsers with validation
45478e21
Miguel Batres
5mo
Create lexicon type system object model with primitive types
a0630482
Miguel Batres
5mo
Add schema loader with multi-source support
4638571e
Miguel Batres
5mo
Implement NSID parser and validation
c9018029
Miguel Batres
5mo
Define core contracts and exceptions
aadadb19
Miguel Batres
5mo
Add configuration and service provider
9269725f
Miguel Batres
5mo
Setup package structure and dependencies
75e782dc
Miguel Batres
5mo
Initial commit
09fe6ecf
Miguel Batres
5mo