Reshma Bidikar

Results 78 issues of Reshma Bidikar

Includes the following: 1. Corrections to the singletier/multitier/cf maintenance docs as required 2. Moved common content to separate files and included this via `includes` I've filed https://github.com/killbill/killbill-docs/issues/562 to track the...

The following changes need to be done to the AWS maintenance docs: 1. Add ELB related maintenance steps to the [multitier maintenance doc](https://docs.killbill.io/latest/how-to-maintain-a-multi-tier-system) if required 2. Add information about SSL...

Includes `CHANGE_OF_PLAN` change alignment tests on top of `master`. Just for reference, the following PRs (already merged) include tests for the other scenarios: - https://github.com/killbill/killbill/pull/2041 has `START_OF_BUNDLE` tests. - https://github.com/killbill/killbill/pull/2043...

Steps to reproduce: 1. Upload catalog v1 (specifies the `standard-monthly` plan corresponding to the product `STANDARD`): ``` 2020-01-01T00:00:00+00:00 ExampleCatalog IN_ADVANCE USD EUR BASE END_OF_TERM END_OF_TERM Standard UNLIMITED MONTHLY USD 30...

It is currently possible to upload a catalog with multiple prices for the same currency. Sample catalog: ``` 2020-01-01T00:00:00+00:00 ExampleCatalog IN_ADVANCE USD EUR BASE END_OF_TERM END_OF_TERM Standard UNLIMITED MONTHLY USD...

**Steps to reproduce:** - Set the date to 2021-01-01 - Upload the [retire-plan-v1.xml](https://github.com/killbill/killbill-docs/blob/5a61ac1957f9174fd4e291c7b61a17c186194388/catalogs/retire-plan/retire-plan-v1.xml) ( Has `standard-weekly` and `standard-monthly` plans) and [retire-plan-v2.xml](https://github.com/killbill/killbill-docs/blob/5a61ac1957f9174fd4e291c7b61a17c186194388/catalogs/retire-plan/retire-plan-v2.xml) (Has only `standard-weekly` plan) catalogs - Invoke https://killbill.github.io/slate/catalog.html#retrieve-available-base-plans endpoint....

**Steps to reproduce:** 1. Set `org.killbill.server.test.mode=true `. (Trailing space after `true`) 2. Start KB server 3. Move the clock - an error occurs. This would need to be fixed for...