| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move repo_helper methods to related classeside | Luke "Jared" Bennett | 2017-07-20 | 7 | -158/+161 |
| | | |||||
| * | Tidy up repo_helper | Luke "Jared" Bennett | 2017-07-20 | 1 | -101/+101 |
| | | |||||
| * | Tidied up repo_service and added tests | Luke "Jared" Bennett | 2017-07-20 | 2 | -21/+150 |
| | | |||||
| * | Added monaco_loader test | Luke "Jared" Bennett | 2017-07-20 | 1 | -0/+8 |
| | | |||||
| * | Add index spec | Luke "Jared" Bennett | 2017-07-19 | 1 | -0/+45 |
| | | |||||
| * | export initRepo from repo/index for testing and reuse | Luke "Jared" Bennett | 2017-07-19 | 1 | -2/+6 |
| | | |||||
| * | Finished scroll_helper tests | Luke "Jared" Bennett | 2017-07-19 | 2 | -4/+44 |
| | | |||||
| * | Added scroll_helper tests | Luke "Jared" Bennett | 2017-07-19 | 3 | -23/+42 |
| | | |||||
| * | Move getScrollWidth to ScrollHelper | Luke "Jared" Bennett | 2017-07-19 | 10 | -16/+39 |
| | | |||||
| * | Move ideEl and monacoInstance to Store from 'self' or helper | Luke "Jared" Bennett | 2017-07-18 | 3 | -13/+13 |
| | | |||||
| * | Remove unneeded query from RepoEditor.p.initMonaco | Luke "Jared" Bennett | 2017-07-18 | 1 | -8/+5 |
| | | |||||
| * | Removed queries from vue implementor constructors | Luke "Jared" Bennett | 2017-07-18 | 8 | -42/+46 |
| | | |||||
| * | Rename repo_file_buttons exported class | Luke "Jared" Bennett | 2017-07-18 | 1 | -1/+1 |
| | | |||||
| * | Remove es6-map and es6-set infavour of existing core-js | Luke "Jared" Bennett | 2017-07-18 | 3 | -6/+4 |
| | | |||||
| * | Dried repo_editor editMode codeclimate reported code | Luke "Jared" Bennett | 2017-07-18 | 1 | -9/+10 |
| | | |||||
| * | Renamed serializer methods and DRY'd codeclimate reported code | Luke "Jared" Bennett | 2017-07-18 | 1 | -24/+24 |
| | | |||||
| * | Fix repo_helper offenses | Luke "Jared" Bennett | 2017-07-18 | 1 | -1/+0 |
| | | |||||
| * | Merge branches 'ide' and 'ide' of gitlab.com:gitlab-org/gitlab-ce into ide | Luke "Jared" Bennett | 2017-07-18 | 2 | -1/+2 |
| |\ | |||||
| | * | Merge branch 'ide' of gitlab.com:gitlab-org/gitlab-ce into ide | Jacob Schatz | 2017-07-18 | 158 | -121261/+501 |
| | |\ | |||||
| | * | | Fixes previous dir bug. | Jacob Schatz | 2017-07-18 | 2 | -1/+2 |
| | | | | |||||
| * | | | Add es6-set polyfill for test_utils.js | Luke "Jared" Bennett | 2017-07-18 | 3 | -56/+8 |
| | |/ |/| | |||||
| * | | Fix scss_lint offenses in repo, variables and layout sheets | Luke "Jared" Bennett | 2017-07-18 | 3 | -184/+206 |
| | | | |||||
| * | | Fix haml_lint offenses in tree_content and tree_header | Luke "Jared" Bennett | 2017-07-18 | 2 | -24/+24 |
| | | | |||||
| * | | Fix RepoHelper Flash import | Luke "Jared" Bennett | 2017-07-18 | 1 | -1/+2 |
| | | | |||||
| * | | Add Map polyfill for rspec tests using phantomjs | Luke "Jared" Bennett | 2017-07-18 | 3 | -0/+58 |
| | | | |||||
| * | | Fix repo_sidebar linting | Luke "Jared" Bennett | 2017-07-18 | 2 | -25/+22 |
| | | | |||||
| * | | Fix rubocop repo_url offsense | Luke "Jared" Bennett | 2017-07-18 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'ide' of gitlab.com:gitlab-org/gitlab-ce into ide | Luke "Jared" Bennett | 2017-07-18 | 10 | -18/+60 |
| |\ \ | |||||
| | * | | fix redundant vue library | Mike Greiling | 2017-07-18 | 4 | -1/+4 |
| | | | | |||||
| | * | | remove needless rails helper | Mike Greiling | 2017-07-18 | 4 | -9/+6 |
| | | | | |||||
| | * | | move copy-webpack-plugin to production dependencies | Mike Greiling | 2017-07-18 | 1 | -1/+0 |
| | | | | |||||
| | * | | fix global context and relative_url_root for monaco editor | Mike Greiling | 2017-07-18 | 6 | -8/+51 |
| | | | | |||||
| * | | | Restore file_spec and parser_spec file conflict markers | Luke "Jared" Bennett | 2017-07-18 | 2 | -0/+38 |
| |/ / | |||||
| * | | Remove multiple methods of including monaco related code and remove static ↵ | Luke "Jared" Bennett | 2017-07-18 | 144 | -121009/+91 |
| |/ | | | | monaco assets from public | ||||
| * | Add support for syntax highlighting any support lang for monaco. | Jacob Schatz | 2017-07-17 | 4 | -34/+39 |
| | | |||||
| * | Made BlobViewer jasmine integration spec use snippets view instead of pblob view | Luke "Jared" Bennett | 2017-07-17 | 2 | -9/+7 |
| | | |||||
| * | Removed TreeView | Luke "Jared" Bennett | 2017-07-17 | 3 | -70/+0 |
| | | |||||
| * | Remove BlobViewer from project repo view | Luke "Jared" Bennett | 2017-07-17 | 1 | -6/+0 |
| | | |||||
| * | Fixed RepoHelper.loadingError call in repo_binary_viewer | Luke "Jared" Bennett | 2017-07-17 | 1 | -2/+2 |
| | | |||||
| * | Further eslint fixes after conflict resolution | Luke "Jared" Bennett | 2017-07-17 | 10 | -73/+71 |
| | | |||||
| * | Resolve conflicts from eslint changes | Luke "Jared" Bennett | 2017-07-17 | 9 | -142/+1 |
| | | |||||
| * | Merge branch 'ide' of gitlab.com:gitlab-org/gitlab-ce into ide With conflicts | Jacob Schatz | 2017-07-17 | 17 | -186/+310 |
| |\ | |||||
| | * | Further eslint fixes | Luke "Jared" Bennett | 2017-07-15 | 5 | -13/+11 |
| | | | |||||
| | * | Merge branch 'ide' of gitlab.com:gitlab-org/gitlab-ce into ide | Luke "Jared" Bennett | 2017-07-15 | 21 | -168/+388 |
| | |\ | |||||
| | * | | Fix eslint warnings | Luke "Jared" Bennett | 2017-07-15 | 15 | -192/+191 |
| | | | | |||||
| * | | | Adds support for multiple file updating. | Jacob Schatz | 2017-07-17 | 14 | -63/+228 |
| | |/ |/| | |||||
| * | | Initial line linking. | Jacob Schatz | 2017-07-14 | 6 | -14/+41 |
| | | | |||||
| * | | Fixes bug and gets repo running again. | Jacob Schatz | 2017-07-14 | 2 | -2/+2 |
| | | | |||||
| * | | Adds editor buttons | Jacob Schatz | 2017-07-14 | 9 | -79/+109 |
| | | | |||||
| * | | Adds prev dir back in | Jacob Schatz | 2017-07-11 | 5 | -13/+23 |
| | | | |||||
