#3705 Multiple fixes post 5.0 release
Merged by pingou. Opened by pingou.
fixes  into  master

Download 3705.patch

These are some of the fixes we've had to do today to get things running smoothly, there are other that may come separately :)

1 new commit added

  • Updating regex for URLs and SSH urls (fixing the later while at it)

6 new commits added

  • Updating regex for URLs and SSH urls (fixing the later while at it)
  • Have a dedicated variable to bypass gitolite when doing a git push
  • Fix the last modified date on the PR list
  • Ignore any and all action done by the pagure user when loading JSON into the db
  • Only enforce Signed-Off-By on the main git repo
  • Name the arguments in the function call and other fixes

7 new commits added

  • Typo in the tests
  • Updating regex for URLs and SSH urls (fixing the later while at it)
  • Have a dedicated variable to bypass gitolite when doing a git push
  • Fix the last modified date on the PR list
  • Ignore any and all action done by the pagure user when loading JSON into the db
  • Only enforce Signed-Off-By on the main git repo
  • Name the arguments in the function call and other fixes

8 new commits added

  • Adjust unit-test for new output in the hooks
  • Fixes in the tests for the ssh URL pattern
  • Have a dedicated variable to bypass gitolite when doing a git push
  • Updating regex for URLs and SSH urls (fixing the later while at it)
  • Fix the last modified date on the PR list
  • Ignore any and all action done by the pagure user when loading JSON into the db
  • Only enforce Signed-Off-By on the main git repo
  • Name the arguments in the function call and other fixes

:thumbsup:

It looks like gitolite is actually providing/using GL_BYPASS_ACCESS_CHECKS. Maybe update to add that one instead?

It looks like gitolite is actually providing/using GL_BYPASS_ACCESS_CHECKS. Maybe update to add that one instead?

Yup, learned this from upstream today :)

1 new commit added

  • Use gitolite's own mechanism to bypass the update hook

9 new commits added

  • Use gitolite's own mechanism to bypass the update hook
  • Adjust unit-test for new output in the hooks
  • Fixes in the tests for the ssh URL pattern
  • Updating regex for URLs and SSH urls (fixing the later while at it)
  • Have a dedicated variable to bypass gitolite when doing a git push
  • Fix the last modified date on the PR list
  • Ignore any and all action done by the pagure user when loading JSON into the db
  • Only enforce Signed-Off-By on the main git repo
  • Name the arguments in the function call and other fixes

rebased onto f7d45fbdb918f8d4aa9cc0fd6799ebe053f10bea

rebased onto 5cfdd6ea1d488f78640ba9d39c1d50feba9c71fe

rebased onto 828527dae5804e7dc736a25721272fcf18b03339

Pull-Request has been merged by pingou

Metadata