Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused classes | Shin'ya Ueoka | 2020-12-09 | 2 | -186/+1 |
* | Add operator tests | Shin'ya Ueoka | 2020-12-09 | 47 | -0/+1583 |
* | Make background operator as an operator | Shin'ya Ueoka | 2020-12-09 | 1 | -2/+4 |
* | Enable @typescript-eslint/no-extra-non-null-assertion | Shin'ya Ueoka | 2020-08-11 | 1 | -2/+2 |
* | Enable @typescript-eslint/ban-types rule | Shin'ya Ueoka | 2020-08-11 | 2 | -2/+2 |
* | Fix types in tests | Shin'ya Ueoka | 2020-05-02 | 3 | -9/+12 |
* | fix test | Shin'ya Ueoka | 2020-04-13 | 1 | -3/+3 |
* | Use plugin:prettier/recommended | Shin'ya Ueoka | 2020-04-13 | 10 | -311/+526 |
* | Prefetch completion items and store them to cache | Shin'ya Ueoka | 2020-04-09 | 2 | -28/+76 |
* | Complete by flags | Shin'ya Ueoka | 2020-03-29 | 1 | -2/+2 |
* | Complete properties on set command | Shin'ya Ueoka | 2020-03-29 | 1 | -0/+15 |
* | Complete tab by an index and a flag | Shin'ya Ueoka | 2020-03-29 | 1 | -7/+46 |
* | Fix tests with TabPresenter | Shin'ya Ueoka | 2020-03-29 | 2 | -27/+106 |
* | Complete tabs by the completion packages | Shin'ya Ueoka | 2020-03-28 | 2 | -4/+109 |
* | Separate repository's interface and its implementation | Shin'ya Ueoka | 2020-03-27 | 3 | -113/+245 |
* | Add SettingUseCase tests | Shin'ya Ueoka | 2020-02-09 | 1 | -0/+161 |
* | Fix lint rules on tests | Shin'ya Ueoka | 2019-12-22 | 1 | -3/+2 |
* | npm run lint:fix | Shin'ya Ueoka | 2019-12-22 | 5 | -36/+36 |
* | Fix NavigateUseCase test | Shin'ya Ueoka | 2019-05-24 | 1 | -5/+5 |
* | Move open parent and open root to background | Shin'ya Ueoka | 2019-05-24 | 1 | -0/+82 |
* | Declare setting types | Shin'ya Ueoka | 2019-05-06 | 1 | -27/+14 |
* | Types on src/background | Shin'ya Ueoka | 2019-05-02 | 3 | -47/+1 |
* | Rename .js/.jsx to .ts/.tsx | Shin'ya Ueoka | 2019-05-02 | 6 | -0/+0 |
* | Capitalize background scripts | Shin'ya Ueoka | 2019-02-24 | 4 | -5/+5 |
* | Scroll on global mark and handle gone tab | Shin'ya Ueoka | 2018-10-12 | 2 | -5/+9 |
* | Support global marks which select a tab | Shin'ya Ueoka | 2018-10-12 | 3 | -2/+33 |
* | Search keywords on paste | Shin'ya Ueoka | 2018-07-28 | 1 | -26/+0 |
* | Fix last tab is undefined | Shin'ya Ueoka | 2018-07-28 | 1 | -0/+5 |
* | Deep-copy objects on MemoryStorage and add tests | Shin'ya Ueoka | 2018-07-28 | 1 | -0/+41 |
* | Clean old codes | Shin'ya Ueoka | 2018-07-28 | 7 | -187/+2 |
* | Implement set-command | Shin'ya Ueoka | 2018-07-27 | 1 | -0/+74 |
* | Version as Clean Architecture | Shin'ya Ueoka | 2018-07-22 | 2 | -46/+12 |
* | Clean and tests for filters on open command | Shin'ya Ueoka | 2018-07-21 | 1 | -0/+113 |
* | Move commands to background/shared | Shin'ya Ueoka | 2018-07-21 | 1 | -0/+84 |
* | Move versions to background | Shin'ya Ueoka | 2018-07-11 | 2 | -0/+68 |
* | add tests | Shin'ya Ueoka | 2018-05-06 | 2 | -0/+35 |
* | global expect | Shin'ya Ueoka | 2018-05-05 | 3 | -3/+0 |
* | add global find keyword | Shin'ya Ueoka | 2018-03-07 | 2 | -0/+32 |
* | hide console on <Esc> and <C-{> | Shin'ya Ueoka | 2018-03-04 | 1 | -1/+0 |
* | add set property action in background | Shin'ya Ueoka | 2018-01-10 | 1 | -0/+18 |
* | separate setting actions and reducers | Shin'ya Ueoka | 2018-01-08 | 1 | -0/+19 |
* | BackgroundInputComponent | Shin'ya Ueoka | 2017-10-01 | 1 | -31/+0 |
* | key input sequence as action/reducer | Shin'ya Ueoka | 2017-09-10 | 2 | -50/+31 |
* | remove keys | Shin'ya Ueoka | 2017-09-09 | 1 | -55/+0 |
* | use char-code in KeyQueue | Shin'ya Ueoka | 2017-08-27 | 1 | -24/+27 |
* | add keys test | Shin'ya Ueoka | 2017-08-15 | 1 | -0/+55 |
* | add key-queue test | Shin'ya Ueoka | 2017-08-15 | 1 | -0/+47 |