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
2017-07-07Added report issuable featureLuke "Jared" Bennett
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-06-30Make issuables_count_for_state publicSean McGivern
2017-06-30Make finders responsible for counter cache keysSean McGivern
2017-06-30Cache total issue / MR counts for project by user typeSean McGivern
2017-06-20Stop showing task status if no tasks are presentPhil Hughes
2017-06-02Fix up merge issuesLuke "Jared" Bennett
2017-06-02Merge remote-tracking branch 'origin/master' into fix-realtime-edited-text-fo...Luke "Jared" Bennett
2017-06-02Removed unneeded newline in issuables_helper_spec and removed unneeded update...Luke "Jared" Bennett
2017-05-31Fixed issuables_helper_spec and added a test for issuable_app_dataLuke "Jared" Bennett
2017-05-31Remove EditableHelper and move method to IssuablesHelperLuke "Jared" Bennett
2017-05-31Fix helper methods returning wrong data types for vueLuke "Jared" Bennett
2017-05-31Move issuable_app_data to helperLuke "Jared" Bennett
2017-05-25fixed issuable templates dropdown not showingPhil Hughes
2017-05-24fixed bug with can? check when user is not logged inPhil Hughes
2017-05-24Changed all data to come through the JSON script elementPhil Hughes
2017-05-16Fixed up the template dropdown to correctly workPhil Hughes
2017-05-15Added description template selectorPhil Hughes
2017-05-12Merge branch 'fixes_for_multiple_issue_assignees' into 'master' Sean McGivern
2017-05-11fix for Follow-up from "Backport of Multiple Assignees featureValery Sizov
2017-05-11Remove some weird code to add/remove the task statusPhil Hughes
2017-05-09Merge request widget redesignFatih Acet
2017-05-04Backport of multiple_assignees_feature [ci skip]Valery Sizov
2017-04-20Remove helpers assigned_issuables_count and cached_assigned_issuables_countValery Sizov
2017-04-18Remove assigned_(issues|merge_requests) methods from the issuableValery Sizov
2017-04-18Using IssuablesFinder(s) for UI countersValery Sizov
2017-03-30Merge branch '26595-fix-issue-preselected-template' into 'master' Rémy Coutable
2017-03-29Fix linking to new issue with selected templateEric Eastwood
2017-03-24Updated todos sidebar iconPhil Hughes
2017-03-15Allow filtering by all started milestonesSean McGivern
2017-03-09link issuable reference to itself in headermhasbini
2017-03-01Fix linter errorsFilipa Lacerda
2017-02-28Improve a11y in sidebarFilipa Lacerda
2017-02-24Use Namespace#full_path instead of #path where appropriateDouwe Maan
2017-02-23Enable Style/ClassCheckDouwe Maan
2017-02-23Enable Style/MutableConstantDouwe Maan
2017-01-28Move issuable reference display to a helper methodOswaldo Ferreira
2017-01-15Backport backend work for time tracking.Ruben Davila
2016-12-22Change earlier to task_status_short to avoid titlebar line wrapsdimitrieh
2016-12-01Don't include ignored params in cache keySean McGivern
2016-12-01Count all issuable states at onceSean McGivern
2016-11-28Refactor issuable_filters_present to reduce duplicationsSemyon Pupkov
2016-11-18More aggressively preload on merge request and issue index pagesDouwe Maan
2016-11-16Merge branch 'fix_navigation_bar_issuables_counters' into 'master' Rémy Coutable
2016-11-16Move issuable title form to a new partialRémy Coutable
2016-11-16Improve changes after MR review.Lucas Deschamps
2016-11-16Navigation bar issuables counters reflects dashboard issuables countersLucas Deschamps
2016-11-04Refactor template selector in issuable formRémy Coutable
2016-10-28add "x of y tasks completed" on issuableGuilherme Salazar
2016-10-07Added `issuable_filters_present` to check for active filters before rendering...Luke Bennett