An error occurred fetching the project authors.
- 14 Jun, 2021 1 commit
-
-
Denys Mishunov authored
We're preparing to move to main as default branch
-
- 23 Dec, 2020 1 commit
-
-
Lukas Eipert authored
Part of our prettier migration; changing the arrow-parens style.
-
- 17 Aug, 2020 1 commit
-
-
Vitaly Slobodin authored
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 './';
-
- 04 Jun, 2020 1 commit
-
-
Paul Slaughter authored
- Creates factory function for router that takes in a store reference. - Updates store to use router module instead of reference to router singleton - Use sync_router_and_store utility This allows ide_router not to be coupled to a singleton store instance, but accept this as a parameter. This helps greatly with some test set up and breaking the cyclical dependency.
-
- 06 Dec, 2019 1 commit
-
-
Chad Woolley authored
Includes related import reordering for IDE-related files to fix eslint warnings. See issue https://gitlab.com/gitlab-org/gitlab/issues/29243 which tracks the overall effort for migration to Jest.
-
- 19 Jul, 2018 1 commit
-
-
Paul Slaughter authored
-