porta
porta copied to clipboard
Red Hat 3scale API Management, Porta
needs tests before merging and also we should consider whether this is needed at all at this point fixes THREESCALE-10686
**What this PR does / why we need it**: Some pages may contain a couple of components but not show all of them. For instance the login page has a...
We filter out unpublished pages in `SearchPresenter` anyway. So better not index them to begin with. Also don't index anything out of sphinx/manticore index scope globally.
Since we have compound indices that begins with provider_id, it is redundant to also have a separate provider_id index
**What this PR does / why we need it**: This implements support for ACL and TLS credentials for Redis from Porta. **Which issue(s) this PR fixes** [THREESCALE-8404](https://issues.redhat.com/browse/THREESCALE-8404) **Verification steps** This...
**What this PR does / why we need it**: [THREESCALE-8633 Refactor mapping rules forms to use the same view](https://issues.redhat.com/browse/THREESCALE-8633) New and Edit Mapping Rule pages were using different styles. This...
**What this PR does / why we need it**: In production mode Quick starts images are not showing. This fix is related to #3729, which was a little confusing, and...
**What this PR does / why we need it**: We say we [support](https://access.redhat.com/articles/2798521) PostgreSQL 13, so we'd rather test it. On the other hand, the built-in Postgres is version 10...
[THREESCALE-10268: Account Settings > Integrate > Webhooks](https://issues.redhat.com/browse/THREESCALE-10268) Before: After:
Apparently HTML placeholders wasn't a thing in 2012 and Internet Explorer did not support it. But modern browsers do. And we don't even support IE anymore. See original PR at...