mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 08:15:21 +01:00
[PR #584] [MERGED] JSON Schema #2220
Labels
No labels
A:Build
A:CI
A:Client
A:Config
A:Core
A:Documentation
A:Documentation
A:IPC
A:Testing
A:UX/UI
blocked
BREAKING CHANGE
duplicate
good first issue
GTK4
help wanted
invalid
M:Battery
M:Battery
M:Bindmode
M:Bluetooth
M:Brightness
M:Cairo
M:Clipboard
M:Clock
M:Clock
M:Custom
M:Focused
M:Keyboard
M:Launcher
M:Menu
M:Music
M:Music
M:Music
M:Network Manager
M:Notifications
M:SysInfo
M:Tray
M:Volume
M:Workspaces
partially resolved
P:Critical
P:High
P:Low
P:Medium
pull-request
T:Bug
T:Bug
T:Core Enhancement
T:Module Enhancement
T:New Module
T:Question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JakeStanger/ironbar#2220
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/JakeStanger/ironbar/pull/584
Author: @JakeStanger
Created: 5/10/2024
Status: ✅ Merged
Merged: 5/31/2024
Merged by: @JakeStanger
Base:
master← Head:docs/conf-schema📝 Commits (1)
36d724ffeat(config): json schema support📊 Changes
36 files changed (+230 additions, -15 deletions)
View changed files
📝
.github/workflows/deploy.yml(+49 -11)➕
.github/workflows/schema.yml(+41 -0)📝
Cargo.lock(+42 -0)📝
Cargo.toml(+5 -0)📝
docs/Compiling.md(+3 -0)📝
docs/Configuration guide.md(+8 -1)📝
examples/config.json(+1 -0)📝
examples/config.yaml(+1 -0)📝
src/cli.rs(+6 -0)📝
src/config/common.rs(+3 -0)📝
src/config/mod.rs(+9 -0)📝
src/config/truncate.rs(+2 -0)📝
src/dynamic_value/dynamic_bool.rs(+1 -0)📝
src/main.rs(+7 -0)📝
src/modules/cairo.rs(+1 -0)📝
src/modules/clipboard.rs(+1 -0)📝
src/modules/clock.rs(+1 -0)📝
src/modules/custom/box.rs(+1 -0)📝
src/modules/custom/button.rs(+1 -0)📝
src/modules/custom/image.rs(+1 -0)...and 16 more files
📄 Description
This PR includes the necessary code changes, CI changes and documentation to generate and deploy a full JSON schema for each release and the master branch, which can be used within config files for autocomplete and type checking.
Resolves #541
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.