#1198 Document the multiple ssk key per user feature
Closed by williamjmorenor. Opened by williamjmorenor.
williamjmorenor/pagure master  into  master

Download 1198.patch

From https://pagure.io/pagure/issue/1194

I want to add to docs this feature so more use can take advantage of it.

I would prefer not to have these in the project's gitignore. You can have a global .gitignore that would work cross-projects/repos

what about s/settings,/settings (one key per row),/ ?

Two comments and if you could rebase your PR on the top of master it would be awesome :)

4 new commits added

  • Improve multiple keys per user settings
  • Revert "Add pydev project files to .gitignore"
  • Revert add pydev files to .gitignore
  • Revert add pydev files to .gitignore

62 new commits added

  • Misc fixes to the doc, formatting and links
  • Implement scanning of attached files for viruses
  • fedmsg is no longer required for pagure-ci
  • cryptography is also a dep for pagure-ci
  • Change the endpoint called by jenkins to include the repo name and username
  • Remove un-used import
  • Fix typo in the docstring of the jinja_render filter
  • Fix wording in the exception message
  • Drop un-used variable and retrieve the redis information from the configuration
  • Use urlparse.urljoin to build the final url to call
  • Fix typo in the pagure-ci tests
  • Improve the README for pagure-ci
  • Fix typos in lib_ci.py
  • Undo specifying a config file to run the tests and just bail on jenkins
  • Enable the jenkins CI service for the tests
  • Fix invalid variable and module names and log when it finished to process
  • Disable pagure-ci by default
  • Log a little more info about where the build is triggered
  • Fix retrieving the name of the project from the JSON blob
  • Add proper attribution of the code in lib_ci
  • Also set-up redis if pagure-ci is configured
  • Notify pagure-ci only if redis is configured
  • Fix the messages sent to the pagure-ci service via redis
  • Fix setting the different CI services supported
  • Add the systemd service file for pagure_ci_server
  • Send notification to the CI service to kick off the build
  • Fix lib/lib_ci
  • Adjust unit-tests for the change in behavior when using an unknown user
  • Adjust the UI for the behavior of pagure.lib.__get_user
  • Drop debugging line
  • Get the session and the requestfolder from the api
  • Fix unit-tests for the pagure-ci plugin
  • No need to add the object to the session, they are already tracked
  • Adjust a little the README.rst about pagure-ci
  • Adjust the spec file to include pagure-ci sub-package
  • Drop empty file
  • Drop the fedmsg consumer for pagure-ci
  • Clean-up/styling of the pagure spec file
  • changing url to ci_url
  • Include the pagure-ci module in the releases
  • Rename pagureCI to pagure-ci
  • Fix tests related to pagure-ci
  • Ensure that we are calling the proper ci_hook object
  • fixing typo
  • Display separately the jenkins token and the result URL
  • Fix configuring and activating the Pagure CI plugin in one action
  • Fix small typo
  • Document the CI API endpoints
  • Improve the documentation of the jenkins_ci_notification endpoint
  • First work on the pagure-ci server/service
  • Add the logic allowing to set the different types of CI services supported
  • Remove the old pagure_ci lib that is no longer used
  • Add the lib_ci module
  • Document in the code what the hook_token field of a project is for
  • Render the plugin's extra info if there is one
  • Add a jinja filter allowing to render a given piece of template
  • Rework the pagure CI plugin
  • Rework the API endpoint receiving the notifications from jenkins
  • Move the CI specific API endpoints to their own section of the API
  • Drop all the pagure_c specific code, we want to be generic in this code
  • Make the list of CI service supported a configuration option
  • Replace the jenkins hook by a more generic CI one
williamjmorenor commented

O no, git pull --rebase upstream master is updating all commits since a fork the repo :(

Pull-Request has been closed by williamjmorenor

Metadata