Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Retry spinach tests in case of failure using rerun reporter | Kamil Trzcinski | 2016-06-08 | 2 | -3/+2 |
* | Merge branch 'support-fog-azure' into 'master' | Rémy Coutable | 2016-06-08 | 2 | -0/+22 |
|\ | |||||
| * | Add Azure to supported backup list (left out accidentally) | Stan Hu | 2016-06-07 | 2 | -0/+22 |
* | | Merge branch 'git-http-controller' into 'master' | Rémy Coutable | 2016-06-08 | 13 | -330/+653 |
|\ \ | |||||
| * | | Add parentheses | Jacob Vosmaer | 2016-06-08 | 1 | -4/+4 |
| * | | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into git-htt... | Jacob Vosmaer | 2016-06-08 | 394 | -3208/+9533 |
| |\ \ | |||||
| * | | | Remove code duplication in JwtController | Jacob Vosmaer | 2016-06-06 | 1 | -39/+1 |
| * | | | Fix tests | Jacob Vosmaer | 2016-06-06 | 3 | -22/+22 |
| * | | | Use public_send | Jacob Vosmaer | 2016-06-03 | 1 | -2/+1 |
| * | | | Argh mixed up all the negatives | Jacob Vosmaer | 2016-06-03 | 1 | -2/+2 |
| * | | | Remove instances of Auth.new | Jacob Vosmaer | 2016-06-03 | 2 | -2/+2 |
| * | | | Refactor Gitlab::Auth rate limiting | Jacob Vosmaer | 2016-06-03 | 2 | -25/+53 |
| * | | | Fewer silly instance variables | Jacob Vosmaer | 2016-06-03 | 1 | -11/+9 |
| * | | | Use #present? | Jacob Vosmaer | 2016-06-03 | 1 | -1/+1 |
| * | | | Refactor _allowed? methods as Rémy asked | Jacob Vosmaer | 2016-06-03 | 1 | -15/+9 |
| * | | | Changes after more review from Rémy | Jacob Vosmaer | 2016-06-03 | 3 | -24/+26 |
| * | | | Rename finder to find_in_gitlab_or_ldap | Jacob Vosmaer | 2016-06-02 | 5 | -13/+13 |
| * | | | Merge branch 'master' into git-http-controller | Jacob Vosmaer | 2016-06-02 | 1580 | -11370/+32518 |
| |\ \ \ | |||||
| * | | | | Remove parallel assignment | Jacob Vosmaer | 2016-05-03 | 1 | -1/+2 |
| * | | | | Rubocop and whitespace | Jacob Vosmaer | 2016-05-02 | 2 | -3/+3 |
| * | | | | Use correct auth finder | Jacob Vosmaer | 2016-05-02 | 2 | -7/+2 |
| * | | | | Make CI/Oauth/rate limiting reusable | Jacob Vosmaer | 2016-04-29 | 6 | -95/+158 |
| * | | | | Specify that oauth cannot push code | Jacob Vosmaer | 2016-04-29 | 1 | -0/+19 |
| * | | | | More changes suggested by Rémy | Jacob Vosmaer | 2016-04-25 | 1 | -19/+17 |
| * | | | | Remove trivial 'let' | Jacob Vosmaer | 2016-04-22 | 1 | -6/+5 |
| * | | | | Don't mess up our parent controller | Jacob Vosmaer | 2016-04-22 | 2 | -30/+28 |
| * | | | | Some changes after review from Rémy and Valery | Jacob Vosmaer | 2016-04-22 | 1 | -28/+33 |
| * | | | | Comment and whitespace | Jacob Vosmaer | 2016-04-15 | 1 | -9/+20 |
| * | | | | Avoid path helper name clash | Jacob Vosmaer | 2016-04-15 | 1 | -4/+4 |
| * | | | | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into git-htt... | Jacob Vosmaer | 2016-04-15 | 241 | -1048/+6475 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into git-htt... | Jacob Vosmaer | 2016-04-12 | 493 | -3595/+21341 |
| |\ \ \ \ \ | |||||
| * | | | | | | Clarify intentions | Jacob Vosmaer | 2016-04-06 | 1 | -4/+7 |
| * | | | | | | More tests, better descriptions | Jacob Vosmaer | 2016-04-06 | 1 | -12/+27 |
| * | | | | | | Move workhorse protocol code into lib | Jacob Vosmaer | 2016-04-06 | 2 | -8/+12 |
| * | | | | | | Delete dead code | Jacob Vosmaer | 2016-04-06 | 1 | -52/+1 |
| * | | | | | | Rubocop | Jacob Vosmaer | 2016-04-06 | 1 | -2/+2 |
| * | | | | | | Add some upload specs | Jacob Vosmaer | 2016-03-24 | 2 | -10/+89 |
| * | | | | | | Whitespace! | Jacob Vosmaer | 2016-03-24 | 1 | -2/+2 |
| * | | | | | | Spec Www-Authenticate | Jacob Vosmaer | 2016-03-24 | 1 | -0/+6 |
| * | | | | | | Remove useless "describe" | Jacob Vosmaer | 2016-03-24 | 1 | -120/+117 |
| * | | | | | | Add test for gitlab_shell.upload_pack config setting | Jacob Vosmaer | 2016-03-24 | 1 | -1/+14 |
| * | | | | | | Remove useles only: | Jacob Vosmaer | 2016-03-24 | 1 | -3/+3 |
| * | | | | | | Whitespace, remove unused method | Jacob Vosmaer | 2016-03-24 | 1 | -14/+10 |
| * | | | | | | Test both GET and POST for git-upload-pack | Jacob Vosmaer | 2016-03-24 | 2 | -47/+69 |
| * | | | | | | Keep Grack::Auth in the routes for LFS only | Jacob Vosmaer | 2016-03-24 | 1 | -0/+3 |
| * | | | | | | Get Grack::Auth tests to pass | Jacob Vosmaer | 2016-03-23 | 3 | -8/+191 |
| * | | | | | | Test Grack::Auth via a request spec | Jacob Vosmaer | 2016-03-23 | 1 | -90/+71 |
* | | | | | | | Merge branch 'fix-endless-redirect' into 'master' | Rémy Coutable | 2016-06-08 | 4 | -6/+37 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Fix endless redirections when accessing user OAuth applications when they are... | Stan Hu | 2016-06-08 | 4 | -6/+37 |
* | | | | | | | | Merge branch 'fix-markdown-spec' into 'master' | Stan Hu | 2016-06-08 | 2 | -2/+3 |
|\ \ \ \ \ \ \ \ |