Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ensure only IDs ending in .git perform git actionsfix-git-http-routing | Sean McGivern | 2016-06-09 | 1 | -1/+54 |
* | Combine tests for internal links | Alfredo Sumaran | 2016-06-08 | 1 | -4/+4 |
* | Set target="_blank" for external links | Alfredo Sumaran | 2016-06-08 | 2 | -1/+11 |
* | Merge branch '17960-issues-api-endpoint-performs-poorly' into 'master' | Yorick Peterse | 2016-06-08 | 1 | -0/+26 |
|\ | |||||
| * | Fix pseudo n+1 queries with Note and Note Authors in issuables APIs | Alejandro Rodríguez | 2016-06-08 | 1 | -0/+26 |
* | | Merge branch 'remove-labels-from-filter' into 'master' | Jacob Schatz | 2016-06-08 | 1 | -0/+35 |
|\ \ | |/ |/| | |||||
| * | Fixed issue with dropdown toggle not updatingremove-labels-from-filter | Phil Hughes | 2016-06-08 | 1 | -0/+25 |
| * | Removable labels from filtered issuables label bar | Phil Hughes | 2016-06-08 | 1 | -0/+10 |
* | | Merge branch 'git-http-controller' into 'master' | Rémy Coutable | 2016-06-08 | 4 | -219/+362 |
|\ \ | |||||
| * | | 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 | 104 | -1038/+4117 |
| |\ \ | | |/ | |||||
| * | | Fix tests | Jacob Vosmaer | 2016-06-06 | 1 | -1/+1 |
| * | | Changes after more review from Rémy | Jacob Vosmaer | 2016-06-03 | 1 | -4/+4 |
| * | | Rename finder to find_in_gitlab_or_ldap | Jacob Vosmaer | 2016-06-02 | 1 | -8/+8 |
| * | | Merge branch 'master' into git-http-controller | Jacob Vosmaer | 2016-06-02 | 339 | -2818/+11507 |
| |\ \ | |||||
| * | | | Rubocop and whitespace | Jacob Vosmaer | 2016-05-02 | 1 | -1/+1 |
| * | | | Make CI/Oauth/rate limiting reusable | Jacob Vosmaer | 2016-04-29 | 1 | -9/+47 |
| * | | | Specify that oauth cannot push code | Jacob Vosmaer | 2016-04-29 | 1 | -0/+19 |
| * | | | Remove trivial 'let' | Jacob Vosmaer | 2016-04-22 | 1 | -6/+5 |
| * | | | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into git-htt... | Jacob Vosmaer | 2016-04-15 | 44 | -267/+1456 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into git-htt... | Jacob Vosmaer | 2016-04-12 | 89 | -375/+2727 |
| |\ \ \ \ | |||||
| * | | | | | More tests, better descriptions | Jacob Vosmaer | 2016-04-06 | 1 | -12/+27 |
| * | | | | | Rubocop | Jacob Vosmaer | 2016-04-06 | 1 | -2/+2 |
| * | | | | | Add some upload specs | Jacob Vosmaer | 2016-03-24 | 1 | -3/+60 |
| * | | | | | 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 |
| * | | | | | 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 | 1 | -45/+67 |
| * | | | | | 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 | 1 | -0/+29 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fix endless redirections when accessing user OAuth applications when they are... | Stan Hu | 2016-06-08 | 1 | -0/+29 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge branch 'fix-markdown-spec' into 'master' | Stan Hu | 2016-06-08 | 1 | -2/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fix markdown_spec to not use `before(:all)` in order to properly cleanup data... | Kamil Trzcinski | 2016-06-07 | 1 | -2/+2 |
* | | | | | | | Merge branch 'test-for-ci_authorized_runners' into 'master' | Douwe Maan | 2016-06-08 | 1 | -4/+84 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Add a blank line between before and it: | Lin Jen-Shin | 2016-06-07 | 1 | -0/+3 |
| * | | | | | | | Avoid using subject and is_expected.to: | Lin Jen-Shin | 2016-06-07 | 1 | -5/+8 |
| * | | | | | | | Prefer do and end for before/after: | Lin Jen-Shin | 2016-06-07 | 1 | -7/+21 |
| * | | | | | | | Fix method definition style | Lin Jen-Shin | 2016-06-07 | 1 | -2/+2 |
| * | | | | | | | Use rspec's matchers and update style: | Lin Jen-Shin | 2016-06-07 | 1 | -8/+10 |
| * | | | | | | | Use subject for more consistent testing style: | Lin Jen-Shin | 2016-06-07 | 1 | -4/+5 |
| * | | | | | | | This is easier to write: | Lin Jen-Shin | 2016-06-07 | 1 | -1/+1 |
| * | | | | | | | Add a test for User#ci_authorized_runners | Lin Jen-Shin | 2016-06-07 | 1 | -0/+57 |
* | | | | | | | | Enable Knapsack only in CI environmentknapsack-env-ci | Kamil Trzcinski | 2016-06-08 | 1 | -2/+4 |
| |_|/ / / / / |/| | | | | | | |||||
* | | | | | | | Merge branch '18013-compact-sidebar' into 'master' | Jacob Schatz | 2016-06-07 | 1 | -4/+4 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Test impersonation using img data attribute instead of username | Annabel Dunstone | 2016-06-07 | 1 | -4/+4 |
| |/ / / / / / | |||||
* | | | | | | | Merge branch 'refactor/ci-config-add-facade' into 'master' | Rémy Coutable | 2016-06-07 | 2 | -0/+97 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||||
| * | | | | | | Improve Ci config loader by changing method signaturerefactor/ci-config-add-facade | Grzegorz Bizon | 2016-06-07 | 1 | -4/+4 |
| * | | | | | | Remove duplicated exception in Ci config | Grzegorz Bizon | 2016-06-07 | 1 | -1/+2 |