Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: brocode/fblog
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.11.0
Choose a base ref
...
head repository: brocode/fblog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 17 commits
  • 17 files changed
  • 3 contributors

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    826b765 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7b7732 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. build(deps): bump the all-dependencies-cargo group with 6 updates

    Bumps the all-dependencies-cargo group with 6 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [serde_json](https://github.com/serde-rs/json) | `1.0.127` | `1.0.128` |
    | [regex](https://github.com/rust-lang/regex) | `1.10.6` | `1.11.0` |
    | [handlebars](https://github.com/sunng87/handlebars-rust) | `6.0.0` | `6.1.0` |
    | [clap_complete](https://github.com/clap-rs/clap) | `4.5.24` | `4.5.29` |
    | [serde](https://github.com/serde-rs/serde) | `1.0.209` | `1.0.210` |
    | [clap](https://github.com/clap-rs/clap) | `4.5.16` | `4.5.18` |
    
    
    Updates `serde_json` from 1.0.127 to 1.0.128
    - [Release notes](https://github.com/serde-rs/json/releases)
    - [Commits](serde-rs/json@1.0.127...1.0.128)
    
    Updates `regex` from 1.10.6 to 1.11.0
    - [Release notes](https://github.com/rust-lang/regex/releases)
    - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
    - [Commits](rust-lang/regex@1.10.6...1.11.0)
    
    Updates `handlebars` from 6.0.0 to 6.1.0
    - [Release notes](https://github.com/sunng87/handlebars-rust/releases)
    - [Changelog](https://github.com/sunng87/handlebars-rust/blob/master/CHANGELOG.md)
    - [Commits](sunng87/handlebars-rust@v6.0.0...v6.1.0)
    
    Updates `clap_complete` from 4.5.24 to 4.5.29
    - [Release notes](https://github.com/clap-rs/clap/releases)
    - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
    - [Commits](clap-rs/clap@clap_complete-v4.5.24...clap_complete-v4.5.29)
    
    Updates `serde` from 1.0.209 to 1.0.210
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.209...v1.0.210)
    
    Updates `clap` from 4.5.16 to 4.5.18
    - [Release notes](https://github.com/clap-rs/clap/releases)
    - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
    - [Commits](clap-rs/clap@clap_complete-v4.5.16...clap_complete-v4.5.18)
    
    ---
    updated-dependencies:
    - dependency-name: serde_json
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all-dependencies-cargo
    - dependency-name: regex
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all-dependencies-cargo
    - dependency-name: handlebars
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all-dependencies-cargo
    - dependency-name: clap_complete
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all-dependencies-cargo
    - dependency-name: serde
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all-dependencies-cargo
    - dependency-name: clap
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all-dependencies-cargo
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and bomgar committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    0f8e783 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    af15bb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3eea0bc View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. fix: invalid utf-8 in log crashes fblog

    People seem to write all kind of interessting stuff to log files. In my
    case mod security and nginx...
    bomgar committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    3e53e4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b194c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. build(deps): bump the all-dependencies-cargo group with 7 updates

    Bumps the all-dependencies-cargo group with 7 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [serde_json](https://github.com/serde-rs/json) | `1.0.128` | `1.0.132` |
    | [regex](https://github.com/rust-lang/regex) | `1.11.0` | `1.11.1` |
    | [mlua](https://github.com/khvzak/mlua) | `0.9.9` | `0.10.0` |
    | [handlebars](https://github.com/sunng87/handlebars-rust) | `6.1.0` | `6.2.0` |
    | [clap_complete](https://github.com/clap-rs/clap) | `4.5.29` | `4.5.36` |
    | [serde](https://github.com/serde-rs/serde) | `1.0.210` | `1.0.214` |
    | [clap](https://github.com/clap-rs/clap) | `4.5.18` | `4.5.20` |
    
    
    Updates `serde_json` from 1.0.128 to 1.0.132
    - [Release notes](https://github.com/serde-rs/json/releases)
    - [Commits](serde-rs/json@1.0.128...1.0.132)
    
    Updates `regex` from 1.11.0 to 1.11.1
    - [Release notes](https://github.com/rust-lang/regex/releases)
    - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
    - [Commits](rust-lang/regex@1.11.0...1.11.1)
    
    Updates `mlua` from 0.9.9 to 0.10.0
    - [Release notes](https://github.com/khvzak/mlua/releases)
    - [Changelog](https://github.com/mlua-rs/mlua/blob/main/CHANGELOG.md)
    - [Commits](mlua-rs/mlua@v0.9.9...v0.10.0)
    
    Updates `handlebars` from 6.1.0 to 6.2.0
    - [Release notes](https://github.com/sunng87/handlebars-rust/releases)
    - [Changelog](https://github.com/sunng87/handlebars-rust/blob/master/CHANGELOG.md)
    - [Commits](sunng87/handlebars-rust@v6.1.0...v6.2.0)
    
    Updates `clap_complete` from 4.5.29 to 4.5.36
    - [Release notes](https://github.com/clap-rs/clap/releases)
    - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
    - [Commits](clap-rs/clap@clap_complete-v4.5.29...clap_complete-v4.5.36)
    
    Updates `serde` from 1.0.210 to 1.0.214
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.210...v1.0.214)
    
    Updates `clap` from 4.5.18 to 4.5.20
    - [Release notes](https://github.com/clap-rs/clap/releases)
    - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
    - [Commits](clap-rs/clap@clap_complete-v4.5.18...clap_complete-v4.5.20)
    
    ---
    updated-dependencies:
    - dependency-name: serde_json
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all-dependencies-cargo
    - dependency-name: regex
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all-dependencies-cargo
    - dependency-name: mlua
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all-dependencies-cargo
    - dependency-name: handlebars
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all-dependencies-cargo
    - dependency-name: clap_complete
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all-dependencies-cargo
    - dependency-name: serde
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all-dependencies-cargo
    - dependency-name: clap
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all-dependencies-cargo
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and bomgar committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    78a3eed View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. docs: fix k9s plugin file description

    sullrich84 authored and bomgar committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    3757290 View commit details
    Browse the repository at this point in the history
  2. docs: fix k9s plugin file structure

    sullrich84 authored and bomgar committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    148c9d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59462b3 View commit details
    Browse the repository at this point in the history
  4. docs: align plugins file name

    Co-authored-by: Patrick Haun <[email protected]>
    sullrich84 and bomgar committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    82f35fa View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2024

  1. build(deps): bump the all-dependencies-cargo group with 5 updates

    Bumps the all-dependencies-cargo group with 5 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [serde_json](https://github.com/serde-rs/json) | `1.0.132` | `1.0.133` |
    | [mlua](https://github.com/khvzak/mlua) | `0.10.0` | `0.10.2` |
    | [clap_complete](https://github.com/clap-rs/clap) | `4.5.36` | `4.5.38` |
    | [serde](https://github.com/serde-rs/serde) | `1.0.214` | `1.0.215` |
    | [clap](https://github.com/clap-rs/clap) | `4.5.20` | `4.5.21` |
    
    
    Updates `serde_json` from 1.0.132 to 1.0.133
    - [Release notes](https://github.com/serde-rs/json/releases)
    - [Commits](serde-rs/json@v1.0.132...v1.0.133)
    
    Updates `mlua` from 0.10.0 to 0.10.2
    - [Release notes](https://github.com/khvzak/mlua/releases)
    - [Changelog](https://github.com/mlua-rs/mlua/blob/main/CHANGELOG.md)
    - [Commits](mlua-rs/mlua@v0.10.0...v0.10.2)
    
    Updates `clap_complete` from 4.5.36 to 4.5.38
    - [Release notes](https://github.com/clap-rs/clap/releases)
    - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
    - [Commits](clap-rs/clap@clap_complete-v4.5.36...clap_complete-v4.5.38)
    
    Updates `serde` from 1.0.214 to 1.0.215
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.214...v1.0.215)
    
    Updates `clap` from 4.5.20 to 4.5.21
    - [Release notes](https://github.com/clap-rs/clap/releases)
    - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
    - [Commits](clap-rs/clap@clap_complete-v4.5.20...clap_complete-v4.5.21)
    
    ---
    updated-dependencies:
    - dependency-name: serde_json
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all-dependencies-cargo
    - dependency-name: mlua
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all-dependencies-cargo
    - dependency-name: clap_complete
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all-dependencies-cargo
    - dependency-name: serde
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all-dependencies-cargo
    - dependency-name: clap
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all-dependencies-cargo
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and bomgar committed Dec 1, 2024
    Configuration menu
    Copy the full SHA
    b592cb2 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2025

  1. chore: clippy

    bomgar committed Jan 1, 2025
    Configuration menu
    Copy the full SHA
    c91c074 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump the all-dependencies-cargo group with 5 updates

    Bumps the all-dependencies-cargo group with 5 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [serde_json](https://github.com/serde-rs/json) | `1.0.133` | `1.0.134` |
    | [clap_complete](https://github.com/clap-rs/clap) | `4.5.38` | `4.5.40` |
    | [serde](https://github.com/serde-rs/serde) | `1.0.215` | `1.0.217` |
    | [chrono](https://github.com/chronotope/chrono) | `0.4.38` | `0.4.39` |
    | [clap](https://github.com/clap-rs/clap) | `4.5.21` | `4.5.23` |
    
    
    Updates `serde_json` from 1.0.133 to 1.0.134
    - [Release notes](https://github.com/serde-rs/json/releases)
    - [Commits](serde-rs/json@v1.0.133...v1.0.134)
    
    Updates `clap_complete` from 4.5.38 to 4.5.40
    - [Release notes](https://github.com/clap-rs/clap/releases)
    - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
    - [Commits](clap-rs/clap@clap_complete-v4.5.38...clap_complete-v4.5.40)
    
    Updates `serde` from 1.0.215 to 1.0.217
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.215...v1.0.217)
    
    Updates `chrono` from 0.4.38 to 0.4.39
    - [Release notes](https://github.com/chronotope/chrono/releases)
    - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
    - [Commits](chronotope/chrono@v0.4.38...v0.4.39)
    
    Updates `clap` from 4.5.21 to 4.5.23
    - [Release notes](https://github.com/clap-rs/clap/releases)
    - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
    - [Commits](clap-rs/clap@clap_complete-v4.5.21...clap_complete-v4.5.23)
    
    ---
    updated-dependencies:
    - dependency-name: serde_json
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all-dependencies-cargo
    - dependency-name: clap_complete
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all-dependencies-cargo
    - dependency-name: serde
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all-dependencies-cargo
    - dependency-name: chrono
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all-dependencies-cargo
    - dependency-name: clap
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all-dependencies-cargo
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and bomgar committed Jan 1, 2025
    Configuration menu
    Copy the full SHA
    e70f07b View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2025

  1. use tabs for indentation

    bomgar committed Jan 21, 2025
    Configuration menu
    Copy the full SHA
    9c37db7 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2025

  1. build(deps): bump the all-dependencies-cargo group with 5 updates

    Bumps the all-dependencies-cargo group with 5 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [serde_json](https://github.com/serde-rs/json) | `1.0.134` | `1.0.138` |
    | [mlua](https://github.com/khvzak/mlua) | `0.10.2` | `0.10.3` |
    | [handlebars](https://github.com/sunng87/handlebars-rust) | `6.2.0` | `6.3.0` |
    | [clap_complete](https://github.com/clap-rs/clap) | `4.5.40` | `4.5.44` |
    | [clap](https://github.com/clap-rs/clap) | `4.5.23` | `4.5.27` |
    
    
    Updates `serde_json` from 1.0.134 to 1.0.138
    - [Release notes](https://github.com/serde-rs/json/releases)
    - [Commits](serde-rs/json@v1.0.134...v1.0.138)
    
    Updates `mlua` from 0.10.2 to 0.10.3
    - [Release notes](https://github.com/khvzak/mlua/releases)
    - [Changelog](https://github.com/mlua-rs/mlua/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/khvzak/mlua/commits)
    
    Updates `handlebars` from 6.2.0 to 6.3.0
    - [Release notes](https://github.com/sunng87/handlebars-rust/releases)
    - [Changelog](https://github.com/sunng87/handlebars-rust/blob/master/CHANGELOG.md)
    - [Commits](sunng87/handlebars-rust@v6.2.0...v6.3.0)
    
    Updates `clap_complete` from 4.5.40 to 4.5.44
    - [Release notes](https://github.com/clap-rs/clap/releases)
    - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
    - [Commits](clap-rs/clap@clap_complete-v4.5.40...clap_complete-v4.5.44)
    
    Updates `clap` from 4.5.23 to 4.5.27
    - [Release notes](https://github.com/clap-rs/clap/releases)
    - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
    - [Commits](clap-rs/clap@clap_complete-v4.5.23...clap_complete-v4.5.27)
    
    ---
    updated-dependencies:
    - dependency-name: serde_json
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all-dependencies-cargo
    - dependency-name: mlua
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all-dependencies-cargo
    - dependency-name: handlebars
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all-dependencies-cargo
    - dependency-name: clap_complete
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all-dependencies-cargo
    - dependency-name: clap
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all-dependencies-cargo
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and bomgar committed Feb 1, 2025
    Configuration menu
    Copy the full SHA
    6540085 View commit details
    Browse the repository at this point in the history
Loading