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

Fix/#2 status codes #65

Merged
merged 4 commits into from
Aug 13, 2019
Merged

Conversation

zecarrera
Copy link

What:
Issue #2 Add More Status Codes

Why:
Increases number of options given when adding a route

How:
Added Status Codes 503 and 504.
Added optgroup to dropdown selector to split up different types

Checklist:

  • Tests
  • Ready to be merged

List had already been increased since the issue was raised, so decided just to verify which other codes are amongst the most frequent ones and then decided to add 503 and 504. Also followed the suggestion made in the previous PR that was closed, where the optgroup option was mentioned.

boyney123 and others added 4 commits July 25, 2019 11:26
* Update changelog for 1.2.0

* feat(security): prevent secrets from leaking to source control (boyney123#59)

* feat(security): prevent secrets from leaking to source control

* chore: update lint-staged pacakgeto use v9

* fix: update versions

* fix(security): add secrets baseline
@codecov-io
Copy link

Codecov Report

Merging #65 into master will increase coverage by 0.07%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master      #65      +/-   ##
==========================================
+ Coverage   94.77%   94.84%   +0.07%     
==========================================
  Files          20       20              
  Lines         287      291       +4     
  Branches       55       55              
==========================================
+ Hits          272      276       +4     
  Misses         15       15

@boyney123 boyney123 changed the base branch from master to 1.2.1 August 13, 2019 09:20
@boyney123 boyney123 merged commit 742587b into boyney123:1.2.1 Aug 13, 2019
@boyney123
Copy link
Owner

This is great @zecarrera 🙏

Thanks for the contribution, I will work to get a release out

boyney123 added a commit that referenced this pull request Aug 13, 2019
* Update changelog for 1.2.0

* Fix/#2 status codes (#65)

* 1.2.0 (#62)

* Update changelog for 1.2.0

* feat(security): prevent secrets from leaking to source control (#59)

* feat(security): prevent secrets from leaking to source control

* chore: update lint-staged pacakgeto use v9

* fix: update versions

* fix(security): add secrets baseline

* 🚧 Added two extra status codes

* ✅ Unit checks now validates options groups

* 🚧 Label is only visible as a label attribute

* Update changelog for 1.2.1

* fix(security): clean up markdown (#64)

* Update changelog for 1.2.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants