该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 8月 04, 2021
-
-
由 Denys Mishunov 创作于
-
- 2月 15, 2021
-
-
由 Vitaly Slobodin 创作于
See https://gitlab.com/gitlab-org/frontend/eslint-plugin/-/issues/18 for more information.
-
- 1月 31, 2021
-
-
由 Vitaly Slobodin 创作于
Sort JavaScript imports in the CE specs to match our future ESLint configuration.
-
- 8月 28, 2020
-
-
由 Illya Klymov 创作于
`.contains` will be deprecated in @vue/test-utils 1.x This is first round of removing this deprecated method from our tests
-
- 8月 26, 2020
-
-
由 Paul Slaughter 创作于
- Also removes old blob_embeddable since it isn't used anymore - Also adds a temporary gl-dropdown-text-py-0 utility class which we can remove when some upstream components have been updated
-
- 8月 17, 2020
-
-
由 Vitaly Slobodin 创作于
We follow this imports order: // 1. "external" modules import _ from 'lodash'; import chalk from 'chalk'; // 2. "internal" and aliased modules import foo from 'src/foo'; // 3. modules from a "parent" directory import foo from '../foo'; import qux from '../../foo/qux'; // 4. "sibling" modules from the same or a sibling's directory import bar from './bar'; import baz from './bar/baz'; // 5. "index" of the current directory import main from './';
-
- 7月 24, 2020
-
-
由 Denys Mishunov 创作于
Since cloning is snippet-wide operation, the button should be moved out to the global scope of the snippet
-
- 7月 01, 2020
-
-
由 Denys Mishunov 创作于
Even if we only support just one blob per snippet, we're peparing ourselves for the multi-file scenario in Snippets
-
- 3月 24, 2020
-
-
由 Denys Mishunov 创作于
This is done in anticipation for Snippet Edit Vue application that is under construction at the time of the commit
-
- 1月 31, 2020
-
-
由 Denys Mishunov 创作于
The new view contains only Blob Embeddable component as of now. The Blob Embeddable component to the Snippet view that allows for embedding and sharing of a snippet
-
- 1月 10, 2020
-
-
由 Illya Klymov 创作于
This commit removes { sync: false } accross entire codebase This is useless since upgrade to @vue/test-utils 1.0.0.beta-30
-
- 1月 08, 2020
-
-
由 Illya Klymov 创作于
localVue is required only with use method
-
- 12月 17, 2019
-
-
由 Denys Mishunov 创作于
Also introduced the fragments to have a possibility to be flexbile in constructing queries and mutations later.
-
- 12月 14, 2019
-
-
由 Denys Mishunov 创作于
The basic Vue application with support for GraphQL and Apollo
-