Skip to content

Releases: dotindustries/moar

v0.9.1

02 Apr 19:06
a4cdf56
Compare
Choose a tag to compare

Changelog

  • a4cdf56 Merge pull request #17 from dotindustries/fix/upload_version_wrong_http_response
  • ce9f3e3 fix: upload_version wrong http status for conflict

[0.9.1] - 2024-04-02

Bug Fixes

  • Upload_version wrong http status for conflict

v0.9.0

02 Apr 18:44
2d8d7f4
Compare
Choose a tag to compare

Changelog

  • e1f8ad0 Merge pull request #15 from dotindustries/fix/add_default_reverse_proxy_address
  • 2d8d7f4 Merge pull request #16 from dotindustries/feat/basic_piral_support
  • 6a7a262 chore: add typescript client generation
  • 330ee77 chore: fix port number in openapi spec
  • c332270 feat: basic piral support
  • e0da3bc fix: add default reverse proxy address

[0.9.0] - 2024-04-02

Bug Fixes

  • Add default reverse proxy address

Features

  • Basic piral support

Miscellaneous Tasks

  • Add typescript client generation
  • Fix port number in openapi spec

v0.8.0

29 Mar 12:11
03b7677
Compare
Choose a tag to compare

Changelog

  • 9a0c02e Merge pull request #11 from dotindustries/feature/config_from_args_env_config
  • 8a9fbe7 Merge pull request #12 from dotindustries/fix/move-auth-middleware-to-connect
  • 2722571 Merge pull request #13 from dotindustries/fix/integration_tests
  • 03b7677 Merge pull request #14 from dotindustries/feature/lum-29-add-cli-access-token-envargs
  • c80ba34 Update run.sh
  • 0f02039 chore: mark todo
  • bf985aa chore: move to docker cli
  • dec1460 chore: rename file to lowercase
  • 93ac58f chore: test failed... the network works now... make it clean
  • ac963ec chore: try docker service name
  • ef72a85 chore: update hurl version in test command
  • bee367f chore: wrong url for hurl
  • e4a00fc feat: add access token header to cli requests
  • 94cf49b feat: disable auth by default
  • cbcbb0e feat: read config from args, env and config file
  • 5bdc8d1 fix: don't panic if there's no config file
  • 876e803 fix: integration tests
  • adc5c21 fix: move auth middleware to connect

[0.8.0] - 2024-03-29

Bug Fixes

  • Move auth middleware to connect
  • Don't panic if there's no config file
  • Integration tests

Features

  • Read config from args, env and config file
  • Disable auth by default
  • Add access token header to cli requests

Miscellaneous Tasks

  • Update hurl version in test command
  • Wrong url for hurl
  • Try docker service name
  • Move to docker cli
  • Rename file to lowercase
  • Mark todo
  • Test failed... the network works now... make it clean

Testing

  • Move integration test to bruno
  • Running tests in the same step doesn't work

v0.7.0

27 Mar 18:58
Compare
Choose a tag to compare

Changelog

[0.7.0] - 2024-03-27

Bug Fixes

  • Move backend addr flag to root
  • Only protect api with api key
  • Add x-api-key and authorization header for api key
  • Forgot to wire in client options
  • Make new relic apm optional
  • Extend handler path with pattern

Documentation

  • Add openapi gen

Features

  • Auth
  • Auth (#5)

Miscellaneous Tasks

  • Update Makefile to install twirp-swagger-gen and update moar.swagger.json
  • Add authorization schema draft
  • Update github actions
  • Update github actions (#3)
  • Add missing weird sum entry
  • What??
  • Remove weird entries
  • Maybe forgot to upgrade dockerfile
  • Https://docs.railway.app/guides/private-networking#initialization-time
  • Update dependencies
  • Readme update
  • Update description in docs
  • Change default binding address
  • Add docker based dev env
  • Upgrade codeql to v3
  • Upgrade release workflow
  • Clean up goreleaser config
  • Update goreleaser config
  • Add homebrew token

Refactor

  • Move to connectrpc

Testing

  • Add integration test framework
  • Fix integration tests
  • Fix integration test paths
  • Increase test go-version
  • Fix integration tests
  • Wait back to original echo
  • Docker on github cannot --wait

0.6.1

17 Nov 19:43
Compare
Choose a tag to compare

Changelog

6621387 chore: change default Dockerfile target for qovery
199f87b fix: add missing env var for reverse proxy address parameter

[0.6.1] - 2021-11-17

Bug Fixes

  • Add missing env var for reverse proxy address parameter

Miscellaneous Tasks

  • Change default Dockerfile target for qovery

0.6.0

17 Nov 06:06
Compare
Choose a tag to compare

Changelog

e2720a6 Create LICENSE
2f78f0b Merge pull request #1 from dotindustries/add-license-1
c522cbe Merge remote-tracking branch 'origin/master'
67f3ce5 feat: adds get module cli command chore: clean up s3 initialization for env var compatibility
d4a83ff fix: homebrew homepage url

[0.6.0] - 2021-11-17

Bug Fixes

  • Homebrew homepage url

Features

  • Adds get module cli command

0.5.3

15 Oct 14:31
Compare
Choose a tag to compare

Changelog

f6b121d chore: add dependency to changelog job
45fcf2f chore: finish move to org
26f8567 fix: add missing command line flag to control version overwrite toggle
fd13993 fix: add missing homebrew params to goreleaser config

[0.5.3] - 2021-10-12

Bug Fixes

  • Add missing command line flag to control version overwrite toggle
  • Add missing homebrew params to goreleaser config

Miscellaneous Tasks

  • Add dependency to changelog job
  • Finish move to org

0.5.2

10 Oct 11:01
Compare
Choose a tag to compare

Changelog

aee8fae fix: update release body parameter (wrong docs) fix: add missing env var for homebrew tap fix: add missing project name for goreleaser

[0.5.2] - 2021-10-10

Bug Fixes

  • Update release body parameter (wrong docs)

0.5.1

10 Oct 10:50
Compare
Choose a tag to compare

Changelog

fffdc82 fix: add access token to publish to homebrew-tap

0.5.0

10 Oct 10:26
Compare
Choose a tag to compare

Changelog

090c8fb Add CodeSee architecture diagram workflow to repository
212ea4c Merge remote-tracking branch 'origin/master'
20cab06 chore: add goreleaser setup
bc41cf5 chore: add homebrew publish
67a4dea chore: make fixme more understandable
c38ee6f feat: add configuration option to enable version overwrites (opt-in)