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: chaoss/grimoirelab-perceval-weblate
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.8
Choose a base ref
...
head repository: chaoss/grimoirelab-perceval-weblate
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 14 commits
  • 13 files changed
  • 2 contributors

Commits on Nov 13, 2024

  1. Copy the full SHA
    5bdc1ec View commit details
  2. Release 1.0.9-rc.1

    jjmerchante committed Nov 13, 2024
    Copy the full SHA
    be4dae1 View commit details
  3. Copy the full SHA
    0f828ec View commit details
  4. Release 1.0.9

    jjmerchante committed Nov 13, 2024
    Copy the full SHA
    213ac40 View commit details

Commits on Dec 11, 2024

  1. Copy the full SHA
    1e9ff7d View commit details
  2. Release 1.0.10-rc.1

    jjmerchante committed Dec 11, 2024
    Copy the full SHA
    fb40d63 View commit details
  3. Copy the full SHA
    b51ca71 View commit details
  4. Release 1.0.10

    jjmerchante committed Dec 11, 2024
    Copy the full SHA
    47be818 View commit details

Commits on Jan 13, 2025

  1. Migrate files for branch rename from master to main

    Update files to support the migration of GrimoireLab repositories
    as part of the default branch transition from master to main.
    
    Signed-off-by: Jose Javier Merchante <[email protected]>
    jjmerchante committed Jan 13, 2025
    Copy the full SHA
    17afe85 View commit details

Commits on Jan 14, 2025

  1. Copy the full SHA
    8b78601 View commit details

Commits on Jan 15, 2025

  1. Copy the full SHA
    edb6458 View commit details
  2. Release 1.0.11-rc.1

    jjmerchante committed Jan 15, 2025
    Copy the full SHA
    8de301c View commit details
  3. Copy the full SHA
    73c6ba5 View commit details
  4. Release 1.0.11

    jjmerchante committed Jan 15, 2025
    Copy the full SHA
    5548018 View commit details
Showing with 255 additions and 237 deletions.
  1. +1 −1 .github/workflows/changelog.yml
  2. +3 −3 .github/workflows/release.yml
  3. +12 −0 NEWS
  4. +1 −1 README.md
  5. +2 −2 perceval/backends/weblate/_version.py
  6. +217 −229 poetry.lock
  7. +1 −1 pyproject.toml
  8. +3 −0 releases/1.0.10-rc.1.md
  9. +3 −0 releases/1.0.10.md
  10. +3 −0 releases/1.0.11-rc.1.md
  11. +3 −0 releases/1.0.11.md
  12. +3 −0 releases/1.0.9-rc.1.md
  13. +3 −0 releases/1.0.9.md
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -9,4 +9,4 @@ jobs:
check-changelog:
runs-on: ubuntu-latest
steps:
- uses: bitergia/release-tools-check-changelog@master
- uses: bitergia/release-tools-check-changelog@main
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Build package using Poetry and store result
uses: chaoss/grimoirelab-github-actions/build@master
uses: chaoss/grimoirelab-github-actions/build@main
with:
artifact-name: weblate-dist
artifact-path: dist
@@ -52,7 +52,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Create a new release on the repository
uses: chaoss/grimoirelab-github-actions/release@master
uses: chaoss/grimoirelab-github-actions/release@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

@@ -61,7 +61,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Publish the package on PyPI
uses: chaoss/grimoirelab-github-actions/publish@master
uses: chaoss/grimoirelab-github-actions/publish@main
with:
artifact-name: weblate-dist
artifact-path: dist
12 changes: 12 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Releases

## perceval-weblate 1.0.11 - (2025-01-15)

* Update Poetry's package dependencies

## perceval-weblate 1.0.10 - (2024-12-11)

* Update Poetry's package dependencies

## perceval-weblate 1.0.9 - (2024-11-13)

* Update Poetry's package dependencies

## perceval-weblate 1.0.8 - (2024-10-15)

* Update Poetry's package dependencies
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# perceval-weblate [![Build Status](https://github.com/chaoss/grimoirelab-perceval-weblate/workflows/tests/badge.svg)](https://github.com/chaoss/grimoirelab-perceval-weblate/actions?query=workflow:tests+branch:master+event:push) [![Coverage Status](https://img.shields.io/coveralls/chaoss/grimoirelab-perceval-weblate.svg)](https://coveralls.io/r/chaoss/grimoirelab-perceval-weblate?branch=master) [![PyPI version](https://badge.fury.io/py/perceval-weblate.svg)](https://badge.fury.io/py/perceval-weblate)
# perceval-weblate [![Build Status](https://github.com/chaoss/grimoirelab-perceval-weblate/workflows/tests/badge.svg)](https://github.com/chaoss/grimoirelab-perceval-weblate/actions?query=workflow:tests+branch:main+event:push) [![Coverage Status](https://img.shields.io/coveralls/chaoss/grimoirelab-perceval-weblate.svg)](https://coveralls.io/r/chaoss/grimoirelab-perceval-weblate?branch=main) [![PyPI version](https://badge.fury.io/py/perceval-weblate.svg)](https://badge.fury.io/py/perceval-weblate)

Bundle of Perceval backends for Weblate.

4 changes: 2 additions & 2 deletions perceval/backends/weblate/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# File auto-generated by semverup on 2024-10-15 07:14:39.540368
__version__ = "1.0.8"
# File auto-generated by semverup on 2025-01-15 12:00:24.108016
__version__ = "1.0.11"
Loading