Hongarc
14f3fde623
Remove @babel/preset-env
2019-05-02 12:55:09 +07:00
Hongarc
ec0ca6b711
Use babelify
instead of grunt-react
2019-05-02 12:44:56 +07:00
Peter Cottle
5891d44796
Merge pull request #577 from eatdrinksleepcode/verify-no-changes
...
Check that there are no source file changes before building
2019-05-01 11:43:25 -07:00
David Nelson
4e32f729c1
Check that there are no source file changes before building
...
If dependencies are changed (in package.json) without updating the yarn.lock
file, or if any other part of the build process starts producing unignored
files, the CI build will fail, so that the problem can be corrected before the
PR is merged.
2019-05-01 04:04:24 -05:00
Peter Cottle
761eb9e5ef
Merge pull request #576 from eatdrinksleepcode/yarn-README
...
Update README reference from npm to yarn
2019-04-30 19:10:05 -07:00
Peter Cottle
97fa118a93
Merge pull request #575 from eatdrinksleepcode/update-yarn-lock-for-grunt-update
...
Update yarn.lock file
2019-04-30 19:09:41 -07:00
David Nelson
9f51202e60
Update README reference from npm to yarn
2019-04-30 20:12:29 -05:00
David Nelson
b5f18c4b2b
Update yarn.lock file
...
A number of recent commits have updated versions in package.json without
updating the yarn.lock file. This commit brings the yarn.lock file up to date.
2019-04-30 20:05:06 -05:00
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