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

catch: catch errors after rebase #1541

Closed
wants to merge 31 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
4f1d62d
updated instructions for generating changelog
gowriswarupk Feb 21, 2022
4351c76
Merge pull request #1 from gowriswarupk/kannanb1
Feb 21, 2022
ce5f3e1
retention bytes command -1 flag updated desc.
gowriswarupk Feb 21, 2022
0611a35
Merge pull request #2 from gowriswarupk/kannanb1
Feb 21, 2022
85fb1ef
Merge branch 'redhat-developer:main' into main
Feb 21, 2022
3f91eac
Update docs/commands/rhoas_kafka_topic_create.md
Feb 22, 2022
68b064d
fix: message for partition limit
gowriswarupk Feb 22, 2022
33bb59f
Merge branch 'redhat-developer:main' into retention
Feb 23, 2022
820254c
fix: -updated- message for partition limit
Feb 23, 2022
16ef165
Merge branch 'main' into retention
Feb 24, 2022
04b83cb
Merge pull request #3 from gowriswarupk/retention
Feb 24, 2022
df4c7be
Merge branch 'redhat-developer:main' into main
Feb 24, 2022
0379331
WIP: Issues 1440 and 1429
Mar 31, 2022
b228f33
WIP: Issues 1440 and 1429 pt2
Mar 31, 2022
a5f623a
Merge branch 'main' into sdpcommandedit
Mar 31, 2022
39e7fdb
Merge pull request #4 from gowriswarupk/sdpcommandedit
Mar 31, 2022
9f2dd0f
chore: update CHANGELOG
gowriswarupk Mar 31, 2022
5e7e62f
Merge branch 'redhat-developer:main' into main
Mar 31, 2022
b86906d
[WIP] [Updated]: Issues #1429 and #1440
Apr 5, 2022
0a1fbcd
chore: bazzinga
wtrocki Apr 5, 2022
8a5c158
chore: updated fix #1502
Apr 6, 2022
121a3a5
chore: updated issue #1502
Apr 7, 2022
84152f4
fix: support for tables and empty format
Apr 8, 2022
d520a9b
chore: configure list.go to include table
Apr 12, 2022
b47626a
chore: updated list.go(s)
Apr 12, 2022
503e8c8
chore: updated fix for #1429 and .md files
Apr 19, 2022
63d3fc5
chore: fix and update docs
Apr 20, 2022
d17c7db
chore: small fix for table option in output view
Apr 21, 2022
5e61fbc
chore: update and fix issues
Apr 25, 2022
da97b6b
Merge pull request #7 from gowriswarupk/output-types-work2
Apr 25, 2022
3afbfc4
catch: catch error after rebase
Apr 27, 2022
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
26 changes: 0 additions & 26 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,4 @@

<a name="v0.39.0"></a>
## [v0.39.0](https://github.com/redhat-developer/app-services-cli/compare/v0.38.6...v0.39.0) (2022-02-21)

### Bug Fixes

