Commit graph

2182 commits

Author SHA1 Message Date
Peter Cottle
66aaa2ccea
Merge pull request #573 from Hongarc/package
Up to date dependencies and migrate old function of `react`
2019-04-30 08:37:38 -07:00
Peter Cottle
eaa42ce6c0 Resolves #574 -- move npm to yarn everywhere else 2019-04-29 14:13:59 -07:00
Hongarc
ce516d9c9b Fix resize width and height to -1 2019-04-25 11:52:37 +07:00
Hongarc
a44d05e265 Change esversion to 6 2019-04-25 11:28:28 +07:00
Hongarc
ad8d3139e0 feat: up to date dependencies , migrate react 2019-04-25 10:11:01 +07:00
Hongarc
208a6c843a fix: correct module instead of react 2019-04-25 10:02:00 +07:00
Peter Cottle
ac880dad0f
Merge pull request #572 from Hongarc/patch-5
Update test in travis-ci
2019-04-23 07:34:02 -07:00
Hongarc
a42158664f
Update test in travis-ci 2019-04-23 21:26:06 +07:00
Peter Cottle
a719436d65
Merge pull request #569 from eatdrinksleepcode/range-operator
Range operator
2019-04-23 07:21:39 -07:00
Peter Cottle
3de9f2eec4 Revert "Update package" PR #568
This reverts commit edd0363392.
2019-04-23 07:17:45 -07:00
David Nelson
44e7596381 Support range operator in revision range (log and rev-list) 2019-04-22 15:51:34 -05:00
David Nelson
9b4b6627b6 Convert revision range processing to pipeline model 2019-04-22 15:12:00 -05:00
Hongarc
64eb8ab773 migrating old version react to last version 2019-04-23 00:49:15 +07:00
Hongarc
634d0ad5e0 Use uglify-es instead of uglify 2019-04-23 00:45:27 +07:00
Hongarc
992f8603e2 Add https: to cdn file, can test with open file 2019-04-23 00:44:32 +07:00
Peter Cottle
b856d28904
Merge pull request #568 from Hongarc/package
Update package
2019-04-22 09:19:23 -07:00
Peter Cottle
e92fe2c45e
Merge pull request #567 from Hongarc/trim
Trim
2019-04-21 18:53:46 -07:00
Hongarc
edd0363392 Update package 2019-04-22 07:14:07 +07:00
Hongarc
10bcc0a02f Remove all white space at end of line 2019-04-22 06:44:05 +07:00
Hongarc
58f2dc4156 Use Object.assign instead of module assign 2019-04-22 06:42:33 +07:00
Peter Cottle
06e0f29acf
Merge pull request #565 from eatdrinksleepcode/revision-range
More robust support for revision ranges
2019-04-21 12:57:44 -07:00
Peter Cottle
48f38817f5
Merge pull request #564 from Hongarc/unused
chore: use `every` instead of `uniq`
2019-04-21 12:52:37 -07:00
Peter Cottle
637eb9a091
Merge pull request #563 from eatdrinksleepcode/no-range-operator
Explicitly fail when unsupported range operator is specified
2019-04-21 12:51:41 -07:00
Peter Cottle
49521fb4f0
Merge pull request #566 from Hongarc/prs-welcome
chore: add PRs wellcome to `README.md`
2019-04-19 10:10:50 -07:00
Hongarc
ff2adc0690
chore: add PRs wellcome to README.md 2019-04-19 20:19:16 +07:00
David Nelson
b9f8e19162 Implement log using RevisionRange
This changes the implementation of the "log" command to use the RevisionRange
functionality. RevisionRange sorts the results in order of reverse create time,
to match real git. This is a change from the previous implementation of log,
which essentially produced a breadth-first ordering.
2019-04-19 01:58:53 -05:00
David Nelson
8529a3aac7 Implement rev-list
This commit introduces the RevisionRange, which more closely follows real git
in terms of identifying a range of revisions than the current implementation of
log. RevisionRange is being used in the new rev-list command first because it
is easy to test for ordering. A future commit will replace the existing
implementation of log with RevisionRange.
2019-04-19 01:58:34 -05:00
David Nelson
6e5d6a64e9 Add tests for currently supported log arguments 2019-04-19 01:57:58 -05:00
David Nelson
d4a2fbb2de Explicitly fail when unsupported range operator is specified 2019-04-18 14:54:18 -05:00
Hongarc
39457f14ba remove unused underscore 2019-04-13 09:37:25 +07:00
Hongarc
638a711c4d use every instead of _.uniq
Array.every is better for check all pass
2019-04-13 09:31:07 +07:00
Peter Cottle
f178f6c118
Merge pull request #560 from Hongarc/patch-4
remove Node.js v7 in travis-ci
2019-04-10 16:08:51 -07:00
Hongarc
428be3e2f8
remove Node.js v7 in travis-ci
This project uses `contributor-faces`, it includes `gh-got`.

