Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / square/protoparser issues and pull requests

#108 - Fix that allows parse 'map'.

Pull Request - State: closed - Opened by ya-betmen over 6 years ago - 1 comment

#107 - License file doesn't have a copyright

Issue - State: closed - Opened by ShakespeareLiu almost 8 years ago - 1 comment

#106 - required, optional key word is no longer suport in protobuf v3

Issue - State: closed - Opened by jhunters about 8 years ago - 1 comment

#105 - Source files without license headers

Issue - State: open - Opened by puntogil over 8 years ago

#104 - FieldElement cardinality

Issue - State: closed - Opened by emicklei almost 9 years ago - 2 comments

#103 - Will we plan to support google protocol buffer v3?

Issue - State: closed - Opened by xiemalin over 9 years ago - 6 comments

#102 - Fix small typo in Change Log

Pull Request - State: closed - Opened by raskasa over 9 years ago - 1 comment

#101 - Parse trailing star comments. Strip trailing whitespace on trailing comments.

Pull Request - State: closed - Opened by JakeWharton over 9 years ago - 5 comments

#100 - Accept "0X" as a hex prefix

Pull Request - State: closed - Opened by danrice-square over 9 years ago - 4 comments

#99 - Website is out of date

Issue - State: closed - Opened by tbroyer over 9 years ago - 1 comment

#98 - Check that syntax label is followed by equal sign

Pull Request - State: closed - Opened by DanielHeckrath over 9 years ago - 1 comment

#96 - Remove JSR305 in favor of our own simple Nullable.

Pull Request - State: closed - Opened by JakeWharton over 9 years ago - 2 comments

#95 - com.squareup.protoparser.EnumType$Value cannot be cast to java.lang.String

Issue - State: closed - Opened by cecol over 9 years ago - 1 comment

#94 - Add proper rendering of option maps.

Pull Request - State: closed - Opened by JakeWharton over 9 years ago - 1 comment

#93 - Re-enable crazy string parsing test with proper expected output.

Pull Request - State: closed - Opened by JakeWharton over 9 years ago - 2 comments

#92 - Option value scalars are now always strings but include type information.

Pull Request - State: closed - Opened by JakeWharton almost 10 years ago - 1 comment

#91 - Parse IDL while has default value will throw exception

Issue - State: closed - Opened by Baidu-etech almost 10 years ago - 2 comments

#90 - `MessageType.Field.isPacked()` broke from 3.1.4 -> 3.1.5

Issue - State: open - Opened by cowtowncoder almost 10 years ago - 6 comments

#89 - MessageType fullName error

Issue - State: closed - Opened by niluzhou1984 almost 10 years ago - 3 comments

#88 - Option default should return Object as they are now typed.

Pull Request - State: closed - Opened by JakeWharton almost 10 years ago

#87 - Builders support adding collections.

Pull Request - State: closed - Opened by JakeWharton almost 10 years ago

#86 - Add option creation overload for non-parenthesized name.

Pull Request - State: closed - Opened by JakeWharton almost 10 years ago - 1 comment

#85 - Nest label enum in field to which it has a stronger association.

Pull Request - State: closed - Opened by JakeWharton almost 10 years ago

#84 - comment parse like official protobuf with heading comment and trailing comment

Issue - State: closed - Opened by sofent almost 10 years ago - 2 comments

#83 - Formalize type concept and add 'map' and 'any' types.

Pull Request - State: closed - Opened by JakeWharton almost 10 years ago - 2 comments

#82 - More builder validation and tests.

Pull Request - State: closed - Opened by JakeWharton almost 10 years ago - 2 comments

#81 - Add builders to elements.

Pull Request - State: closed - Opened by JakeWharton almost 10 years ago - 2 comments

#80 - Rename ProtoSchemaParser to ProtoParser.

Pull Request - State: closed - Opened by JakeWharton almost 10 years ago - 6 comments

#79 - Any type support

Issue - State: closed - Opened by JakeWharton almost 10 years ago

#78 - Builders on elements.

Issue - State: closed - Opened by JakeWharton almost 10 years ago - 1 comment

#77 - Add support for syntax declaration.

Pull Request - State: closed - Opened by JakeWharton almost 10 years ago

#76 - Enable Travis CI snapshot auto-deploys.

Pull Request - State: closed - Opened by JakeWharton about 10 years ago - 2 comments

