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-sortinghat
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 131f335773d6d50f31e5fb790f81a99d4dd65f48
Choose a base ref
...
head repository: chaoss/grimoirelab-sortinghat
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fdeb0a42c81b53b2dcf25f9bc70438a749dbb0c1
Choose a head ref
  • 13 commits
  • 22 files changed
  • 4 contributors

Commits on Aug 6, 2024

  1. [readme] Permissions groups breaking change

    This commit includes documentation about the changes in the latest
    version related to permission groups.
    
    Signed-off-by: Jose Javier Merchante <[email protected]>
    jjmerchante committed Aug 6, 2024
    Copy the full SHA
    a73352b View commit details
  2. Merge branch 'permissions-readme' of 'https://github.com/jjmerchante/…

    sduenas authored Aug 6, 2024
    Copy the full SHA
    ae02292 View commit details
  3. [docker] Run SortingHat worker with parameters

    Updates the docker image for the SortingHat worker,
    so it can receive parameters when a container runs.
    This is needed to set from which queues a worker will
    listen too.
    
    Signed-off-by: Jose Javier Merchante <[email protected]>
    jjmerchante committed Aug 6, 2024
    Copy the full SHA
    2acc4f7 View commit details
  4. [jobs] Fix job listing for missing data in Redis

    Fetching the job list failed when job data was missing in Redis.
    This update discards missing results and deletes the missing job
    entries from the registry, ensuring the job listing works correctly.
    
    Signed-off-by: Jose Javier Merchante <[email protected]>
    jjmerchante committed Aug 6, 2024
    Copy the full SHA
    b152145 View commit details
  5. [jobs] Keep job results in SortingHat one week

    This commit updates the retention period for job results
    in SortingHat to one week.
    
    Signed-off-by: Jose Javier Merchante <[email protected]>
    jjmerchante committed Aug 6, 2024
    Copy the full SHA
    9f8c9fe View commit details
  6. Merge branch 'job-results' of 'https://github.com/jjmerchante/grimoir…

    sduenas authored Aug 6, 2024
    Copy the full SHA
    51f29eb View commit details

Commits on Aug 9, 2024

  1. [ui] Add LoadingSpinner component

    Adds a component to display a loading spinner and an optional
    loading message.
    
    Signed-off-by: Eva Millán <[email protected]>
    evamillan authored and jjmerchante committed Aug 9, 2024
    Copy the full SHA
    b83dc3c View commit details
  2. [ui] Add missing loading and error messages

    Adds a loading indicator for the individual and organization pages
    and an alert to display error messages on the individuals, organizations
    and jobs tables.
    
    Signed-off-by: Eva Millán <[email protected]>
    evamillan authored and jjmerchante committed Aug 9, 2024
    Copy the full SHA
    fcb57d0 View commit details
  3. Merge branch 'loading-msg' of 'https://github.com/evamillan/grimoirel…

    …ab-sortinghat'
    
    Merges #906 
    Closes #866
    jjmerchante authored Aug 9, 2024
    Copy the full SHA
    2d5a9b1 View commit details
  4. Bump django from 4.2.14 to 4.2.15

    Bumps [django](https://github.com/django/django) from 4.2.14 to 4.2.15.
    - [Commits](django/django@4.2.14...4.2.15)
    
    ---
    updated-dependencies:
    - dependency-name: django
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 9, 2024
    Copy the full SHA
    9c40ff3 View commit details
  5. Copy the full SHA
    0a7ff85 View commit details
  6. Update Poetry dependencies

    sduenas committed Aug 9, 2024
    Copy the full SHA
    3be2159 View commit details
  7. Release 1.2.0-rc.1

    sduenas committed Aug 9, 2024
    Copy the full SHA
    fdeb0a4 View commit details
Loading