Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-08-09 | WIP: Put the icon on a circle (it looks terrible)wip/round-icon | Will Thompson | 6 | -44/+44 | |
The motivation is that the current icon looks terrible on Endless OS, but this one looks even more terrible. | |||||
2018-08-09 | Makefile: install non-symbolic scalable icon | Will Thompson | 1 | -3/+5 | |
2018-08-09 | CI: disable Flatpak build | Will Thompson | 1 | -1/+1 | |
It currently fails at the first hurdle, trying to fetch the Haskell Platform over HTTPS. | |||||
2018-08-01 | README.md: add Flathub button | Will Thompson | 1 | -0/+2 | |
2018-07-25 | Bump version to 0.7.2.1 | Will Thompson | 1 | -1/+1 | |
2018-07-24 | Release notes for 0.7.2bustle-0.7.2 | Will Thompson | 3 | -1/+28 | |
2018-07-24 | Tweak maintainer-make-release | Will Thompson | 1 | -2/+1 | |
I'll probably ultimately amend this to use `stack upload --test-tarball` but I want to test it first. | |||||
2018-07-24 | bustle.cabal: fix warnings from sdist | Will Thompson | 1 | -6/+11 | |
Now I know about this autogen-modules field! This is what I was looking for in 0cb3ac56d5531ae3d181162d2296f7f05e42432e. | |||||
2018-07-24 | Update messages.pot | Will Thompson | 1 | -46/+71 | |
2018-07-24 | Invoke hgettext via stack exec | Will Thompson | 1 | -1/+1 | |
2018-07-24 | Unmark placeholder strings for translation | Will Thompson | 1 | -2/+2 | |
oh no | |||||
2018-07-22 | Merge branch 'staging/flatpak-ci' into 'master' | Will Thompson | 1 | -0/+5 | |
Run flatpak-build only on master, staging/* and flatpak/* See merge request bustle/bustle!10 | |||||
2018-07-21 | Run flatpak-build only on master, staging/* and flatpak/* | Daniel Firth | 1 | -0/+5 | |
2018-07-18 | Merge branch 'gitlab-ci-flatpak' into 'master' | Will Thompson | 2 | -41/+65 | |
Run flatpak-builder in GitLab CI, too (and update Flatpak manifest) See merge request bustle/bustle!8 | |||||
2018-07-18 | CI: run flatpak-builder build, publish result | Will Thompson | 1 | -17/+37 | |
I combined the existing `stack build` and `stack test` build steps because the logs show that the working directory is not shared between them, so `stack test` re-runs the entire build (doubling the time for CI to complete). The Flatpak build takes an astonishing 30 minutes when uncached (not sure why) but is very quick in the common case where all steps bar the last one are cached. https://gitlab.gnome.org/GNOME/Initiatives/wikis/DevOps-with-Flatpak and https://docs.gitlab.com/ee/ci/yaml/README.html were both invaluable resources. | |||||
2018-07-18 | flatpak: update to Haskell platform 8.4.2, and other new stuff | Will Thompson | 1 | -22/+26 | |
hashtables needed updating for the Glorious Semigroup Change in 8.4 so I just updated almost everything. The exception is 'dbus' for the reason given. | |||||
2018-07-18 | flatpak: build flatpak/flatpak-xdg-utils, not my fork | Will Thompson | 1 | -2/+2 | |
2018-07-16 | Merge branch 'lc/deriveapplicative' into 'master' | Will Thompson | 1 | -4/+1 | |
Auto-derive Applicative in Bustle/Renderer.hs See merge request bustle/bustle!7 | |||||
2018-07-16 | Auto-derive Applicative in Bustle/Renderer.hs | Daniel Firth | 1 | -4/+1 | |
2018-07-13 | Merge branch 'lc/constraints' into 'master' | Will Thompson | 1 | -14/+15 | |
Tidy up typeclass constraints in Bustle/Loader/Pcap.hs See merge request bustle/bustle!5 | |||||
2018-07-13 | Tidy up typeclass constraints in Bustle/Loader/Pcap.hs | Daniel Firth | 1 | -14/+15 | |
2018-07-10 | Merge branch 'lc/stack' into 'master' | Will Thompson | 2 | -4/+2 | |
Bump to nightly-2018-07-09 See merge request bustle/bustle!4 | |||||
2018-07-10 | Merge branch 'master' into 'master' | Will Thompson | 7 | -44/+29 | |
Use void/forM_ over (>> return ()) See merge request bustle/bustle!3 | |||||
2018-07-10 | Bump to nightly-2018-07-09 | Daniel Firth | 2 | -4/+2 | |
2018-07-10 | Use maybe instead of case statement in DetailsView.hs | Daniel Firth | 1 | -3/+1 | |
2018-07-09 | Avoid using return (), use void and forM_ | Daniel Firth | 6 | -41/+28 | |
2018-07-05 | CONTRIBUTING: fix funky line wrapping | Will Thompson | 1 | -2/+2 | |
2018-07-05 | Encourage contributors to use 'stack' | Will Thompson | 2 | -4/+21 | |
2018-07-05 | Renderer: don't shadow 'first' | Will Thompson | 1 | -3/+3 | |
2018-07-05 | Setup: don't use deprecated rewriteFile | Will Thompson | 1 | -1/+1 | |
2018-07-05 | Drop Tested-With: GHC == 8.2.2 | Will Thompson | 1 | -1/+1 | |
95393cb17c2fe5f0903470a449e36728471759eb introduced a dependency on the Semigroup typeclass introduced in base 4.11 (which comes withGHC 8.4.x), and 0193b332d6d42d1820c16a616239aa66b06984a8 updated the build-depends accordingly. GHC 8.2.2 has base 4.10, so can no longer be used to build Bustle. As of today, neither Debian unstable nor Fedora rawhide has GHC 8.4.x, but that will change in due course. In the meantime, one can install the Haskell Platform or use Stack to get a newer GHC. If anyone complains vigorously, we can back out the changes linked above. | |||||
2018-07-04 | Merge branch 'master' into 'master' | Will Thompson | 3 | -21/+5 | |
Use NonEmpty instance in base See merge request bustle/bustle!2 | |||||
2018-07-04 | Use NonEmpty instance in base | Daniel Firth | 3 | -21/+5 | |
2018-07-04 | README: link to wiki with https: | Will Thompson | 1 | -1/+1 | |
2018-07-04 | README: add CI pipeline badge | Will Thompson | 1 | -0/+2 | |
2018-07-04 | AboutDialog: credit @locallycompact | Will Thompson | 1 | -0/+1 | |
2018-07-04 | Merge branch 'master' into 'master' | Will Thompson | 25 | -167/+189 | |
Add stack build, gitlab CI with stack and hlint See merge request bustle/bustle!1 | |||||
2018-07-04 | Update versions in bustle.cabal | Daniel Firth | 1 | -4/+4 | |
2018-07-04 | Turn off use camelCase and reduceDuplication for now, we'll get these later | Daniel Firth | 1 | -0/+2 | |
2018-07-04 | Fix hlint errors in Diagram.hs, Loader.hs, StatisticPane.hs, Stats.hs, UI.hs and | Daniel Firth | 7 | -14/+13 | |
Util.hs | |||||
2018-07-04 | eta reduce in Bustle/Application/Monad.hs | Daniel Firth | 1 | -1/+1 | |
2018-07-04 | Fix hlint errors in Monitor.hs, Noninteractive.hs and Regions.hs | Daniel Firth | 3 | -7/+7 | |
2018-07-04 | Fix hlint errors in Stats.hs | Daniel Firth | 1 | -11/+7 | |
2018-07-04 | Fix hlint errors in Diagram.hs | Daniel Firth | 1 | -3/+3 | |
2018-07-04 | Fix hlint errors in Pcap.hs | Daniel Firth | 1 | -14/+13 | |
2018-07-04 | Remove unnecessary Control.Monad.Except import | Daniel Firth | 1 | -1/+0 | |
2018-07-04 | Fix hlint errors in Renderer.hs | Daniel Firth | 1 | -10/+9 | |
2018-07-04 | Remove unnecessary Control.Applicative imports | Daniel Firth | 4 | -4/+0 | |
2018-07-04 | Fix hlint errors in UI.hs | Daniel Firth | 1 | -25/+25 | |
2018-07-04 | Fix hlint errors in Canvas.hs | Daniel Firth | 1 | -2/+1 | |