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: defenxor/dsiem
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.34.0
Choose a base ref
...
head repository: defenxor/dsiem
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 17 commits
  • 295 files changed
  • 4 contributors

Commits on Feb 7, 2023

  1. docs: clarify maxqueue and maxdelay parameters (#460)

    * chore: fmt and typo in comment
    
    * chore: rm unused var
    
    * test: actually enable the test
    
    * docs: clarify maxDelay and maxQueue
    
    * docs: clarify maxDelay and maxQueue
    mmta authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    c805e24 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. build(deps): bump webpack from 5.75.0 to 5.76.1 in /demo/frontend/web (

    …#467)
    
    Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.1.
    - [Release notes](https://github.com/webpack/webpack/releases)
    - [Commits](webpack/webpack@v5.75.0...v5.76.1)
    
    ---
    updated-dependencies:
    - dependency-name: webpack
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    8e3787f View commit details
    Browse the repository at this point in the history
  2. build: bump golang.org/x/crypto (#465)

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20220214200702-86341886e292 to 0.1.0.
    - [Release notes](https://github.com/golang/crypto/releases)
    - [Commits](https://github.com/golang/crypto/commits/v0.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Riki Syahputra <[email protected]>
    dependabot[bot] and rkspx authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    084d0f6 View commit details
    Browse the repository at this point in the history
  3. build: bump minimist and mkdirp in /web/ui (#463)

    Bumps [minimist](https://github.com/minimistjs/minimist), [minimist](https://github.com/minimistjs/minimist) and [mkdirp](https://github.com/isaacs/node-mkdirp). These dependencies needed to be updated together.
    
    Updates `minimist` from 1.2.5 to 1.2.8
    - [Release notes](https://github.com/minimistjs/minimist/releases)
    - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
    - [Commits](minimistjs/minimist@v1.2.5...v1.2.8)
    
    Updates `minimist` from 1.2.0 to 1.2.8
    - [Release notes](https://github.com/minimistjs/minimist/releases)
    - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
    - [Commits](minimistjs/minimist@v1.2.5...v1.2.8)
    
    Updates `mkdirp` from 0.5.1 to 0.5.6
    - [Release notes](https://github.com/isaacs/node-mkdirp/releases)
    - [Changelog](https://github.com/isaacs/node-mkdirp/blob/main/CHANGELOG.md)
    - [Commits](isaacs/node-mkdirp@0.5.1...v0.5.6)
    
    ---
    updated-dependencies:
    - dependency-name: minimist
      dependency-type: indirect
    - dependency-name: minimist
      dependency-type: indirect
    - dependency-name: mkdirp
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Riki Syahputra <[email protected]>
    dependabot[bot] and rkspx authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    29dfc08 View commit details
    Browse the repository at this point in the history
  4. build: bump golang.org/x/sys (#462)

    Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20220227234510-4e6760a101f9 to 0.1.0.
    - [Release notes](https://github.com/golang/sys/releases)
    - [Commits](https://github.com/golang/sys/commits/v0.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sys
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Riki Syahputra <[email protected]>
    dependabot[bot] and rkspx authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    f001f0d View commit details
    Browse the repository at this point in the history
  5. build: bump http-cache-semantics from 4.1.0 to 4.1.1 in /web/ui (#459)

    Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
    - [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
    - [Commits](kornelski/http-cache-semantics@v4.1.0...v4.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: http-cache-semantics
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Riki Syahputra <[email protected]>
    dependabot[bot] and rkspx authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    37da841 View commit details
    Browse the repository at this point in the history
  6. build: bump jszip from 3.7.1 to 3.10.1 in /web/ui (#458)

    Bumps [jszip](https://github.com/Stuk/jszip) from 3.7.1 to 3.10.1.
    - [Release notes](https://github.com/Stuk/jszip/releases)
    - [Changelog](https://github.com/Stuk/jszip/blob/main/CHANGES.md)
    - [Commits](Stuk/jszip@v3.7.1...v3.10.1)
    
    ---
    updated-dependencies:
    - dependency-name: jszip
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Riki Syahputra <[email protected]>
    dependabot[bot] and rkspx authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    30af7a0 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    45fea86 View commit details
    Browse the repository at this point in the history
  2. chore: remove refs to deprecated io/ioutil (#481)

    Signed-off-by: guoguangwu <[email protected]>
    Co-authored-by: Riki Syahputra <[email protected]>
    testwill and rkspx authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    dd3b46c View commit details
    Browse the repository at this point in the history
  3. build: bump socket.io-parser from 4.2.1 to 4.2.4 in /web/ui (#480)

    Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 4.2.1 to 4.2.4.
    - [Release notes](https://github.com/socketio/socket.io-parser/releases)
    - [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md)
    - [Commits](socketio/socket.io-parser@4.2.1...4.2.4)
    
    ---
    updated-dependencies:
    - dependency-name: socket.io-parser
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Riki Syahputra <[email protected]>
    dependabot[bot] and rkspx authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    e914985 View commit details
    Browse the repository at this point in the history
  4. build: bump word-wrap from 1.2.3 to 1.2.4 in /web/ui (#478)

    Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
    - [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
    - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4)
    
    ---
    updated-dependencies:
    - dependency-name: word-wrap
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    4bcda09 View commit details
    Browse the repository at this point in the history
  5. build: bump semver from 5.7.1 to 5.7.2 in /web/ui (#476)

    Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
    - [Release notes](https://github.com/npm/node-semver/releases)
    - [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
    - [Commits](npm/node-semver@v5.7.1...v5.7.2)
    
    ---
    updated-dependencies:
    - dependency-name: semver
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    fb7bd32 View commit details
    Browse the repository at this point in the history
  6. chore: give example and ref on using ES env that requires basic auth (#…

    …489)
    
    * chore: rm incomplete example
    
    * chore: add basic auth example
    
    * chore: add auth support
    
    * docs: add ref to basic auth example
    
    * Update installation.md
    mmta authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    07b3718 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    83f7a24 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. chore: remove extra string from 409 status (#491)

    [skip ci]
    mmta authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    8e4eb31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ffccf1 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Configuration menu
    Copy the full SHA
    a436146 View commit details
    Browse the repository at this point in the history
Loading