"doc/api/group_level_variables.md" did not exist on "b60445906849e84ff52ac6a5d7d501bb5a21eb60"
- Feb 25, 2020
-
-
GitLab Bot authored
-
- Feb 15, 2020
-
-
GitLab Bot authored
-
- Jan 29, 2020
-
-
GitLab Bot authored
-
- Jan 06, 2020
-
-
GitLab Bot authored
-
- Dec 17, 2019
-
-
GitLab Bot authored
-
- Oct 04, 2019
-
-
GitLab Bot authored
-
- Jul 05, 2019
-
-
Denys Mishunov authored
-
- 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
-
- Jun 03, 2019
-
-
Nathan Friend authored
This commit is the result of running `yarn eslint --fix` after enabling the `no-implicit-coercion` ESLint rule. This rule has been added to our ESLint config here: https://gitlab.com/gitlab-org/gitlab-eslint-config/merge_requests/14
-
- 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 03, 2019
-
-
Merge branch 'feature/webide_escaping' of gitlab.com:hiddentiger/gitlab-ce into feature/webide_escaping
-
- 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.
-
- Jan 25, 2019
-
-
Mike Greiling authored
-
- Oct 10, 2018
-
-
Mike Greiling authored
-
- Jul 26, 2018
-
-
- Jul 06, 2018
-
-
Phil Hughes authored
-
Phil Hughes authored
Closes #48931
-
- Jun 25, 2018
-
-
gfyoung authored
Partially addresses #47006.
-
- Jun 15, 2018
-
-
Isaac Smith authored
-
gfyoung authored
-
- Jun 08, 2018
-
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
- Jun 07, 2018
-
-
Mike Greiling authored
fix bug in call to monaco.Uri. first param is checked with `typeof param === 'object'` which is true for `null` due to a JS quirk
-
- May 29, 2018
-
-
Lukas Eipert authored
-
- May 09, 2018
-
-
Phil Hughes authored
Closes #46153
-
- May 01, 2018
-
-
Phil Hughes authored
only make diff mode editable in review mode
-
- Apr 23, 2018
-
-
Phil Hughes authored
#44846
-
- Apr 16, 2018
-
-
Phil Hughes authored
added ellipsis to path but not name
-
Phil Hughes authored
clear file finder on close esc closes the file finder
-
- Apr 11, 2018
-
-
Phil Hughes authored
-
- Apr 06, 2018
-
-
Phil Hughes authored
fixed files getting into an opened & active state when it shouldnt
-
- Apr 05, 2018
-
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
Closes #44305
-