| Commit message (Expand) | Author | Age | Files | Lines |
* | Properly click on user profile pictureimprove-navigation | Dmitriy Zaporozhets | 2015-06-08 | 1 | -1/+1 |
* | Fix tests | Dmitriy Zaporozhets | 2015-06-08 | 1 | -1/+1 |
* | Merge branch 'rs-remove-guard' into 'master' | Dmitriy Zaporozhets | 2015-06-04 | 1 | -1/+0 |
|\ |
|
| * | Remove unnecessary require from Spinach env | Robert Speicher | 2015-06-04 | 1 | -1/+0 |
* | | Remove show actions from Admin and Project DeployKeys | Robert Speicher | 2015-06-03 | 2 | -16/+0 |
|/ |
|
* | Merge branch 'support-edit-target-branch-in-mr' into 'master' | Dmitriy Zaporozhets | 2015-05-29 | 3 | -2/+24 |
|\ |
|
| * | Support editing target branch of merge request | Stan Hu | 2015-05-29 | 3 | -2/+24 |
* | | Fix tests for group leave feature | Dmitriy Zaporozhets | 2015-05-29 | 2 | -1/+6 |
* | | Merge pull request #9318 from jvanbaarsen/allow-special-chars-bio | Dmitriy Zaporozhets | 2015-05-29 | 1 | -11/+13 |
|\ \ |
|
| * | | Allow special characters in users bio | Jeroen van Baarsen | 2015-05-28 | 1 | -11/+13 |
| |/ |
|
* | | Fix profile tests after header rename | Dmitriy Zaporozhets | 2015-05-28 | 2 | -2/+2 |
|/ |
|
* | Persist current merge request tab selection via URLrs-persist-tab-selection | Robert Speicher | 2015-05-27 | 1 | -1/+4 |
* | Merge branch 'browse-milestone-issues' into 'master' | Douwe Maan | 2015-05-27 | 1 | -2/+2 |
|\ |
|
| * | Fix spec.browse-milestone-issues | Douwe Maan | 2015-05-27 | 1 | -2/+2 |
* | | Fix project snippets button appearing when it is disabled | Stan Hu | 2015-05-27 | 3 | -0/+14 |
|/ |
|
* | Merge branch 'accepted-rejected-mrs' into 'master' | Dmitriy Zaporozhets | 2015-05-27 | 2 | -6/+6 |
|\ |
|
| * | Update specs.accepted-rejected-mrs | Douwe Maan | 2015-05-25 | 2 | -6/+6 |
* | | Merge pull request #9319 from jvanbaarsen/validate-wiki-page-creation | Jeroen van Baarsen | 2015-05-26 | 2 | -0/+15 |
|\ \ |
|
| * | | Validate wiki page creation | Jeroen van Baarsen | 2015-05-26 | 2 | -0/+15 |
* | | | Merge branch 'rs-gems' into 'master' | Dmitriy Zaporozhets | 2015-05-26 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | Update ffaker gem | Robert Speicher | 2015-05-20 | 1 | -1/+1 |
* | | | Disable "New Issue" and "New Merge Request" buttons when features are disable... | Stan Hu | 2015-05-25 | 3 | -0/+20 |
| |/
|/| |
|
* | | Use the user list from the target project in a merge request | Stan Hu | 2015-05-22 | 2 | -0/+27 |
|/ |
|
* | Merge branch 'create-merge-request' into 'master' | Dmitriy Zaporozhets | 2015-05-11 | 1 | -1/+1 |
|\ |
|
| * | Fix spec. | Douwe Maan | 2015-05-09 | 1 | -1/+1 |
* | | Don't show duplicate deploy keys. Fixes #1516 | Maran | 2015-05-08 | 2 | -5/+16 |
|/ |
|
* | Remove feature tests for old task lists | Robert Speicher | 2015-05-06 | 7 | -160/+4 |
* | Fix testsrefactor-mr-form | Dmitriy Zaporozhets | 2015-05-06 | 2 | -2/+2 |
* | Fix project testrefactor-project-page | Dmitriy Zaporozhets | 2015-05-05 | 1 | -1/+1 |
* | Merge branch 'fix-wiki-search' into 'master' | Dmitriy Zaporozhets | 2015-05-04 | 3 | -0/+31 |
|\ |
|
| * | Fix Error 500 when searching Wiki pages | Stan Hu | 2015-04-30 | 3 | -0/+31 |
* | | Fix header_should_have_correct_id_and_link for features | Robert Speicher | 2015-04-30 | 1 | -2/+6 |
* | | Merge branch 'fix-project-tags' into 'master' | Douwe Maan | 2015-04-30 | 2 | -0/+15 |
|\ \
| |/
|/| |
|
| * | Fix DB error when trying to tag a repository | Stan Hu | 2015-04-27 | 2 | -0/+15 |
* | | Fix tests | Dmitriy Zaporozhets | 2015-04-29 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'rs-capybara-screenshot' into 'master' | Dmitriy Zaporozhets | 2015-04-27 | 3 | -26/+39 |
|\ |
|
| * | Don't use capybara-screenshot in CI environmentsrs-capybara-screenshot | Robert Speicher | 2015-04-25 | 1 | -3/+5 |
| * | Enable js_errors for Capybara in Spinach and RSpec | Robert Speicher | 2015-04-25 | 1 | -1/+1 |
| * | Reduce timeout for non-CI features | Robert Speicher | 2015-04-25 | 1 | -2/+5 |
| * | Move Spinach setup for db_cleaner and capybara to their own files | Robert Speicher | 2015-04-25 | 3 | -26/+34 |
* | | Fix "Dashboard > New project" feature | Robert Speicher | 2015-04-25 | 1 | -1/+3 |
|/ |
|
* | Fix bug where Slack service channel was not saved in admin template settings. | Stan Hu | 2015-04-24 | 2 | -1/+15 |
* | Merge branch 'atom-feeds-everywhere' into 'master' | Dmitriy Zaporozhets | 2015-04-24 | 1 | -1/+1 |
|\ |
|
| * | Fix spec. | Douwe Maan | 2015-04-23 | 1 | -1/+1 |
* | | Change "Sam" to "Dmitriy" in feature stepsrs-sam-to-dmitriy | Robert Speicher | 2015-04-23 | 2 | -24/+24 |
|/ |
|
* | Fix snippets tests | Dmitriy Zaporozhets | 2015-04-22 | 1 | -3/+3 |
* | Revert "Fix and improve help rendering" | Robert Speicher | 2015-04-15 | 1 | -1/+1 |
* | Merge branch 'invitation' into 'master' | Dmitriy Zaporozhets | 2015-04-15 | 6 | -0/+171 |
|\ |
|
| * | Add spinach tests around accepting and declining invitations. | Douwe Maan | 2015-04-14 | 2 | -0/+125 |
| * | Add feature tests for inviting members. | Douwe Maan | 2015-04-14 | 4 | -0/+46 |