summaryrefslogtreecommitdiff
path: root/app/assets/javascripts
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '33594-disable-autocomplete-on-snippet-comments' into 'master'Clement Ho2017-06-191-1/+12
* Merge branch 'enable-autocomplete-on-project-snippets' into 'master'Jacob Schatz2017-06-191-0/+2
* Merge branch 'winh-merge-request-related-issues' into 'master'Fatih Acet2017-06-195-26/+62
* Merge branch '33598-fix-autocomplete-disabled-in-gl-form-instances' into 'mas...Jacob Schatz2017-06-191-7/+7
* Merge branch 'bvl-missing-translations' into 'master'9-3-stable-rc3-i18nDouwe Maan2017-06-165-15/+20
* Revert 'New file from interface on existing branch'Douwe Maan2017-06-156-263/+5
* Merge branch '29010-perf-bar' into 'master'Robert Speicher2017-06-152-0/+30
* Merge branch '33467-remove-nicescroll' into 'master'Phil Hughes2017-06-151-23/+29
* Merge branch '33483-fix-note-highlight-being-lost-on-note-update' into 'master'Phil Hughes2017-06-151-3/+25
* Merge branch '33529-fix-autocomplete-atwho-not-showing-on-note-edit-form' int...Clement Ho2017-06-151-1/+1
* Merge branch '33642-timeago-update' into 'master'Phil Hughes2017-06-151-14/+2
* Fix bad merge9-3-stable-rc2Clement Ho2017-06-091-18/+0
* Resolve inconsistenciesClement Ho2017-06-092-201/+0
* Merge commit 'b1bf6d88fceb24663bfe4be2d9cc111710d9126b' into 9-3-stableClement Ho2017-06-0921-32/+834
|\
| * Merge branch 'master-security-update' into 'master'Regis Boudinot2017-06-081-2/+2
| |\
| | * Merge branch 'cherry-pick-dc2ac993' into 'security-9-2'DJ Mountney2017-06-081-2/+2
| * | Merge branch '25426-group-dashboard-ui' into 'master'Douwe Maan2017-06-0812-24/+822
| |\ \
| | * \ Merge branch 'master' into 25426-group-dashboard-ui25426-group-dashboard-uiAlfredo Sumaran2017-06-0814-39/+67
| | |\ \ | | | |/
| | * | Add tests when user has no direct acces to a groupAlfredo Sumaran2017-06-081-2/+2
| | * | Update URL when paginating groupsAlfredo Sumaran2017-06-081-1/+6
| | * | Add missing aria-hidden attribute to i tagsAlfredo Sumaran2017-06-081-8/+21
| | * | Fix type casingAlfredo Sumaran2017-06-081-2/+2
| | * | Do not show access type to a group if there’s no accessAlfredo Sumaran2017-06-081-0/+2
| | * | Display user access type for each groupAlfredo Sumaran2017-06-072-0/+5
| | * | Merge branch 'master' into 25426-group-dashboard-uiAlfredo Sumaran2017-06-0770-473/+1425
| | |\ \
| | * | | Address feedbackAlfredo Sumaran2017-06-071-2/+1
| | * | | Turn off every event on beforeDestroyAlfredo Sumaran2017-06-071-0/+8
| | * | | Restore code to make explore groups workAlfredo Sumaran2017-06-072-0/+21
| | * | | Address feedbackAlfredo Sumaran2017-06-075-66/+109
| | * | | Add rows hover state and improve layout for mobileAlfredo Sumaran2017-06-062-57/+59
| | * | | Do not show spinner when fetching subgroupsAlfredo Sumaran2017-06-061-2/+2
| | * | | Minor visual adjustmentsAlfredo Sumaran2017-06-064-18/+63
| | * | | Improve pagination when searching or filteringAlfredo Sumaran2017-06-066-47/+129
| | * | | Merge remote-tracking branch 'origin/master' into 25426-group-dashboard-uiDmitriy Zaporozhets2017-06-02327-3714/+11278
| | |\ \ \
| | * | | | Use eventHub to update groups from GroupFilterableList classAlfredo Sumaran2017-06-014-22/+46
| | * | | | Make GroupsStore.store method non-staticAlfredo Sumaran2017-06-011-3/+3
| | * | | | Move line to a better placeAlfredo Sumaran2017-05-311-3/+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