From e61ff1ff7d9264c2860de1bad9ba6453666b3504b6680419ad1e93a56c5df583 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Wed, 25 Mar 2020 20:38:01 +0000 Subject: [PATCH] - Update to 5.9.0 + Add API to manage plugins (ie: git hooks) + Fix querying mdapi from within the srcfpo theme + Various fixes for the srcfpo theme + Multiple fixes and improvements to the API endpoints to retrieve the tags used in a project + Add new API endpoints to manipulate tags in projects + Add a new API endpoint to edit/update an existing issue/ticket + Add a new page to see a file's history in git (linked from the file's view page and the blame page) + Only consider the 6 most recently active branch in the drop-down to create new PR + Fix the view_commit endpoint when the identifier provided is a git tag + Add an endpoint to renew user API token + Include a link to where the token can be renewed in the email about API token nearing expiration + Allow users to set their own expiration date on API token (up to 2 years) + Fix the /groups API endpoint and order the output by group name + Add a new API endpoint to retrieve a project's webhook token + Expose related_prs on issue API + Fix the regenerate-repo actions + Provide some feedback to the user when changing monitoring worked + Hide the SSH clone URL if the user is not in one of the group with ssh access + Order pull requests based on updated_on column when we want to order based on last updated time + Fix taking into account the blacklisted patterns + Rework/fix the API documentation page + Allow deploy keys to commit to the doc git repository of a project + Increase a lot the logging when someone asks for access to a git repo OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/pagure?expand=0&rev=27 --- pagure-5.8.1.tar.gz | 3 --- pagure-5.9.0.tar.gz | 3 +++ pagure.changes | 34 ++++++++++++++++++++++++++++++++++ pagure.spec | 4 ++-- 4 files changed, 39 insertions(+), 5 deletions(-) delete mode 100644 pagure-5.8.1.tar.gz create mode 100644 pagure-5.9.0.tar.gz diff --git a/pagure-5.8.1.tar.gz b/pagure-5.8.1.tar.gz deleted file mode 100644 index c469bd5..0000000 --- a/pagure-5.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e150bad0a3f932d265cb59d46c8b6a532be0f757aab695a8c37df3f5f4db687 -size 21759213 diff --git a/pagure-5.9.0.tar.gz b/pagure-5.9.0.tar.gz new file mode 100644 index 0000000..b39f306 --- /dev/null +++ b/pagure-5.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32b308bbae62f3d862a426a961abdd2829d8d2541a7d22d0adcaf56e750e1a24 +size 21751274 diff --git a/pagure.changes b/pagure.changes index 30a3834..0bcadfb 100644 --- a/pagure.changes +++ b/pagure.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Wed Mar 25 20:34:56 UTC 2020 - Neal Gompa + +- Update to 5.9.0 + + Add API to manage plugins (ie: git hooks) + + Fix querying mdapi from within the srcfpo theme + + Various fixes for the srcfpo theme + + Multiple fixes and improvements to the API endpoints to retrieve the tags + used in a project + + Add new API endpoints to manipulate tags in projects + + Add a new API endpoint to edit/update an existing issue/ticket + + Add a new page to see a file's history in git (linked from the file's view page + and the blame page) + + Only consider the 6 most recently active branch in the drop-down to create + new PR + + Fix the view_commit endpoint when the identifier provided is a git tag + + Add an endpoint to renew user API token + + Include a link to where the token can be renewed in the email about API + token nearing expiration + + Allow users to set their own expiration date on API token (up to 2 years) + + Fix the /groups API endpoint and order the output by group name + + Add a new API endpoint to retrieve a project's webhook token + + Expose related_prs on issue API + + Fix the regenerate-repo actions + + Provide some feedback to the user when changing monitoring worked + + Hide the SSH clone URL if the user is not in one of the group with ssh + access + + Order pull requests based on updated_on column when we want to order based + on last updated time + + Fix taking into account the blacklisted patterns + + Rework/fix the API documentation page + + Allow deploy keys to commit to the doc git repository of a project + + Increase a lot the logging when someone asks for access to a git repo + ------------------------------------------------------------------- Mon Dec 2 20:32:39 UTC 2019 - Neal Gompa diff --git a/pagure.spec b/pagure.spec index e0391f5..85dd970 100644 --- a/pagure.spec +++ b/pagure.spec @@ -1,7 +1,7 @@ # # spec file for package pagure # -# Copyright (c) 2019 Neal Gompa . +# Copyright (c) 2020 Neal Gompa . # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,7 +23,7 @@ Name: pagure -Version: 5.8.1 +Version: 5.9.0 Release: 0 Summary: A git-centered forge Group: Development/Tools/Version Control