habitat icon indicating copy to clipboard operation
habitat copied to clipboard

Modern applications with built-in automation

Results 233 habitat issues
Sort by recently updated
recently updated
newest added

A run hook must either be a file named `run` in a plan's `hooks` directory, or defined inline using the `pkg_svc_run` variable. If a user has named their run hook...

Focus :Plan Build
Stale
Type: Feature

per @christophermaier request, this issue related to my [forum post](https://forums.habitat.sh/t/suggestion-plan-url-or-similar-to-facilitate-easy-and-standardized-linking-to-github-etc-project/534?u=qubitrenegade) of the same topic. To summarize: * add `plan_url` variable * add long/short description variables * Provide method to "slurp"...

Focus :Plan Build
Stale
Focus: Studio
Type: Feature

The key bits of my build plan look like this: ``` pkg_version() { git tag --sort="version:refname" | tail --lines=1 | cut --delimiter=v --fields=2 } pkg_source="https://github.com/circonus-labs/${pkg_name}/releases/download/v${pkg_version}/${pkg_name}_${pkg_version}_linux_64-bit.tar.gz" pkg_build_deps=(core/git) do_before() { update_pkg_version return...

Focus :Plan Build
Stale
Type: Bug

We would like to be able to de-register our service from a load balancer when it is about to be restarted by Habitat, by running a hook before the termination...

Focus :Plan Build
Focus:Supervisor ProcessManagement
Stale
Focus:Supervisor
Type: Feature

If a package is updated and one of its lifecycle hooks are removed as part of the change, the supervisor does not remove the hook from the service directory.

Focus:Supervisor ProcessManagement
Stale
Focus:Supervisor
Type: Bug

The documentation (https://www.habitat.sh/docs/reference/callbacks/) shows them in the execution order. That is extremely helpful. I would like to see the callbacks introduced in their execution order and then below that focus...

Focus:Habitat
Stale
Documentation

We've got a couple of scripts in the site right now (home.js and community.js) that are doing pretty much the same thing. We should reduce this duplication and add a...

Focus:Habitat
Stale
Type: Chore

There are a number of problems with both the formal documentation and code comments currently: - [ ] [Suitability hook documentation](https://www.habitat.sh/docs/reference/#suitability) should provide more detail, including that it only applies...

Focus:Gossip Protocol
Stale
Focus:Supervisor
Type: Chore

The `hab` CLI can be partially configured with a `cli.toml` file, which contains several configuration values that can be used as options on various CLI commands. The structure, content, and...

Focus:Habitat
Stale
Focus: CLI
Type: Feature
Documentation

We advise people to set up their Habitat networking with a "bastion ring" of 3 mutually-peered Supervisors running no services that other Supervisors (running services) can peer with, in order...

Focus:Exporter
Stale
Focus:Supervisor