Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / acronis/go-raml issues and pull requests
#61 - fix Makefile
Pull Request -
State: closed - Opened by viatoriche about 2 months ago
#60 - Switch to github.com/zeebo/xxh3 to fix Go Plugin build
Pull Request -
State: closed - Opened by IKukhta about 2 months ago
#59 - Fix validating unique values
Pull Request -
State: closed - Opened by IKukhta about 2 months ago
#58 - Fix array and object length inheritance restrictions
Pull Request -
State: closed - Opened by yury-palyanitsa about 2 months ago
#57 - Grammar optimizations
Pull Request -
State: closed - Opened by yury-palyanitsa about 2 months ago
#56 - Fix RDT group visitor
Pull Request -
State: closed - Opened by yury-palyanitsa about 2 months ago
#55 - Update README.md
Pull Request -
State: closed - Opened by effingfergie 3 months ago
#54 - [WIP] API parsing support
Pull Request -
State: open - Opened by yury-palyanitsa 3 months ago
#53 - Remove inheritance of custom properties
Pull Request -
State: closed - Opened by yury-palyanitsa 3 months ago
#52 - Implement language server for IDE plugins
Issue -
State: open - Opened by yury-palyanitsa 3 months ago
Labels: enhancement, help wanted
#51 - Fix multiple inheritance comparison
Issue -
State: open - Opened by yury-palyanitsa 3 months ago
Labels: bug
#50 - Fix enum validation
Issue -
State: open - Opened by yury-palyanitsa 3 months ago
Labels: bug
#49 - Add benchmark and update readme with better benchmark reports
Issue -
State: open - Opened by yury-palyanitsa 3 months ago
Labels: documentation, help wanted
#48 - Implement validation against raml-tck
Issue -
State: open - Opened by yury-palyanitsa 3 months ago
Labels: enhancement, help wanted
#47 - Implement codegen interface
Issue -
State: open - Opened by yury-palyanitsa 3 months ago
Labels: enhancement, help wanted
#46 - Implement conversion to RAML
Issue -
State: open - Opened by yury-palyanitsa 3 months ago
Labels: enhancement, help wanted
#45 - Implement HTTP middleware
Issue -
State: open - Opened by yury-palyanitsa 3 months ago
Labels: enhancement, help wanted
#44 - Support security schemes parsing
Issue -
State: open - Opened by yury-palyanitsa 3 months ago
Labels: enhancement
#43 - Support traits parsing
Issue -
State: open - Opened by yury-palyanitsa 3 months ago
Labels: enhancement
#42 - Support API parsing
Issue -
State: open - Opened by yury-palyanitsa 3 months ago
Labels: enhancement
#41 - Create snyk-security.yml
Pull Request -
State: open - Opened by viatoriche 3 months ago
#40 - Support JSON Schema validation on local fs
Pull Request -
State: open - Opened by yury-palyanitsa 4 months ago
#39 - Update go.yml
Pull Request -
State: closed - Opened by viatoriche 4 months ago
#39 - Update go.yml
Pull Request -
State: closed - Opened by viatoriche 4 months ago
#38 - Update go.yml
Pull Request -
State: closed - Opened by viatoriche 4 months ago
#37 - Create codeql.yml
Pull Request -
State: closed - Opened by viatoriche 4 months ago
- 1 comment
#36 - enable coverage report
Pull Request -
State: closed - Opened by viatoriche 4 months ago
#35 - Apply aliasing to concrete type shapes
Pull Request -
State: closed - Opened by yury-palyanitsa 4 months ago
#34 - Introduce shallow clone for shapes
Pull Request -
State: closed - Opened by yury-palyanitsa 4 months ago
#33 - update dependencies
Pull Request -
State: closed - Opened by viatoriche 4 months ago
#32 - adopt new go-stacktrace
Pull Request -
State: closed - Opened by viatoriche 4 months ago
#31 - Downgrade to go1.20
Pull Request -
State: closed - Opened by yury-palyanitsa 4 months ago
#30 - Make public unwrapped
Pull Request -
State: closed - Opened by yury-palyanitsa 4 months ago
#29 - Replace standard ANTLR error listener with custom implementation
Pull Request -
State: closed - Opened by yury-palyanitsa 4 months ago
#28 - Fix typo in antlr4-tools
Pull Request -
State: closed - Opened by yury-palyanitsa 4 months ago
#27 - improve tests: coverage 81%+
Pull Request -
State: closed - Opened by viatoriche 4 months ago
#26 - Fix minor typos in README
Pull Request -
State: closed - Opened by yury-palyanitsa 4 months ago
#25 - Fix pattern property validation logic
Pull Request -
State: closed - Opened by yury-palyanitsa 4 months ago
#24 - Fix use cases headings
Pull Request -
State: closed - Opened by yury-palyanitsa 4 months ago
#23 - Update README
Pull Request -
State: closed - Opened by yury-palyanitsa 4 months ago
#22 - Add early return on resolution errors
Pull Request -
State: closed - Opened by yury-palyanitsa 4 months ago
#21 - add supporting of lint without errors
Pull Request -
State: closed - Opened by viatoriche 4 months ago
#20 - Fixup github workflow
Pull Request -
State: closed - Opened by IKukhta 5 months ago
#19 - fix lint
Pull Request -
State: closed - Opened by viatoriche 5 months ago
#18 - add cli: raml
Pull Request -
State: closed - Opened by viatoriche 5 months ago
#17 - Switch to github.com/acronis/go-stacktrace
Pull Request -
State: closed - Opened by IKukhta 5 months ago
#16 - Align !include behavior with RAML spec
Pull Request -
State: closed - Opened by yury-palyanitsa 5 months ago
#15 - Update README.md
Pull Request -
State: closed - Opened by yury-palyanitsa 5 months ago
#14 - Fix length validation messages
Pull Request -
State: closed - Opened by yury-palyanitsa 5 months ago
#13 - Fix infinite loop on resolve
Pull Request -
State: closed - Opened by yury-palyanitsa 5 months ago
#12 - Fix customDomainProperties capacity hint
Pull Request -
State: closed - Opened by yury-palyanitsa 5 months ago
#11 - Fix annotations inheritance
Pull Request -
State: closed - Opened by yury-palyanitsa 5 months ago
#10 - unwrap + multiple stack traces
Pull Request -
State: closed - Opened by viatoriche 5 months ago
#9 - Fix JSON schema and union inheritance validations
Pull Request -
State: closed - Opened by yury-palyanitsa 5 months ago
#8 - add supporting of multiple stack traces
Pull Request -
State: closed - Opened by viatoriche 5 months ago
#7 - move errs to stacktrace, add Sprint
Pull Request -
State: closed - Opened by viatoriche 5 months ago
#6 - Initial go-raml implementation
Pull Request -
State: closed - Opened by yury-palyanitsa 6 months ago
#5 - [WIP] Initial go-raml implementation
Pull Request -
State: closed - Opened by yury-palyanitsa 6 months ago
#4 - Init project
Issue -
State: closed - Opened by viatoriche 6 months ago
#3 - Make final types
Issue -
State: closed - Opened by viatoriche 6 months ago
#2 - Resolve types
Issue -
State: closed - Opened by viatoriche 6 months ago
#1 - add ramlx spec
Pull Request -
State: closed - Opened by viatoriche 6 months ago