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

Rebuild hyperlink #2382

Merged
merged 41 commits into from Aug 3, 2018
Merged

Rebuild hyperlink #2382

merged 41 commits into from Aug 3, 2018

Commits on Jul 23, 2018

  1. Configuration menu
    Copy the full SHA
    b6fedfa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0f9ed5 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2018

  1. Resolve relative hrefs from README's to their github.com url instead …

    …of linking locally inside docs
    Munter committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    b70a775 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    958c136 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa437ea View commit details
    Browse the repository at this point in the history
  4. Update webpack docs china link

    Munter committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    63ae0bd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    00e8fbc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a317676 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    12dccb7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    de51fb0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    42b9d84 View commit details
    Browse the repository at this point in the history
  10. Remove unused code

    Munter committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    adcd3bd View commit details
    Browse the repository at this point in the history
  11. Fix link that was redirected

    Munter committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    422e7fa View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f400cd2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1c3ee46 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fc4e876 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b363414 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2018

  1. Configuration menu
    Copy the full SHA
    bd227a8 View commit details
    Browse the repository at this point in the history
  2. Rewrite links from https://npmjs.com to https://www.npmjs.com to avoi…

    …d the inevitable redirect
    Munter committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    ade9cb7 View commit details
    Browse the repository at this point in the history
  3. Skip checking links to npmjs.com/package that causes hyperlink to get…

    … http 500 responses. This should probably be reverted and fixed later
    Munter committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    1a19c2d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    071407e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    73dec22 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    73779f7 View commit details
    Browse the repository at this point in the history
  7. Remove jscs-loader. The project is deprecated, merged with eslint and…

    … the domain we link to is for sale
    Munter committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    43967dd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a8c6872 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    076dd73 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2ef4cb9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4932f17 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3ddaa42 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2018

  1. Fixed more broken links

    Munter committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    2438e5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    710188c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    972de53 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ebede53 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9e8fab8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    42cb344 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cabd893 View commit details
    Browse the repository at this point in the history
  8. Skip link checking or opencollective.com/webpack. Massive html respon…

    …se made the checker go into CPU overdrive
    Munter committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    5321534 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2018

  1. Configuration menu
    Copy the full SHA
    7b20e07 View commit details
    Browse the repository at this point in the history
  2. Use new release of hyperlink

    Munter committed Jul 29, 2018
    Configuration menu
    Copy the full SHA
    21c589f View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2018

  1. feat(infra) Travis optimization (#2404)

    * Fix internal fragmtn links in optimization.md
    
    * Skip link checking or opencollective.com/webpack. Massive html response made the checker go into CPU overdrive
    
    * Try out travis staged build
    
    * Add proselint
    
    * Upgrade pip before using it
    
    * Move before-hooks around to try and make proselint install
    
    * Try adding python as a language as well to geet an updated version
    
    * More messing with config
    
    * Manually handle node versioning
    
    * Add node minor version to nvm install. Defaulted to slightly too low version
    
    * Manually install node 8.11
    
    * Try a matrix build to separate node and python stuff
    
    * Add linkcheck task and try a different cahce setup
    
    * Minor name change to test if cache works correctly across builds
    
    * Attempt to combine matrix and staged build
    
    * Attempt going back to staged build
    
    * Bump travis
    
    * Ping Travis. You alive?
    
    * Fix broken travis.yml
    
    * Fix wrong stage order
    
    * Explicitly run specific lintings, exclude proselint
    
    * Allow failures for link checker
    
    * Change proselint cache directory. Maybe this works
    
    * Add new script to fetch repository names that the docs should contain. Try to centralize github API usage to avoid rate limitations
    
    * Add caching to eslint
    
    * Remove parts of deploy.sh that are now run by travis
    
    * Added new ./repositories to store github api results
    
    * Replace fetch.sh with npm scripts and fetch-package-readmes.js
    
    * Attempt to make caches more specific to the containers and stages they refer to
    
    * Remove deprecaed fetch_packages script. Now replaced by two-step fetch-package-repos and fetch-package-readmes
    
    * Attempt a more windows friendly build by using npm and webpack instead of shell commands
    
    * Disable link checking for now to speed up builds
    
    * Revert "Disable link checking for now to speed up builds"
    
    This reverts commit 7d4bb06.
    
    * Add dist to proselint cache so generated content also gets checked
    
    * Remove unnessessary GITHUB_TOKEN env variable check in repo fetching script
    
    * Revert "Add dist to proselint cache so generated content also gets checked"
    
    This reverts commit fc7676d.
    
    * Rework pipeline for better speed and make proselint a deployment blocker
    
    * Rename build stage to reflect its actions
    
    * Run content-tree only after generating all external content
    
    * Remove link to non-existing named-modules-plugin
    
    * Fix double slashes in edit links
    
    * Rename stages
    
    * Add new internal link check as a blocking check
    
    * Fix wrong name in allowed_failures config
    Munter authored and montogeek committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    ab6f6c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e48c836 View commit details
    Browse the repository at this point in the history