Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use new renamed markup methoddm-blob-viewers | Douwe Maan | 2017-04-27 | 2 | -1/+3 |
| | |||||
* | Add variable to save us a double lookup | Douwe Maan | 2017-04-27 | 1 | -2/+3 |
| | |||||
* | Fix typo | Douwe Maan | 2017-04-27 | 1 | -1/+1 |
| | |||||
* | Address feedback | Douwe Maan | 2017-04-27 | 7 | -44/+53 |
| | |||||
* | Explain BlobViewer::Base#render_error | Douwe Maan | 2017-04-27 | 2 | -0/+16 |
| | |||||
* | Explain how viewers are selected from RICH_VIEWERS | Douwe Maan | 2017-04-27 | 2 | -13/+28 |
| | |||||
* | Added specs for JS method to switch views | Phil Hughes | 2017-04-27 | 1 | -2/+39 |
| | |||||
* | Fixed failing JS tests | Phil Hughes | 2017-04-27 | 2 | -4/+8 |
| | |||||
* | Satisfy Rubocop | Douwe Maan | 2017-04-27 | 2 | -2/+0 |
| | |||||
* | Add changelog | Douwe Maan | 2017-04-27 | 1 | -0/+5 |
| | |||||
* | Add specs | Douwe Maan | 2017-04-27 | 12 | -51/+904 |
| | |||||
* | Small code tweaks | Douwe Maan | 2017-04-27 | 2 | -16/+18 |
| | |||||
* | Set BlobViewer::Base.binary instead of .text | Douwe Maan | 2017-04-27 | 12 | -17/+17 |
| | |||||
* | Add BlobViewer::Base#binary? method | Douwe Maan | 2017-04-27 | 2 | -22/+30 |
| | |||||
* | Blob responds to text? | Douwe Maan | 2017-04-27 | 1 | -1/+1 |
| | |||||
* | Refactor overriding max size | Douwe Maan | 2017-04-27 | 7 | -26/+32 |
| | |||||
* | Render viewer error synchronously so that 'view the source' link will work | Douwe Maan | 2017-04-27 | 12 | -44/+41 |
| | |||||
* | Address feedback | Douwe Maan | 2017-04-27 | 6 | -23/+29 |
| | |||||
* | Add test stubs | Douwe Maan | 2017-04-27 | 8 | -193/+33 |
| | |||||
* | Fix feature specs | Douwe Maan | 2017-04-27 | 5 | -2/+28 |
| | |||||
* | Fix some specs | Douwe Maan | 2017-04-27 | 5 | -9/+7 |
| | |||||
* | Satisfy eslint | Douwe Maan | 2017-04-27 | 1 | -18/+7 |
| | |||||
* | Download blob viewer is client-side | Douwe Maan | 2017-04-27 | 2 | -2/+4 |
| | |||||
* | Add specs | Douwe Maan | 2017-04-27 | 3 | -13/+191 |
| | |||||
* | Add BlobViewer JS | Douwe Maan | 2017-04-27 | 3 | -0/+135 |
| | |||||
* | Allow LineHighlighter to be triggered by event | Douwe Maan | 2017-04-27 | 1 | -7/+13 |
| | |||||
* | Add JSON endpoint to get simple blob viewer | Douwe Maan | 2017-04-27 | 2 | -2/+30 |
| | |||||
* | Add viewer switcher | Douwe Maan | 2017-04-27 | 2 | -0/+14 |
| | |||||
* | Render blob viewer error | Douwe Maan | 2017-04-27 | 3 | -5/+25 |
| | |||||
* | Render blob using blob viewers | Douwe Maan | 2017-04-27 | 4 | -6/+22 |
| | |||||
* | Move conditional inside copy_blob_source_button | Douwe Maan | 2017-04-27 | 2 | -4/+4 |
| | |||||
* | Use Blob methods instead of BlobHelper helpers | Douwe Maan | 2017-04-27 | 7 | -27/+11 |
| | |||||
* | Add rich blob viewers | Douwe Maan | 2017-04-27 | 21 | -18/+139 |
| | |||||
* | Add simple blob viewers | Douwe Maan | 2017-04-27 | 10 | -9/+66 |
| | |||||
* | Refactor Blob and add BlobViewer::Base | Douwe Maan | 2017-04-27 | 2 | -56/+151 |
| | |||||
* | Pass project to Blob | Douwe Maan | 2017-04-27 | 4 | -5/+13 |
| | |||||
* | Merge branch 'gitter-badge' into 'master' | Douwe Maan | 2017-04-27 | 1 | -0/+1 |
|\ | | | | | | | | | gitter badge in the readme pointing to gitlabhq/gitlabhq See merge request !10968 | ||||
| * | gitter badge in the readme pointing to gitlabhq/gitlabhq | Job van der Voort | 2017-04-27 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'remove-invalid-services' into 'master' | Douwe Maan | 2017-04-27 | 7 | -24/+51 |
|\ \ | | | | | | | | | | | | | Remove invalid services with nil or empty type See merge request !10847 | ||||
| * | | tadds migration to remove invalid services | Tiago Botelho | 2017-04-27 | 6 | -25/+47 |
| | | | |||||
| * | | remove invalid services | Tiago Botelho | 2017-04-26 | 2 | -0/+5 |
| | | | |||||
* | | | Merge branch ↵ | Sean McGivern | 2017-04-27 | 3 | -1/+29 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '31292-milestone-sidebar-display-incorect-number-of-mr-when-minimized' into 'master' Resolve "Milestone sidebar display incorect number of MR when minimized" Closes #31292 See merge request !10933 | ||||
| * | | | [ci skip] added changelog | Luke "Jared" Bennett | 2017-04-27 | 1 | -0/+4 |
| | | | | |||||
| * | | | Added test31292-milestone-sidebar-display-incorect-number-of-mr-when-minimized | Luke "Jared" Bennett | 2017-04-26 | 1 | -0/+24 |
| | | | | |||||
| * | | | Correct the resource counted for MR collapsed info | Luke "Jared" Bennett | 2017-04-26 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge branch '30973-fix-network-graph-ordering' into 'master' | Douwe Maan | 2017-04-27 | 5 | -7/+73 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix ordering of commits in the network graph. Closes #30973 See merge request !10936 | ||||
| * | | | | Add CHANGELOG entry for !1093630973-fix-network-graph-ordering | Timothy Andrew | 2017-04-27 | 1 | -0/+4 |
| | | | | | |||||
| * | | | | Fix ordering of commits in the network graph. | Timothy Andrew | 2017-04-27 | 4 | -7/+69 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - We upgraded `rugged` to 0.25.1.1 in !10286 for %9.1 - Prior to this upgrade, the default sort order for commits returned by `Gitlab::Git::Repository#find_commits` was `Rugged::SORT_DATE`, which the graph relied on. - While upgrading `rugged`, the MR also changed this default to `Rugged::SORT_NONE`, which broke commit ordering in the graph. - This commit adds an option to `Gitlab::Git::Repository#find_commits` to sort by date, and changes the graph builder `Network::Graph` so it explictly requests the `:date` sort order | ||||
* | | | | Merge branch '2246-uuid-is-nil-for-new-installation' into 'master' | Sean McGivern | 2017-04-27 | 5 | -1/+25 |
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | Lazily set UUID in ApplicationSetting for new installations Closes gitlab-ee#2246 See merge request !10893 | ||||
| * | | | Fill missing uuid on the application_settings table2246-uuid-is-nil-for-new-installation | Douglas Barbosa Alexandre | 2017-04-26 | 2 | -1/+11 |
| | | | |