* **deps:** update module github.com/nicksnyder/go-i18n/v2 to v2.2.0
* **service-registry rule:** confirm prompt and remove spinners ([#1448](https://github.com/redhat-developer/app-services-cli/issues/1448))

### Features

* **service-registry rule:** add disable and update command ([#1444](https://github.com/redhat-developer/app-services-cli/issues/1444))
* **service-registry rule:** add describe and list command ([#1431](https://github.com/redhat-developer/app-services-cli/issues/1431))
* **service-registry rule:** add base and enable command ([#1418](https://github.com/redhat-developer/app-services-cli/issues/1418))


<a name="v0.38.6"></a>
## [v0.38.6](https://github.com/redhat-developer/app-services-cli/compare/v0.38.5...v0.38.6) (2022-02-17)

### Bug Fixes

* remove unused deprecation.go ([#1449](https://github.com/redhat-developer/app-services-cli/issues/1449))
* clarify errors for kafka create ([#1447](https://github.com/redhat-developer/app-services-cli/issues/1447))
* allow to delete all ACLs for principal ([#1441](https://github.com/redhat-developer/app-services-cli/issues/1441))
* updated prerequisite sans the OpenApi generator ([#1446](https://github.com/redhat-developer/app-services-cli/issues/1446))


<a name="v0.38.5"></a>
## [v0.38.5](https://github.com/redhat-developer/app-services-cli/compare/0.38.5...v0.38.5) (2022-02-15)

Expand Down
8 changes: 2 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,8 @@ generate-downstream-docs: ## Generate command-line reference documentation in ad

I18N_LINTER_DEF := $(shell command -v app-services-go-linter 2> /dev/null)

lint-lang: ## Lint i18n files
ifndef I18N_LINTER_DEF # check if the linter is installed, install it if not
go install github.com/redhat-developer/app-services-go-linter/cmd/app-services-go-linter@latest
endif
app-services-go-linter -path ./pkg/core/localize/locales ./...
.PHONY: lint-lang
# lint-lang: ## Lint i18n files


# Check http://marmelab.com/blog/2016/02/29/auto-documented-makefile.html
help:
Expand Down
2 changes: 1 addition & 1 deletion docs/commands/rhoas_kafka_acl_delete.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/commands/rhoas_kafka_acl_list.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/commands/rhoas_kafka_consumer-group_describe.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/commands/rhoas_kafka_consumer-group_list.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/commands/rhoas_kafka_create.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/commands/rhoas_kafka_describe.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/commands/rhoas_kafka_list.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions docs/commands/rhoas_kafka_topic_create.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/commands/rhoas_kafka_topic_describe.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/commands/rhoas_kafka_topic_list.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/commands/rhoas_kafka_topic_update.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/commands/rhoas_service-registry_rule_describe.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 19 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,36 +4,53 @@ go 1.16

require (
github.com/AlecAivazis/survey/v2 v2.3.4
github.com/BurntSushi/toml v1.0.0
github.com/BurntSushi/toml v1.1.0
github.com/MakeNowJust/heredoc v1.0.0
github.com/Nerzal/gocloak/v7 v7.11.0
github.com/aerogear/charmil v0.8.3
github.com/andygrunwald/go-jira v1.15.1 // indirect
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/briandowns/spinner v1.18.1
github.com/coreos/go-oidc/v3 v3.1.0
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/fatih/color v1.13.0
github.com/git-chglog/git-chglog v0.15.1 // indirect
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/golang-jwt/jwt/v4 v4.4.1
github.com/google/go-cmp v0.5.7 // indirect
github.com/google/go-github/v39 v39.2.0
github.com/google/uuid v1.3.0 // indirect
github.com/huandu/xstrings v1.3.2 // indirect
github.com/kataras/tablewriter v0.0.0-20180708051242-e063d29b7c23 // indirect
github.com/kyokomi/emoji/v2 v2.2.9 // indirect
github.com/landoop/tableprinter v0.0.0-20201125135848-89e81fc956e7
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/nicksnyder/go-i18n/v2 v2.2.0
github.com/openconfig/goyang v0.4.0
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
github.com/pkg/errors v0.9.1
github.com/redhat-developer/app-services-sdk-go/accountmgmt v0.1.0
github.com/redhat-developer/app-services-sdk-go/kafkainstance v0.5.0
github.com/redhat-developer/app-services-sdk-go/kafkainstance v0.6.0
github.com/redhat-developer/app-services-sdk-go/kafkamgmt v0.9.0
github.com/redhat-developer/app-services-sdk-go/registryinstance v0.3.1
github.com/redhat-developer/app-services-sdk-go/registrymgmt v0.6.1
github.com/redhat-developer/service-binding-operator v0.9.0
github.com/segmentio/backo-go v0.0.0-20200129164019-23eae7c10bd3 // indirect
github.com/shopspring/decimal v1.3.1 // indirect
github.com/spf13/cast v1.4.1 // indirect
github.com/spf13/cobra v1.4.0
github.com/spf13/pflag v1.0.5
github.com/urfave/cli/v2 v2.5.0 // indirect
github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c
gitlab.com/c0b/go-ordered-json v0.0.0-20201030195603-febf46534d5a
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 // indirect
golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a
golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 // indirect
golang.org/x/term v0.0.0-20220411215600-e5f449aeb171 // indirect
golang.org/x/text v0.3.7
golang.org/x/tools v0.1.7 // indirect
gopkg.in/segmentio/analytics-go.v3 v3.1.0
Expand Down
Loading