aboutsummaryrefslogtreecommitdiff
path: root/test/background
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused classesShin'ya Ueoka2020-12-092-186/+1
|
* Add operator testsShin'ya Ueoka2020-12-0947-0/+1583
|
* Make background operator as an operatorShin'ya Ueoka2020-12-091-2/+4
|
* Enable @typescript-eslint/no-extra-non-null-assertionShin'ya Ueoka2020-08-111-2/+2
|
* Enable @typescript-eslint/ban-types ruleShin'ya Ueoka2020-08-112-2/+2
|
* Fix types in testsShin'ya Ueoka2020-05-023-9/+12
|
* fix testShin'ya Ueoka2020-04-131-3/+3
|
* Use plugin:prettier/recommendedShin'ya Ueoka2020-04-1310-311/+526
|
* Prefetch completion items and store them to cacheShin'ya Ueoka2020-04-092-28/+76
|
* Complete by flagsShin'ya Ueoka2020-03-291-2/+2
|
* Complete properties on set commandShin'ya Ueoka2020-03-291-0/+15
|
* Complete tab by an index and a flagShin'ya Ueoka2020-03-291-7/+46
|
* Fix tests with TabPresenterShin'ya Ueoka2020-03-292-27/+106
|
* Complete tabs by the completion packagesShin'ya Ueoka2020-03-282-4/+109
|
* Separate repository's interface and its implementationShin'ya Ueoka2020-03-273-113/+245
|
* Add SettingUseCase testsShin'ya Ueoka2020-02-091-0/+161
|
* Fix lint rules on testsShin'ya Ueoka2019-12-221-3/+2
|
* npm run lint:fixShin'ya Ueoka2019-12-225-36/+36
|
* Fix NavigateUseCase testShin'ya Ueoka2019-05-241-5/+5
|
* Move open parent and open root to backgroundShin'ya Ueoka2019-05-241-0/+82
|
* Declare setting typesShin'ya Ueoka2019-05-061-27/+14
|
* Types on src/backgroundShin'ya Ueoka2019-05-023-47/+1
|
* Rename .js/.jsx to .ts/.tsxShin'ya Ueoka2019-05-026-0/+0
|
* Capitalize background scriptsShin'ya Ueoka2019-02-244-5/+5
|
* Scroll on global mark and handle gone tabShin'ya Ueoka2018-10-122-5/+9
|
* Support global marks which select a tabShin'ya Ueoka2018-10-123-2/+33
|
* Search keywords on pasteShin'ya Ueoka2018-07-281-26/+0
|
* Fix last tab is undefinedShin'ya Ueoka2018-07-281-0/+5
|
* Deep-copy objects on MemoryStorage and add testsShin'ya Ueoka2018-07-281-0/+41
|
* Clean old codesShin'ya Ueoka2018-07-287-187/+2
|
* Implement set-commandShin'ya Ueoka2018-07-271-0/+74
|
* Version as Clean ArchitectureShin'ya Ueoka2018-07-222-46/+12
|
* Clean and tests for filters on open commandShin'ya Ueoka2018-07-211-0/+113
|
* Move commands to background/sharedShin'ya Ueoka2018-07-211-0/+84
|
* Move versions to backgroundShin'ya Ueoka2018-07-112-0/+68
|
* add testsShin'ya Ueoka2018-05-062-0/+35
|
* global expectShin'ya Ueoka2018-05-053-3/+0
|
* add global find keywordShin'ya Ueoka2018-03-072-0/+32
|
* hide console on <Esc> and <C-{>Shin'ya Ueoka2018-03-041-1/+0
|
* add set property action in backgroundShin'ya Ueoka2018-01-101-0/+18
|
* separate setting actions and reducersShin'ya Ueoka2018-01-081-0/+19
|
* BackgroundInputComponentShin'ya Ueoka2017-10-011-31/+0
|
* key input sequence as action/reducerShin'ya Ueoka2017-09-102-50/+31
|
* remove keysShin'ya Ueoka2017-09-091-55/+0
|
* use char-code in KeyQueueShin'ya Ueoka2017-08-271-24/+27
|
* add keys testShin'ya Ueoka2017-08-151-0/+55
|
* add key-queue testShin'ya Ueoka2017-08-151-0/+47