plots2
                                
                                 plots2 copied to clipboard
                                
                                    plots2 copied to clipboard
                            
                            
                            
                        Bump grape-swagger from 1.4.2 to 1.5.0
Bumps grape-swagger from 1.4.2 to 1.5.0.
Changelog
Sourced from grape-swagger's changelog.
1.5.0 (July 28, 2022)
Features
Fixes
- #860 chore: Included githubactions in the dependabot config
@naveensrinivasan- #843 Syntax errors in README.md examples
@remvee- #844 Fixes the regexp used for parsing routes
@senhalil- #847 Parse route_param type for nested endpoints
@dmoss18- #856 Remove unused methods in GrapeSwagger::DocMethods::BuildModelDefinition
@takahashim- #858: Set permissions for GitHub actions
@naveensrinivasan- #853: Add webrick to support Ruby 3.x
@takahashim- #852: Fix example to work
@takahashim- #846: Refactor oapi fetch task
@Vachman- #850: Fix value of enum to be Array
@takahashim1.4.3 (January 5, 2022)
Fixes
- #850: Fix value of
enumto beArray-@takahashim- #846: Fixes oapi rake tasks, allows generating sepcs for different API versions.
- #852: Fix example to work without error -
@takahashim- #853: Add webrick gem so that example works in Ruby 3.x -
@takahashim- #844: Fixes the regexp used for parsing routes -
@senhalil- #862: Allow using nicknames for body definitions -
@magni-- Your contribution here.
Commits
- 1eb9fe6Prepare release 1.5.0 (#864)
- 966b594Bump actions/checkout from 2 to 3 (#863)
- 43bcdb4chore: Included githubactions in the dependabot config (#860)
- fc9a18cSyntax errors in README.md examples (#843)
- 013d2daFixes the regexp used for parsing routes (#844)
- 908a7a8Parse route_param type for nested endpoints (#847)
- d576663Remove unused methods in GrapeSwagger::DocMethods::BuildModelDefinition (#856)
- c3a4bb3Set permissions for GitHub actions (#858)
- 1a3e3f5Allow using nicknames for body definitions (#862)
- 06975c8Add webrick to support Ruby 3.x (#853)
- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- @dependabot rebasewill rebase this PR
- @dependabot recreatewill recreate this PR, overwriting any edits that have been made to it
- @dependabot mergewill merge this PR after your CI passes on it
- @dependabot squash and mergewill squash and merge this PR after your CI passes on it
- @dependabot cancel mergewill cancel a previously requested merge and block automerging
- @dependabot reopenwill reopen this PR if it is closed
- @dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- @dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- @dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- @dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Code Climate has analyzed commit 5d1d8d70 and detected 0 issues on this pull request.
View more on Code Climate.
This pull request generated screenshots of many common pages in the running app. You should be able to download and view them here: https://github.com/publiclab/plots2/suites/7582524352/artifacts/313796919
Codecov Report
Merging #11312 (5d1d8d7) into main (3b7222e) will decrease coverage by
0.11%. The diff coverage isn/a.
@@            Coverage Diff             @@
##             main   #11312      +/-   ##
==========================================
- Coverage   82.46%   82.35%   -0.12%     
==========================================
  Files          98       98              
  Lines        5995     5995              
==========================================
- Hits         4944     4937       -7     
- Misses       1051     1058       +7     
| Impacted Files | Coverage Δ | |
|---|---|---|
| app/services/execute_search.rb | 88.88% <0.00%> (-5.56%) | :arrow_down: | 
| app/api/srch/search.rb | 66.66% <0.00%> (-3.85%) | :arrow_down: |