Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix the failing tests and some changes | Arinde Eniola | 2016-04-06 | 1 | -5/+2 |
* | finish up the design and add info to the changelog | Arinde Eniola | 2016-04-06 | 1 | -0/+3 |
* | Merge branch 'dropdown-enter-select-fix' into 'master' | Jacob Schatz | 2016-04-06 | 1 | -1/+1 |
|\ | |||||
| * | Fixed issue with enter key not selecting correct value in dropdowndropdown-enter-select-fix | Phil Hughes | 2016-04-06 | 1 | -1/+1 |
* | | Merge branch 'fix_missing_filters_on_status_tab_change' into 'master' | Jacob Schatz | 2016-04-06 | 2 | -0/+46 |
|\ \ | |/ |/| | |||||
| * | attach the utitlity function to the global scope with some changes | Arinde Eniola | 2016-04-02 | 3 | -35/+33 |
| * | fix missing filters on status tab when user swithches to another state | Arinde Eniola | 2016-04-02 | 2 | -0/+48 |
* | | Merge branch 'close-issue-bug' into 'master' | Jacob Schatz | 2016-04-05 | 1 | -1/+1 |
|\ \ | |||||
| * | | Fix data check in update issue response | Annabel Dunstone | 2016-04-05 | 1 | -1/+1 |
* | | | Merge branch 'dropdown-arrow-support' into 'master' | Jacob Schatz | 2016-04-05 | 1 | -18/+92 |
|\ \ \ | |||||
| * | | | CS multilinedropdown-arrow-support | Phil Hughes | 2016-04-05 | 1 | -5/+5 |
| * | | | Fixed issue based on feedback | Phil Hughes | 2016-03-31 | 1 | -21/+26 |
| * | | | Moved back some css classes | Phil Hughes | 2016-03-31 | 1 | -3/+3 |
| * | | | Enter triggers the currently highlighted element click | Phil Hughes | 2016-03-31 | 1 | -12/+13 |
| * | | | Correctly scrolls the dropdown up & down with arrow keys | Phil Hughes | 2016-03-31 | 1 | -4/+11 |
| * | | | Scrolls the dropdown content down | Phil Hughes | 2016-03-31 | 1 | -2/+14 |
| * | | | Started arrow key movement on dropdowns | Phil Hughes | 2016-03-31 | 1 | -4/+53 |
* | | | | Merge branch 'note-form-design' into 'master' | Jacob Schatz | 2016-04-05 | 4 | -50/+21 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | Removed console.log from notes | Phil Hughes | 2016-04-04 | 1 | -3/+0 |
| * | | | Updated tests | Phil Hughes | 2016-04-04 | 1 | -5/+9 |
| * | | | Logged out box | Phil Hughes | 2016-04-04 | 1 | -2/+1 |
| * | | | Discussion form | Phil Hughes | 2016-04-04 | 1 | -4/+9 |
| * | | | Removed css code that isnt used | Phil Hughes | 2016-04-04 | 1 | -1/+0 |
| * | | | Focus style for comment form | Phil Hughes | 2016-04-04 | 1 | -0/+6 |
| * | | | Added toolbar to comment form | Phil Hughes | 2016-04-04 | 3 | -31/+6 |
| * | | | Restyling on elements in comment form | Phil Hughes | 2016-04-04 | 2 | -6/+1 |
| * | | | Started refactoring of note form | Phil Hughes | 2016-04-04 | 1 | -9/+0 |
* | | | | Merge branch 'fix-award-emoji-menu' into 'master' | Jacob Schatz | 2016-04-04 | 1 | -2/+2 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Fix award emoji picker for relative_url | Sandra Freihofer | 2016-04-01 | 1 | -2/+2 |
* | | | | Merge branch 'build-updates' into 'master' | Douwe Maan | 2016-04-03 | 2 | -14/+88 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Put back hiding of modalbuild-updates | Phil Hughes | 2016-03-21 | 1 | -0/+1 |
| * | | | Updated based on feedback | Phil Hughes | 2016-03-21 | 1 | -26/+26 |
| * | | | Removed modal hide | Phil Hughes | 2016-03-18 | 1 | -1/+0 |
| * | | | Updated to fix issues risen during feedback | Phil Hughes | 2016-03-18 | 2 | -29/+27 |
| * | | | Merge request title is in the notification | Phil Hughes | 2016-03-18 | 1 | -1/+4 |
| * | | | Commit SHA comes from JSON | Phil Hughes | 2016-03-18 | 2 | -31/+43 |
| * | | | Using status from ajax call. | Jacob Schatz | 2016-03-18 | 1 | -22/+11 |
| * | | | Removes name from file | Jacob Schatz | 2016-03-18 | 1 | -2/+0 |
| * | | | Checks if Notification API exists before requesting permission. | Jacob Schatz | 2016-03-18 | 1 | -1/+2 |
| * | | | removing ci_enable | Jacob Schatz | 2016-03-18 | 1 | -1/+0 |
| * | | | Remove repeated build listing | Jacob Schatz | 2016-03-18 | 1 | -4/+1 |
| * | | | Add page reload as a temporary boring solution | Jacob Schatz | 2016-03-18 | 1 | -2/+9 |
| * | | | Add icon as a opt for notifier | Jacob Schatz | 2016-03-18 | 1 | -3/+3 |
| * | | | Adds notifications API to MR page. | Jacob Schatz | 2016-03-18 | 2 | -3/+63 |
| * | | | Adds JSON callback, which is currently not working. | Jacob Schatz | 2016-03-18 | 1 | -7/+5 |
| * | | | initial ajax build | Jacob Schatz | 2016-03-18 | 1 | -6/+18 |
* | | | | Hide sidebar completely when collapsed | Dmitriy Zaporozhets | 2016-04-01 | 1 | -1/+0 |
| |/ / |/| | | |||||
* | | | Merge branch 'filter-dropdown-bug' into 'master' | Rémy Coutable | 2016-04-01 | 2 | -5/+11 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Fixes issue with dropdowns not selecting valuesfilter-dropdown-bug | Phil Hughes | 2016-03-31 | 2 | -5/+11 |
* | | | Merge branch 'issue_3400_port' into 'master' | Jacob Schatz | 2016-03-31 | 3 | -39/+351 |
|\ \ \ | |/ / |/| | |