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-06-22Resolve "Can't sort Groups"Alfredo Sumaran
2017-06-16Expose correct path to groupAlfredo Sumaran
2017-06-08Add tests when user has no direct acces to a groupAlfredo Sumaran
2017-06-08Update URL when paginating groupsAlfredo Sumaran
2017-06-08Add missing aria-hidden attribute to i tagsAlfredo Sumaran
2017-06-08Fix type casingAlfredo Sumaran
2017-06-08Do not show access type to a group if there’s no accessAlfredo Sumaran
2017-06-08Display user access type for each groupAlfredo Sumaran
2017-06-07Address feedbackAlfredo Sumaran
2017-06-07Turn off every event on beforeDestroyAlfredo Sumaran
2017-06-07Address feedbackAlfredo Sumaran
2017-06-07Add rows hover state and improve layout for mobileAlfredo Sumaran
2017-06-07Do not show spinner when fetching subgroupsAlfredo Sumaran
2017-06-06Minor visual adjustmentsAlfredo Sumaran
2017-06-06Improve pagination when searching or filteringAlfredo Sumaran
2017-06-02Use eventHub to update groups from GroupFilterableList classAlfredo Sumaran
2017-06-01Make GroupsStore.store method non-staticAlfredo Sumaran
2017-06-01Move line to a better placeAlfredo Sumaran
2017-06-01Use map to iterate arraysAlfredo Sumaran
2017-06-01Remove default null value for parent paramAlfredo Sumaran
2017-06-01Remove unnecesary returnAlfredo Sumaran
2017-06-01Fix JS error when filtering by optionAlfredo Sumaran
2017-06-01Move eslint disable rule close to offending line to conform styleguideAlfredo Sumaran
2017-06-01Remove duplicated lineAlfredo Sumaran
2017-06-01Restore accidentally deleted codeAlfredo Sumaran
2017-06-01Declare store and service inside Vue appAlfredo Sumaran
2017-06-01Use object destructuring when passing more than 3 params to follow style guideAlfredo Sumaran
2017-06-01Replace v-show with v-if to conform style guideAlfredo Sumaran
2017-06-01Update i tags so they are not self closedAlfredo Sumaran
2017-06-01Put extra chars length on a constant for readabilityAlfredo Sumaran
2017-06-01Remove unnecesary return statementsAlfredo Sumaran
2017-06-01Add default prop valuesAlfredo Sumaran
2017-05-31Move eslint disable rule before line containing the offenseAlfredo Sumaran
2017-05-31Move component visibility validation to parent componentAlfredo Sumaran
2017-05-31Rename exposed property for better understandingAlfredo Sumaran
2017-05-31Fix search by inputAlfredo Sumaran
2017-05-31Fix pagination when sorting by optionAlfredo Sumaran
2017-05-31Set visibility icon correctlyAlfredo Sumaran
2017-05-31Fix click event handlingAlfredo Sumaran
2017-05-30Fix tests and eslint errorsAlfredo Sumaran
2017-05-30Display number of users and number of projects for each groupAlfredo Sumaran
2017-05-30Do not allow to expand a row if group doesn’t have subgroupsAlfredo Sumaran
2017-05-30Do not show edit button if user has no privilegeAlfredo Sumaran
2017-05-30Handle leave group actionAlfredo Sumaran
2017-05-30Fix toggling subgroups and paginationAlfredo Sumaran
2017-05-30Change is-expandable to has-subgroupsAlfredo Sumaran
2017-05-30Set pagination only when loading the appAlfredo Sumaran
2017-05-27Stop click event is group has no subgroupsAlfredo Sumaran
2017-05-26Add tests for Group item componentAlfredo Sumaran
2017-05-25Remove parent group prefix from current orphan groupAlfredo Sumaran