- Feb 25, 2020
-
-
GitLab Bot authored
-
- Jan 21, 2020
-
-
GitLab Bot authored
-
- Dec 18, 2019
-
-
GitLab Bot authored
-
- Dec 17, 2019
-
-
GitLab Bot authored
-
- Dec 16, 2019
-
-
GitLab Bot authored
-
- Nov 16, 2019
-
-
GitLab Bot authored
-
- Nov 07, 2019
-
-
GitLab Bot authored
-
- Oct 04, 2019
-
-
GitLab Bot authored
-
- Aug 12, 2019
-
-
Denys Mishunov authored
-
- Jul 23, 2019
-
-
- Jul 19, 2019
-
-
The actions tracked in the web IDE are: - creation of commits - creation of merge requests - projects loaded
-
- Jul 18, 2019
-
-
Paul Slaughter authored
Previously `start_sha` was intercepted on the frontend to create the correct branch in a separate API call. Now that the commits API supports the `start_sha` parameter directly this workaround is not needed anymore.
-
- 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 17, 2019
-
-
Paul Slaughter authored
**Why?** The branch HEAD could be changed since the IDE was opened. This leads to user's unintentionally creating commits that overwrite other changes. https://gitlab.com/gitlab-org/gitlab-ce/issues/59023
-
- Apr 24, 2019
-
-
Paul Slaughter authored
**Why?** These values will be used to help build the mirroring diff. It is helpful keeping it controlled in a constant. **Links:** - https://gitlab.com/gitlab-org/gitlab-ee/issues/10232 - https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/11478
-
- 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
-
- Apr 04, 2019
-
-
Denys Mishunov authored
Since we can create files from URL now, this means that these files will not exist in the tree returned from API: they exist on the client only before the first commit. In order to still show the newly-created files in the tree, we should not override the tree, but merge the tree existing on the client and the one coming from API. Changelog entry Moved trees merging into mutation
-
- 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.
-
- Aug 02, 2018
-
-
Phil Hughes authored
-
Phil Hughes authored
fixed folder deletions not adding to changedFiles
-
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
-
Phil Hughes authored
not working for folders yet
-
- Jul 26, 2018
-
-
- Jun 27, 2018
-
-
Phil Hughes authored
-
- Jun 15, 2018
-
-
Phil Hughes authored
-
Phil Hughes authored
Closes #46192
-
- Jun 13, 2018
-
-
Tim Zallmann authored
-
- May 10, 2018
-
-
Phil Hughes authored
-
- May 01, 2018
-
-
Phil Hughes authored
-
Phil Hughes authored
reduced code duplication
-
Phil Hughes authored
-
Phil Hughes authored
-
- Apr 20, 2018
-
-
Phil Hughes authored
the state now gets updated whenever a file is changed/discard
-
- Apr 18, 2018
-
-
Phil Hughes authored
Closes #44838
-
- Apr 16, 2018
-
-
Phil Hughes authored
order initial dropdown by lastOpenedAt date
-
- Apr 06, 2018
-
-
Tim Zallmann authored
-