And `gh-got` require Node v8 so `travis-ci` will have the error.

So I have 2 option:

- Remove Nodejs v7 in `.travis.yml`
- Or install `contributor-faces` in your machine(require Node >= 8) and sometime run `contributor-faces .` in your project to update list contributor.
2019-04-10 23:18:01 +07:00
Peter Cottle
306c256bfb
Merge pull request #558 from Hongarc/patch-2
fix(readme): hide comment in README.md
2019-04-10 09:00:02 -07:00
Peter Cottle
95270f90ec
Merge pull request #559 from Hongarc/patch-3
chore(deps): `contributor-faces` to `devDepen`
2019-04-10 08:59:08 -07:00
Hongarc
0a9fe8a89f
chore(readme): remove blamk line
This line will be removed by `contributor-faces`
2019-04-10 11:23:38 +07:00
Hongarc
135730b662
chore(deps): contributor-faces to devDepen
`contributor-faces` is a package to build `README.md`, not require in code so we need to change it from `dependencies` to `devDependencies`
2019-04-10 11:20:25 +07:00
Hongarc
a44b5d5af5
fix(readme): hide comment in README.md 2019-04-10 10:31:36 +07:00
Peter Cottle
8c3966ed48 Resolves #557 -- add contributor faces 2019-04-09 17:25:01 -07:00
Peter Cottle
380ad90ec8
Merge pull request #555 from Hongarc/patch-1
Update `grunt` version
2019-04-05 12:12:14 -07:00
Hongarc
699898debf
Update grunt version
Fix error can't find `grunt`
2019-04-06 00:26:15 +07:00
Peter Cottle
f097d7be0e Resolves #554 2019-03-22 14:25:23 -07:00
Peter Cottle
a8a7fac39b
Merge pull request #553 from toofff/fix-file-remote-branches
Fix: file remoteBranches.js
2019-03-12 18:05:47 -07:00
Prou Yann
cfa547de92 Fix: file remoteBranches.js 2019-03-12 16:47:03 +01:00
Peter Cottle
5626054b8a
Merge pull request #552 from viticlick/gl-language
Add configuration for Galician language
2019-03-11 18:37:11 -07:00
Victor Lopez Romero
e26044e0a9 Add configuration for Galician language
Add translations for intro1

Add translations for intro2

Fix intro

Add translations for intro3

Add translations for intro4

Fix intro - rebasing

Add translations for rampup1

Add translations for level index

add dialog translations

Fix dialogs

add transations over rebase module

rebase

add advances transations

Add Strings file in intl

Fix hit message

Add translations to mixed module

Fix mixed

Add rampup1

Add rampup2

Add rampup3

Add rampup4

Add translations to move1

Add move2

Add remote1

Add remote6

Add fakeTeamwork

Add fetch file

Add fetchArgs

fetch rebase

Tracking

source nothing

Remote branches

push many features

Merge many feautures

Pull

Pull args

push args

Push args2

Fix erratas
2019-03-11 19:01:46 +01:00
Peter Cottle
1471f08c99
Merge pull request #550 from grocky/fix-#541
Refactor show commands to extract keys from the object
2019-03-01 20:07:04 -08:00
Rocky Gray
904a2c5fbf Refactor show commands to extract keys from the object
fixes #541
2019-03-01 17:50:13 -05:00
Peter Cottle
94aac00f3b
Merge pull request #549 from jankeromnes/master
Print helpful welcome message in Gitpod
2019-03-01 06:44:47 -08:00
Jan Keromnes
a7b537787c Print helpful welcome message in Gitpod 2019-02-28 11:47:39 +00:00