summaryrefslogtreecommitdiff
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Filter environments visibility in store instead of the view in order to not ↵25507-handle-errors-environment-listFilipa Lacerda2017-01-162-42/+62
| | | | get a infinite update loop in vue.js
* Adds testsFilipa Lacerda2017-01-122-4/+4
| | | | | | | | | | Adds changelog entry Finishes tests Fix eslint errors Fix teaspoon test timing out
* Adds .catch to the request in order to handle erros and show a feedback to ↵Filipa Lacerda2017-01-121-1/+6
| | | | the user
* Merge branch 'use-configured-git' into 'master' Douwe Maan2017-01-121-1/+1
|\ | | | | | | | | Use configured git rather thans system git See merge request !8460
| * Use configured git rather than system gituse-configured-gitRobert Schilling2017-01-051-1/+1
| |
* | Use string constant variable for `#down-build-trace`26109-preserve-scroll-position-on-autoreloadKushal Pandya2017-01-121-4/+4
| |
* | Use better approach to access hashKushal Pandya2017-01-121-5/+2
| |
* | Scroll to bottom on build completion if autoscroll was activeKushal Pandya2017-01-121-1/+15
| |
* | Merge branch 'search-bar-first-iteration' into 'master' Jacob Schatz2017-01-1226-18/+2157
|\ \ | | | | | | | | | | | | | | | | | | Search bar first iteration Closes #21747 See merge request !7345
| * | Backend reviewClement Ho2017-01-111-6/+3
| | |
| * | Add comments to issuable finderClement Ho2017-01-101-0/+2
| | |
| * | Remove duplicate methodClement Ho2017-01-091-18/+0
| | |
| * | Fix code review suggestionsClement Ho2017-01-092-5/+7
| | |
| * | Fix indentationClement Ho2017-01-091-14/+15
| | |
| * | Fix javascript error for when there are no issuesClement Ho2017-01-091-7/+10
| | |
| * | Code review changesClement Ho2017-01-093-2/+4
| | |
| * | Add symbolsClement Ho2017-01-091-4/+4
| | |
| * | Fix specsClement Ho2017-01-091-1/+8
| | |
| * | Enable filtering with multiple wordsClement Ho2017-01-093-3/+7
| | |
| * | Refactor addWordToInputClement Ho2017-01-096-33/+33
| | |
| * | Add haml lint commentClement Ho2017-01-091-0/+2
| | |
| * | Fix haml lintClement Ho2017-01-091-8/+8
| | |
| * | we're actually not using issue finder hereLin Jen-Shin2017-01-092-2/+1
| | |
| * | Make sure we could query against no oneLin Jen-Shin2017-01-091-0/+12
| | | | | | | | | | | | | | | We should separate the idea of not finding anyone, and the idea of against no one.
| * | Show no issues if author/assignee cannot be foundLin Jen-Shin2017-01-091-8/+12
| | | | | | | | | | | | | | | Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7345/diffs#note_19994225
| * | Check if it's not NONE tooLin Jen-Shin2017-01-091-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | So that we don't have to check it again in somewhere else, and we don't really need to know if it's presented as NONE Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7345/diffs#note_20123999
| * | Pass the arguments from where we render the partialLin Jen-Shin2017-01-092-1/+4
| | | | | | | | | | | | | | | Thread: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7345/diffs#note_19707619
| * | Fix specsClement Ho2017-01-092-2/+2
| | |
| * | Fix specsClement Ho2017-01-092-8/+20
| | |
| * | Refactor and use regex for string processingClement Ho2017-01-097-235/+90
| | |
| * | Remove unused finder variableClement Ho2017-01-091-3/+0
| | |
| * | Make changes to make it more flexible for new filtersClement Ho2017-01-094-5/+23
| | |
| * | Add selected tagName check for itemClickedClement Ho2017-01-092-15/+20
| | |
| * | Fix dropdown hint reset when changing tabsClement Ho2017-01-091-1/+9
| | |
| * | Remove if issue.boards since search bar does not display on issue boards pageClement Ho2017-01-091-14/+1
| | |
| * | Add specs for filtered search token keysClement Ho2017-01-091-0/+4
| | |
| * | Improve styling of hover statesClement Ho2017-01-091-3/+9
| | |
| * | Fix spinach testsClement Ho2017-01-091-1/+1
| | |
| * | Fix invalid style attribute operatorClement Ho2017-01-091-1/+1
| | |
| * | Fix HAML attributesClement Ho2017-01-091-9/+9
| | |
| * | Add webkit to flexClement Ho2017-01-091-0/+3
| | |
| * | Add jasmine tests to dropdown utilsClement Ho2017-01-091-0/+68
| | |
| * | Fix scss lintClement Ho2017-01-092-5/+5
| | |
| * | Fix eslintClement Ho2017-01-098-81/+37
| | |
| * | Fix es6 errorsClement Ho2017-01-093-37/+68
| | |
| * | Rename to .js.es6Clement Ho2017-01-091-0/+0
| | |
| * | Fix eslintClement Ho2017-01-0910-72/+81
| | |
| * | Convert hasOwnProperty check to if statementClement Ho2017-01-091-1/+1
| | |
| * | Simplify if else to make code easier to understandClement Ho2017-01-091-4/+5
| | |
| * | Refactor FilteredSearchTokenKeys modelClement Ho2017-01-094-71/+81
| | |