summaryrefslogtreecommitdiff
path: root/spec/javascripts/diffs
Commit message (Collapse)AuthorAgeFilesLines
* Fix showing outdated discussions on Changes tab_acet-fix-outdated-discussionsFatih Acet2018-07-185-0/+69
|
* Resolve "MR: Reduce the memory footprint of the component tree"Tim Zallmann2018-07-174-3/+22
|
* Adds specs for toggleFileDiscussions actionFilipa Lacerda2018-07-111-0/+44
|
* Adds specs for getters in merge request vuex diff moduleFilipa Lacerda2018-07-112-94/+30
|
* Merge branch 'master' into 48237-toggle-file-commentsFilipa Lacerda2018-07-103-113/+309
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (38 commits) Update bitbucket.md to fix typo and small grammar touchups. Update time_helper.rb to fix output for exact minutes. Document update for GitLab Pages users. Support manually stopping any environment from the UI Fix link to frontend in handbook Shorten CHANGELOG filename to avoid breaking ecryptfs users Replace 48976-rails5-invalid-single-table-inheritance-type-group-is-not-a-subclass-of-gitlab-backgroundmigration-fixcrossprojectlabellinks-namespace.yml Fix mountComponent helper path in docs Fix #48537 - Update avatar only via the projects API Add additional headline for Adding SSH keys to GitLab Request to be a proofreader. Fix specs Fix search bar text input alignment Fix API docs on unauthenticated projects return Adds with_projects optional parameter to /groups/:id API endpoint Docs: make it clear that you need a completely separate domain for Pages Document that we don't want to wait in tests Removes unused store in diffs mr refactor Removes double export for actions in diffs module in mr refactor Remove useless return Use latest gitlab-styles ...
| * Merge branch '48951-clean-up' into 'master'Phil Hughes2018-07-101-43/+48
| |\ |/ / | | | | | | | | | | Resolve "MR refactor: All actions under diff module are being exported twice" Closes #48951 See merge request gitlab-org/gitlab-ce!20499
| * Removes unused store in diffs mr refactorFilipa Lacerda2018-07-091-43/+48
| | | | | | | | Removes double export for actions in diffs module in mr refactor
* | Call correct action in specFilipa Lacerda2018-07-091-1/+1
|/
* Resolve "MR refactor: Performance costs of main element with `v-if`"Tim Zallmann2018-07-091-2/+2
|
* Exports getters individually.Filipa Lacerda2018-07-061-5/+47
| | | | | Exports state to allow tests Adds specs for the getters that didn't have any.
* Improves performance on MR refactor and adds specsFilipa Lacerda2018-07-051-0/+31
|
* File Icons in Merge RequestsTim Zallmann2018-07-051-4/+4
|
* Improve performance of toggling diff view typeFatih Acet2018-07-031-15/+0
|
* Prevent fetching diffs and discussions data unnecessarily on MR pageFatih Acet2018-06-291-17/+0
|
* Componentize diff lines and diff commentsFatih Acet2018-06-273-306/+2
|
* Merge branch 'acet-mr-diffs-autosave' into 'master'Tim Zallmann2018-06-261-1/+18
|\ | | | | | | | | | | | | Implement MR diff notes autosave feature Closes #48300 See merge request gitlab-org/gitlab-ce!20114
| * Implement MR diff notes autosave feature.acet-mr-diffs-autosaveFatih Acet2018-06-221-1/+18
| |
* | Added Diff Viewer to new VUE based MR pageTim Zallmann2018-06-263-10/+107
| |
* | Enable "prefer-destructuring" in JS filesgfyoung2018-06-251-1/+1
|/ | | | Partially addresses #47006.
* Changes tab VUE refactoringFelipe Artur2018-06-2123-0/+2600