Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

format code with prettier and gofumpt #2015

Merged
merged 2 commits into from
Apr 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
84 changes: 42 additions & 42 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,49 +62,49 @@
- [Helm Operator Chart Reference](https://github.com/vdaas/vald/blob/v1.7.5/charts/vald-helm-operator/README.md)

### Changes
:sparkles: New features

- Add index with timestamp [#1984](https://github.com/vdaas/vald/pull/1984)

:recycle: Refactor

- Improve errors.Join performance [#2010](https://github.com/vdaas/vald/pull/2010)
- Refactor error returning timing of doSearch function [#1996](https://github.com/vdaas/vald/pull/1996)
- Refactor makefile for non GOPATH strict environment #2 [#1998](https://github.com/vdaas/vald/pull/1998)
- Refactor makefile for non GOPATH strict environment [#1997](https://github.com/vdaas/vald/pull/1997)

:bug: Bugfix

- Correction of a bug that returned NotFound as success 0 when balancedUpdate is disabled and all ReplicaAgents are AlreadyExists (already have the exact same Index). [#2011](https://github.com/vdaas/vald/pull/2011)
- Refactor replace errors wrap with join [#2001](https://github.com/vdaas/vald/pull/2001)
- Remove nvimlog [#1994](https://github.com/vdaas/vald/pull/1994)

:green_heart: CI

- Fix chatops format workflow [#2007](https://github.com/vdaas/vald/pull/2007)
- Fix incorrect error output of gen-test chatopts command [#2004](https://github.com/vdaas/vald/pull/2004)
- Fix Makefile bug and update deps for checking bugfix [#2002](https://github.com/vdaas/vald/pull/2002)
- Output error to chatops comment [#1999](https://github.com/vdaas/vald/pull/1999)
- Fix ChatOpts /gen-test command error [#1993](https://github.com/vdaas/vald/pull/1993)

:pencil2: Document

- Update unit test guideline for unimplemented test [#1983](https://github.com/vdaas/vald/pull/1983)

:white_check_mark: Testing

- Implement generic function tests [#2008](https://github.com/vdaas/vald/pull/2008)
- Generate empty test using /gen-test ChatOpts command [#2005](https://github.com/vdaas/vald/pull/2005)
- Update internal/info test and add new case for coverage [#2003](https://github.com/vdaas/vald/pull/2003)

:arrow_up: Update dependencies

- Update go module and libs [#2012](https://github.com/vdaas/vald/pull/2012)

:handshake: Contributor

- Add ykadowak as a contributor for code, and test [#2009](https://github.com/vdaas/vald/pull/2009)

:sparkles: New features

- Add index with timestamp [#1984](https://github.com/vdaas/vald/pull/1984)

:recycle: Refactor

- Improve errors.Join performance [#2010](https://github.com/vdaas/vald/pull/2010)
- Refactor error returning timing of doSearch function [#1996](https://github.com/vdaas/vald/pull/1996)
- Refactor makefile for non GOPATH strict environment #2 [#1998](https://github.com/vdaas/vald/pull/1998)
- Refactor makefile for non GOPATH strict environment [#1997](https://github.com/vdaas/vald/pull/1997)

:bug: Bugfix

- Correction of a bug that returned NotFound as success 0 when balancedUpdate is disabled and all ReplicaAgents are AlreadyExists (already have the exact same Index). [#2011](https://github.com/vdaas/vald/pull/2011)
- Refactor replace errors wrap with join [#2001](https://github.com/vdaas/vald/pull/2001)
- Remove nvimlog [#1994](https://github.com/vdaas/vald/pull/1994)

:green_heart: CI

- Fix chatops format workflow [#2007](https://github.com/vdaas/vald/pull/2007)
- Fix incorrect error output of gen-test chatopts command [#2004](https://github.com/vdaas/vald/pull/2004)
- Fix Makefile bug and update deps for checking bugfix [#2002](https://github.com/vdaas/vald/pull/2002)
- Output error to chatops comment [#1999](https://github.com/vdaas/vald/pull/1999)
- Fix ChatOpts /gen-test command error [#1993](https://github.com/vdaas/vald/pull/1993)

:pencil2: Document

- Update unit test guideline for unimplemented test [#1983](https://github.com/vdaas/vald/pull/1983)

:white_check_mark: Testing

- Implement generic function tests [#2008](https://github.com/vdaas/vald/pull/2008)
- Generate empty test using /gen-test ChatOpts command [#2005](https://github.com/vdaas/vald/pull/2005)
- Update internal/info test and add new case for coverage [#2003](https://github.com/vdaas/vald/pull/2003)

:arrow_up: Update dependencies

- Update go module and libs [#2012](https://github.com/vdaas/vald/pull/2012)

:handshake: Contributor

- Add ykadowak as a contributor for code, and test [#2009](https://github.com/vdaas/vald/pull/2009)

## v1.7.4

Expand Down
Loading