Parag Jain

Results 23 issues of Parag Jain

I have been following this - https://github.com/googlecodelabs/gcp-marketplace-integrated-saas/tree/master/java to generate cloudcommerceprocurement jar I did the following - ``` wget 'https://cloudcommerceprocurement.googleapis.com/$discovery/rest?version=v1' -O discovery.json python -m pip install google-apis-client-generator --user ~/Library/Python/2.7/bin/generate_library --input=discovery.json --language=java...

This includes - Creating a customer in external billing system on new org creation and assigning a billing plan to it. Plan metadata configured in the billing system should have...

- Setting up of real plans in Orb with all the quotas (as plan metadata) - Setting up Rill branding in stripe account - Link stripe account with Orb account...

Fixes https://github.com/rilldata/rill/issues/5273 - UI changes needs to be done to handle the new external urls for opening and exporting report containing magic token as path param. Urls for existing users...

- Change the default quotas to be equivalent to trial plan as we take bigger of the value in the init org billing job - Also take bigger of quota...

This was missed in https://github.com/rilldata/rill/pull/5908. Don't run repair job automatically as we will first migrate enterprise and poc customer and then trigger auto repair for remaining orgs which will be...

I have been using smee client to forward stripe webhook events to my local app. However, signature verification keeps on failing, I am suspecting is it due to the JSON.stringify...

Fixes https://github.com/rilldata/rill-private-issues/issues/1641 In addition to primary timeseries, another dimension of type `timestamp` can be specified in the list of dimensions. This dimension can be sent as request argument to aggregation,...

INSERT DESCRIPTION HERE **Checklist:** - [ ] Covered by tests - [ ] Ran it and it works as intended - [ ] Reviewed the diff before requesting a review...