Commit Graph
275 Commits
Author SHA1 Message Date
Dawid Dziurla bb319ddb59 adjust code to newer API 2019-07-05 14:18:44 +02:00
Dawid Dziurla 277681a0dc use newer Docker SDK 2019-07-05 14:18:19 +02:00
Jesse Duffield 71acacbb0c Update issue templates 2019-07-05 21:59:28 +10:00
Jesse Duffield a536c09dab set publish: false v0.5.4 2019-07-05 20:56:37 +10:00
Jesse Duffield 35a7c3a58d use devel snapcraft grade v0.5.3 2019-07-05 20:43:27 +10:00
Jesse Duffield 319b026c26 remove snapcraft.login after we've logged in v0.5.2 2019-07-05 20:31:41 +10:00
Jesse Duffield 3087f86b2d Merge pull request #99 from jesseduffield/ci-snap-2
login to snapcraft when releasing
v0.5,1 v0.5.1
2019-07-05 20:29:56 +10:00
Jesse Duffield a2abab02a1 login to snapcraft when releasing 2019-07-05 20:18:34 +10:00
Dawid Dziurla dc87228ab6 Merge pull request #96 from jesseduffield/ci-snap
CI snapcraft installation
2019-07-05 09:55:03 +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
Dawid Dziurla 787bff1102 Merge pull request #85 from immanuelfodor/master
Map the aarch64 platform to the arm64 binary
2019-07-04 20:32:04 +02:00
immanuelfodor 58ba364348 Map other different platforms to the binaries 2019-07-04 20:21:31 +02:00
immanuelfodor 87f9ef70d3 Merge branch 'master' of https://github.com/jesseduffield/lazydocker 2019-07-04 20:20:20 +02:00
Dawid Dziurla f84c36c6ad ci: get squashfs-tools too 2019-07-04 17:48:05 +02:00
Dawid Dziurla 8ecb872c1d ci: install snapcraft before goreleaser 2019-07-04 17:22:09 +02:00
Dawid Dziurla bdf53fa911 ci: add snapcraft installation script 2019-07-04 17:21:46 +02:00
Dawid Dziurla 88dca3f40b README: remove snap installation instructions
temporarily
2019-07-04 17:15:34 +02:00
Immánuel! ed744bbe80 Map the i386 platform to the x86 binary 2019-07-04 15:58:48 +02:00
Jesse Duffield 36c16804ec Merge pull request #93 from jesseduffield/snapcraft
use classic confinement for snapcraft
v0.5
2019-07-04 22:17:25 +10:00
Jesse Duffield 42a3805b0f use classic confinement for snapcraft 2019-07-04 21:57:24 +10:00
Jesse Duffield b002816e05 Merge pull request #86 from dawidd6/goreleaser
Update Goreleaser
2019-07-04 21:32:46 +10: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
Jesse Duffield 2bf13927c4 Merge pull request #92 from dawidd6/polish
Add Polish translation
2019-07-04 21:05:08 +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 563630468c Create Keybindings_tr.md 2019-07-04 10:13:16 +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
Jesse Duffield 78a5ff9220 Merge pull request #84 from stdedos/patch-1
bug_report.md: fix `git` command
2019-07-04 09:19:36 +10:00
Pieter van de Bruggen 277882e78b Updating another missed instance of NewAppConfig
Thanks @dawidd6!
2019-07-03 11:27:32 -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
Dawid Dziurla 73d9a36cf7 README: snap installation instructions 2019-07-03 19:33:54 +02:00
Dawid Dziurla 27ae69a3d0 goreleaser: switch to strict snapcraft confinement 2019-07-03 19:23:12 +02:00
Dawid Dziurla 8dfd8b6c18 goreleaser: update
- move env from local context to global
- define separate build for snap
- build for armv6 and armv7
- fix some deprecations:
  - archive -> archives
  - brew -> brews
- replace 386 with x86 (for consistency with x86_64)
- add snapcraft (classic confinement, must be consulted with Canonical)
2019-07-03 19:05:00 +02:00
Oguzcan Demircan 3bca81dd9a Added: Turkish language support 2019-07-03 18:17:27 +03:00
immanuelfodor 430e5ec3cc Map the aarch64 platform to the arm64 binary 2019-07-03 17:17:23 +02:00
Stavros Ntentos 200acddec8 bug_report.md: fix git command 2019-07-03 18:14:13 +03:00
Jesse Duffield 572ff63e85 Merge pull request #74 from jesseduffield/go-modules
Go modules
v0.4
2019-07-04 00:19:54 +10:00
Jesse Duffield 999d12a042 update test.sh for go modules 2019-07-04 00:00:11 +10:00
Jesse Duffield 0f3a035eda update circle ci for go modules 2019-07-03 23:53:45 +10:00
Jesse Duffield 22ff831cfe update CONTRIBUTING.md to talk about vendoring 2019-07-03 23:41:37 +10:00
Jesse Duffield 8be95c6eac bump gocui fork again 2019-07-03 23:41:37 +10:00
Jesse Duffield 09618416ae bump gocui fork 2019-07-03 23:41:37 +10:00