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-01-27Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-07-18FE remove create branch call in IDE commitPaul Slaughter
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.
2019-06-17Fix IDE commit to use start_refPaul Slaughter
**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
2019-03-04 Extended Web IDE API to get MRs for a certain branch in a projectDenys Mishunov
New `Api.projectMergeRequests` allows: - to query for all MRs on a project without specifying `mergeRequestId` - to filter the returned MRs using parameters from https://bit.ly/2H7We4V The new API request is used for fetching information about MRs associated with a particular branch in Web IDE to have IdeSidebar behave consistently in both scenarios: - getting to a branch from and MR (where we already have info about relevant MR), or - getting to a branch somehow differently directly For cases where there are several merge requests that the current branch is associated with, mark the most recent one as 'current' Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/49663
2018-11-28Resolve "Bug - Web Based IDE - The "Merge" Requests Selection displays Merge ↵Paul Slaughter
Requests from other projects"
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-26Fixed IDE not opening JSON filesPhil Hughes
2018-07-05only include _html fields when asked forPhil Hughes
2018-06-29:white_check_mark: added specs for file actionsPhil Hughes
in this it also removes Vue Resource from the IDE, axios is nicer to test
2018-06-27specsPhil Hughes
2018-06-15Reuse viewer param and move logic to blob controllerDouwe Maan
2018-06-14Makes the html attribute in the json output optional with the option ↵Tim Zallmann
html_render=false
2018-05-25Resolve "Show CI pipeline status in Web IDE"André Luís
2018-03-28Fixed Code review CommentsTim Zallmann
2018-03-28Fixes to Formatting to all FilesTim Zallmann
2018-03-28ESLint + Karma fixesTim Zallmann
2018-03-28Actual MR diff displayedTim Zallmann
2018-03-28Basic Setup for MR ShowingTim Zallmann
2018-03-20Move IDE to CEPhil Hughes
This also makes the IDE generally available
2018-03-02Remove IDE from CEPhil Hughes
2017-12-21Resolve "Decouple multi-file editor from file list"Tim Zallmann