Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-29 | Changed sleep time in examples | Dmitrii Ustiugov | |
from 0.1 sec to 1 sec (in two places), according to the feedback | |||
2019-05-29 | Changed example command for profiling CPU/heap | Dmitrii Ustiugov | |
Profiling a container that runs `sleep 1000` command dumps an empty CPU profile that may cause unnecessary questions. I suggest replacing this example with one mentioned in the same doc above. | |||
2019-05-19 | Corrected typo | Anand | |
2019-05-15 | Add direct link to create compatibility issue. | Ian Lewis | |
- Direct link to create compatibility bug. - Add link to open compatibility issues. | |||
2019-05-15 | Fix the link to the list of canonical repos. | Ian Lewis | |
2019-05-13 | Fixup redis container count. | Adin Scannell | |
2019-05-13 | Drop confusing kvm-bare syscall time | Adin Scannell | |
The difference is only due to different machines. | |||
2019-05-13 | Upload latest set of benchmarks | Zach Koopmans | |
Also includes redis density benchmark. | |||
2019-05-13 | Clarify sizes and file locations. | Adin Scannell | |
2019-05-13 | Address minor feedback. | Adin Scannell | |
2019-05-13 | Add clarifying notes. | Adin Scannell | |
2019-05-13 | Update fio to display in log scale | zkoopmans | |
2019-05-13 | Update applications numbers after node/ruby refactor | zkoopmans | |
2019-05-13 | Adding data from working benchmarks | zkoopmans | |
2019-05-13 | Add performance guide. | Adin Scannell | |
2019-05-07 | build: fix deploy target for Makefile | Adin Scannell | |
Because the go.mod and related files were not being copying, the packages are resolved within the current $GOROOT, which does not work. This change copies all application files, not just Go source files and app.yaml. | |||
2019-05-07 | Fix links to syscall man pages (refs: #50) | Ian Lewis | |
2019-04-28 | Add script parameter for /rebuild | Adin Scannell | |
... Otherwise, the deploy fails. | |||
2019-04-26 | cmd/gvisor-website: add /rebuild and cron | Adin Scannell | |
In order to ensure that the system call descriptions and other documentation that will be sourced from the main repository remains up to date, add a hook that allows the site to submit a rebuild to Google Cloud Builder. This can be triggered manually by an admin, or will be triggered every 24 hours by a new cron configuration. | |||
2019-04-24 | Fix feature block rendering (fixes #56) | Ian Lewis | |
- Render feature blocks as markdown again. - Feature block inner content is contained in a <div> rather than a <p> to avoid nested <p> tags. | |||
2019-04-23 | Fix some html errors (refs #46 #51) | Ian Lewis | |
- Fix duplicate main_navbar id on top page. - Fix missing ';' in nbsp entity in footer. - Fix nested <a> tags in checkpoint/restore doc. - Fix nested <p> tags on top page feature blocks. - Add '--check-html' option to htmlproofer build step. | |||
2019-04-23 | Mark themes/docsy as vendored. | Ian Lewis | |
2019-04-23 | Redirect www.gvisor.dev to gvisor.dev | Ian Lewis | |
2019-04-23 | Updated docsy to HEAD | Ian Lewis | |
- Docsy has support for the _styles_project.scss file now so we don't need to override main.scss anymore. - Docsy doc edit links now work for non-multilingual sites so we don't need to override page-meta-links.html anymore. | |||
2019-04-17 | Update Linux version requirement for GSO | Fabricio Voznika | |
2019-04-15 | Install gVisor using a subshell. | Ian Lewis | |
If the user copy-and-pastes the commands to install gVisor in one go, the commands should stop early if there is an error. Particularly, if the runsc sha does not match. | |||
2019-04-15 | Add some basic questions to the FAQ | Ian Lewis | |
- Adds some basic questions and answers to the FAQ about supported CPU architectures and binary formats. - Adds a variable and shortcode for the minimium required Linux version. | |||
2019-04-15 | Add troubleshooting section to README (fixes #28) | Ian Lewis | |
2019-04-12 | Use HUGO_ENV="production" to avoid noindex header | Adin Scannell | |
2019-04-10 | Added "Powered by gVisor" image to footer | Fabricio Voznika | |
2019-04-09 | Specify /proc explicitly | Michael Pratt | |
2019-04-08 | Edits to user guide + added filesystem section | Fabricio Voznika | |
2019-04-08 | Update markdown formatting in security.md | Adin Scannell | |
2019-04-08 | Improve some text in the security.md | Adin Scannell | |
2019-04-04 | Update debugging.md | Fabricio Voznika | |
2019-04-04 | Addressed comments | Fabricio Voznika | |
2019-04-04 | Add runsc debug commands to Debugging section | Fabricio Voznika | |
2019-04-04 | Update oci.md | Fabricio Voznika | |
2019-04-04 | Update kubernetes.md | Fabricio Voznika | |
2019-04-04 | Update _index.md | Fabricio Voznika | |
2019-04-04 | Expand user guide landing page | Fabricio Voznika | |
2019-04-05 | Remove login interstitial | Ian Lewis | |
2019-04-05 | Updated README to be more contributor friendly | Ian Lewis | |
- Remove doc about deploying and running Cloud Builds since that is mostly handled by CI. - Re-organize to have info on contributing first. | |||
2019-04-05 | Remove confusing fully- prefix | Adin Scannell | |
2019-04-05 | Adjust font sizes for headers | Ian Lewis | |
2019-04-04 | Update assets and favicons | Adin Scannell | |
2019-04-04 | Update install_gvisor.md | Fabricio Voznika | |
2019-04-04 | Fix broken sentence | Fabricio Voznika | |
2019-04-04 | Add required version to Docker user guide. | Ian Gudger | |
2019-04-04 | Only deploy if in the gvisor-website project | Ian Lewis | |