| Commit message (Expand) | Author | Age | Files | Lines |
* | fix failing testgo-go-gadget-webpack | Mike Greiling | 2017-02-03 | 1 | -1/+1 |
* | fix Vue warnings for missing element | Mike Greiling | 2017-02-03 | 1 | -2/+2 |
* | Merge branch 'master' into go-go-gadget-webpack | Mike Greiling | 2017-02-03 | 8 | -20/+31 |
|\ |
|
| * | Merge branch '26300-line-numbers-are-off-in-dynamically-loaded-diff-chunks' i... | Jacob Schatz | 2017-02-03 | 3 | -9/+9 |
| |\ |
|
| | * | ensure linenumber data attribute is correct for the last line in a diff chunk26300-line-numbers-are-off-in-dynamically-loaded-diff-chunks | Mike Greiling | 2017-01-18 | 3 | -9/+7 |
| | * | ensure last line in diff block is contained within a table row element | Mike Greiling | 2017-01-18 | 2 | -2/+4 |
| * | | Merge branch 'git_to_html_redirection' into 'master'
| Sean McGivern | 2017-02-03 | 1 | -1/+1 |
| |\ \ |
|
| | * | | Fixed redirection from http://someproject.git to http://someproject | blackst0ne | 2017-02-04 | 1 | -1/+1 |
| * | | | Merge branch 'docs/integrations' into 'master'
| Achilleas Pipinellis | 2017-02-03 | 2 | -2/+2 |
| |\ \ \ |
|
| | * | | | Move project services to new location under Integrations | Achilleas Pipinellis | 2017-02-03 | 1 | -1/+1 |
| | * | | | Move webhooks to new a location under Integrations | Achilleas Pipinellis | 2017-02-03 | 2 | -2/+2 |
| * | | | | Merge branch 'eslint-fix' into 'master'
| Clement Ho | 2017-02-03 | 1 | -2/+2 |
| |\ \ \ \ |
|
| | * | | | | Fixed eslint test failureeslint-fix | Phil Hughes | 2017-02-03 | 1 | -2/+2 |
| * | | | | | Merge branch '26825-diff-unfolding-within-merge-request-changes-tab-triggers-... | Jacob Schatz | 2017-02-03 | 1 | -4/+7 |
| |\ \ \ \ \ |
|
| | * | | | | | ensure click event is bound only once26825-diff-unfolding-within-merge-request-changes-tab-triggers-two-ajax-requests | Mike Greiling | 2017-01-18 | 1 | -4/+7 |
| * | | | | | | Merge branch '26829-diff-unfolding-links-erroneously-present-on-no-newline-li... | Jacob Schatz | 2017-02-03 | 1 | -2/+10 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | prevent nonewline type diff lines from containing unfolding link26829-diff-unfolding-links-erroneously-present-on-no-newline-lines | Mike Greiling | 2017-01-18 | 1 | -2/+10 |
* | | | | | | | | Merge branch 'master' into go-go-gadget-webpack | Mike Greiling | 2017-02-03 | 161 | -625/+2037 |
|\ \ \ \ \ \ \ \
| |/ / / / / / / |
|
| * | | | | | | | Merge branch '25624-anticipate-obstacles-to-removing-turbolinks' into 'master'
| Jacob Schatz | 2017-02-03 | 39 | -79/+61 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | Rename scripts_body_top to project_javascripts. | Bryce Johnson | 2017-02-02 | 2 | -2/+2 |
| | * | | | | | | | Remove turbolinks. | Bryce Johnson | 2017-02-02 | 38 | -78/+60 |
| * | | | | | | | | Merge branch 'add-issues-to-boards' into 'master'
| Fatih Acet | 2017-02-03 | 36 | -81/+1133 |
| |\ \ \ \ \ \ \ \
| | |_|_|_|/ / / /
| |/| | | | | | | |
|
| | * | | | | | | | Fixed adding to list bug | Phil Hughes | 2017-02-03 | 1 | -2/+5 |
| | * | | | | | | | Fixed modal lists dropdown not updating when list is deletedadd-issues-to-boards | Phil Hughes | 2017-02-03 | 3 | -6/+5 |
| | * | | | | | | | Fixed remove btn error after creating new issue in list | Phil Hughes | 2017-02-03 | 1 | -0/+1 |
| | * | | | | | | | Removed Masonry, instead uses groups of data | Phil Hughes | 2017-02-03 | 12 | -86/+138 |
| | * | | | | | | | Uses mixins for repeated functions | Phil Hughes | 2017-02-03 | 6 | -10/+26 |
| | * | | | | | | | Props use objects with required & type values | Phil Hughes | 2017-02-03 | 7 | -23/+73 |
| | * | | | | | | | Removes labels instead of closing issue when clicking remove button | Phil Hughes | 2017-02-03 | 9 | -18/+38 |
| | * | | | | | | | Fixed JS lint errors | Phil Hughes | 2017-02-03 | 1 | -3/+2 |
| | * | | | | | | | Added webkit CSS properties | Phil Hughes | 2017-02-03 | 1 | -0/+9 |
| | * | | | | | | | Fixed bug with empty state showing after search | Phil Hughes | 2017-02-03 | 20 | -30/+47 |
| | * | | | | | | | Fixed bug where 2 un-selected issues would stay on selected tab | Phil Hughes | 2017-02-03 | 1 | -2/+3 |
| | * | | | | | | | Fixed DB schema | Phil Hughes | 2017-02-03 | 4 | -7/+7 |
| | * | | | | | | | Added remove button | Phil Hughes | 2017-02-03 | 4 | -2/+45 |
| | * | | | | | | | Fixed issue link href | Phil Hughes | 2017-02-03 | 3 | -6/+16 |
| | * | | | | | | | Disabled add issues button if no lists exist | Phil Hughes | 2017-02-03 | 3 | -11/+23 |
| | * | | | | | | | Fixed issue with issue not persisting in list | Phil Hughes | 2017-02-03 | 1 | -1/+1 |
| | * | | | | | | | Fixed up JS tests | Phil Hughes | 2017-02-03 | 1 | -1/+1 |
| | * | | | | | | | Reuse endpoint to list issues for a list instead of create a new one | Douglas Barbosa Alexandre | 2017-02-03 | 5 | -31/+16 |
| | * | | | | | | | Removed backlog frontend code | Phil Hughes | 2017-02-03 | 2 | -3/+1 |
| | * | | | | | | | Lists dropdown drops up | Phil Hughes | 2017-02-03 | 2 | -1/+6 |
| | * | | | | | | | Some styling updates | Phil Hughes | 2017-02-03 | 7 | -25/+58 |
| | * | | | | | | | Fixed some failing lint tests | Phil Hughes | 2017-02-03 | 4 | -7/+8 |
| | * | | | | | | | Infinite scrolling | Phil Hughes | 2017-02-03 | 5 | -6/+37 |
| | * | | | | | | | Fixed masonry re-triggering when it didnt need to | Phil Hughes | 2017-02-03 | 1 | -2/+8 |
| | * | | | | | | | Boards spec update to take into account removed backlog | Phil Hughes | 2017-02-03 | 1 | -1/+1 |
| | * | | | | | | | Remove backlog lists from board services | Douglas Barbosa Alexandre | 2017-02-03 | 1 | -1/+0 |
| | * | | | | | | | Remove backlog lists from boards | Douglas Barbosa Alexandre | 2017-02-03 | 2 | -5/+1 |
| | * | | | | | | | Used issue bulk update instead of different endpoint | Phil Hughes | 2017-02-03 | 7 | -20/+16 |