Commit graph

160 commits

Author SHA1 Message Date
Jesse Duffield
cfd47b2877 add get_required_translations.go 2019-07-07 11:11:24 +10:00
Jesse Duffield
df7f9c4a99 update cheatsheets 2019-07-07 11:11:24 +10:00
Jesse Duffield
a5ec531b2b
Merge pull request #98 from mjarkk/fix-76
Add a limit to the c.StatsHistory
2019-07-06 09:26:03 +10:00
mjarkk
58baf82519
Added the sugestion from @jesseduffeild 2019-07-05 16:58:06 +02:00
mjarkk
8ef19b781d
Added a litmit to the StatsHistory 2019-07-05 08:10:21 +02:00
Jesse Duffield
ea6eafe2df fix CI 2019-07-05 10:35:25 +10:00
Jesse Duffield
cd95ffce49
Merge pull request #97 from mjarkk/fix-94
Added rounding to timing (fixes #94)
2019-07-05 10:20:06 +10:00
Jesse Duffield
9207dc6faa
Merge pull request #88 from pvande/feature/display-project-directory
Show Project Directory in Status Panel
2019-07-05 10:19:18 +10:00
mjarkk
74e8d6eb91
Added rounding to timeing 2019-07-04 21:25:49 +02:00
Jesse Duffield
6883c08f62
Merge pull request #90 from oguzcandemircan/turkhis-language-support
Added Turkish language support
2019-07-04 21:05:23 +10:00
Dawid Dziurla
16e596efaa
i18n: userLang variable was set needlessly 2019-07-04 11:17:39 +02:00
Dawid Dziurla
08c711a334
i18n: add polish translation 2019-07-04 11:12:21 +02:00
Oğuzcan Demircan
ce6cffa784
"Error return value of mergo.Merge is not checked (from errcheck)" issue solved 2019-07-04 11:53:33 +03:00
Oğuzcan Demircan
f811a3708a
Update turkish.go 2019-07-04 08:48:08 +03:00
Pieter van de Bruggen
b3422c87f4 Pull the project name from docker-compose labels, when available 2019-07-03 16:58:42 -07:00
Pieter van de Bruggen
f9ba4b875d Updating config tests with new parameter 2019-07-03 11:24:23 -07:00
Pieter van de Bruggen
86dfebdeaf Replace Project panel content with the project directory.
In the future, it may be worth trying to compute this from ComposeFiles.
2019-07-03 10:59:45 -07:00
Pieter van de Bruggen
8654d177d3 Move name to information area 2019-07-03 10:52:43 -07:00
Pieter van de Bruggen
12f3cfab55 Rename StatusPanel to ProjectPanel 2019-07-03 10:48:55 -07:00
Oguzcan Demircan
3bca81dd9a Added: Turkish language support 2019-07-03 18:17:27 +03:00
Jesse Duffield
4edf263dfa use default border color to support light theme 2019-07-03 20:45:02 +10:00
Jesse Duffield
bb74edab73 improve readability of colours 2019-07-02 20:40:38 +10:00
Jesse Duffield
e88be90f46
Merge pull request #59 from vedelaar/master
Repository with port does not show the correct image name
2019-07-02 19:55:44 +10:00
Jesse Duffield
187689a553
Merge pull request #62 from mjarkk/fix-58
Fix #58 (nil pointer dereference)
2019-07-02 19:52:21 +10:00
mjarkk
d10410e787
Fixed a sugestion 2019-07-02 11:28:19 +02:00
mjarkk
28e75ebe1a
Fixed the issue 2019-07-02 10:38:36 +02:00
mjarkk
cb926cd20a
Fixed an escape bug 2019-07-02 09:14:22 +02:00
Derk Vedelaar
a5ff4d595c Repository with port does not show the correct image name 2019-07-02 08:57:04 +02:00
Jesse Duffield
8ae94005cd
Merge pull request #46 from jesseduffield/44_defaulting_to_containers
default to container view when not in docker-compose context
2019-07-02 09:22:38 +10:00
Jesse Duffield
d4b4992762
Merge pull request #55 from mcintyre94/add-compose-file-flag
Add -f compose file flag
2019-07-02 09:21:35 +10:00
Callum McIntyre
b2d98a9ff5 Add unit tests for NewAppConfig composeFiles 2019-07-01 20:59:19 +01:00
Callum McIntyre
2bbdb9bf6e Add support for -f flag
- If passed, passes to docker-compose as -f flag
- Supports multiple docker-compose files
2019-07-01 20:32:55 +01:00
Mark Kopenga
86589c3517
Added dutch translations (#18)
* Translated the keybindings

* Translated the dutch.go file

* Squased the commits

* Added the sugestion from @YannickMeeus

* Fixed a minor bug in the i18n file

* Removed the .vscode settings

* Squased the commits
2019-07-01 15:46:18 +02:00
Jesse Duffield
344e5ecda5 default to container view when not in docker-compose context 2019-07-01 23:30:51 +10:00
Jesse Duffield
ec7624c3a3 fix menu overlap bug 2019-07-01 21:17:55 +10:00
Jesse Duffield
73ec29849f fix format 2019-07-01 20:02:47 +10:00
Jesse Duffield
5ff438ad34
Merge pull request #21 from waterfl0w/german-translation
German translation
2019-07-01 20:00:52 +10:00
Jesse Duffield
836b814559
Merge pull request #37 from mjarkk/remove-dead-code
Removed some dead code
2019-07-01 20:00:02 +10:00
mjarkk
e3f6f59890
Removed some dead code 2019-07-01 09:56:05 +02:00
haoyun
0fe35ba5c5 fix strings.ReplaceAll() does't exist error while go version bellow 1.12 2019-07-01 14:18:11 +08:00
Jan Krüger
541bf0310a Add check for German in 'i18n.go' 2019-07-01 02:04:39 +02:00
Jan Krüger
70cffacddc fixed typos in 'german.go' 2019-06-30 18:35:01 +02:00
Jan Krüger
5c0b355ca7 Adding 'german.go'
Prior commit failed for unknown reason, but this is again the translated file based on the English version.
2019-06-30 18:28:39 +02:00
Jan Krüger
b7c548121c Translate german.go
Added a new 'german.go' file and translated it using the English version as a base.
2019-06-30 18:17:47 +02:00
Jesse Duffield
dcd5bcdfcd remove incorrect description from status click binding 2019-06-30 22:22:35 +10:00
Jesse Duffield
50a6eb64ec actually take the debugging flag seriously 2019-06-30 21:00:01 +10:00
Jesse Duffield
ba426f05be don't panick on unix connection failure 2019-06-30 20:41:12 +10:00
Jesse Duffield
5169356454 support light themes in terminals 2019-06-30 19:58:46 +10:00
Jesse Duffield
345f02eb11 fix nil pointer exception when trying to kill process 2019-06-30 18:24:59 +10:00
Jesse Duffield
7e68985da5 override wrap for image panel 2019-06-30 11:51:21 +10:00