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

Feature/disable apikey #1518

Merged
merged 22 commits into from
Sep 21, 2016
Merged

Feature/disable apikey #1518

merged 22 commits into from
Sep 21, 2016

Conversation

55
Copy link
Contributor

@55 55 commented Sep 9, 2016

Closes #622

@55 55 added this to the Sprint 30 milestone Sep 9, 2016
@55 55 added the in progress label Sep 9, 2016
@55
Copy link
Contributor Author

55 commented Sep 9, 2016

Blocked by #1520

@55 55 added the blocked label Sep 9, 2016
@bajiat
Copy link
Contributor

bajiat commented Sep 13, 2016

Status update? Can you start by adding UI and only then store to UI?

@55
Copy link
Contributor Author

55 commented Sep 14, 2016

@bajiat, yes, the problem is that I couldn't submit Proxy form. Trying it again today.
UI is in a place.

@55
Copy link
Contributor Author

55 commented Sep 14, 2016

@bajiat
Everything is in place. Schema is aligned with API Umbrella. Since Proxy settings can't be saved to API Umbrella for now, not able to test it.
Waiting for #1510 to be done and merged.

@55 55 removed the blocked label Sep 16, 2016
@55 55 modified the milestones: Sprint 31, Sprint 30 Sep 16, 2016
'disable_api_key': {
type: Boolean,
optional: true,
label: 'Disable API Key',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to internationalize this label.

@brylie
Copy link
Contributor

brylie commented Sep 19, 2016

Add internationalization.

@brylie
Copy link
Contributor

brylie commented Sep 20, 2016

This is really close. Just switch identifiers to ID rather than class, when there is only one 'instance' or a particular element on a page.

@@ -120,9 +120,31 @@
{{_ "proxyBackendForm_apiPort_helpText" }}
</p>
</div>

<!-- Advanced settings -->
<div class="form-group col-md-12 advanced-settings">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this is the only 'advanced-settings' element on the page, use id instead of class.

</div>

<!-- submit button -->
<button type="submit" class="btn btn-primary pull-right">Save proxy settings</button>
<button type="submit" class="btn btn-success pull-left save-proxy-button">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this is the only 'save-proxy-button' element on the page, use id rather than class.

@brylie brylie merged commit e680725 into develop Sep 21, 2016
@brylie brylie deleted the feature/disable-apikey branch September 21, 2016 10:07
@ilarimikkonen ilarimikkonen added this to In Review in apinf/platform Apr 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants