Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create repo from template #2090

Merged
merged 33 commits into from Oct 13, 2022
Merged

Commits on Feb 11, 2020

  1. Configuration menu
    Copy the full SHA
    3f54ace View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    deea076 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a91899b View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2020

  1. Configuration menu
    Copy the full SHA
    ed363bb View commit details
    Browse the repository at this point in the history
  2. Fix name assertion

    isouza-daitan committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    ec44a8b View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2020

  1. fix flake8 violation

    isouza-daitan committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    1aac6e9 View commit details
    Browse the repository at this point in the history
  2. refactor assertions

    isouza-daitan committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    1e4e605 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a29b3c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b4f5991 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. Configuration menu
    Copy the full SHA
    d1c282e View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. Configuration menu
    Copy the full SHA
    30e7100 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. Configuration menu
    Copy the full SHA
    2c384f3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'create-from-template' of github.com:isouza-daitan/PyGit…

    …hub into create-from-template
    isouza-daitan committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    0bfe56d View commit details
    Browse the repository at this point in the history
  3. Fix formatting

    isouza-daitan committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    a95e448 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2021

  1. Configuration menu
    Copy the full SHA
    8fa9341 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18c1d07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    476ee42 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b018853 View commit details
    Browse the repository at this point in the history
  5. Fix name assertion

    isouza-daitan authored and simkimsia committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    aca2570 View commit details
    Browse the repository at this point in the history
  6. fix flake8 violation

    isouza-daitan authored and simkimsia committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    3b53479 View commit details
    Browse the repository at this point in the history
  7. refactor assertions

    isouza-daitan authored and simkimsia committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    ba76eff View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f0372a9 View commit details
    Browse the repository at this point in the history
  9. Restore file delete by mistake

    isouza-daitan authored and simkimsia committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    efb9dc2 View commit details
    Browse the repository at this point in the history
  10. Fix formatting

    isouza-daitan authored and simkimsia committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    d8c105c View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2021

  1. Merge pull request #1 from isouza-daitan/create-from-template

    Create from template
    simkimsia committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    e35e31d View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Configuration menu
    Copy the full SHA
    6ddabf7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    652bdcc View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2021

  1. Configuration menu
    Copy the full SHA
    679858c View commit details
    Browse the repository at this point in the history
  2. Squashed commit of the following:

    commit 6452ddf
    Author: Steve Kowalik <steven@wedontsleep.org>
    Date:   Sun Oct 24 15:21:31 2021 +1100
    
        Add Repository.rename_branch method (PyGithub#2089)
    
        The GitHub API exposes an endpoint to rename a branch, so we should
        support calling it. Sadly, there is not enough information to add
        that method to the Branch class, so expose it in the Repository object.
    
        Fixes PyGithub#1901
    
    commit c8a945b
    Author: Claire Johns <42869556+johnsc1@users.noreply.github.com>
    Date:   Sun Oct 24 00:15:31 2021 -0400
    
        Add function to delete pending reviews on a pull request (PyGithub#1897)
    
        Add a delete method to PullRequestReview to allow dismissing them.
    
        Fixes PyGithub#1856
    
        Co-authored-by: bagashvilit <bagashvilit@allegheny.edu>
        Co-authored-by: WonjoonC <chos@allegheny.edu>
    
    commit f1faf94
    Author: Steve Kowalik <steven@wedontsleep.org>
    Date:   Fri Oct 22 08:39:31 2021 +1100
    
        Cover all code paths in search_commits (PyGithub#2087)
    
        The search_commits method was only very lightly tested, meaning over
        half of it was not covered. Write another test case, covering all code
        paths.
    simkimsia committed Oct 24, 2021
    Configuration menu
    Copy the full SHA
    891f450 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c91ac8 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin-pygithub-upstream/master' into c…

    …reate-repo-from-template
    simkimsia committed Oct 24, 2021
    Configuration menu
    Copy the full SHA
    a116c16 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. ♻ Make changes so it's closer to main branch

    ♻Rewrite to make things conform closer to main branch
    
    ♻ Fix f string
    
    ♻ Change to f string
    
    And also switch to the accept header recommended in https://docs.github.com/en/rest/reference/repos#create-a-repository-using-a-template
    
    ♻ Move away from `application/vnd.github.baptiste-preview+json`
    
    ✅Make tests pass
    
    ✅Fix tests
    
    🎨 FIX: the formatting by running `tox -elint`
    simkimsia committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    8531073 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Configuration menu
    Copy the full SHA
    47c25d8 View commit details
    Browse the repository at this point in the history