summaryrefslogtreecommitdiff
path: root/features/steps/shared/project.rb
Commit message (Collapse)AuthorAgeFilesLines
* Updated testsPhil Hughes2016-07-051-0/+5
|
* Rename all `[ci_]commit` to `[ci_]pipeline` in specs and featuresKamil Trzcinski2016-06-031-1/+1
|
* Fixed project settings testsproject-settingsPhil Hughes2016-05-201-1/+1
|
* Fix rubocopKamil Trzcinski2016-04-121-1/+1
|
* Fix rest of rspec and spinach testsKamil Trzcinski2016-04-121-1/+1
|
* Fix specsKamil Trzcinski2016-04-111-1/+1
|
* Add behaviour tests for build permissionsKamil Trzcinski2016-02-041-0/+4
|
* Rename allow_guest_to_access_builds to public_buildsKamil Trzcinski2016-02-041-0/+8
|
* Add feature tests for permissions for build artifacts read abilityfeature/allow-artifacts-for-reportersGrzegorz Bizon2016-01-151-1/+17
|
* Fix specs and rubocop warningsfix/private-referencesRémy Coutable2016-01-141-1/+1
|
* Improve & adds specs for Issue/MR referencesRémy Coutable2016-01-131-19/+29
| | | | | - Improve specs for private Issue/MR referenced in public Issue - Add specs for private Issue/MR referenced in public MR
* Show referenced MRs & Issues only when the current viewer can access themRémy Coutable2016-01-131-0/+7
|
* Migrate CI::Project to ProjectKamil Trzcinski2015-12-111-1/+1
|
* Add tests for last commit info on project home pageDmitriy Zaporozhets2015-10-161-0/+7
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Prevent creating 2 Ci::Project entities when enable CIDmitriy Zaporozhets2015-10-021-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix testsKamil Trzcinski2015-09-291-1/+1
|
* Show CI status on Your projects page and Starred projects pageci-status-projects-pageDmitriy Zaporozhets2015-09-241-0/+10
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Create a "destroyed Milestone" event and keep Milestone events around in the DBStan Hu2015-09-151-0/+5
| | | | | | | | | | | for posterity. Also fix issue where destroying a Milestone would cause odd, transient messages like "created milestone" or "imported milestone". Add "in" preposition when creating and destroying milestones Closes #2382
* Spinach testsArtem Sidorenko2015-08-191-0/+23
|
* Update all `should`-style syntax to `expect` in featuresRobert Speicher2015-06-121-10/+10
|
* Fix project snippets button appearing when it is disabledStan Hu2015-05-271-0/+5
| | | | Closes #1705
* Disable "New Issue" and "New Merge Request" buttons when features are ↵Stan Hu2015-05-251-0/+6
| | | | | | disabled in project settings Closes #1676
* Move current user to the top of the list in author/assignee filtersStan Hu2015-04-091-0/+7
| | | | Closes #1321
* Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-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 itDmitriy Zaporozhets2015-01-271-0/+4
|
* Improve project factoriesDmitriy Zaporozhets2014-11-301-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Factor '0' * 40 blank ref constantsCiro Santilli2014-11-031-1/+1
|
* Replace old spinach step definitions with step.Ciro Santilli2014-09-221-7/+7
|
* fix searching on empty project, prevent 500Robert Schilling2014-08-111-0/+7
| | | | Fix hound
* Fix dashboard testsDmitriy Zaporozhets2014-07-311-3/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix testsDmitriy Zaporozhets2014-07-301-4/+7
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Tests for trending/starred pagesDmitriy Zaporozhets2014-07-261-0/+5
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add project stars.Ciro Santilli2014-07-171-0/+8
|
* Enable snippets for test projectDmitriy Zaporozhets2014-06-271-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix tests for user pageDmitriy Zaporozhets2014-06-021-6/+6
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Make use of project factory traitsRobert Speicher2014-03-191-4/+4
|
* User can leave group from group page.Ciro Santillli2014-02-121-10/+3
|
* User pages are visible to users without loginCiro Santillli2014-02-111-0/+64
| | | | ... if the user is authorized to at least one public project.
* Merge branch 'improve/mr_diff'Dmitriy Zaporozhets2014-01-231-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 testsDmitriy Zaporozhets2014-01-221-3/+3
| | | | | | | | | | | | | | * project_with_code -> project * project -> ermpty_project Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Remove deprecated findersskv2014-01-191-4/+4
|/
* Archiving old projects; archived projects aren't shown on dashboardSteven Thonus2013-12-161-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 labelsDavid Pursehouse2013-10-181-1/+1
|
* Render not found when failing to look for a commitHiroyuki Sato2013-08-211-0/+4
|
* Lets fix testsDmitriy Zaporozhets2013-06-221-1/+1
|
* remove useless routing tests. Added symlink creation for project with codeDmitriy Zaporozhets2013-06-221-2/+2
|
* Project.repository should never be nil so you can call repository.exists? or ↵Dmitriy Zaporozhets2013-04-011-2/+2
| | | | | | repository.empty? Also specify separate project factory for project with filled repo
* Tests for dashboard projects fixedAndrew8xx82013-03-121-1/+2
|
* Constants in Events looks good nowAndrew8xx82013-02-131-1/+1
|
* Refactor project creation. Added logout link to profile pageGitLab2013-01-171-1/+0
|