Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade to Rails 4.1.9 | Vinnie Okada | 2015-02-14 | 1 | -2/+3 |
| | | | | | | Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers. | ||||
* | Add tests for initializing bare repo and creating new file in it | Dmitriy Zaporozhets | 2015-01-27 | 1 | -0/+4 |
| | |||||
* | Improve project factories | Dmitriy Zaporozhets | 2014-11-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Factor '0' * 40 blank ref constants | Ciro Santilli | 2014-11-03 | 1 | -1/+1 |
| | |||||
* | Replace old spinach step definitions with step. | Ciro Santilli | 2014-09-22 | 1 | -7/+7 |
| | |||||
* | fix searching on empty project, prevent 500 | Robert Schilling | 2014-08-11 | 1 | -0/+7 |
| | | | | Fix hound | ||||
* | Fix dashboard tests | Dmitriy Zaporozhets | 2014-07-31 | 1 | -3/+3 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix tests | Dmitriy Zaporozhets | 2014-07-30 | 1 | -4/+7 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Tests for trending/starred pages | Dmitriy Zaporozhets | 2014-07-26 | 1 | -0/+5 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Add project stars. | Ciro Santilli | 2014-07-17 | 1 | -0/+8 |
| | |||||
* | Enable snippets for test project | Dmitriy Zaporozhets | 2014-06-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix tests for user page | Dmitriy Zaporozhets | 2014-06-02 | 1 | -6/+6 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Make use of project factory traits | Robert Speicher | 2014-03-19 | 1 | -4/+4 |
| | |||||
* | User can leave group from group page. | Ciro Santillli | 2014-02-12 | 1 | -10/+3 |
| | |||||
* | User pages are visible to users without login | Ciro Santillli | 2014-02-11 | 1 | -0/+64 |
| | | | | ... if the user is authorized to at least one public project. | ||||
* | Merge branch 'improve/mr_diff' | Dmitriy Zaporozhets | 2014-01-23 | 1 | -3/+3 |
|\ | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: features/steps/project/project_fork.rb features/steps/project/project_forked_merge_requests.rb features/steps/project/project_issue_tracker.rb features/steps/project/project_markdown_render.rb features/steps/shared/project.rb | ||||
| * | Make changes to tests | Dmitriy Zaporozhets | 2014-01-22 | 1 | -3/+3 |
| | | | | | | | | | | | | | | * project_with_code -> project * project -> ermpty_project Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Remove deprecated finders | skv | 2014-01-19 | 1 | -4/+4 |
|/ | |||||
* | Archiving old projects; archived projects aren't shown on dashboard | Steven Thonus | 2013-12-16 | 1 | -0/+7 |
| | | | | | | | | | | | | | | features for archive projects abilities for archived project other abilities for archive projects only limit commits and merges for archived projects ability changed to prohibited actions on archived projects added spec and feature tests for archive projects changed search bar not to include archived projects | ||||
* | Remove "is" from labels | David Pursehouse | 2013-10-18 | 1 | -1/+1 |
| | |||||
* | Render not found when failing to look for a commit | Hiroyuki Sato | 2013-08-21 | 1 | -0/+4 |
| | |||||
* | Lets fix tests | Dmitriy Zaporozhets | 2013-06-22 | 1 | -1/+1 |
| | |||||
* | remove useless routing tests. Added symlink creation for project with code | Dmitriy Zaporozhets | 2013-06-22 | 1 | -2/+2 |
| | |||||
* | Project.repository should never be nil so you can call repository.exists? or ↵ | Dmitriy Zaporozhets | 2013-04-01 | 1 | -2/+2 |
| | | | | | | repository.empty? Also specify separate project factory for project with filled repo | ||||
* | Tests for dashboard projects fixed | Andrew8xx8 | 2013-03-12 | 1 | -1/+2 |
| | |||||
* | Constants in Events looks good now | Andrew8xx8 | 2013-02-13 | 1 | -1/+1 |
| | |||||
* | Refactor project creation. Added logout link to profile page | GitLab | 2013-01-17 | 1 | -1/+0 |
| | |||||
* | A bit of spinach tests | Dmitriy Zaporozhets | 2013-01-09 | 1 | -0/+38 |
| | |||||
* | Continue refactoring. Use repostory and team | Dmitriy Zaporozhets | 2013-01-04 | 1 | -3/+3 |
| | |||||
* | Remove backward compatibility of factories. | Vincent Bonmalais | 2012-11-13 | 1 | -1/+1 |
| | |||||
* | Move ProjectHooks from spec/requests to spinach | randx | 2012-09-27 | 1 | -0/+4 |
| | |||||
* | Add feature steps for a generic, non-"Shop" project | Robert Speicher | 2012-09-26 | 1 | -0/+7 |
| | | | | This group is better for features that only deal with one project. | ||||
* | refactor feature steps | Nihad Abbasov | 2012-09-10 | 1 | -0/+8 |