summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | Reduce the use of loopsAlfredo Sumaran2016-03-211-14/+9
| | | | | | |
| * | | | | | Add ability to clear location badgeAlfredo Sumaran2016-03-215-42/+82
| | | | | | |
| * | | | | | TAB is not usedAlfredo Sumaran2016-03-211-1/+0
| | | | | | |
| * | | | | | Loop through form inputsAlfredo Sumaran2016-03-211-11/+8
| | | | | | |
| * | | | | | Add variablesAlfredo Sumaran2016-03-212-8/+13
| | | | | | |
| * | | | | | Delete .remove-badge from badgeAlfredo Sumaran2016-03-212-4/+0
| | | | | | |
| * | | | | | Use .empty()Alfredo Sumaran2016-03-211-1/+1
| | | | | | |
| * | | | | | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into ↵Alfredo Sumaran2016-03-21114-695/+1857
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | issue_3400_port
| * | | | | | | Fix multiple ajax calls and plugin instantiationAlfredo Sumaran2016-03-181-17/+38
| | | | | | | |
| * | | | | | | Save instance and avoid multiple instantiationAlfredo Sumaran2016-03-181-2/+4
| | | | | | | |
| * | | | | | | Merge branch 'master' into issue_3400_portAlfredo Sumaran2016-03-1823-103/+110
| |\ \ \ \ \ \ \
| * | | | | | | | Code improvementsAlfredo Sumaran2016-03-182-41/+31
| | | | | | | | |
| * | | | | | | | Merge branch 'issue_3400_port' of https://gitlab.com/gitlab-org/gitlab-ce ↵Alfredo Sumaran2016-03-18250-1372/+3651
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into issue_3400_port
| | * | | | | | | | Fixing rebase conflictsJacob Schatz2016-03-181-2/+0
| | | | | | | | | |
| | * | | | | | | | Fixes failing specAlfredo Sumaran2016-03-181-2/+1
| | | | | | | | | |
| | * | | | | | | | Delete unused fileAlfredo Sumaran2016-03-181-49/+0
| | | | | | | | | |
| | * | | | | | | | Use new dropdown class for search suggestionsAlfredo Sumaran2016-03-185-107/+119
| | | | | | | | | |
| | * | | | | | | | Disable highlighting by defaultAlfredo Sumaran2016-03-181-1/+3
| | | | | | | | | |
| | * | | | | | | | Allow to hightlight matchesAlfredo Sumaran2016-03-181-0/+11
| | | | | | | | | |
| | * | | | | | | | Allow to pass header itemsAlfredo Sumaran2016-03-181-0/+4
| | | | | | | | | |
| | * | | | | | | | Allow to pass input filter paramAlfredo Sumaran2016-03-181-3/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allow us to set a different input to filter results
| | * | | | | | | | Allow data with desired formatAlfredo Sumaran2016-03-181-1/+8
| | | | | | | | | |
| | * | | | | | | | Allow to pass non-asynchronous data to GitLabDropdownAlfredo Sumaran2016-03-181-9/+18
| | | | | | | | | |
| | * | | | | | | | Replace spinner icon for th FontAwesome oneAlfredo Sumaran2016-03-182-11/+2
| | | | | | | | | |
| | * | | | | | | | Better wordingAlfredo Sumaran2016-03-182-6/+6
| | | | | | | | | |
| | * | | | | | | | Add iconsAlfredo Sumaran2016-03-183-1/+40
| | | | | | | | | |
| | * | | | | | | | Change hidden input id to avoid duplicated IDsAlfredo Sumaran2016-03-182-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The TODOs dashboard already had a #project_id input and it was causing a spec to fail
| | * | | | | | | | Tweak behavioursAlfredo Sumaran2016-03-181-7/+15
| | | | | | | | | |
| | * | | | | | | | Apply styling and tweaks to autocomplete dropdownAlfredo Sumaran2016-03-189-86/+186
| | | | | | | | | |
| | * | | | | | | | Working version of autocomplete with categorized resultsAlfredo Sumaran2016-03-186-49/+229
| | | | | | | | | |
| * | | | | | | | | Fixes failing specAlfredo Sumaran2016-03-151-2/+1
| | | | | | | | | |
| * | | | | | | | | Delete unused fileAlfredo Sumaran2016-03-151-49/+0
| | | | | | | | | |
| * | | | | | | | | Use new dropdown class for search suggestionsAlfredo Sumaran2016-03-155-107/+119
| | | | | | | | | |
| * | | | | | | | | Disable highlighting by defaultAlfredo Sumaran2016-03-151-1/+3
| | | | | | | | | |
| * | | | | | | | | Allow to hightlight matchesAlfredo Sumaran2016-03-151-0/+11
| | | | | | | | | |
| * | | | | | | | | Allow to pass header itemsAlfredo Sumaran2016-03-151-0/+4
| | | | | | | | | |
| * | | | | | | | | Allow to pass input filter paramAlfredo Sumaran2016-03-151-3/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allow us to set a different input to filter results
| * | | | | | | | | Allow data with desired formatAlfredo Sumaran2016-03-151-1/+8
| | | | | | | | | |
| * | | | | | | | | Allow to pass non-asynchronous data to GitLabDropdownAlfredo Sumaran2016-03-151-9/+18
| | | | | | | | | |
| * | | | | | | | | Replace spinner icon for th FontAwesome oneAlfredo Sumaran2016-03-152-11/+2
| | | | | | | | | |
| * | | | | | | | | Better wordingAlfredo Sumaran2016-03-152-6/+6
| | | | | | | | | |
| * | | | | | | | | Add iconsAlfredo Sumaran2016-03-153-1/+40
| | | | | | | | | |
| * | | | | | | | | Change hidden input id to avoid duplicated IDsAlfredo Sumaran2016-03-152-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The TODOs dashboard already had a #project_id input and it was causing a spec to fail
| * | | | | | | | | Tweak behavioursAlfredo Sumaran2016-03-151-7/+15
| | | | | | | | | |
| * | | | | | | | | Apply styling and tweaks to autocomplete dropdownAlfredo Sumaran2016-03-159-88/+186
| | | | | | | | | |
| * | | | | | | | | Working version of autocomplete with categorized resultsAlfredo Sumaran2016-03-156-49/+229
| | | | | | | | | |
* | | | | | | | | | Fix CHANGELOGRémy Coutable2016-03-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | | | | | Merge branch 'fix-commit-comment' into 'master' Rémy Coutable2016-03-311-1/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix commit comment alignment Closes #14780 See merge request !3466
| * | | | | | | | | | Fix commit comment alignmentStan Hu2016-03-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #14780
* | | | | | | | | | | Merge branch 'upgrade-coffee-rails' into 'master' Robert Speicher2016-03-311-2/+2
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade coffee-rails to 4.1.1 Includes Rails 5 support. [See Changelog for more info](https://github.com/rails/coffee-rails/blob/master/CHANGELOG.md#411-dece mber-18-2015). Working towards #14286. See merge request !3398