+
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: alerta/alerta
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.0.3
Choose a base ref
...
head repository: alerta/alerta
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.0.4
Choose a head ref
  • 13 commits
  • 9 files changed
  • 3 contributors

Commits on Apr 12, 2024

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

Commits on May 28, 2024

  1. build(deps-dev): bump mypy from 1.9.0 to 1.10.0 (#1948)

    Bumps [mypy](https://github.com/python/mypy) from 1.9.0 to 1.10.0.
    - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
    - [Commits](python/mypy@1.9.0...v1.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: mypy
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 28, 2024
    Configuration menu
    Copy the full SHA
    d37b553 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. fix: add setuptools to requirements to make tests pass in 3.12 (#1965)

    build(deps): add setuptools to requirements to make tests pass in 3.12
    hyberdk authored Aug 24, 2024
    Configuration menu
    Copy the full SHA
    b5ed52d View commit details
    Browse the repository at this point in the history
  2. build(deps): bump flask-compress from 1.14 to 1.15 (#1949)

    Bumps [flask-compress](https://github.com/colour-science/flask-compress) from 1.14 to 1.15.
    - [Changelog](https://github.com/colour-science/flask-compress/blob/master/CHANGELOG.md)
    - [Commits](colour-science/flask-compress@v1.14...v1.15)
    
    ---
    updated-dependencies:
    - dependency-name: flask-compress
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Nick Satterly <nfsatterly@gmail.com>
    dependabot[bot] and satterly authored Aug 24, 2024
    Configuration menu
    Copy the full SHA
    8634300 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump werkzeug from 3.0.2 to 3.0.3 (#1954)

    Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.2 to 3.0.3.
    - [Release notes](https://github.com/pallets/werkzeug/releases)
    - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
    - [Commits](pallets/werkzeug@3.0.2...3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: werkzeug
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Nick Satterly <nfsatterly@gmail.com>
    dependabot[bot] and satterly authored Aug 24, 2024
    Configuration menu
    Copy the full SHA
    bfbc32e View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. build(deps): bump blinker from 1.7.0 to 1.8.2 (#1952)

    Bumps [blinker](https://github.com/pallets-eco/blinker) from 1.7.0 to 1.8.2.
    - [Release notes](https://github.com/pallets-eco/blinker/releases)
    - [Changelog](https://github.com/pallets-eco/blinker/blob/main/CHANGES.rst)
    - [Commits](pallets-eco/blinker@1.7.0...1.8.2)
    
    ---
    updated-dependencies:
    - dependency-name: blinker
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Nick Satterly <nfsatterly@gmail.com>
    dependabot[bot] and satterly authored Aug 25, 2024
    Configuration menu
    Copy the full SHA
    cc361e1 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump cryptography from 42.0.5 to 42.0.7 (#1953)

    Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.5 to 42.0.7.
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@42.0.5...42.0.7)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Esben Laursen <hyber@hyber.dk>
    Co-authored-by: Nick Satterly <nfsatterly@gmail.com>
    3 people authored Aug 25, 2024
    Configuration menu
    Copy the full SHA
    0f02151 View commit details
    Browse the repository at this point in the history
  3. --- (#1958)

    updated-dependencies:
    - dependency-name: requests
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Nick Satterly <nfsatterly@gmail.com>
    dependabot[bot] and satterly authored Aug 25, 2024
    Configuration menu
    Copy the full SHA
    e02ed04 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump flask-cors from 4.0.0 to 4.0.1 (#1961)

    Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 4.0.0 to 4.0.1.
    - [Release notes](https://github.com/corydolphin/flask-cors/releases)
    - [Changelog](https://github.com/corydolphin/flask-cors/blob/main/CHANGELOG.md)
    - [Commits](corydolphin/flask-cors@4.0.0...4.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: flask-cors
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Nick Satterly <nfsatterly@gmail.com>
    dependabot[bot] and satterly authored Aug 25, 2024
    Configuration menu
    Copy the full SHA
    9b6d74d View commit details
    Browse the repository at this point in the history
  5. build(deps): bump requests from 2.31.0 to 2.32.3 (#1963)

    Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.3.
    - [Release notes](https://github.com/psf/requests/releases)
    - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
    - [Commits](psf/requests@v2.31.0...v2.32.3)
    
    ---
    updated-dependencies:
    - dependency-name: requests
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Nick Satterly <nfsatterly@gmail.com>
    dependabot[bot] and satterly authored Aug 25, 2024
    Configuration menu
    Copy the full SHA
    0a5a7f5 View commit details
    Browse the repository at this point in the history
  6. build(deps): bump sentry-sdk[flask] from 1.45.0 to 2.13.0 (#1979)

    Bumps [sentry-sdk[flask]](https://github.com/getsentry/sentry-python) from 1.45.0 to 2.13.0.
    - [Release notes](https://github.com/getsentry/sentry-python/releases)
    - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
    - [Commits](getsentry/sentry-python@1.45.0...2.13.0)
    
    ---
    updated-dependencies:
    - dependency-name: sentry-sdk[flask]
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Nick Satterly <nfsatterly@gmail.com>
    dependabot[bot] and satterly authored Aug 25, 2024
    Configuration menu
    Copy the full SHA
    390b9a1 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    77d2990 View commit details
    Browse the repository at this point in the history
  2. Bump version 9.0.3 -> 9.0.4

    satterly committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    b7111d2 View commit details
    Browse the repository at this point in the history
Loading
点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载