Closed gordonbanderson closed 6 years ago
See https://travis-ci.org/gordonbanderson/silverstripe-seo-1/jobs/373749675 for Circle CI report
Merging #24 into master will decrease coverage by
0.22%
. The diff coverage is0%
.
@@ Coverage Diff @@
## master #24 +/- ##
============================================
- Coverage 33.78% 33.55% -0.23%
- Complexity 174 175 +1
============================================
Files 16 16
Lines 447 450 +3
============================================
Hits 151 151
- Misses 296 299 +3
Impacted Files | Coverage Δ | Complexity Δ | |
---|---|---|---|
src/Extensions/PageHealthExtension.php | 0% <0%> (ø) |
7 <0> (+1) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update da9fff1...59f0364. Read the comment docs.
Nice @gordonbanderson thank you.
The owner of the repo can do the squash merge, that's the way I normally go. Too lazy to git rebase -i ;) I have just discovered a bug though, it fails on new pages as they are not publicly visible. As such hold off on a merge of any sort.
Sure that's fine, I can do that.
Didn't know that you could squash with rebase :octocat:
This is how I normally squash:
git log
git reset --soft COMMIT_HASH
git add .
git commit -m "FEATURE: blah"
git push -f
I've refactored a lot of this rendered html stuff in master and was able to retain backwards compatibility without bumping the major version, so you'll likely see this stuff (albeit slightly altered to suit) in v1.1
I contemplated adding draft/versioning support for the analyses etc but yet to think of a decent way to do that.
^^ That looks way faster than git rebase -i
:)
I cannot immediately see a solution to this problem, try overriding 'nginx' name of container to the same as docker inspect, but no dice. Don't have time to debug now, will revisit later.
hi,
I ran into an issue whereby the site just hung when editing due to the public URL not being the same as the site URL from a docker container perspective. As such, this provides an optional configuration override to change the URL. Documented in README, which I line break length fixed.
As an extra I've added a Circle CI file, tests were taking around a minute, and are passing for the one combination provided in the config file.
Cheers
Gordon