summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/api.js.coffee
Commit message (Collapse)AuthorAgeFilesLines
* Use select2 dropdown for dashboard/group 'New X' buttonsDouwe Maan2015-12-071-0/+31
|
* Big refactoring of issues filtersDmitriy Zaporozhets2015-03-261-67/+0
| | | | | | | | * Squash project users selectbox and users selectbox into one class * Move from API autocomplete to GitLab internal one * Smarter filter for project/group/all issues * Use selectbox with searchbox for assignee/author/milestone/label * Switch to ajax filter for issue author/assignee
* Helper for ajax group selectboxDmitriy Zaporozhets2014-12-301-0/+29
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* project_user selectbox with ajax autocompleteDmitriy Zaporozhets2014-02-131-0/+18
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Select2 tag for namespaces with ajax loadingDmitriy Zaporozhets2013-11-151-0/+15
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Annotate!Dmitriy Zaporozhets2013-10-011-3/+3
|
* Update api.js.coffeeJim2013-06-131-1/+1
| | | CoffeeScript doesn't like that
* [BUGFIX] User suggest at team_members/new not working with relative_url_rootChristian Simon2013-04-241-0/+1
| | | | | * Closing #3540 * Closing #3704
* Use Api.js to handle api calls to gitlabDmitriy Zaporozhets2013-03-201-0/+53