An error occurred fetching the project authors.
  1. 17 Aug, 2016 2 commits
  2. 16 Aug, 2016 1 commit
  3. 15 Aug, 2016 3 commits
  4. 11 Aug, 2016 1 commit
  5. 02 Aug, 2016 1 commit
  6. 29 Jul, 2016 2 commits
  7. 27 Jul, 2016 2 commits
  8. 26 Jul, 2016 3 commits
  9. 22 Jul, 2016 1 commit
  10. 20 Jul, 2016 2 commits
  11. 19 Jul, 2016 3 commits
  12. 18 Jul, 2016 1 commit
  13. 11 Jul, 2016 3 commits
  14. 08 Jul, 2016 1 commit
    • Sean McGivern's avatar
      Collapse large diffs by default · b6b26692
      Sean McGivern authored
      When rendering a list of diff files, skip those where the diff is over
      10 KB and provide an endpoint to render individually instead.
      b6b26692
  15. 05 Jul, 2016 1 commit
    • Timothy Andrew's avatar
      Modify the frontend for wildcard protected branches. · 2a5cb7ec
      Timothy Andrew authored
      1. Allow entering any branch name for a protected branch.
      
          - Either pick from a list of options, or enter it manually
          - You can enter wildcards.
      
      2. Display branches matching a protected branch.
      
          -  Add a `ProtectedBranches#show` page that displays the branches
             matching the given protected branch, or a message if there are no
             matches.
      
          - On the `index` page, display the last commit for an exact match,
            or the number of matching branches for a wildcard match.
      
          -  Add an `iid` column to `protected_branches` - this is what we use for
             the `show` page URL.
      
          -  On the off chance that this feature is unnecessary, this commit
             encapsulates it neatly, so it can be removed without affecting
             anything else.
      
      3. Remove the "Last Commit" column from the list of protected branches.
      
          - There's no way to pull these for wildcard protected branches, so it's
            best left for the `show` page.
      
          - Rename the `@branches` instance variable to `@protected_branches`
      
          - Minor styling changes with the "Unprotect" button - floated right
            like the "Revoke" button for personal access tokens
      
      4. Paginate the list of protected branches.
      
      5. Move the instructions to the left side of the page.
      2a5cb7ec
  16. 01 Jul, 2016 1 commit
  17. 30 Jun, 2016 1 commit
    • Eric K Idema's avatar
      Import from Github using Personal Access Tokens. · 12aa1f89
      Eric K Idema authored
      This stands as an alternative to using OAuth to access a user's Github
      repositories.  This is setup in such a way that it can be used without OAuth
      configuration.
      
      From a UI perspective, the how to import modal has been replaced by a full
      page, which includes a form for posting a personal access token back to the
      Import::GithubController.
      
      If the user has logged in via GitHub, skip the Personal Access Token and go
      directly to Github for an access token via OAuth.
      12aa1f89
  18. 29 Jun, 2016 2 commits
  19. 18 Jun, 2016 1 commit
  20. 17 Jun, 2016 5 commits
  21. 16 Jun, 2016 2 commits
  22. 15 Jun, 2016 1 commit