Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-19Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot
2020-08-20Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot
2020-06-18Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot
2020-05-20Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot
2020-03-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-06Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-15Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-07Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-04Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-07-02Allow adding new entries to existing pathDenys Mishunov
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`.
2019-06-26Re-name entries in one commitDenys Mishunov
Update window's URL after entry's re-name Set proper hook for correct fileLanguage Filtered out `moved` entries from the tree
2019-06-25Keep empty folders in the tree listDenys Mishunov
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
2019-06-07IDE trigger files change eventPaul Slaughter
- 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
2019-05-29Updated heading for default state in Web IDEDenys Mishunov
Resolves https://gitlab.com/gitlab-org/gitlab-ce/issues/60107
2019-04-18Stores 'binary' and 'rawPath' attr after uploadDenys Mishunov
- 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
2019-03-07Improve files_decorator performancePaul Slaughter
**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.
2019-03-04Fixed mutation for rootNatalia Tepluhina
- fixed test spec - added warning only if file is deleted
2018-09-28Keep IDE RightPane views alivePaul Slaughter
**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.
2018-09-07karma fixesPhil Hughes
2018-09-07update state when staging/unstaging allPhil Hughes
2018-09-07fixed some bugs around with the template dropdownsPhil Hughes
2018-08-02improve performance of deletingPhil Hughes
2018-08-01correctly show renaming and deleting entriesPhil Hughes
for folders, it shows all the files in commit mode for files, nothing changes, the behaviour is the same
2018-07-30fixed folders not being renamedPhil Hughes
2018-07-30rename filesPhil Hughes
not working for folders yet
2018-07-26Enable deleting files in the Web IDEPhil Hughes
2018-07-11Improvements to new entry dropdowns in Web IDEPhil Hughes
Closes #44845
2018-06-27make error messages a first class citizen in Web IDEPhil Hughes
This is to reduce the dependancy on the flash module which just modifies the DOM, whereas this now correcly uses the vDOM
2018-05-29added correct help path to empty statePhil Hughes
2018-05-24added tab componentPhil Hughes
2018-05-04fixed mis-aligned iconPhil Hughes
hide success message when staging files improve action button hover
2018-05-03Merge branch 'master' into 44846-improve-web-ide-left-panel-and-modesPhil Hughes
2018-05-03Improve Web IDE Commit PanelAndré Luís
2018-04-27Merge branch 'master' into 44846-improve-web-ide-left-panel-and-modesPhil Hughes
2018-04-25Merge branch 'master' into ide-temp-file-folder-fixesPhil Hughes
2018-04-25Merge branch 'master' into ide-workbench-barPhil Hughes
2018-04-24Merge branch '30998-add-babel-rewire-plugin' into 'master'Clement Ho
Resolve "Add some way to mock and spy on default ES modules" Closes #30998 See merge request gitlab-org/gitlab-ce!18116
2018-04-23add default exports to prevent rewire plugin from breaking vuexMike Greiling
2018-04-19added line height to label in modalPhil Hughes
fixed spec because of object key change
2018-04-19fixed failing commit actions specPhil Hughes
2018-04-19Merge branch 'master' into ide-temp-file-folder-fixesPhil Hughes
2018-04-19Merge branch 'master' into ide-file-finderPhil Hughes