The following list describes the changes by component:
- Update Poetry's package dependencies
- Update Poetry's package dependencies
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 configurationSORTINGHAT_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.
- Update Poetry's package dependencies
- Update Poetry's package dependencies
- Update Poetry's package dependencies
- Update Poetry's package dependencies
- Update Poetry's package dependencies
- Update Poetry's package dependencies
- Update Poetry's package dependencies
Bug fixes:
- Git branches study fixed
Git branches study was assigning branches to wrong commits.
Bug fixes:
- Days in collection spent time
Include days in logs when the collection spent time is more than one day.