#75 - Syntax detection

Issue - State: closed - Opened by JakeWharton about 10 years ago

#74 - Map support

Issue - State: closed - Opened by JakeWharton about 10 years ago

#73 - Use a builder for the file to simplify creation.

Pull Request - State: closed - Opened by JakeWharton about 10 years ago - 2 comments

#72 - Promote nested element types to top-level.

Pull Request - State: closed - Opened by JakeWharton about 10 years ago

#71 - Rename a service 'method' to 'rpc'.

Pull Request - State: closed - Opened by JakeWharton about 10 years ago - 1 comment

#70 - Update JUnit and switch to AssertJ.

Pull Request - State: closed - Opened by JakeWharton about 10 years ago

#69 - Update to Java 7. Add quick parse method for Path types.

Pull Request - State: closed - Opened by JakeWharton about 10 years ago - 2 comments

#68 - Add support for 'oneof' declarations.

Pull Request - State: closed - Opened by JakeWharton about 10 years ago

#67 - Convert inner-classes to have 'Element' suffix to match.

Pull Request - State: closed - Opened by JakeWharton about 10 years ago

#66 - Convert model to AutoValue.

Pull Request - State: closed - Opened by JakeWharton about 10 years ago - 1 comment

#65 - Switch naming from types to elements.

Pull Request - State: closed - Opened by JakeWharton about 10 years ago

#64 - Use new central artifact redirect link.

Pull Request - State: closed - Opened by JakeWharton about 10 years ago

#63 - `oneof` support

Issue - State: closed - Opened by JakeWharton over 10 years ago

#62 - Parse and preserve parentheses around option names

Pull Request - State: closed - Opened by zachmargolis over 10 years ago

#61 - Differentiate between value types: add int, enum, boolean

Pull Request - State: closed - Opened by zachmargolis over 10 years ago

#60 - Format multiple options on an enum value correctly

Pull Request - State: closed - Opened by zachmargolis over 10 years ago

#59 - Update `Option.toString()` to not blow up when the value is a `Map`

Pull Request - State: closed - Opened by zachmargolis over 10 years ago - 3 comments

#58 - Add Builder classes for protobuf types

Pull Request - State: closed - Opened by zachmargolis over 10 years ago - 4 comments

#57 - Support 'allow_alias' option in 'enum' declarations.

Pull Request - State: closed - Opened by JakeWharton over 10 years ago - 1 comment

#56 - The option allow_alias is not respected for enums

Issue - State: closed - Opened by blade over 10 years ago

#55 - Enum names must be unique, not values.

Pull Request - State: closed - Opened by JakeWharton almost 11 years ago

#54 - Handle missing field options on helper methods.

Pull Request - State: closed - Opened by JakeWharton almost 11 years ago - 1 comment

#53 - Support extend declarations that are nested.

Pull Request - State: closed - Opened by JakeWharton almost 11 years ago - 3 comments

#52 - Nested Extend Declarations Ignored

Issue - State: closed - Opened by JakeWharton almost 11 years ago

#51 - Special-case descriptor protos from enum scope rule.

Pull Request - State: closed - Opened by JakeWharton about 11 years ago - 2 comments

#50 - Add convenience method for option lookup.

Pull Request - State: closed - Opened by JakeWharton about 11 years ago - 1 comment

#49 - Remove errant position increment.

Pull Request - State: closed - Opened by JakeWharton about 11 years ago - 1 comment

#48 - Remove duplicate tag range check.

Pull Request - State: closed - Opened by JakeWharton about 11 years ago - 1 comment

#47 - Add util class for scalar types.

Pull Request - State: closed - Opened by JakeWharton about 11 years ago - 1 comment

#46 - Absence of whitespace causing parsing issues

Issue - State: closed - Opened by JakeWharton about 11 years ago

#45 - Enforce field tags to be unique.

Pull Request - State: closed - Opened by JakeWharton about 11 years ago - 3 comments

#44 - Include Primitive Type Constants

Issue - State: closed - Opened by JakeWharton about 11 years ago

#43 - Provide More Convenient Option Lookup

Issue - State: closed - Opened by JakeWharton about 11 years ago - 1 comment

#42 - Enforce enum value tag uniqueness in scope

Issue - State: closed - Opened by JakeWharton about 11 years ago - 1 comment

#41 - Enforce field tag uniqueness.

