-
Notifications
You must be signed in to change notification settings - Fork 27
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: DocNow/diffengine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: pallih/diffengine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 13 commits
- 1 file changed
- 1 contributor
Commits on Jun 25, 2017
-
Defaults to INFO, both on read (to make sure that old setups without the value in config.yaml don’t fail) and generation of new config file. Sets the peewee logger to WARNING
Configuration menu - View commit details
-
Copy full SHA for 2b6cada - Browse repository at this point
Copy the full SHA 2b6cadaView commit details -
Introduce a config parameter: urlregex
Allows for a regex to be applied to each article url when first encountered in a feed. Born from noticing visir.is editing errors in headlines by changing the url. Example: http://www.visir.is/g/2017170629354/glaepagengi-i-arhusum-ogna-oryggi-almennings Changed to: http://www.visir.is/g/2017170629354/glaepagengi-i-arosum-ogna-oryggi-almennings With a regex that only captures ‘http://www.visir.is/g/2017170629354’ (which is enough for the article to be displayed) then such a change is picked up. Example config: urlregex: (.*\/g\/\d*)
Configuration menu - View commit details
-
Copy full SHA for caf5e70 - Browse repository at this point
Copy the full SHA caf5e70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0af15f5 - Browse repository at this point
Copy the full SHA 0af15f5View commit details -
Introduce a config parameter: urlregex
Allows for a regex to be applied to each article url when first encountered in a feed. Born from noticing visir.is editing errors in headlines by changing the url. Example: http://www.visir.is/g/2017170629354/glaepagengi-i-arhusum-ogna-oryggi-almennings Changed to: http://www.visir.is/g/2017170629354/glaepagengi-i-arosum-ogna-oryggi-almennings With a regex that only captures ‘http://www.visir.is/g/2017170629354’ (which is enough for the article to be displayed) then such a change is picked up. Example config: urlregex: (.*\/g\/\d*)
Configuration menu - View commit details
-
Copy full SHA for 0519f31 - Browse repository at this point
Copy the full SHA 0519f31View commit details -
Merge branch 'master' of github.com:pallih/diffengine
Squashing stray print statement removal commit
Configuration menu - View commit details
-
Copy full SHA for ed2f31a - Browse repository at this point
Copy the full SHA ed2f31aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a05306 - Browse repository at this point
Copy the full SHA 1a05306View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd1c982 - Browse repository at this point
Copy the full SHA dd1c982View commit details
Commits on Jun 27, 2017
-
Prompted by visir.is returning bogus text when True: https://twitter.com/visir_diff/status/879553652842745857
Configuration menu - View commit details
-
Copy full SHA for 9bba66a - Browse repository at this point
Copy the full SHA 9bba66aView commit details -
Prompted by visir.is inserting them in headlines: https://twitter.com/visir_diff/status/879742393389547520
Configuration menu - View commit details
-
Copy full SHA for 9c16fca - Browse repository at this point
Copy the full SHA 9c16fcaView commit details
Commits on Jun 28, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 081e932 - Browse repository at this point
Copy the full SHA 081e932View commit details -
Supply a list of classes that are removed with lxml prior to readability doing it’s parsing. It’s messy but will suffice for now. Prompted because readability does not properly parse pages like this: http://bleikt.pressan.is/lesa/dottir-kallar-mommu-sina-feita-svar-modur-hennar-hefur-vakid-mikla-athygli/ (It Is picking up excerpts at the bottom - with the config: ‘kill_classes: ["articles-with-excerpt”]’ then we are fine)
Configuration menu - View commit details
-
Copy full SHA for b34476d - Browse repository at this point
Copy the full SHA b34476dView commit details
Commits on Jun 29, 2017
-
Similar to kill_classes, but uses lxml’s ‘drop_tag’ that drops the tag, but keeps its children and text. Currently used to collapse div in ruv_diff
Configuration menu - View commit details
-
Copy full SHA for b42e34c - Browse repository at this point
Copy the full SHA b42e34cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3010b2 - Browse repository at this point
Copy the full SHA a3010b2View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master