Commit graph

1016 commits

Author SHA1 Message Date
Peter Cottle
57caf3dc09
Merge pull request #657 from Hongarc/gulp
chore: use `gulp` instead of `grunt`
2020-03-29 15:55:32 -07:00
Anh Hong
b73c4ad23d
chore(test): mock localStorage 2020-03-25 01:55:13 +07:00
Peter Cottle
56738fbd09
Merge pull request #655 from Hongarc/patch-1
[feat] update url if user change locale
2020-03-15 16:00:01 -07:00
Hongarc
98050c4cbd
fix(typo): remove unnecessary . 2020-03-15 20:37:12 +07:00
Hongarc
e00b5b640b feat: update url if user change locale 2020-03-15 10:33:33 +07:00
hongarc
edfd052c4c chore: use gulp instead of grunt 2020-03-15 03:54:56 +07:00
hongarc
77bd782e5b feat: show unused key 2020-03-05 13:36:59 +07:00
hongarc
8eaa9f285c feat: use node.js module instead of 2020-03-05 12:09:28 +07:00
Peter Cottle
e2b76991ec Resolves #642 -- explain how to access next level 2020-02-22 08:27:29 +09:00
duongtiendat1990
d5b317e806 Merge https://github.com/pcottle/learnGitBranching
# Conflicts:
#	src/levels/mixed/describe.js
#	src/levels/rampup/detachedHead.js
2020-01-26 23:21:48 +07:00
duongtiendat1990
2622c3eb7a complete translate to Vietnamese 2020-01-25 17:51:46 +07:00
Peter Cottle
f6d0ab7e75 Other version of PR #624 -- map header directly from browser 2020-01-02 15:01:53 -08:00
flyingbot91
b2fbf6b009 'es_ES' translation typos 2019-12-18 23:26:14 +01:00
flyingbot91
892830add4 Translated src/js/dialogs to Spanish 'es_ES' 2019-12-18 23:09:43 +01:00
flyingbot91
a14da63e36 es_ES translation typos 2019-12-18 23:03:08 +01:00
flyingbot91
8aab243701 Added es_ES translation to levelBuilder.js 2019-12-18 23:01:38 +01:00
edward
3a74fb345d Add Vietnamese language switcher to helperbar. 2019-12-05 08:26:36 +07:00
hongarc
d8ea1dbb5c fix: get ls and cd with right way 2019-09-25 10:31:57 +07:00
unknown
9e4e79323a Change upper value in 'git-error-args-few' string to lower 2019-09-16 21:35:18 +02:00
Samuel H Leclerc
512264119d Fixed typo in error message displayed 2019-09-15 15:27:38 +00:00
Lukas Schmid
b281d1d76c Added support for git tag -d <tag> and fixed a bug where a duplicate tag name wouldn't show in the error-msg 2019-09-04 16:47:24 +02:00
Michael Prentice
e69c566835
feat: make es_ES available from the languages menu
rename es_AR to argentino
 but leave it as the default for Spanish
 since es_ES is not fully translated

Fixes #528
2019-06-05 18:54:20 -04:00
Peter Cottle
a506d3d907 Resolves #583 -- fix function binding 2019-06-05 15:19:21 -07:00
Hongarc
ce516d9c9b Fix resize width and height to -1 2019-04-25 11:52:37 +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
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
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
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
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
Rocky Gray
904a2c5fbf Refactor show commands to extract keys from the object
fixes #541
2019-03-01 17:50:13 -05:00
MichaWiedenmann
a5a2d149e9
Update German translation
Update translation of "Show Goal" and "Hide Goal".
2019-02-26 21:48:06 +01:00
Bezout
07fd775ce4 update french spelling 2019-01-20 09:43:37 +01:00
Hongarc
70b7a72bd7 Use Object.values instead of _.each : 96ddb50 2018-12-05 12:18:56 +07:00
Hongarc
e6d7edd130 Create simple debounce and throttle instead of _. 2018-12-05 12:08:41 +07:00
Hongarc
57f84f0a36 remove forgot in 'no more native' a9dd27c 2018-12-02 20:20:33 +07:00
Peter Cottle
95d5a02170
Merge pull request #510 from Hongarc/args
Fix space-group in <vcs> <command>
2018-12-01 10:23:00 -08:00
Hongarc
d8c2aed4bc No join, no split 2018-12-01 23:43:31 +07:00
Hongarc
d088643f2e Fix space-group in <vcs> <command> 2018-12-01 23:11:29 +07:00
Hongarc
27ef578b2e Remove 16 underscore requires 2018-12-01 13:04:24 +07:00