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 (Expand)Author
2015-12-11Implement new sidebar for merge request pageDmitriy Zaporozhets
2015-12-11display referenced merge requests in issue description with CI statusGreg Smethells
2015-11-26Strip attributes for Milestone and Issuable. #3428Jose Corcuera
2015-11-19award emojiValery Sizov
2015-11-11Fix trailing space issue with merge requests and issues. Fixes #2514Drew Blessing
2015-10-20Redirect to a default path if HTTP_REFERER is not setStan Hu
2015-10-16Only accept open issues and merge requestsZeger-Jan van de Weg
2015-10-16Show merge requests which close current issueZeger-Jan van de Weg
2015-10-15Renamed Note.inc_associations to with_associationsYorick Peterse
2015-10-15Eager load various issue/note associationsYorick Peterse
2015-10-12Simplify code around (cross)-referencesDouwe Maan
2015-07-18Disable internal issue tracker if external tracker in useStan Hu
2015-06-26Update controller filtersDmitriy Zaporozhets
2015-06-26Rename abilities to correspond contoller/model action namesDmitriy Zaporozhets
2015-06-24Improve performance for issue#show pageDmitriy Zaporozhets
2015-05-18Add search issues/MR by numberNikita Verkhovin
2015-04-20Fixed the Rails/ActionFilter copJeroen van Baarsen
2015-03-16testsValery Sizov
2015-03-16rename table subscribe; make it polymorficValery Sizov
2015-03-15SubscriptionValery Sizov
2015-03-13Use same constant for amount of items per pageDmitriy Zaporozhets
2015-03-06Send notifications and leave system comments when bulk updating issues.Douwe Maan
2015-02-26More use of shortcut routesDmitriy Zaporozhets
2015-02-23Fix updating issue 500 errorDmitriy Zaporozhets
2015-02-14Upgrade to Rails 4.1.9Vinnie Okada
2014-12-24Refactor issuable list pagesDmitriy Zaporozhets
2014-12-23Refactor issues and merge requests listsDmitriy Zaporozhets
2014-12-05Add author filter for issues & merge requests pagesDmitriy Zaporozhets
2014-10-06Add task lists to issues and merge requestsVinnie Okada
2014-09-25Dont show blocked users in assignee filterDmitriy Zaporozhets
2014-08-27Search by issue/mr title and descriptionDmitriy Zaporozhets
2014-07-29Allow set labels from Issue/MR formsDmitriy Zaporozhets
2014-07-01Create required issue param for new action.Marin Jankovski
2014-06-26Remove protected_atrributes gem and start moving to strong paramsDmitriy Zaporozhets
2014-06-24Merge branch 'issues-filter-by-description' into 'master'Dmitriy Zaporozhets
2014-06-16Show/hide issue assignee avatar depends on drag-n-drop column in milestone viewDmitriy Zaporozhets
2014-06-04Add reopened tab to milestone issues. Add ids and data to milestone issues to...Dmitriy Zaporozhets
2014-05-23Implements drag and drop upload in creating issuesEarle Bunao & Neil Calabroso
2014-05-16Fixes a problem with 'Issues' filter box, where description of the filter say...Andrey Vasilyev
2014-04-02Move update issue code to separate serviceDmitriy Zaporozhets
2014-04-02Move code for issue creation to service.Dmitriy Zaporozhets
2014-03-25Remove author_id_of_changes from appDmitriy Zaporozhets
2014-02-25Move services for collecting items to FindersDmitriy Zaporozhets
2014-02-13Show only people who have assigned merge requests in assignee dropdownDmitriy Zaporozhets
2014-02-13Show only people who have assigned issues in assignee dropdownDmitriy Zaporozhets
2014-02-10Fix Issues#bulk_updateDmitriy Zaporozhets
2014-01-24Allow developers to mange issue trackerDmitriy Zaporozhets
2014-01-22Merge pull request #6075 from skv-headless/remove_deprecated_findersDmitriy Zaporozhets
2014-01-20Dont override project_id params when use issues/mr filteringDmitriy Zaporozhets
2014-01-19Remove deprecated findersskv