Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-03-18Merge branch 'improve-award-emoji-spinach-tests' into 'master' Robert Speicher
Improve award emoji test reliability by checking that the emoji is displayed before the search field is focused See merge request !3288
2016-03-17Reuse `no_cache_headers` method in badges controllerGrzegorz Bizon
2016-03-17Fix wiki search results point to raw sourceHiroyuki Sato
2016-03-16Merge branch 'fix-capybara-deprecation-warnings' into 'master' Robert Speicher
Fix Capybara 2.6.2 deprecation warnings See merge request !3236
2016-03-15Fix Capybara 2.6.2 deprecation warningsStan Hu
2016-03-15Improving the original label-subscribing implementationRémy Coutable
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
2016-03-15Original implementation to allow users to subscribe to labelsTimothy Andrew
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.
2016-03-15Merge branch 'revert-avatar-cropping' into 'master' Rémy Coutable
Revert the avatar cropping feature Reverts !2951 since the added 'mini_magick' dependency should be replaced by client-side croppping See merge request !3223
2016-03-15Merge branch 'fix/13928-wrong-iid-of-max-iid' into 'master' Douwe Maan
Fixes "iid of max iid" in Issuable sidebar for merged MR Fixes #13928. See merge request !3046
2016-03-15Merge branch 'application-settings' into 'master' Robert Speicher
Applications tab on profile settings Closes #13855 See merge request !3031
2016-03-15Revert "Merge branch 'avatar-cropping' into 'master' "Rémy Coutable
This reverts commit 01160fc06182de89c400af174861f6545ad6ceb8, reversing changes made to 4bff9daf8b6d85e9c78565e21cfaa3f6d36f0282.
2016-03-15Merge branch 'fix-commit-status-rendering' into 'master' Robert Speicher
Cleanup Ci::Commit, Ci::Build and CommitStatus views This MR tries to do first sweep of cleanups to Ci::Commit and Ci::Build objects removing all view-related functions and fixing the API from other side. Fixes: https://gitlab.com/gitlab-org/gitlab-ce/issues/6046 See merge request !2760
2016-03-14Merge branch 'improve-award-emoji-spec' into 'master' Douwe Maan
Improve award emoji test reliability and eliminate sleeps Closes #14129 See merge request !3195
2016-03-14Merge branch 'share-project-ce' into 'master' Dmitriy Zaporozhets
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
2016-03-14Merge branch 'issue-filter-tests' into 'master' Robert Speicher
Fixed tests for MR & issue filters See merge request !3203
2016-03-14Merge branch 'remove-sleeps-from-network-graph-spec' into 'master' Robert Speicher
Remove sleeps from network graph feature spec Also removed a double negative in the step description See merge request !3199
2016-03-14Fixed tests for MR & issue filtersPhil Hughes
2016-03-14Cleanup CiCommit and CiBuildKamil Trzcinski
- Remove all view related methods from Ci::Build and CommitStatus - Remove unused Ci::Commit and Ci::Build methods - Use polymorphism to render different types of CommitStatus
2016-03-14Remove sleeps from network graph feature specStan Hu
2016-03-14Use Capybara find methods and remove sleeps in feature specs in "All Issues" ↵Stan Hu
filter
2016-03-13Improve award emoji test reliability and eliminate sleepsStan Hu
Closes #14129
2016-03-12Bring shared project feature tests from EEDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-11Merge branch 'group-activity-separate-tab' into 'master' Robert Speicher
Move group activity feed to separate page for consistency with dashboard and project pages Fixes #14161. Part of #13480 See merge request !3157
2016-03-11Add finders logic and tests for shared projects featureDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-11Merge branch 'award-emoji-design-update' into 'master' Jacob Schatz
Updated UI of award emoji Closes #13878 See merge request !3028
2016-03-11Merge branch 'account-settings' into 'master' Jacob Schatz
Account settings Closes #13854 ![](https://gitlab.com/gitlab-org/gitlab-ce/uploads/4802a7b4f74f17d25a611ed1a2200445/account-settings.png) See merge request !3039
2016-03-11Merge branch 'comment-discard-button' into 'master' Jacob Schatz
Added discard button to comment form Also changed the labels on the buttons to better match the action they are completing. Closes #8057 See merge request !3085
2016-03-11Merge branch 'comment-error' into 'master' Dmitriy Zaporozhets
Add error for ajax:error when submitting comments Fixes #13814 ![Screen_Shot_2016-02-25_at_1.54.56_PM](/uploads/d70d706d306079df1b00d70f09affb63/Screen_Shot_2016-02-25_at_1.54.56_PM.png) cc @dblessing See merge request !2976
2016-03-11Fixed failing testsPhil Hughes
2016-03-11Updated award emoji testsPhil Hughes
2016-03-10web hooks to webhooksashleys
2016-03-10Change test in an attempt to pass.Jacob Schatz
Thanks @rspeicher!
2016-03-10Fixed failing testsPhil Hughes
2016-03-10Move group activity feed to separate page for consistency with dashboard and ↵Dmitriy Zaporozhets
project pages Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-09Retry spinach testsKamil Trzcinski
2016-03-09Merge branch 'improve-archived-projects'Dmitriy Zaporozhets
2016-03-08Fixes "iid of max iid" in Issuable sidebar for merged MRRémy Coutable
Fixes #13928
2016-03-07Remove redundant integration testsRobert Speicher
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.
2016-03-07Merge branch 'issue_13621_2' into 'master' Douwe Maan
Labels should be visible in dashboard and group milestone views Closes #13621 See merge request !2931
2016-03-07Merge branch 'rs-factory-nitpicks' into 'master' Douwe Maan
More Factory cleanup Addresses nitpicks from https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2847 See merge request !3108
2016-03-07Merge branch 'indicate-mr-diverged-from-target' into 'master' Douwe Maan
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
2016-03-07Updates from last code review.Rubén Dávila
2016-03-07Add traits for each access_level to ProjectMember factoryRobert Speicher
2016-03-05Add some spinach specs.Rubén Dávila
2016-03-04Fix testDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-04Add test for archive toggle featureDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-04Updated testsPhil Hughes
2016-03-04Fixed failing comment testPhil Hughes
2016-03-04Fixed tests for comment formsPhil Hughes
2016-03-04Invalidate cache for builds badgeGrzegorz Bizon
Closes #13982