Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 8月 04, 2021
  2. 2月 15, 2021
  3. 1月 31, 2021
  4. 8月 28, 2020
  5. 8月 26, 2020
    • Paul Slaughter's avatar
      Use embed_dropdown for snippets · b290f2d2
      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
      b290f2d2
  6. 8月 17, 2020
    • Vitaly Slobodin's avatar
      Fix imports orders in JavaScript · fb22121e
      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 './';
      fb22121e
  7. 7月 24, 2020
  8. 7月 01, 2020
  9. 3月 24, 2020
  10. 1月 31, 2020
    • Denys Mishunov's avatar
      Added the basic Snippet Blob View · 66b09920
      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
      66b09920
  11. 1月 10, 2020
    • Illya Klymov's avatar
      Remove { sync: false } · f745fbbd
      Illya Klymov 创作于
      This commit removes { sync: false } accross entire codebase
      This is useless since upgrade to @vue/test-utils 1.0.0.beta-30
      f745fbbd
  12. 1月 08, 2020
  13. 12月 17, 2019
    • Denys Mishunov's avatar
      Renamed a query · 860c1cb6
      Denys Mishunov 创作于
      Also introduced the fragments to have a possibility to be flexbile in
      constructing queries and mutations later.
      860c1cb6
  14. 12月 14, 2019
加载中