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-02-23fix failing testsPhil Hughes
2016-02-22Users don't get instructions to push to other users empty projectsPhil Hughes
Fixes #12518
2016-02-22Fixed failing issues testsPhil Hughes
Removed up/down vote icons from merge requests. Was missed from d8069bd85863ab8c47d2bb2370221b17fb686b93
2016-02-20Update feature specDouwe Maan
2016-02-20Rename Tasks to TodosDouglas Barbosa Alexandre
2016-02-20Rename menu item and page 'Task queue' to 'Tasks'Douglas Barbosa Alexandre
2016-02-20Improve formatted message for tasks when action is a mentionDouglas Barbosa Alexandre
2016-02-20Add filters by project, author, type, and action to task queue page listDouglas Barbosa Alexandre
2016-02-20Add feature spec for task queue list pageDouglas Barbosa Alexandre
2016-02-19Merge branch 'issue_3276' into 'master' Jacob Schatz
Labels should be visible in milestone view Closes #3276 See merge request !2599
2016-02-19Add some spinach specsRubén Dávila
2016-02-19Fix feature tests for erasing buildGrzegorz Bizon
2016-02-19And CI API endpoint where user can erase a buildGrzegorz Bizon
2016-02-19Create method that checks if build has been erasedGrzegorz Bizon
+ minor improvements
2016-02-19Show information indicating that build has been erasedGrzegorz Bizon
2016-02-19Add feature specs for build erase buttonGrzegorz Bizon
2016-02-19Merge branch 'fix/project-forks-page' into 'master' Douwe Maan
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
2016-02-17updated fix based on MR feedbackJames Lopez
2016-02-17Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵James Lopez
fix/project-forks-page
2016-02-17Add ability to see and sort on vote count from Issues and MR listsDouglas Barbosa Alexandre
2016-02-16workaround for forks with an invalid repo - avoid showing them in the listJames Lopez
2016-02-16sporadic spec fixValery Sizov
2016-02-15Fix the "x of y" displayed at the top of Issuables' sidebarRémy Coutable
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.
2016-02-13Add spinach tests for award emojiStan Hu
2016-02-11Parse XML instead of HTML in tests for a SVG build badgeGrzegorz Bizon
2016-02-11Move build badge specs to badges directoryGrzegorz Bizon
2016-02-11Move builds badge implementation to new badges controllerGrzegorz Bizon
2016-02-11Inherit build badge access permissions from projectGrzegorz Bizon
2016-02-11Improve build badge tests, add another test caseGrzegorz Bizon
2016-02-11Add feature tests for builds status badgeGrzegorz Bizon
2016-02-10Change MR link to "View Open Merge Request"Douglas Barbosa Alexandre
2016-02-10Replaces "Create merge request" link with one to the MR when one existsDouglas Barbosa Alexandre
2016-02-09Merge remote-tracking branch 'dev/master' into 'master'Robert Speicher
2016-02-06Allow limited Markdown in Broadcast MessagesRobert Speicher
Closes #11853
2016-02-04Merge remote-tracking branch 'origin/master' into ci-permissionsKamil Trzcinski
# Conflicts: # app/views/projects/builds/index.html.haml
2016-02-04Add behaviour tests for build permissionsKamil Trzcinski
2016-02-04Rename allow_guest_to_access_builds to public_buildsKamil Trzcinski
2016-02-04Update test after changes build page cssDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-02-03Merge branch 'support-akismet' into 'master' Robert Speicher
Support Akismet spam checking for creation of issues via API Currently any spam detected by Akismet for non-members via API will be logged in a separate table in the admin page. Closes #5612 See merge request !2266
2016-02-03Add specs.Rubén Dávila
2016-02-02Merge remote-tracking branch 'origin/master' into git-raw-workhorseJacob Vosmaer
2016-02-02Use truncate helper on spam logs listDouglas Barbosa Alexandre
2016-02-02Support Akismet spam checking for creation of issues via APIStan Hu
Currently any spam detected by Akismet by non-members via API will be logged in a separate table in the admin page. Closes #5612
2016-02-01Render sanitized SVG imagesStan Hu
Closes https://github.com/gitlabhq/gitlabhq/issues/9265
2016-02-01Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into ↵Jacob Vosmaer
git-raw-workhorse
2016-01-29Added tests to emoji search field focusPhil Hughes
2016-01-29Prevent transient Capybara timeouts during feature testsRobert Speicher
The problem occurred because asset compilation takes a long time, so when the asset cache didn't exist and the first test ran, it would often (randomly) time out during the generation before the actual test even had a chance to run. Now we check if the cache exists before the suite runs, and if not, we manually fire a request to the root URL in order to generate it. This should allow subsequent tests to use the cached assets.
2016-01-28Cannot see a raw blob without workhorseJacob Vosmaer
2016-01-28Merge branch 'issue_2406' into 'master' Dmitriy Zaporozhets
Show list of forks for a given Project Closes #2406 See merge request !2376
2016-01-28Merge branch 'issue_5546' into 'master' Dmitriy Zaporozhets
Save list sort in a cookie Closes #5546 See merge request !2537