summaryrefslogtreecommitdiff
path: root/features/project
Commit message (Collapse)AuthorAgeFilesLines
* Updated tests for deploy keysproject-deploy-keys-uiPhil Hughes2016-04-251-1/+0
|
* Merge branch 'multi-filter-labels' into 'master' Jacob Schatz2016-04-201-0/+1
|\ | | | | | | | | | | | | Mutliple label filter Fixes #989 See merge request !3438
| * fix failing testsArinde Eniola2016-04-141-0/+1
| |
* | Fix specsRémy Coutable2016-04-181-13/+0
|/ | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'mr-ui-update' into 'master' Jacob Schatz2016-04-112-0/+2
|\ | | | | | | | | | | | | | | | | | | | | Updated UI for new merge request Closes #2540 ![Screen_Shot_2016-03-29_at_12.53.18](/uploads/426e603675171f0dc4e0af83c7762eba/Screen_Shot_2016-03-29_at_12.53.18.png) ![Screen_Shot_2016-03-29_at_12.53.13](/uploads/645ad7955acfb9f7693245fcc048ee49/Screen_Shot_2016-03-29_at_12.53.13.png) See merge request !3228
| * Fixed buildsPhil Hughes2016-04-062-0/+2
| |
* | Revert "Merge branch 'new-navigation-prototype' into 'master'"Jacob Schatz2016-04-071-0/+9
|/ | | This reverts merge request !3494
* Remove tests with back buttonDmitriy Zaporozhets2016-04-011-9/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Create SSH keys for SSH clone Spinach testsissues-show-performanceYorick Peterse2016-03-211-0/+1
| | | | | | | | | | These tests would check if the "This project is empty" banner would contain SSH clone URLs. Oddly enough this should have never passed (as far as I can tell) as SSH clone URLs in this banner are _only_ displayed if the current user has at least 1 SSH key attached. Since the tests never seem to create any they never should have passed, yet somehow they did. To solve this the Spinach tests in question now ensure at least 1 SSH key is present.
* Added testPhil Hughes2016-03-181-0/+8
|
* Improve award emoji test reliability by checking that the emoji is displayedStan Hu2016-03-171-4/+7
| | | | before the search field is focused
* Improving the original label-subscribing implementationRémy Coutable2016-03-151-7/+6
| | | | | | | 1. Make the "subscribed" text in Issuable sidebar reflect the labels subscription status 2. Current user mut be logged-in to toggle issue/MR/label subscription
* Original implementation to allow users to subscribe to labelsTimothy Andrew2016-03-151-0/+16
| | | | | | | | | | | | | | | | | | 1. Allow subscribing (the current user) to a label - Refactor the `Subscription` coffeescript class - The main change is that it accepts a container, and conducts all DOM queries within its scope. We need this because the labels page has multiple instances of `Subscription` on the same page. 2. Creating an issue or MR with labels notifies users subscribed to those labels - Label `has_many` subscribers through subscriptions. 3. Adding a label to an issue or MR notifies users subscribed to those labels - This only applies to subscribers of the label that has just been added, not all labels for the issue.
* Merge branch 'fix/13928-wrong-iid-of-max-iid' into 'master' Douwe Maan2016-03-151-1/+8
|\ | | | | | | | | | | | | | | Fixes "iid of max iid" in Issuable sidebar for merged MR Fixes #13928. See merge request !3046
| * Fixes "iid of max iid" in Issuable sidebar for merged MRfix/13928-wrong-iid-of-max-iidRémy Coutable2016-03-081-1/+8
| | | | | | | | Fixes #13928
* | Merge branch 'share-project-ce' into 'master' Dmitriy Zaporozhets2016-03-142-0/+21
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bring from EE: Share Project with Group - [x] Models and migrations - [x] Logic, UI - [x] Tests - [x] Documentation - [x] Share with group lock - [x] Api feature - [x] Api docs - [x] Api tests Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> For #12831 cc @DouweM @rspeicher @vsizov See merge request !3186
| * | Bring shared project feature tests from EEDmitriy Zaporozhets2016-03-121-0/+5
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | Add finders logic and tests for shared projects featureDmitriy Zaporozhets2016-03-111-0/+16
| |/ | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Remove sleeps from network graph feature specStan Hu2016-03-131-1/+2
|/
* Remove redundant integration testsRobert Speicher2016-03-072-27/+0
| | | | | | | | | | These three tests were essentially checking that adding a note to something updated its `noteable`'s `updated_at` attribute. This is well-tested Rails behavior and we shouldn't feel the need to write an integration test to verify it. At most we should be ensuring that the association definition adds the `touch: true` option, which we now do in Note's unit test.
* Merge branch 'indicate-mr-diverged-from-target' into 'master' Douwe Maan2016-03-071-0/+10
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Indicate when an MR diverged from the target branch This adds an indicator to the "Merge MR" box, to tell if and how much an MR diverged from its target branch. For instance, consider an MR to merge the branch `feature` into `master`. Some other commits were added to `master` since `feature` was created, and the two branches diverged. ```text o master | o o feature | | o o | / o ``` In this case, there will be a label in the MR Merge box stating: > This MR is by 3 commits behind the target branch `master`. ## Screenshots ### The branch diverged from the target (UI Proposal) ![UI_suggestion_1](/uploads/cd5bee3959e68026ec7d5097259d53f4/UI_suggestion_1.png) ### The branch diverged from the target (alternative UI Proposal) ![UI_suggestion_2](/uploads/f36977101b59a610850e129837dfbc83/UI_suggestion_2.png) ## How is this useful? - In a _rebase-workflow_ (MR are preferably rebased before being merged), the reviewer wants to know if an MR is rebased on the target branch before merging it. _With this indicator, the reviewer knows immediately if the branch is rebased, or if she needs to ask the committer to rebase its branch._ <br> - To keep the git history readable, a team prefers to avoid merging branches that really lag a lot behind the target branch. Merging an MR that is 10 commits behind is fine, but 200 is too much. _With this indicator, the reviewer can see on the MR page if the branch is really far behind the target – or only a few commits behind._ ## Open questions We've been using this at @captaintrain for a few months now, and found it quite useful. I guess the open-questions are mostly: what UI would be the more adequate? Any thoughts on this, on the general usefulness and/or on the code? See merge request !2217
| * Indicate how much an MR branch diverges from the target branchPierre de La Morinerie2016-03-031-0/+10
| |
* | Invalidate cache for builds badgeGrzegorz Bizon2016-03-041-0/+5
|/ | | | Closes #13982
* Merge branch 'issue_13621' into 'master' Douwe Maan2016-02-291-0/+1
|\ | | | | | | | | | | | | Don't repeat labels listed on Labels tab. Fixes #13622 See merge request !2924
| * Don't repeat labels listed on Labels tab.issue_13621Rubén Dávila2016-02-221-0/+1
| |
* | Merge remote-tracking branch 'origin/Baertierchen/gitlab-ce-showTestCoverage'Dmitriy Zaporozhets2016-02-251-0/+2
|\ \
| * | Add a spec for coverage indicator in project's builds listBaertierchen/gitlab-ce-showTestCoverageRémy Coutable2016-02-221-0/+2
| |/
* | fix failing testsempty-repo-instructions-fixPhil Hughes2016-02-231-4/+0
| |
* | Users don't get instructions to push to other users empty projectsPhil Hughes2016-02-221-0/+10
|/ | | | Fixes #12518
* Merge branch 'issue_3276' into 'master' Jacob Schatz2016-02-191-0/+23
|\ | | | | | | | | | | | | Labels should be visible in milestone view Closes #3276 See merge request !2599
| * Add specs.Rubén Dávila2016-02-021-0/+23
| |
* | Add some spinach specsRubén Dávila2016-02-192-0/+58
| |
* | Fix feature tests for erasing buildGrzegorz Bizon2016-02-191-1/+2
| |
* | Show information indicating that build has been erasedGrzegorz Bizon2016-02-191-0/+1
| |
* | Add feature specs for build erase buttonGrzegorz Bizon2016-02-191-0/+7
| |
* | Merge branch 'fix/project-forks-page' into 'master' Douwe Maan2016-02-191-0/+7
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | workaround for forks with an invalid repo Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/13465 The error occurs when a project returns a `nil` commit for a variety of reasons, I assume the repository is corrupt - perhaps as a result of a failed fork. With this MR, we do not show forks with corrupted repos in the list of forks, as this does not seem to work anyway. A better solution is to fix the cause of the issue and/or any data integrity problem... Also fixing Sentry issue: 1180 `undefined method 'already_forked?' for nil:NilClass ` See merge request !2836
| * | updated fix based on MR feedbackJames Lopez2016-02-171-1/+1
| | |
| * | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵James Lopez2016-02-172-1/+9
| |\ \ | | | | | | | | | | | | fix/project-forks-page
| * | | workaround for forks with an invalid repo - avoid showing them in the listJames Lopez2016-02-161-0/+7
| | | |
* | | | Add ability to see and sort on vote count from Issues and MR listssee-and-sort-on-vote-count-mr-issuesDouglas Barbosa Alexandre2016-02-172-0/+21
| |/ / |/| |
* | | Fix the "x of y" displayed at the top of Issuables' sidebarfix/13356-issuable-index-of-total-in-sidebarRémy Coutable2016-02-152-1/+9
|/ / | | | | | | | | | | | | | | 1. We now display the index of the current issuable among all its project's issuables, of the same type and with the same state. 2. Also, refactored a bit the Issuable helpers into a new IssuablesHelper module. 3. Added acceptance specs for the sidebar counter.
* | Add spinach tests for award emojifix-me-me-me-meStan Hu2016-02-131-1/+10
| |
* | Parse XML instead of HTML in tests for a SVG build badgefix/ci-build-status-badgeGrzegorz Bizon2016-02-111-4/+4
| |
* | Move build badge specs to badges directoryGrzegorz Bizon2016-02-111-1/+1
| |
* | Inherit build badge access permissions from projectGrzegorz Bizon2016-02-111-1/+2
| |
* | Improve build badge tests, add another test caseGrzegorz Bizon2016-02-111-2/+6
| |
* | Add feature tests for builds status badgeGrzegorz Bizon2016-02-111-0/+17
| |
* | Replaces "Create merge request" link with one to the MR when one existsDouglas Barbosa Alexandre2016-02-101-0/+36
| |
* | Add behaviour tests for build permissionsKamil Trzcinski2016-02-041-0/+35
|/
* Render sanitized SVG imagesStan Hu2016-02-011-0/+10
| | | | Closes https://github.com/gitlabhq/gitlabhq/issues/9265