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-12-01Show only group name by default and put full namespace in tooltipKushal Pandya
2017-11-23Change star, filter and settings icons to the their sprite based replacementsJose Ivan Vargas Lopez
2017-10-13Preserve `archived` param only when sort order is changedkushalpandya
2017-10-13Remove unnecessary `Flash` importkushalpandya
2017-10-13Add `archived` related options in sort dropdownkushalpandya
2017-10-13Add support for `archived` paramkushalpandya
2017-10-10Add a text to the leave group confirmationBob Van Landuyt
2017-10-10Merge branch 'master' into bvl-group-treesBob Van Landuyt
2017-10-10Flash is now a ES6 modulePhil Hughes
2017-10-05Remove new subgroup/project droplab button initializationkushalpandya
2017-10-04Groups tree enhancements for Groups Dashboard and Group HomepageKushal Pandya
2017-09-09Import modules instead of using the ones in global namespaceFilipa Lacerda
2017-08-30Update identicon path and selectorkushalpandya
2017-08-30Renamed to `identicon` and make shared componentkushalpandya
2017-08-02Remove unnecessary component import and registrationkushalpandya
2017-08-02Use kebab-case for propskushalpandya
2017-08-02Remove unnecessary name propertykushalpandya
2017-08-01Prop name update, minor cleanupkushalpandya
2017-08-01Import `group_identicon` minor clean up and prop updateskushalpandya
2017-07-31Use GroupIdenticon for missing avatarskushalpandya
2017-07-31Group Identicon for groups without avatarskushalpandya
2017-07-12Update vue-resourceFilipa Lacerda
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