summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use eventHub to update groups from GroupFilterableList classAlfredo Sumaran2017-06-014-22/+46
|
* Make GroupsStore.store method non-staticAlfredo Sumaran2017-06-012-4/+6
|
* Fix karma testsAlfredo Sumaran2017-05-311-8/+8
|
* Move line to a better placeAlfredo Sumaran2017-05-311-3/+2
|
* Use webpack_bundle_tag instead of deprecated page_specific_javascript_bundle_tagAlfredo Sumaran2017-05-311-2/+2
|
* Use map to iterate arraysAlfredo Sumaran2017-05-311-3/+3
|
* Remove default null value for parent paramAlfredo Sumaran2017-05-311-1/+1
|
* Remove unnecesary returnAlfredo Sumaran2017-05-311-2/+0
|
* Fix JS error when filtering by optionAlfredo Sumaran2017-05-311-1/+1
|
* Move eslint disable rule close to offending line to conform styleguideAlfredo Sumaran2017-05-311-2/+1
|
* Remove duplicated lineAlfredo Sumaran2017-05-311-1/+0
|
* Restore accidentally deleted codeAlfredo Sumaran2017-05-311-1/+4
|
* Declare store and service inside Vue appAlfredo Sumaran2017-05-311-24/+29
|
* Use object destructuring when passing more than 3 params to follow style guideAlfredo Sumaran2017-05-312-2/+2
|
* Replace v-show with v-if to conform style guideAlfredo Sumaran2017-05-311-10/+7
|
* Update i tags so they are not self closedAlfredo Sumaran2017-05-311-2/+2
|
* Put extra chars length on a constant for readabilityAlfredo Sumaran2017-05-311-1/+2
|
* Remove unnecesary return statementsAlfredo Sumaran2017-05-311-4/+0
|
* Add default prop valuesAlfredo Sumaran2017-05-311-0/+1
|
* Move eslint disable rule before line containing the offenseAlfredo Sumaran2017-05-311-2/+1
|
* Move component visibility validation to parent componentAlfredo Sumaran2017-05-312-7/+5
|
* Remove unnecesary passed parameterAlfredo Sumaran2017-05-311-1/+1
|
* Rename exposed property for better understandingAlfredo Sumaran2017-05-312-4/+4
|
* Add missing parameter to onFilterSuccessAlfredo Sumaran2017-05-311-1/+1
|
* Fix search by inputAlfredo Sumaran2017-05-303-10/+24
|
* Fix pagination when sorting by optionAlfredo Sumaran2017-05-301-1/+9
|
* Set visibility icon correctlyAlfredo Sumaran2017-05-301-1/+9
|
* Fix click event handlingAlfredo Sumaran2017-05-301-5/+16
|
* Fix tests and eslint errorsAlfredo Sumaran2017-05-304-2/+16
| | | | [ci skip]
* Display number of users and number of projects for each groupAlfredo Sumaran2017-05-302-5/+7
|
* Expose number_projects and number_users for groups endpointAlfredo Sumaran2017-05-301-0/+9
|
* Do not allow to expand a row if group doesn’t have subgroupsAlfredo Sumaran2017-05-302-6/+3
|
* Expose has_subgroups for groups endpointAlfredo Sumaran2017-05-301-0/+4
| | | | This is needed because we have to know before hand if the group has subgroups. If the group doesn’t have subgroups we will not let the user to click a group row to fetch subgroups, also we will hide caret icon which is used to indicate the row can be expanded.
* Do not show edit button if user has no privilegeAlfredo Sumaran2017-05-302-1/+5
|
* Expose can_edit for groups endpointAlfredo Sumaran2017-05-301-0/+4
|
* Handle leave group actionAlfredo Sumaran2017-05-304-3/+33
|
* Expose edit and leave path for groups endpointAlfredo Sumaran2017-05-301-0/+9
|
* Fix toggling subgroups and paginationAlfredo Sumaran2017-05-304-7/+24
|
* Change is-expandable to has-subgroupsAlfredo Sumaran2017-05-302-5/+6
|
* Set pagination only when loading the appAlfredo Sumaran2017-05-291-10/+20
|
* Stop click event is group has no subgroupsAlfredo Sumaran2017-05-261-3/+1
|
* Add tests for Group item componentAlfredo Sumaran2017-05-255-48/+171
| | | | | | Also adds more tests fro groups folder component [ci skip]
* Remove parent group prefix from current orphan groupAlfredo Sumaran2017-05-242-3/+36
| | | | [ci skip]
* Build tree from server responseAlfredo Sumaran2017-05-235-13/+78
| | | | [ci skip]
* Do not send page param when loading sub groupsAlfredo Sumaran2017-05-231-4/+5
|
* Add basic tests for groups componentAlfredo Sumaran2017-05-225-4/+80
| | | | [ci skip]
* Paginate group resultsAlfredo Sumaran2017-05-225-7/+46
| | | | [ci skip]
* Restore previous tree formatAlfredo Sumaran2017-05-175-49/+13
| | | | | | | | | Tree object is an array now. - All groups are displayed at the top level - To access subgroups now we have to click every parent which will make a request to fetch sub groups. [ci skip]
* Show connectors between parents and children groupsAlfredo Sumaran2017-05-171-0/+42
|
* Basic layout for groups treeAlfredo Sumaran2017-05-166-25/+136
| | | | [ci skip]