Issue - State: closed - Opened by JakeWharton about 11 years ago

#40 - Properly handle nested types when converting to map.

Pull Request - State: closed - Opened by JakeWharton about 11 years ago - 4 comments

#39 - Update toString to emit valid proto syntax.

Pull Request - State: closed - Opened by JakeWharton about 11 years ago - 1 comment

#38 - Correct extensions parsing.

Pull Request - State: closed - Opened by JakeWharton about 11 years ago

#37 - Add options list to Type interface.

Pull Request - State: closed - Opened by JakeWharton about 11 years ago

#36 - Add simple directory-traversing parser for quickly testing the parser.

Pull Request - State: closed - Opened by JakeWharton about 11 years ago - 1 comment

#35 - Support type-level options on service and enums.

Pull Request - State: closed - Opened by JakeWharton about 11 years ago

#34 - Promote getDocumentation() to Type since it's common to enums and messages.

Pull Request - State: closed - Opened by JakeWharton about 11 years ago - 1 comment

#33 - Ensure all types have equals/hashCode/toString.

Pull Request - State: closed - Opened by JakeWharton about 11 years ago

#32 - Standardize options as a list.

Pull Request - State: closed - Opened by JakeWharton about 11 years ago - 1 comment

#31 - Include public dependencies in toString.

Pull Request - State: closed - Opened by JakeWharton about 11 years ago - 2 comments

#30 - Support trailing comments on message fields and enum values.

Pull Request - State: closed - Opened by JakeWharton about 11 years ago - 3 comments

#29 - Add missing info from equals and hashCode implementations.

Pull Request - State: closed - Opened by JakeWharton about 11 years ago - 1 comment

#28 - Add fully-qualified name to Service model.

Pull Request - State: closed - Opened by JakeWharton about 11 years ago - 1 comment

#27 - Promote inconsistent object model constructors to public.

Pull Request - State: closed - Opened by JakeWharton about 11 years ago - 1 comment

#26 - Support public imports which are to be honored transitively.

Pull Request - State: closed - Opened by JakeWharton about 11 years ago - 1 comment

#25 - Supply field options as a List<Option> rather than as a Map

Pull Request - State: closed - Opened by danrice-square over 11 years ago - 1 comment

#24 - Parse enum value options and fix option map parsing

Pull Request - State: closed - Opened by danrice-square over 11 years ago - 1 comment

#23 - Parse comments more intelligently to preserve leading whitespace.

Pull Request - State: closed - Opened by JakeWharton over 11 years ago - 1 comment

#22 - Documentation leading whitespace ignored.

Issue - State: closed - Opened by JakeWharton over 11 years ago

#21 - Fields tag can have duplicated values

Issue - State: closed - Opened by pyricau over 11 years ago - 4 comments

#20 - Ensure tag numbers are greater than 0

Pull Request - State: closed - Opened by danrice-square over 11 years ago - 1 comment

#17 - Preserve square brackets in option names - they denote extensions

Pull Request - State: closed - Opened by danrice-square over 11 years ago - 2 comments

#16 - Add constructors to ProtoSchemaParser that accept a Reader or an InputSt...

Pull Request - State: closed - Opened by anistor over 11 years ago - 4 comments

#13 - Add support for values as lists

Pull Request - State: closed - Opened by alanpaulin over 11 years ago - 2 comments

#12 - Add support for message options

Pull Request - State: closed - Opened by danrice-square over 11 years ago

#11 - Trailing doc is assigned to the following field

Issue - State: closed - Opened by danrice-square over 11 years ago - 4 comments

#10 - Parse escapes in quoted strings

Pull Request - State: closed - Opened by danrice-square over 11 years ago - 1 comment

#9 - Support messages inside extensions with nested maps.

Pull Request - State: closed - Opened by JakeWharton over 11 years ago - 2 comments

#8 - Use JUnit 4-style test declarations.

Pull Request - State: closed - Opened by JakeWharton over 11 years ago - 1 comment

#5 - Add support for fully-qualified type names and extensions

Pull Request - State: closed - Opened by danrice-square over 11 years ago

#4 - Rename package to 'protoparser'.

Pull Request - State: closed - Opened by JakeWharton over 11 years ago - 1 comment

#1 - Parse RPC services

Pull Request - State: closed - Opened by tbroyer about 12 years ago - 4 comments