8000 Tags · zoominsoftware/keter · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: zoominsoftware/keter

Tags

zoomin/2.0.1.113

Toggle zoomin/2.0.1.113's commit message

Unverified

This user has not yet uploaded their public signing key.
packaging: cleanup mkketerdeb.sh, bump version

zoomin/2.0.1.112

Toggle zoomin/2.0.1.112's commit message
default startup timeout increased to 20 minutes

zoomin/2.0.1.111

Toggle zoomin/2.0.1.111's commit message

Unverified

This user has not yet uploaded their public signing key.
Prepare vendor version release 2.0.1.111

zoomin/2.0.1.110

Toggle zoomin/2.0.1.110's commit message

Unverified

This user has not yet uploaded their public signing key.
fix: remove multiline copy of request in HttpException logs

Here we have 2 types of Request:
 - Network.HTTP.Client.Request
 - Network.WAI.Request

Both contain almost the same set of fields (the former only has
redirectCount, responseTimeout, proxySecureMode; the latter has
rawPathInfo, rawQueryString, vault).

The former gets included in a field of HttpException.

The problem is, http-client's Show instance formats it in multiple lines.

This screws up line-oriented logs too much.

Since we're logging WAI's version of Request anyway, drop the
http-client's one, via special-casing the showExc for HttpException.

zoomin/2.0.1.109

Toggle zoomin/2.0.1.109's commit message

Unverified

This user has not yet uploaded their public signing key.
feat: add "app-crash-hook" in global keter config

If set to a shell command (script) -- keter will execute the command
after every crash (termination with nonzero exitcode) of any app bundle.

The script receives 2 env variables:
 * KETER_APP_NAME -- with the crashed bundle name
 * KETER_APP_EXITCODE -- with the integer exit status of main app-bundle
   process, this allows to disambiguate termination causes.

zoomin/2.0.1.108

Toggle zoomin/2.0.1.108's commit message

Unverified

This user has not yet uploaded their public signing key.
cleanup: fix lints & warns

Reduced 70 lints to 20 (on stock hlint config). Predominantly:
 * redundant brackets
 * redundant $
 * eta reductions of dummy arg names
 * unused and scattered imports
 * unused LANGUAGE pragmas
 * unused local binds
 * an instance of name-shadowing

In Keter.Cli, prog description factored out.

In Keter.LabelMap, use `Prelude.any` instead of the clunky case-match.

zoomin/1.4.3.1.107

Toggle zoomin/1.4.3.1.107's commit message

Unverified

This user has not yet uploaded their public signing key.
bump keep-alive to 40 minutes

zoomin/1.4.3.1.106

Toggle zoomin/1.4.3.1.106's commit message

Unverified

This user has not yet uploaded their public signing key.
bump keep-alive to 20 minutes

zoomin/1.4.3.1.105

Toggle zoomin/1.4.3.1.105's commit message

Unverified

This user has not yet uploaded their public signing key.
Bump keep-alive to 10 minutes

zoomin/1.4.3.1.104

Toggle zoomin/1.4.3.1.104's commit message

Unverified

This user has not yet uploaded their public signing key.
Discard UnknownHostStatus merge and revert to 1.4.3.1.101

0