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
2019-04-25Internationalisation of ide directoryBrandon Labuschagne
This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
2019-04-24Fix API and IDE path with `/` relative_url_rootPaul Slaughter
**Why?** Previously we simply concatenated our paths, which led to requesting `//api/v4/...` and obviously failed. The BE supports a relative_url_root of `/`. It's a bug that the FE does not.
2019-01-09Upgraded various Vue packagesTim Zallmann
This upgrades the following packages: - Vue - Vue Loader - Vue Resource - Vue Router - Vue template compiler - Vue Jest
2018-08-13Backstage/ide router refactoringPaul Slaughter
2018-08-09Allow the Web IDE to open empty merge requestsPhil Hughes
Closes #48166
2018-07-19Fix Web IDE router breaking on files matching "targetmode"Paul Slaughter
2018-07-12Allow merge requests from forks to be opened in Web IDEPhil Hughes
Closes #47460
2018-06-27Improve branch 404 error in Web IDEPhil Hughes
Part of #47323
2018-05-30fixed failing specsPhil Hughes
fixed merge requests not loading
2018-05-23Resolve "Web IDE doesn't work for branches with slashes"Tim Zallmann
2018-05-03updated stylingPhil Hughes
fixed merge request text not always appearing
2018-05-03Added merge request to IDE sidebarPhil Hughes
#44846
2018-04-18moved styles out of the componentPhil Hughes
added theme styles
2018-04-18improvements to the designPhil Hughes
2018-04-17fixed targetmode being included in projectPhil Hughes
2018-04-16Fixed web IDE not working for sub-groupsPhil Hughes
Closes #45412
2018-04-03Merge branch 'master' into ide-pending-tabPhil Hughes
2018-03-28removed file changes that have no changes to make diff easierPhil Hughes
simplified SET_FILE_ACTIVE openFiles map use .find in router so that it returns early instead of looping all the values
2018-03-28remove extra state propertyPhil Hughes
pending tabs now get added into openfiles & just filtered correctly
2018-03-28Fixed Code review CommentsTim Zallmann
2018-03-28ESLint + Karma fixesTim Zallmann
2018-03-28Fixed new AdditionsTim Zallmann
Automatic Diff Navigation
2018-03-28Actual MR diff displayedTim Zallmann
2018-03-28Basic Setup for MR ShowingTim Zallmann
2018-03-21Fixes the web IDE link in tree list opening the wrong URLPhil Hughes
Closes #44477
2018-03-20Move IDE to CEPhil Hughes
This also makes the IDE generally available
2018-03-02Remove IDE from CEPhil Hughes
2018-01-19WebIDE: Fix Commit bugsTim Zallmann
2017-12-21Resolve "Decouple multi-file editor from file list"Tim Zallmann