- 04 Oct, 2018 1 commit
-
-
Martin Wortschack authored
-
- 03 Oct, 2018 8 commits
-
-
Fatih Acet authored
-
Filipa Lacerda authored
-
Filipa Lacerda authored
-
Fatih Acet authored
-
Phil Hughes authored
This file tree displays all the diff files in a tree like format Each file is taken and converted into a tree with folders Each folder can be toggled open & closed Clicking a file will scroll to the diff file & highlight with a glow affect Searching the tree list will search only files & return a list of the files without any folders Each file row contains an icon to show changed, new file or deleted Each row will also contain the added & removed lines count Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/14249
-
Johann Hubert Sonntagbauer authored
-
George Tsiolis authored
-
Chantal Rollison authored
-
- 02 Oct, 2018 7 commits
-
-
Winnie Hellmann authored
-
Jose Vargas authored
-
Jan Beckmann authored
-
Johann Hubert Sonntagbauer authored
-
George Tsiolis authored
-
Winnie Hellmann authored
-
Martin Wortschack authored
-
- 01 Oct, 2018 6 commits
-
-
George Tsiolis authored
-
George Tsiolis authored
-
Jacopo authored
-
Mark Chao authored
Display `formatter` as the sole content of `position` object. This means `diff_file` data is not referenced, which is the caseu of "IOError: not opened for reading".
-
Martin Wortschack authored
-
Lukas Eipert authored
Every browser which supports IntersectionObserver will now use it over observing scroll and resize events. Older browsers without support fall back on the previous behavior. Additionally the MutationObserver can be enabled and disabled manually via the helper method `startContentObserver` and `stopContentObserver`. This might prove useful on pages where we manipulate the DOM extensively.
-
- 28 Sep, 2018 3 commits
-
-
Paul Slaughter authored
**Why?** - This is needed for the Web Terminal feature. https://gitlab.com/gitlab-org/gitlab-ee/issues/5426 **Notes:** - Introduces a `pane` Vuex module. - Some views should not be kept alive (i.e. job details). This is why a `keepAlive` flag was introduced for views.
-
Phil Hughes authored
Closes #51912
-
Lukas Eipert authored
These changes are a backport from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7411
-
- 27 Sep, 2018 5 commits
-
-
Pedro Moreira da Silva authored
-
Filipa Lacerda authored
Removes old mediator and service pattern and uses the new store. Middle step before moving everything into one single vue app
-
Filipa Lacerda authored
-
Filipa Lacerda authored
-
Paul Slaughter authored
**Why?** - This is needed by the Web Terminal EE feature. https://gitlab.com/gitlab-org/gitlab-ee/issues/5426 **Notes:** - RightPane component tabs is now data driven.
-
- 26 Sep, 2018 9 commits
-
-
Jose Vargas authored
-
George Tsiolis authored
-
Jose Vargas authored
-
Filipa Lacerda authored
With the new Job Log page in Vue, we'll need to reuse the same functions for scrolling that we're using in the jQuery one. This page extracts that logic into reusable functions
-
Winnie Hellmann authored
-
samdbeckham authored
-
Paul Slaughter authored
-
Jose Vargas authored
-
Jose Ivan Vargas authored
-
- 25 Sep, 2018 1 commit
-
-
Clement Ho authored
-