Skip to content

Commit

Permalink
Merge branch '0.5' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
hartym committed Jun 15, 2024
2 parents 05dee2f + 1677e08 commit 6a559a7
Show file tree
Hide file tree
Showing 18 changed files with 684 additions and 173 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
NAME ?= harp-proxy
VERSION ?= $(shell git describe 2>/dev/null || git rev-parse --short HEAD)

# pre commit
PRE_COMMIT ?= $(shell which pre-commit || echo "pre-commit")

# poetry
POETRY ?= $(shell which poetry || echo "poetry")
POETRY_INSTALL_OPTIONS ?=
Expand Down Expand Up @@ -107,6 +104,7 @@ build-frontend: ## Builds the harp dashboard frontend (compiles typescript and
.PHONY: lint-frontend coverage cloc

preqa: types format reference ## Runs pre-qa checks (types generation, formatting, api reference).
$(RUN) pre-commit

qa: preqa test ## Runs all QA checks, with most common databases.

Expand Down
18 changes: 0 additions & 18 deletions docs/contribute/changelogs/0.5.0b10.rst

This file was deleted.

53 changes: 0 additions & 53 deletions docs/contribute/changelogs/0.5.0b11.rst

This file was deleted.

4 changes: 0 additions & 4 deletions docs/contribute/changelogs/0.5.0b12.rst

This file was deleted.

42 changes: 0 additions & 42 deletions docs/contribute/changelogs/0.5.0b7.rst

This file was deleted.

9 changes: 0 additions & 9 deletions docs/contribute/changelogs/0.5.0b8.rst

This file was deleted.

17 changes: 0 additions & 17 deletions docs/contribute/changelogs/0.5.0b9.rst

This file was deleted.

Loading

0 comments on commit 6a559a7

Please sign in to comment.