summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/repo
Commit message (Collapse)AuthorAgeFilesLines
* Added repo_service_spec for commitFlash and corrected repo_commit-Secion api ↵thenable-ajax-api-callsLuke "Jared" Bennett2017-08-231-7/+9
| | | | spec
* fix eslint violations in repo editor filesMike Greiling2017-08-172-9/+10
|
* Add thenable ajax calls.Jacob Schatz2017-08-172-5/+6
|
* Repo editor with flex layoutEric Eastwood2017-08-161-9/+12
|
* Many Repo FixesJacob Schatz2017-08-1517-254/+350
|
* Repo Editor FixesBryce Johnson2017-08-1510-59/+44
|
* Add shared getFileExtension helper methodrepo-fixes-eEric Eastwood2017-08-142-2/+7
| | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37146854
* Remove unused repo store keysEric Eastwood2017-08-142-17/+1
| | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37147332
* Add comment about why we need to stop parsing JSONEric Eastwood2017-08-141-0/+1
| | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37146815 See https://gitlab.slack.com/archives/C0GQHHPGW/p1501779964878178
* Use single js- wrapper class to show/hideEric Eastwood2017-08-142-6/+3
| | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37146360
* Scroll total scroll width instead of fixed valueEric Eastwood2017-08-141-1/+1
| | | | | | | Fixed value could potentially be not enough Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37145886
* Switch single fa icon generation to inlineEric Eastwood2017-08-141-5/+1
| | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37145729
* Remove duplicate setting of variableEric Eastwood2017-08-141-1/+0
| | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37145640
* Reset monacoLoading on failureEric Eastwood2017-08-141-1/+4
| | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37144070
* Remove overflow tabs logic (no longer used)Eric Eastwood2017-08-142-15/+3
| | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37143794
* Remove loading state from repo_tabEric Eastwood2017-08-141-4/+7
| | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37143710
* Make close/changed icon more accessibleEric Eastwood2017-08-141-2/+17
| | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37143527
* Use promise syntax with Helper.getContentEric Eastwood2017-08-142-10/+10
| | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37143217
* Split out linkClicked and add testsEric Eastwood2017-08-141-24/+21
| | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37143174
* Use v-else instead of duplicating logicEric Eastwood2017-08-142-4/+18
| | | | | Fix http://192.168.1.135:3000/gitlab-org/gitlab-ce/blob/master/app/assets/javascripts/broadcast_message.js
* Move syntax highlighting into a methodEric Eastwood2017-08-101-2/+8
| | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37142936
* fix repo_loading_file_spec testsMike Greiling2017-08-071-1/+1
|
* fix eslint violationsMike Greiling2017-08-071-3/+3
|
* fix leaky css selectorMike Greiling2017-08-071-1/+1
|
* Merge branch 'ide' of gitlab.com:gitlab-org/gitlab-ce into ideJacob Schatz2017-08-071-3/+3
|\
| * resolve eslint violationsMike Greiling2017-08-071-3/+3
| |
* | Show warning for big files.Jacob Schatz2017-08-073-5/+16
|/
* Merge branch 'ide' of gitlab.com:gitlab-org/gitlab-ce into ideJacob Schatz2017-08-075-80/+13
|\
| * Remove repo_binary_viewer as it is no longer neededLuke "Jared" Bennett2017-08-072-70/+0
| |
| * Tidy makeCommit and test resetCommitState in repo_commit_sectionLuke "Jared" Bennett2017-08-071-8/+10
| |
| * Fix eslintLuke "Jared" Bennett2017-08-071-0/+1
| |
| * Merge branches 'ide' and 'ide' of gitlab.com:gitlab-org/gitlab-ce into ideLuke "Jared" Bennett2017-08-072-4/+11
| |\
| * | Add reject method to monaco_loader_helperLuke "Jared" Bennett2017-08-071-2/+2
| | |
* | | Fix loading.Jacob Schatz2017-08-073-5/+11
| |/ |/|
* | Split up the service call.Jacob Schatz2017-08-062-4/+11
|/
* Edit button to class.Jacob Schatz2017-08-061-2/+1
|
* Fix xclicked not existing.Jacob Schatz2017-08-061-1/+1
|
* Rename x clicked to be consisten.Jacob Schatz2017-08-061-1/+1
|
* Remove console log :|. Move to one liner.Jacob Schatz2017-08-062-4/+1
|
* Add rel="noopener noreferrer"Jacob Schatz2017-08-061-1/+1
|
* Remove editable border because it doesn't look right anymore.Jacob Schatz2017-08-061-5/+1
|
* Can show file as computed property.Jacob Schatz2017-08-061-1/+7
|
* Fix line numbering.Jacob Schatz2017-08-061-2/+3
|
* Disabled into computedJacob Schatz2017-08-061-1/+5
|
* Make Store->RepoStore and others consistent.Jacob Schatz2017-08-065-19/+19
|
* Change name to user feature helper.Jacob Schatz2017-08-061-0/+1
|
* Split more consistently.Jacob Schatz2017-08-051-1/+1
|
* Remove Loading ellipsis.Jacob Schatz2017-08-051-1/+1
|
* Style repo tabsClement Ho2017-08-041-0/+1
|
* Move repo file buttons to below the blob viewerClement Ho2017-08-041-1/+1
|