Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove index from pipeline toggles18141-pipeline-graph | Annabel Dunstone | 2016-08-17 | 2 | -10/+12 |
| | |||||
* | Merge master into branch | Annabel Dunstone | 2016-08-17 | 60 | -89/+13748 |
|\ | |||||
| * | Merge branch 'mc-ui' | Douwe Maan | 2016-08-17 | 41 | -44/+2097 |
| |\ | | | | | | | | | | | | | # Conflicts: # app/controllers/projects/merge_requests_controller.rb | ||||
| | * | Use bundled Vue libmc-ui | Sean McGivern | 2016-08-17 | 2 | -10074/+1 |
| | | | |||||
| | * | Merge remote-tracking branch 'origin/master' into mc-ui | Sean McGivern | 2016-08-17 | 168 | -691/+14303 |
| | |\ | |||||
| | * | | Reference the version 'UI resolve conflicts' was introduced | Achilleas Pipinellis | 2016-08-17 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | [ci skip] | ||||
| | * | | Add workaround for JS error in spec | Sean McGivern | 2016-08-17 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | These JS errors are only thrown in PhantomJS, and enough of the page is rendered properly that this spec passes. We should remove this in future. | ||||
| | * | | Merge branch 'master' into mc-ui | Douwe Maan | 2016-08-15 | 95 | -350/+1634 |
| | |\ \ | |||||
| | * | | | Satisfy scss-lint | Douwe Maan | 2016-08-15 | 1 | -4/+4 |
| | | | | | |||||
| | * | | | Fix hard coded plural text. | Fatih Acet | 2016-08-13 | 2 | -2/+4 |
| | | | | | |||||
| | * | | | CSS theme improvements for MC UI. | Fatih Acet | 2016-08-12 | 1 | -12/+55 |
| | | | | | |||||
| | * | | | Disable commit button if commit message textarea empty. | Fatih Acet | 2016-08-12 | 2 | -5/+10 |
| | | | | | |||||
| | * | | | Remove commit button loader and update title while committing. | Fatih Acet | 2016-08-12 | 3 | -3/+11 |
| | | | | | |||||
| | * | | | Remove unnecessary window exports. | Fatih Acet | 2016-08-12 | 2 | -3/+3 |
| | | | | | |||||
| | * | | | Change left and right position for parallel lines. | Fatih Acet | 2016-08-12 | 1 | -2/+2 |
| | | | | | |||||
| | * | | | Fix failed test because of a copy change. | Fatih Acet | 2016-08-12 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Prefer lowercase hex values as declared in styling guideline. | Fatih Acet | 2016-08-12 | 1 | -39/+39 |
| | | | | | |||||
| | * | | | Fix bug where merge widget wouldn't show up after resolving conflicts | Douwe Maan | 2016-08-12 | 1 | -2/+8 |
| | | | | | |||||
| | * | | | Minor code style tweaks in views | Douwe Maan | 2016-08-12 | 2 | -12/+12 |
| | | | | | |||||
| | * | | | “Showing N conflicts for A into B” -> “Showing N conflicts between A ↵ | Douwe Maan | 2016-08-12 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | and B” | ||||
| | * | | | Fix bug where conflict view would have one too many context sections | Douwe Maan | 2016-08-12 | 1 | -2/+4 |
| | | | | | |||||
| | * | | | Use a regular flash message after resolution is complete | Douwe Maan | 2016-08-12 | 2 | -8/+1 |
| | | | | | |||||
| | * | | | Prevent “This merge request contains merge conflicts” from being shown ↵ | Douwe Maan | 2016-08-12 | 4 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | after resolution because of slow background workers | ||||
| | * | | | Get conflict resolution to work for MRs from forks | Douwe Maan | 2016-08-12 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Don’t hardcode paths | Douwe Maan | 2016-08-12 | 3 | -6/+5 |
| | | | | | |||||
| | * | | | Show tooltip when conflicts cannot be resolved through GitLab | Douwe Maan | 2016-08-12 | 1 | -1/+7 |
| | | | | | |||||
| | * | | | Show appropriate message when conflicts have already been resolved | Douwe Maan | 2016-08-12 | 2 | -7/+19 |
| | | | | | |||||
| | * | | | Verify user is signed in and can actually resolve conflicts | Douwe Maan | 2016-08-12 | 3 | -3/+16 |
| | | | | | |||||
| | * | | | Rename `can_resolve_conflicts_in_ui?` to `conflicts_can_be_resolved_in_ui?` | Douwe Maan | 2016-08-12 | 4 | -15/+17 |
| | | | | | |||||
| | * | | | Use mixin to create color schemes. | Fatih Acet | 2016-08-12 | 1 | -275/+112 |
| | | | | | | | | | | | | | | | | | | | | Some SCSS Foo in action! :boom: | ||||
| | * | | | Implement color schemes for MC UI. | Fatih Acet | 2016-08-12 | 1 | -39/+313 |
| | | | | | |||||
| | * | | | Separate inline haml vue templates into new files. | Fatih Acet | 2016-08-12 | 5 | -107/+104 |
| | | | | | |||||
| | * | | | Simplify Haml template and Scss files for MC UI. | Fatih Acet | 2016-08-12 | 2 | -97/+24 |
| | | | | | |||||
| | * | | | Dynamically highlight code blocks in merge conflicts widgets. | Fatih Acet | 2016-08-12 | 2 | -5/+10 |
| | | | | | |||||
| | * | | | Update container fludity class if diff view mode is parallel. | Fatih Acet | 2016-08-12 | 1 | -0/+3 |
| | | | | | |||||
| | * | | | Update button titles in merge conflicts widget header. | Fatih Acet | 2016-08-12 | 2 | -4/+11 |
| | | | | | |||||
| | * | | | Show loading button while Ajax request is in progress. | Fatih Acet | 2016-08-12 | 4 | -18/+35 |
| | | | | | |||||
| | * | | | Add merge conflict docs | Sean McGivern | 2016-08-12 | 3 | -0/+37 |
| | | | | | |||||
| | * | | | Find match line headers by backtracking | Sean McGivern | 2016-08-12 | 2 | -11/+128 |
| | | | | | | | | | | | | | | | | | | | | | | | | | This is more efficient for large files than performing a regex match on every single line. | ||||
| | * | | | Add more tests for conflicts | Sean McGivern | 2016-08-12 | 8 | -32/+156 |
| | | | | | |||||
| | * | | | Set flash message after conflict is resolved | Sean McGivern | 2016-08-12 | 3 | -3/+12 |
| | | | | | |||||
| | * | | | Remove undo endpoint | Sean McGivern | 2016-08-12 | 3 | -26/+1 |
| | | | | | | | | | | | | | | | | | | | | This reverts commit 2536fea8db0967a817615eb3e951eb6ba22f8ede. | ||||
| | * | | | Move resolving code to ResolveService | Sean McGivern | 2016-08-12 | 5 | -30/+40 |
| | | | | | |||||
| | * | | | Clarify Conflict::File#sections method | Sean McGivern | 2016-08-12 | 2 | -14/+31 |
| | | | | | |||||
| | * | | | Don't allow resolving invalid conflicts | Sean McGivern | 2016-08-12 | 5 | -16/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | An MR can only be resolved in the UI if: - It has conflicts. - It has valid diff_refs (in other words, it supports new diff notes). - It has no conflicts with one side missing. - It has no conflicts in binary files. - It has no conflicts in files too large to display. - It has no conflicts containing invalid conflict markers. | ||||
| | * | | | Prefer v-show instead of v-if. | Fatih Acet | 2016-08-12 | 1 | -2/+2 |
| | | | | | |||||
| | * | | | Add file icon and blob link. | Fatih Acet | 2016-08-12 | 2 | -7/+13 |
| | | | | | |||||
| | * | | | Draw side-by-side view only one table. | Fatih Acet | 2016-08-12 | 3 | -54/+110 |
| | | | | | |||||
| | * | | | Put file blob link as href. | Fatih Acet | 2016-08-12 | 1 | -2/+4 |
| | | | | | |||||
| | * | | | Handle renamed files in file header. | Fatih Acet | 2016-08-12 | 2 | -2/+11 |
| | | | | |