1. 23 10月, 2020 2 次提交
  2. 21 10月, 2020 2 次提交
    • A
      Further cleanup the sync script · c93169a9
      Andrea Frittoli 提交于
      Cleanup typos, simplify logic in a few places.
      Make the list of files config a dict instead of a list of dicts.
      Signed-off-by: NAndrea Frittoli <andrea.frittoli@gmail.com>
      c93169a9
    • P
      refactor sync script · c4894b3a
      popcor255 提交于
      As a developer, it is difficult to make changes to a script and ensure that nothing is broken without tests. Test are added in this patch with 80% code coverage. The script has also been refactored to increase readability. This refactor is not a pure refactor. The sync did not work properly. There is a list of bugs that reported the script generating broken links, #160, #126, #158, #133, #134. This refactor also includes a patch that fixes these bugs. The patch redirects a user to github if there is a relative link to a file that does not exist. This is important because some links will reference a snippet of code, test, or example. These artifacts are not docs, they are not rendered properly on the site. It is better to redirect the user to the intended artifact if the file is not synced. This prevents random 404s, and preserves the original behavior of the sync script. There are other approaches to fix this bug. This includes, manually editing links, downloading the files that the broken link are referencing in the sync config file, or removing the broken links. This is the best approach because broken links are automatically fixed and do not require manual intervention. This approach causes a side effect of not requiring the config file to be up-to date because the script will redirect the user to github. We want to encourage frequent sync. So eventually, this script should become tekton-ified (tekton task) and placed into the tekton catalog repo. Sync needs to become a tekon task in order for every repo to sync docs on push event.
      c4894b3a
  3. 10 10月, 2020 2 次提交
  4. 22 9月, 2020 1 次提交
    • P
      remove modal from interactive tutorials · f2d525e0
      popcor255 提交于
      The modal in the interactive tutorials is difficult to navigate. I can not scroll (left to right) and (up and down) because of the embedded iframe.
      f2d525e0
  5. 10 9月, 2020 1 次提交
  6. 03 9月, 2020 1 次提交
  7. 02 9月, 2020 1 次提交
  8. 20 8月, 2020 1 次提交
    • A
      Update Katacoda scenarios to Kubernetes 1.18 · abe688ec
      Alan Greene 提交于
      Update all Katacoda scenarios to run on Kubernetes 1.18, with
      a 2 node cluster.
      
      Fix some issues in the tasks and runs scenarios that seem to have
      been undone in rebases before they were merged.
      
      Update the Dashboard scenario to run the latest Pipeline and
      Dashboard versions at time of writing.
      
      Remove the use of the ingress in the Dashboard scenario since
      it appears unstable on Katacoda with kubernetes 1.18. Using a
      port-forward is sufficient for this scenario.
      abe688ec
  9. 12 8月, 2020 1 次提交
    • A
      Add Katacoda playground · 648a2291
      Alan Greene 提交于
      Add a Katacoda scenario that can act as a playground for users
      to experiment with Tekton in a sandbox environment.
      
      This environment provides a 2-node Kubernetes cluster with the
      following projects installed:
      - Pipelines v0.14.3
      - Dashboard v0.8.2
      - CLI v0.11.0
      
      Typical startup time is <1minute, but may take 2 or 3 minutes
      in some cases. The installation should not require any manual
      steps by the user.
      648a2291
  10. 31 7月, 2020 1 次提交
  11. 29 7月, 2020 1 次提交
    • A
      Update image URLs in dashboard Katacoda tutorial · 682190cf
      Alan Greene 提交于
      Katacoda supports linking to images in the assets folder. Update our
      existing links to use this approach instead of using the GitHub 'raw'
      URLs as this gives us greater portability for the tutorials and ensures
      the correct version of the images is loaded even if we stop loading content
      from the `master` branch in future.
      682190cf
  12. 21 7月, 2020 2 次提交
  13. 20 7月, 2020 1 次提交
  14. 27 6月, 2020 2 次提交
  15. 18 6月, 2020 2 次提交
  16. 16 6月, 2020 1 次提交
  17. 15 6月, 2020 2 次提交
  18. 11 6月, 2020 1 次提交
  19. 10 6月, 2020 4 次提交
  20. 02 6月, 2020 1 次提交
  21. 29 5月, 2020 3 次提交
  22. 28 5月, 2020 1 次提交
    • P
      Fix css from breaking for different browsers · 0e163e10
      popcor255 提交于
      The banner for cd foundation and partners are off center after a certain size of 1739px. As a user this breaks the flow and decreases the usuability of the website.
      
      Change broken CSS styles
      
      The padding for the banners on the tekton webpage had incorrect max-widths and some strange padding.
      As a user these changes improve the flow of the website.
      
      add bg color to wrapper below container
      
      The rendering on IOS mobile devices are different and causes the style to overridden on IOS devices. Removing the Copyright on the footer. Added the class for styles one element below to fix this issue
      
      remove bootstrap styling
      0e163e10
  23. 26 5月, 2020 1 次提交
  24. 19 5月, 2020 1 次提交
    • S
      Remove sbwsg from OWNERS · 78a94dfb
      Scott 提交于
      It made sense for me to be in OWNERS file while we were releasing Beta
      but I'm not on top of current website planning/work to review PRs.
      78a94dfb
  25. 18 5月, 2020 2 次提交
    • A
      Update 'Edit this page' link to point to correct project repo · 246eb247
      Alan Greene 提交于
      Add support for a custom page param that can be used to point the
      links in the sidebar to the correct project repos.
      
      'Edit this page' will open the editor pointing to the correct file
      in the project repo, instead of trying to find it in the website repo.
      
      'Create an issue' will open the new issue UI in the target project repo.
      246eb247
    • S
      Fix username formatting. · 59e714e8
      Sergetron 提交于
      Fixes username formatting.
      59e714e8
  26. 15 5月, 2020 1 次提交
  27. 13 5月, 2020 1 次提交
    • P
      Add style to make website responsive. 🎨 · 869c4b45
      popcor255 提交于
      Move styles from _variables to _styles_project so it easier to maintain styles. Privacy notice banner was offset was not visible when site was docked to partial view. This allows a user to view the privacy notice properly. Add styling to takton banner hero logo. Logo breaks flow. Chaning the css to fix this issue. Added var to scss to increase readability.
      869c4b45