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
2017-05-10Merge branch ↵Phil Hughes
'31474-issue-boards-sidebar-milestone-dropdown-should-not-be-multi-select' into 'master' Resolve "Issue boards sidebar milestone dropdown should not be multi select" Closes #31474 See merge request !11084
2017-05-10Disallow multiselect for Milestone dropdownSam Rose
2017-05-08Refactor block into separate partialClement Ho
2017-05-04Restrict FE assignees to 1Clement Ho
2017-05-04Fix FE conflictsClement Ho
2017-05-04Backport of multiple_assignees_feature [ci skip]Valery Sizov
2017-05-03Merge branch '30667-creating-new-label-on-new-issue-causing-bug' into 'master' Rémy Coutable
Fix label creation from issuable for subgroup projects Closes #30667 See merge request !11011
2017-05-03Fix label creation from issuable for subgroup projectsMark Fletcher
2017-04-30Add option to select the null user as the defaultSam Rose
2017-04-28Display check next to assigned user in dropdownSam Rose
2017-04-07Copy diff file path as GFMDouwe Maan
2017-03-29Merge branch 'create-collapsed-todo-button' into 'master' Filipa Lacerda
Added initial todo functionality to collapsed sidebar Closes #24805 See merge request !7827
2017-03-28Fixed labels icon being hidden in collapsed issuable sidebarPhil Hughes
2017-03-24Updated todos sidebar iconPhil Hughes
Refactored slightly so that the same logic is shared between both the expanded & the collapsed.
2017-03-24adds todo functionality to closed issuable sidebar and changes todo bell ↵dimitrieh
icon to check-square
2017-03-23adjust the affix breakpoint to match css top valueMike Greiling
2017-03-18don't show loading spinners for server-rendered sidebar fieldsSimon Knox
2017-03-04create a cacheable commons bundle for our Vue bundlesMike Greiling
2017-03-03Merge branch 'add-svg-loader' into 'master' Fatih Acet
Fixes Tech debt: No need to pass svgs as props into Vue with Webpack Closes #27692 and #27840 See merge request !9522
2017-03-01Fix linter errorsFilipa Lacerda
2017-02-28Improve a11y in sidebarFilipa Lacerda
2017-02-25remove tech debt codeFilipa Lacerda
2017-02-24Use Namespace#full_path instead of #path where appropriateDouwe Maan
2017-02-11Add js prefix to right sidebarAnnabel Dunstone Gray
2017-02-11Add sticky sidebar on wiki pageAnnabel Dunstone Gray
2017-02-03Merge branch 'master' into go-go-gadget-webpackMike Greiling
* master: (181 commits) Fixed adding to list bug Remove unnecessary queries for .atom and .json in Dashboard::ProjectsController#index Fixed modal lists dropdown not updating when list is deleted Fixed remove btn error after creating new issue in list Removed duplicated test Removed Masonry, instead uses groups of data Uses mixins for repeated functions Fixed up specs Props use objects with required & type values Removes labels instead of closing issue when clicking remove button Fixed JS lint errors Fixed issue card spec Added webkit CSS properties Fixed bug with empty state showing after search Fixed users href path being incorrect Fixed bug where 2 un-selected issues would stay on selected tab Fixed DB schema Changed how components are added in objects Added remove button Add optional id property to the issue schema Fixed issue link href Disabled add issues button if no lists exist ...
2017-02-02Fixed group label in issuable sidebarPhil Hughes
Group label link was pointing to group#issues rather than the projects issues. This fixes that by sending the correct subject to the link_to_label helper method. Closes #27253
2017-01-19Merge branch 'master' into go-go-gadget-webpackMike Greiling
* master: (67 commits) Add some API endpoints for time tracking. use destructuring syntax instead add changelog yml file correct User_agent placement in robots.txt Fixing typo Fix Project#update_repository_size to convert MB to Bytes properly Remove repository trait from factories that don't need it in features Add the `:repository` trait to `:project` factories in Cucumber steps Add a `:repository` trait to the `:empty_project` factory Update clipboard_button text: Copy commit SHA to clipboard Fix search bar filter dropdown scrollbars get rid of log fix UI behaviour - only make new calls when button is clicked and dropdown is not displayed better UI fix - simple solution Disable all cops in .rubocop_todo.yml fix spec refactored a bunch of stuff based on feedback fix serializer fix bug retrieving medians fix specs ...
2017-01-15Fix haml-lint complain.Ruben Davila
app/views/shared/issuable/_sidebar.html.haml:79 [W] SpaceInsideHashAttributes: Hash attribute should end with one space before the closing brace
2017-01-15Backport timetracking frontend to CE.Bryce Johnson
2017-01-13Text for copy to clipboard: URL, personal access token, commands, referencevictorwu
2017-01-03make expected due_date value format explicitMike Greiling
2016-12-31HAMLLint: Fix `SpaceInsideHashAttributes` offencesKushal Pandya
2016-12-14resolve all instances of no-undef eslint rule violationsMike Greiling
2016-12-01rewrite subscription javascript to accomodate new designMike Greiling
2016-12-01Remove the help text under the sidebar subscribe button and style it inlineDimitrie Hoekstra
2016-11-24Fix title case to sentence caseLuis Alonso Chavez Armendariz
2016-11-17Remove default value for `project` argument on subscribable concernDouglas Barbosa Alexandre
2016-10-19Show labels widget on issuable sidebar if project has only group labelsDouglas Barbosa Alexandre
2016-10-17Convert due_date_select.js filetype to es6.Bryce Johnson
2016-10-06Merge commit 'dev/security' into 'master'Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-09-23Convert label creation from API to controller endpointNick Thomas
2016-09-02Merge branch 'master' into revert-c676283bPhil Hughes
2016-09-01Remove inconsistent font weight for sidebar's labelsClement Ho
2016-08-30Merge branch 'master' into revert-c676283bPhil Hughes
2016-08-19Changed tests to use JS testsPhil Hughes
2016-08-19Addressed feedbackPhil Hughes
2016-08-19Added tooltip to label value in collapsed sidebarPhil Hughes
Closes #19398
2016-07-20Prevent toggling sidebar when clipboard icon clicked.Fatih Acet
2016-07-20Fixed up frontend code based on feedbackPhil Hughes
Updated a test to be more specific about where the content is