summaryrefslogtreecommitdiff
path: root/spec/features
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Allow removing of project without confirmation when JavaScript is disabledStan Hu2015-10-071-1/+1
| |/ | | | | | | Closes #2485
* | Merge branch 'master' into rs-redactor-filterDouwe Maan2015-10-0723-47/+596
|\ \ | |/
| * Fix ci build routing and few testsci-build-pageDmitriy Zaporozhets2015-10-061-22/+20
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Refactor commit/build tests and fix CI cancelDmitriy Zaporozhets2015-10-063-61/+34
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Merge branch 'refactor-build-service' into 'master' Kamil Trzciński2015-10-051-2/+5
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor Ci::Commit and Ci::Build to have all builds for same :sha on single page This makes Ci::Commit to have only :sha and simplifies routing to have only :sha in path. The :ref and :push_data is now parameter of Ci::Build. All commit related data (git author, message and .gitlab-ci.yml) is read directly from repository. All code related for creating builds is moved to CreateBuildsService. Status deduction is rewritten to make if more efficient and easier to integrate with Commit Status API. This is partially working, tests are not yet touched. This slightly changes view of Commit: ![Screen_Shot_2015-10-02_at_15.21.47](https://gitlab.com/gitlab-org/gitlab-ce/uploads/ad3f1ccdcc87659ea437d8db6c5b9f94/Screen_Shot_2015-10-02_at_15.21.47.png) @dzaporozhets What do you think? See merge request !1502
| | * Fix rest of testsKamil Trzcinski2015-10-051-2/+6
| | |
| | * Fix next round of testsKamil Trzcinski2015-10-051-3/+2
| | |
| * | Move CI web hooks page to project settings areaDmitriy Zaporozhets2015-10-051-0/+27
| |/ | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Fix rubocop warnings in featuresGuilherme Garnier2015-10-031-4/+4
| |
| * Merge branch 'rs-throttle-reset' into 'master' Douwe Maan2015-10-022-33/+23
| |\ | | | | | | | | | | | | | | | | | | Throttle "Forgot your password?" emails Addresses internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2611 See merge request !1476
| | * Fix spec broken by updated Devise translationsRobert Speicher2015-10-011-1/+1
| | |
| | * Refactor PasswordsController to use before_actionsRobert Speicher2015-10-011-1/+1
| | |
| | * Remove specs for "login after reset"Robert Speicher2015-09-301-40/+0
| | | | | | | | | | | | We're now using default Devise behavior, so these tests were redundant.
| | * Update feature specRobert Speicher2015-09-301-0/+1
| | |
| | * Only allow password reset emails once per minuteRobert Speicher2015-09-301-7/+36
| | | | | | | | | | | | Addresses internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2611
| * | Merge branch 'disable-report-button-if-already-reported' into 'master' Douwe Maan2015-10-011-2/+2
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disable the "Report abuse" button if a user has already been reported Hello, I've implemented the feature request #2330. Here is what it looks like: ![report-abuse-button-disabled](https://gitlab.com/rymai/gitlab-ce/uploads/420d51906eac1c40c50701a0a340474f/report-abuse-button-disabled.png) I hope that's an acceptable solution. cc @DouweM See merge request !1456
| | * Streamline the "Report button"rymai/gitlab-ce-disable-report-button-if-already-reportedRémy Coutable2015-09-291-35/+1
| | | | | | | | | | | | | | | | | | This simplifies the "Report button" to not use open a dropdown and adds a tooltip on this button. This also removes an extra spec and adds missing specs.
| | * Disable the "Report abuse" button if a user has already been reportedRémy Coutable2015-09-291-2/+36
| | |
| * | Take advantage of `Devise.sign_in_after_reset_password`rs-disable-signin-after-resetRobert Speicher2015-09-301-24/+24
| | |
| * | Fix sometimes failing testsKamil Trzcinski2015-09-301-5/+5
| | |
| * | Delegate ci_project parameters to projectsKamil Trzcinski2015-09-301-9/+8
| | | | | | | | | | | | | | | | | | | | | - It delegates name, path, gitlab_url, ssh_url_to_repo - Remove ability to set this parameters using CI API This fixes GitLab project rename, namespace change, repository rename, etc.
| * | Move CI project settings page to CE project settings areamove-ci-settingsDmitriy Zaporozhets2015-09-292-18/+22
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | Merge branch 'ci-commits-to-projects' into 'master' Dmitriy Zaporozhets2015-09-293-16/+17
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Make Ci::Commits belong to Project instead of Ci::Project See merge request !1455
| | * | WIPKamil Trzcinski2015-09-293-16/+17
| | | |
| * | | Move CI triggers page to project settings areamove-triggers-pageDmitriy Zaporozhets2015-09-291-4/+5
| |/ / | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | Move CI variables page to project settingsmove-variables-pageDmitriy Zaporozhets2015-09-281-9/+6
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | Merge branch 'move-runners-page'Dmitriy Zaporozhets2015-09-281-17/+8
| |\ \ | | |/ | |/|
| | * Add missing spec filemove-runners-pageDmitriy Zaporozhets2015-09-281-0/+87
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| | * Finish move of runners page to project settingsDmitriy Zaporozhets2015-09-281-96/+0
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | Merge branch 'fxposter/gitlab-ce-login-from-admin'Douwe Maan2015-09-281-0/+21
| |\ \ | | |/ | |/|
| | * Clarify spec title explanationPavel Forkert2015-09-241-1/+1
| | |
| | * Move login button to user page, switched to POST methodPavel Forkert2015-09-241-16/+21
| | |
| | * Add option to admin area to sign in as a specific userPavel Forkert2015-09-241-0/+16
| | | | | | | | | | | | Closes #2291
| * | Remove CI dashboardDmitriy Zaporozhets2015-09-241-10/+0
| |/ | | | | | | | | | | | | With CI status integrated at GitLab projects page there is no reason to keep it anymore. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Move CI charts to project graphs areaDmitriy Zaporozhets2015-09-231-12/+0
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Merge remote-tracking branch 'origin/master' into ↵Kamil Trzcinski2015-09-154-8/+8
| |\ | | | | | | | | | | | | | | | | | | ci-and-ce-sitting-in-a-tree-k-i-s-s-i-n-g # Conflicts: # Gemfile.lock
| | * Merge branch 'public_profiles' into 'master'Dmitriy Zaporozhets2015-09-141-3/+3
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make all group public https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/1219# Internal issue - https://dev.gitlab.org/gitlab/gitlabhq/issues/1361 See merge request !1247
| | | * Fix tests for group accessDmitriy Zaporozhets2015-09-141-6/+6
| | | |
| | | * Make all group publicValery Sizov2015-09-091-9/+9
| | | |
| | * | Fix help access specDouwe Maan2015-09-091-1/+1
| | | |
| | * | Use new routing helperDouwe Maan2015-09-083-4/+4
| | |/
| * | Fix: features/ci/admin/runners_spec.rbKamil Trzcinski2015-09-151-4/+6
| | |
| * | Fix: features/ci/events_spec.rb once againKamil Trzcinski2015-09-151-3/+5
| | |
| * | Fix: features/ci/triggers_spec.rbKamil Trzcinski2015-09-151-2/+4
| | |
| * | Fix: features/ci/triggers_spec.rbKamil Trzcinski2015-09-151-2/+4
| | |
| * | Fix: features/ci/runners_spec.rbKamil Trzcinski2015-09-151-11/+9
| | |
| * | Fix: features/ci/projects_spec.rbKamil Trzcinski2015-09-151-10/+13
| | |
| * | Refactor ci_admin_event and fix features/ci/events_spec.rbKamil Trzcinski2015-09-152-3/+3
| | |
| * | fix specs. Stage 7Valery Sizov2015-09-159-59/+59
| | |
| * | fix specs. Stage 5Valery Sizov2015-09-151-2/+2
| | |