Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Rename exposed property for better understanding | Alfredo Sumaran | 2017-05-31 | 2 | -4/+4 | |
| | | | | | ||||||
| * | | | | Add missing parameter to onFilterSuccess | Alfredo Sumaran | 2017-05-31 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Fix search by input | Alfredo Sumaran | 2017-05-30 | 3 | -10/+24 | |
| | | | | | ||||||
| * | | | | Fix pagination when sorting by option | Alfredo Sumaran | 2017-05-30 | 1 | -1/+9 | |
| | | | | | ||||||
| * | | | | Set visibility icon correctly | Alfredo Sumaran | 2017-05-30 | 1 | -1/+9 | |
| | | | | | ||||||
| * | | | | Fix click event handling | Alfredo Sumaran | 2017-05-30 | 1 | -5/+16 | |
| | | | | | ||||||
| * | | | | Fix tests and eslint errors | Alfredo Sumaran | 2017-05-30 | 4 | -2/+16 | |
| | | | | | | | | | | | | | | | | | | | | [ci skip] | |||||
| * | | | | Display number of users and number of projects for each group | Alfredo Sumaran | 2017-05-30 | 2 | -5/+7 | |
| | | | | | ||||||
| * | | | | Expose number_projects and number_users for groups endpoint | Alfredo Sumaran | 2017-05-30 | 1 | -0/+9 | |
| | | | | | ||||||
| * | | | | Do not allow to expand a row if group doesn’t have subgroups | Alfredo Sumaran | 2017-05-30 | 2 | -6/+3 | |
| | | | | | ||||||
| * | | | | Expose has_subgroups for groups endpoint | Alfredo Sumaran | 2017-05-30 | 1 | -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 privilege | Alfredo Sumaran | 2017-05-30 | 2 | -1/+5 | |
| | | | | | ||||||
| * | | | | Expose can_edit for groups endpoint | Alfredo Sumaran | 2017-05-30 | 1 | -0/+4 | |
| | | | | | ||||||
| * | | | | Handle leave group action | Alfredo Sumaran | 2017-05-30 | 4 | -3/+33 | |
| | | | | | ||||||
| * | | | | Expose edit and leave path for groups endpoint | Alfredo Sumaran | 2017-05-30 | 1 | -0/+9 | |
| | | | | | ||||||
| * | | | | Fix toggling subgroups and pagination | Alfredo Sumaran | 2017-05-30 | 4 | -7/+24 | |
| | | | | | ||||||
| * | | | | Change is-expandable to has-subgroups | Alfredo Sumaran | 2017-05-30 | 2 | -5/+6 | |
| | | | | | ||||||
| * | | | | Set pagination only when loading the app | Alfredo Sumaran | 2017-05-29 | 1 | -10/+20 | |
| | | | | | ||||||
| * | | | | Stop click event is group has no subgroups | Alfredo Sumaran | 2017-05-26 | 1 | -3/+1 | |
| | | | | | ||||||
| * | | | | Add tests for Group item component | Alfredo Sumaran | 2017-05-25 | 5 | -48/+171 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also adds more tests fro groups folder component [ci skip] | |||||
| * | | | | Remove parent group prefix from current orphan group | Alfredo Sumaran | 2017-05-24 | 2 | -3/+36 | |
| | | | | | | | | | | | | | | | | | | | | [ci skip] | |||||
| * | | | | Build tree from server response | Alfredo Sumaran | 2017-05-23 | 5 | -13/+78 | |
| | | | | | | | | | | | | | | | | | | | | [ci skip] | |||||
| * | | | | Do not send page param when loading sub groups | Alfredo Sumaran | 2017-05-23 | 1 | -4/+5 | |
| | | | | | ||||||
| * | | | | Add basic tests for groups component | Alfredo Sumaran | 2017-05-22 | 5 | -4/+80 | |
| | | | | | | | | | | | | | | | | | | | | [ci skip] | |||||
| * | | | | Paginate group results | Alfredo Sumaran | 2017-05-22 | 5 | -7/+46 | |
| | | | | | | | | | | | | | | | | | | | | [ci skip] | |||||
| * | | | | Restore previous tree format | Alfredo Sumaran | 2017-05-17 | 5 | -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 groups | Alfredo Sumaran | 2017-05-17 | 1 | -0/+42 | |
| | | | | | ||||||
| * | | | | Basic layout for groups tree | Alfredo Sumaran | 2017-05-16 | 6 | -25/+136 | |
| | | | | | | | | | | | | | | | | | | | | [ci skip] | |||||
| * | | | | Stop event propagation to prevent multiple ajax calls | Alfredo Sumaran | 2017-05-15 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Fix tree generation when filtering by name | Alfredo Sumaran | 2017-05-12 | 1 | -1/+2 | |
| | | | | | ||||||
| * | | | | Build tree object from endpoint response | Alfredo Sumaran | 2017-05-12 | 9 | -30/+82 | |
| | | | | | ||||||
| * | | | | Decorate server response objects | Alfredo Sumaran | 2017-05-11 | 2 | -6/+11 | |
| | | | | | | | | | | | | | | | | | | | | Set property defaults and match JS variable naming conventions | |||||
| * | | | | Better checking for subgroups | Alfredo Sumaran | 2017-05-10 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Add support to filter groups by filter options | Alfredo Sumaran | 2017-05-10 | 3 | -11/+33 | |
| | | | | | ||||||
| * | | | | Add GroupFilterableList to be used as filterable class | Alfredo Sumaran | 2017-05-10 | 5 | -36/+60 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - GroupFilterableList extends from FilterableList which is used in other places that doesn’t use Vue. - GroupFilterableList interacts with a Vue store object. - Deleted groups_list.js since is not needed anymore, filtering is handled via ajax in GroupFilterableList | |||||
| * | | | | Add support to filter by name to Group list | Alfredo Sumaran | 2017-05-10 | 7 | -56/+52 | |
| | | | | | ||||||
| * | | | | Set tree structure for groups | Alfredo Sumaran | 2017-05-09 | 4 | -39/+50 | |
| | | | | | ||||||
| * | | | | Prepare groups components for subgroups | Alfredo Sumaran | 2017-05-08 | 5 | -15/+68 | |
| | | | | | ||||||
| * | | | | List groups with basic details | Alfredo Sumaran | 2017-05-05 | 5 | -23/+82 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | - Adds Groups component - Adds GroupItem component | |||||
| * | | | | Add GroupsService to fetch data from server | Alfredo Sumaran | 2017-05-04 | 3 | -2/+31 | |
| | | | | | ||||||
| * | | | | Set Groups Vue app for Dashboard page | Alfredo Sumaran | 2017-05-04 | 3 | -2/+16 | |
| | | | | | ||||||
| * | | | | Add “groups” JS bundle | Alfredo Sumaran | 2017-05-04 | 3 | -0/+6 | |
| | | | | | ||||||
| * | | | | Serialize groups as json for Dashboard::GroupsController | Dmitriy Zaporozhets | 2017-05-04 | 5 | -10/+59 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | | | | | Merge branch 'artifacts-keyboard-shortcuts' into 'master' | Filipa Lacerda | 2017-06-08 | 2 | -0/+6 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enabled keyboard shortcuts on artifacts pages Closes #33184 See merge request !12015 | |||||
| * | | | | | Enabled keyboard shortcuts on artifacts pagesartifacts-keyboard-shortcuts | Phil Hughes | 2017-06-08 | 2 | -0/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Closes #33184 | |||||
* | | | | | | Merge branch 'ce#31853-projects-shared-groups' into 'master' | Annabel Dunstone Gray | 2017-06-08 | 9 | -84/+104 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 31853 Remove duplication for sharing projects with groups in project settings Closes #31853 See merge request !11951 | |||||
| * | | | | | | Fix specsce#31853-projects-shared-groups | Annabel Dunstone Gray | 2017-06-08 | 1 | -2/+2 | |
| | | | | | | | ||||||
| * | | | | | | fixes project_group_links spec by adding click tab event | tauriedavis | 2017-06-08 | 5 | -7/+12 | |
| | | | | | | | ||||||
| * | | | | | | 31853 Remove duplication for sharing projects with groups in project settings | tauriedavis | 2017-06-08 | 7 | -78/+93 | |
| | | | | | | | ||||||
* | | | | | | | Merge branch 'unicorn-test-boot-timeout' into 'master' | Douwe Maan | 2017-06-08 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Increase unicorn test boot timeout to 5 minutes See merge request !12022 |