1. 24 4月, 2023 1 次提交
  2. 14 4月, 2023 3 次提交
  3. 15 3月, 2023 1 次提交
  4. 08 3月, 2023 2 次提交
  5. 08 2月, 2023 2 次提交
    • G
      Rework left-hand nav order · dbe0a935
      Geri Ochoa 提交于
      - Refactor config file for legibiltiy
      - Write new menu logic to pick manual menu from config file
      - Replace spaces with dashes in folder names
      dbe0a935
    • G
      Refactor installation and authentication docs · a4747657
      Geri Ochoa 提交于
      This is the first PR adding vendor-specific documentation.
      
      - Refactor installation docs to make it simpler with tabs for generic
        instructions, Google cloud, and Openshift. This is a multi-PR change.
        The actual installation doc is created on the Pipelines repo and
        rendered on the website.
      
      - Update the build and push how-to with instructions to authenticate to
        Google Artifact Registry.
      
      - Create a new shortcode to commenting out text in the markdown file.
      a4747657
  6. 07 2月, 2023 1 次提交
  7. 26 1月, 2023 1 次提交
  8. 28 12月, 2022 1 次提交
  9. 23 11月, 2022 1 次提交
    • G
      wrong variables in docs · 76dce044
      GoDSiN 提交于
      change "tekton-triggers-core-controller" to "tekton-triggers-core-interceptors"
      76dce044
  10. 14 11月, 2022 2 次提交
    • G
      Typo fixes and small improvements · 19ccbfea
      Geri Ochoa 提交于
      Typo fixes and small quality of life improvements:
      
      - Typo in heading sentence in triggers getting started
      - Update links in landing page
      - Add scrolling and margin to version selector.
      - Typo in community page, misson instead of mission
      - Add vertical scrolling to extra-long code samples.
      - RSS button styles to match other buttons styles.
      19ccbfea
    • G
      Create blog contributions guidelines · 32d804a4
      Geri Ochoa 提交于
      Create a new entry for blog posts in the contribution guidelines
      section.
      32d804a4
  11. 02 11月, 2022 3 次提交
  12. 25 10月, 2022 1 次提交
    • G
      Bump docsy version up to v0.5.1 · 934b1ba7
      Geri Ochoa 提交于
      Bup docsy version and comment out jinja2 code in vendor guidelines.
      
      Some highlights about this new Docsy version:
      
      - Better styles for tabs
      - Improved readfile shortcode rendering
      - Consistent code block styles
      934b1ba7
  13. 19 10月, 2022 1 次提交
    • G
      Create community page · fb51eb37
      Geri Ochoa 提交于
      Community page with links to guidelines, communication channels and the
      community repository.
      fb51eb37
  14. 17 10月, 2022 1 次提交
    • T
      Fix typo in kaniko-build-push.md · f24e6e8f
      TBragi 提交于
      Fixing a small typo which breaks the How-to Guide if followed blindly/copy-pasted.
      The documentation refers to `pipeline,yaml` in line 49, but I believe it should be referring to `pipeline.yaml` ( using a punctuation instead of a comma ).
      f24e6e8f
  15. 15 10月, 2022 1 次提交
    • G
      Create vendor docs folder · 54b61445
      Geri Ochoa 提交于
      - Add contribution guidelines for platform specific docs
      - Simplify existing contribution guidelines
      54b61445
  16. 07 10月, 2022 1 次提交
    • G
      Create installation section · e76e5b8f
      Geri Ochoa 提交于
      This new section surfaces the installation documentation for all the
      Tekton components.
      
      This first iteration adds Pipelines and Triggers, more work is required
      for other components docs to be included here.
      e76e5b8f
  17. 06 10月, 2022 1 次提交
    • G
      Create getting started with triggers · 44d8b2ca
      Geri Ochoa 提交于
      - Add new beginners tutorial for Triggers.
      - Modify Pipelines example to use one parameter.
      - Make some editorial changes to the previous tutorials.
      44d8b2ca
  18. 21 9月, 2022 1 次提交
    • A
      Pin Kubernetes version in getting started tutorial · 7c204954
      Alan Greene 提交于
      Tekton Pipelines currently does not install on Kubernetes 1.25 due
      to use of some deprecated resources that have been removed in that
      release. Pin the version used for the `minikube start` command so
      users following the tutorial have a working environment.
      7c204954
  19. 14 9月, 2022 1 次提交
    • G
      Use generateName in pipelineruns · 2f85f283
      Geri Ochoa 提交于
      To avoid having to delete and reapply a Pipelinerun when developing your
      code, this PR switches to `generateName`, which adds a suffix to have a
      unique name each time.
      
      Additionally, this PR also fixes a problem with the latest version of
      the `git-clone` Task in the Git clone tutorial.
      2f85f283
  20. 23 8月, 2022 1 次提交
    • S
      Update git-clone task instructions per 0.8 · 5d61e48a
      Shubham 提交于
      Recently, the git-clone task was updated to version 0.8 which is not
      backwards compatible in that it is run as a non-root user which does not
      have access to volumes mounted via workspaces by default. To accomodate
      this change, the users need to update their PipelineRuns and TaskRuns
      with `podTemplate.securityContext.fsGroup = 65532` to fix the
      permissions on mounted volumes.
      
      This commit makes this configuration change in the how-to guide.
      5d61e48a
  21. 28 7月, 2022 2 次提交
    • G
      Editorial review · 3d32a32e
      Geri Ochoa 提交于
      Based on feedback, this commit:
      
      -  Explicitly mention in the installation instructions that `tkn` is the
         command name of the Tekton CLI.
      
      -  Provide a better description of when the installation of Tekton
         Pipelines is complete. Namely, when both tekton-pipelines-controller
         and tekton-pipelines-webhook are `READY`.
      
      -  Consistent capitalization of "Task", "TaskRun", "Pipeline",
         "PipelineRun", "Workspace", and "Step". Since these are first class
         objects with a specific meaning meaning within Tekton, we treat them
         as nouns when writing docs.
      3d32a32e
    • G
      Fix code typos · 5f0df0db
      Geri Ochoa 提交于
      Fix typographical errors in the code samples.
      5f0df0db
  22. 15 7月, 2022 1 次提交
  23. 06 7月, 2022 1 次提交
  24. 23 6月, 2022 1 次提交
  25. 16 6月, 2022 1 次提交
    • G
      How to clone a git repo with Tekton · cb484db9
      Geri Ochoa 提交于
      Create a new section for how-to's. This section will include end-to-end
      guides for common tasks. The first one is how to create a Pipeline to
      clone a repository.
      cb484db9
  26. 25 5月, 2022 1 次提交
    • A
      Sync Dashboard docs to the website · 629787d4
      Alan Greene 提交于
      Add most recent release `v0.26.x` and `main` as the only options for
      now as we've updated the structure and links to ensure they work
      correctly on both GitHub and the website.
      629787d4
  27. 24 5月, 2022 1 次提交
  28. 23 5月, 2022 1 次提交
  29. 14 5月, 2022 1 次提交
  30. 05 5月, 2022 1 次提交
  31. 04 5月, 2022 1 次提交
    • G
      Update concepts · c8d84b99
      Geri Ochoa 提交于
      This commit makes some updates to the concepts informations:
      
      - Update the navigation to keep the conceptual information under the
        "Concepts" section, including the main Overview.
      
      - Delete references to deprecated PipelineResources.
      
      - Update path for images to be absolute instead of relative. In some
        documents relative paths don't render correctly.
      c8d84b99
  32. 14 4月, 2022 1 次提交
    • A
      Fix example task · cc425d81
      Adrian Mouat 提交于
      Alpine containers don't have bash, so need to change the first line.
      cc425d81