summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge branch 'rs-dev-issue-2419' into 'master'Dmitriy Zaporozhets2015-06-241-1/+3
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Allow user to remove public email addressrs-dev-issue-2419Robert Speicher2015-06-231-1/+3
| |/ / /
* | | | Merge branch 'create_ssh' into 'master'Job van der Voort2015-06-232-1/+38
|\ \ \ \
| * | | | added final phrase in dockaren Carias2015-06-231-0/+1
| * | | | added requested changeskaren Carias2015-06-231-11/+0
| * | | | added images to dockaren Carias2015-06-221-9/+9
| * | | | added new file about creating your SSH keyskaren Carias2015-06-222-1/+48
* | | | | Merge branch 'k-link-basicdocs' into 'master'Job van der Voort2015-06-231-0/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | added link to GitLab Basicskaren Carias2015-06-231-0/+1
* | | | | Merge branch 'fix-readme-avatar' into 'master'Dmitriy Zaporozhets2015-06-231-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Revert avatar URL to original versionStan Hu2015-06-231-1/+1
|/ / / /
* | | | Merge branch 'split-tests' into 'master'Dmitriy Zaporozhets2015-06-2323-73/+91
|\ \ \ \
| * | | | Replace GITLAB with GitLab in rake task descriptionsDmitriy Zaporozhets2015-06-2319-37/+37
| * | | | Refactor rake tasks for testsDmitriy Zaporozhets2015-06-233-29/+25
| * | | | Split rspec and spinach tests in parallelDmitriy Zaporozhets2015-06-231-7/+29
* | | | | Merge branch 'fix-diff-patch-public-mr' into 'master'Dmitriy Zaporozhets2015-06-236-3/+47
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix downloading of patches on public merge requests when user logged outStan Hu2015-06-236-3/+47
| | |/ / | |/| |
* | | | Merge branch 'admin-edit-identities' into 'master'Dmitriy Zaporozhets2015-06-2316-238/+424
|\ \ \ \
| * | | | Fix tests for admin identities after migrate to rspec3Dmitriy Zaporozhets2015-06-231-5/+2
| * | | | Merge branch 'master' into admin-edit-identitiesadmin-edit-identitiesDmitriy Zaporozhets2015-06-2318-94/+175
| |\ \ \ \
| * | | | | Set proper title when edit identity from admin areaDmitriy Zaporozhets2015-06-231-1/+1
| * | | | | Fix admin identities codeDmitriy Zaporozhets2015-06-232-2/+2
| * | | | | Fix code style issueDmitriy Zaporozhets2015-06-221-1/+1
| * | | | | Address review commentsDmitriy Zaporozhets2015-06-221-7/+5
| * | | | | Merge branch 'master' into admin-edit-identitiesDmitriy Zaporozhets2015-06-22225-1059/+1836
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Fix indendity testDmitriy Zaporozhets2015-06-223-6/+15
| * | | | | Refactor admin user pageDmitriy Zaporozhets2015-06-228-235/+245
| * | | | | Make provider a select for identities form in admin areaDmitriy Zaporozhets2015-06-222-3/+22
| * | | | | Minor improvements to admin identities textDmitriy Zaporozhets2015-06-222-4/+2
| * | | | | Add tests for admin managing user identitiesDmitriy Zaporozhets2015-06-192-1/+54
| * | | | | Move identities list to own controller actionDmitriy Zaporozhets2015-06-194-18/+25
| * | | | | Add ability for admin to edit user identityDmitriy Zaporozhets2015-06-196-6/+52
| * | | | | Admin can see and remove user identitiesDmitriy Zaporozhets2015-06-195-0/+49
* | | | | | Merge branch 'fix-delete-user-error' into 'master'Dmitriy Zaporozhets2015-06-236-3/+34
|\ \ \ \ \ \
| * | | | | | Fix error when deleting a user who has projectsStan Hu2015-06-236-3/+34
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'fix-issue-1771-2' into 'master'Douwe Maan2015-06-232-1/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fixed invalid timestamps in RSS feed #1771Rowan Wookey2015-06-232-1/+2
| | |/ / / | |/| | |
* | | | | Merge branch 'rubocop-for-tests' into 'master'Dmitriy Zaporozhets2015-06-2395-530/+583
|\ \ \ \ \
| * | | | | Fix rubocop issues after merge of recent masterDmitriy Zaporozhets2015-06-232-7/+7
| * | | | | Merge branch 'master' into rubocop-for-testsDmitriy Zaporozhets2015-06-23122-616/+735
| |\ \ \ \ \
| * | | | | | Fix Style/NonNilCheck cop violationsrubocop-for-testsStan Hu2015-06-221-1/+1
| * | | | | | Fix Style/IndentationWidth cop violationsStan Hu2015-06-224-8/+8
| * | | | | | Fix Style/CaseIndentation cop violationsStan Hu2015-06-221-10/+10
| * | | | | | Fix Style/AlignHash cop violationsStan Hu2015-06-2215-80/+178
| * | | | | | Fix bad multi-line split from previous commitRobert Speicher2015-06-221-1/+2
| * | | | | | Fix Style/Blocks cop violationsRobert Speicher2015-06-2234-213/+197
| * | | | | | Fix Style/CommentIndentation cop violationRobert Speicher2015-06-221-7/+7
| * | | | | | Fix Style/HashSyntax violationsRobert Speicher2015-06-223-3/+3
| * | | | | | Fix Style/Not cop violationsRobert Speicher2015-06-221-2/+2
| * | | | | | Fix Style/AsciiComments cop violationRobert Speicher2015-06-221-1/+1