Skip to content

1.1.0-rc.1

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Aug 09:48
· 85 commits to master since this release

sortinghat 1.1.0-rc.1 - (2024-08-02)

New features:

  • Save URL to an individual's LinkedIn profile (#817)
    Users can add a link to a LinkedIn profile on the individual's page.
    This helps speed up the lookup of a contributor's information.
  • Link to GitHub profile (#817)
    Individuals' GitHub usernames now link to their profile.
  • Assign users to permission groups (#849)
    Users can be assigned to a permission group using the command $ sortinghat-admin set-user-group username group. A user in a group
    automatically has the permissions granted to that group.
  • Configuration for regular expressions in CORS
    Include in the configuration SORTINGHAT_CORS_ALLOWED_ORIGIN_REGEXES
    environment variable that contains a list of regular expressions that
    matches origins authorized to make cross-site HTTP requests.

Bug fixes:

  • Consistent date format (#901)
    All the job execution dates are now in YYYY-MM-DD hh:mm format on the
    user interface.