Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add codec for protobuf .proto #25

Merged
merged 3 commits into from
Nov 10, 2024
Merged

add codec for protobuf .proto #25

merged 3 commits into from
Nov 10, 2024

Conversation

JFryy
Copy link
Owner

@JFryy JFryy commented Nov 10, 2024

Description

🚀 **Issue: add parsing of proto definitions

This change just adds proto definition parsing for conversions to format or querying with gojq to a format of the following:

$package_name:
   enum: 
     example:
       ACTIVE: 1
       INACTIVE: 0
   message:
     message_example:
        - name: field1
        - type: "int"
        - number: 1

@JFryy JFryy merged commit 9849050 into main Nov 10, 2024
1 check passed
@JFryy JFryy deleted the feat/proto-codec branch November 10, 2024 00:39
tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request Nov 19, 2024
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [JFryy/qq](https://github.com/JFryy/qq) | patch | `v0.2.0` -> `v0.2.3` |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>JFryy/qq (JFryy/qq)</summary>

### [`v0.2.3`](https://github.com/JFryy/qq/releases/tag/v0.2.3)

[Compare Source](JFryy/qq@v0.2.0...v0.2.3)

#### What's Changed

-   Add Appropriately Truncated View Port to TUI by [@&#8203;JFryy](https://github.com/JFryy) in JFryy/qq#18
-   Codec Package Refactor & Other Minor Changes by [@&#8203;JFryy](https://github.com/JFryy) in JFryy/qq#22
-   add codec for protobuf .proto by [@&#8203;JFryy](https://github.com/JFryy) in JFryy/qq#25

**Full Changelog**: JFryy/qq@v0.2.2...v0.2.3

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this MR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiXX0=-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant