- Dec 13, 2019
-
-
GitLab Bot authored
-
- Dec 07, 2019
-
-
GitLab Bot authored
-
- Oct 04, 2019
-
-
GitLab Bot authored
-
- Jul 02, 2019
-
-
Denys Mishunov authored
If an entry has been removed from the tree and later, during the same session, a user is trying to add a new item with the same name/path we should allow for that as long as the original entry is marked with `deleted`.
-
- Jun 26, 2019
-
-
Denys Mishunov authored
Update window's URL after entry's re-name Set proper hook for correct fileLanguage Filtered out `moved` entries from the tree
-
- Jun 25, 2019
-
-
Denys Mishunov authored
When removing the last file from a folder in WebIDE, do not remove the folder from the view. We keep those to give users possibility to re-upload files to the same folders. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/60860
-
- Jun 07, 2019
-
-
Paul Slaughter authored
- On CMD+S when editor is focused - On editor blur - When file is created in tree - When file is removed in tree - When file is renamed in tree
-
- May 29, 2019
-
-
Denys Mishunov authored
Resolves https://gitlab.com/gitlab-org/gitlab-ce/issues/60107
-
- Apr 17, 2019
-
-
Denys Mishunov authored
- When uploading a file, we need to flag binary files correspondingly so that it gets propagated all the way to RepoEditor as it decides on whether to show editor for this or that file or not (shouldHideEditor()) - rawPath needs to be propagate all the way to ContentViewer as well so that uploaded images could be rendered as a base64 image right away instead of raw base64 string
-
- Mar 07, 2019
-
-
Paul Slaughter authored
**How?** Previously the files_decorator inserted parent folders inefficiently. It started at the first part and ensured each was inserted. Since the file entries are given to use in alphabetical order, we can start at the last part of the blob's parents. If this exists, we can short circuit and be done inserting parents. **What else?** - Improve performance of decorateData. The object spread operator is not needed because the object is brand new.
-
- Mar 04, 2019
-
-
Natalia Tepluhina authored
- fixed test spec - added warning only if file is deleted
-
- Sep 28, 2018
-
-
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.
-
- Sep 07, 2018
-
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
- Aug 02, 2018
-
-
Phil Hughes authored
-
- Aug 01, 2018
-
-
Phil Hughes authored
for folders, it shows all the files in commit mode for files, nothing changes, the behaviour is the same
-
- Jul 30, 2018
-
-
Phil Hughes authored
-
Phil Hughes authored
not working for folders yet
-
- Jul 26, 2018
-
-
- Jul 11, 2018
-
-
Phil Hughes authored
Closes #44845
-
- Jun 27, 2018
-
-
Phil Hughes authored
This is to reduce the dependancy on the flash module which just modifies the DOM, whereas this now correcly uses the vDOM
-
- May 29, 2018
-
-
Phil Hughes authored
-
- May 24, 2018
-
-
Phil Hughes authored
-
- May 04, 2018
-
-
Phil Hughes authored
hide success message when staging files improve action button hover
-
- May 03, 2018
-
-
André Luís authored
-
- Apr 23, 2018
-
-
Mike Greiling authored
-
- Apr 19, 2018
-
-
Phil Hughes authored
fixed spec because of object key change
-
Phil Hughes authored
-
- Apr 18, 2018
-
-
Phil Hughes authored
auto open new folder when creating item scroll dropdown into view when opening
-
Phil Hughes authored
added theme styles
-
Phil Hughes authored
hooked up commit section to activity bar fixed commit section SVGs not loading added the different theme defintions to the activity bar
-
Phil Hughes authored
[ci skip]
-
Phil Hughes authored
Closes #44838
-
- Apr 16, 2018
-
-
Phil Hughes authored
added arrow key navigation in the dropdown enter & click open the file highlight occurrences of the searched text in the drppdown item fixed some performance issues when rendering limit the dropdown items to a maximum of 20 - this may change to more depending on other performance changes
-
- Mar 28, 2018
-
-
Phil Hughes authored
-
Phil Hughes authored
Pending tabs are normal tabs that are opened from the right sidebar. They are opened in diff mode and when changed to edit mode they get closed & the actual file gets opened.
-
Tim Zallmann authored
-
Tim Zallmann authored
-
- Mar 22, 2018
-
-
Phil Hughes authored
blur the collapse button on click
-