Skip to content
Permalink

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: tektoncd/website
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: tektoncd/website
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: docsy_update
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 8,206 files changed
  • 2 contributors

Commits on Jul 28, 2022

  1. Update docsy version

    Docsy now has versioned releases and uses Hugo modules (a wraper around
    Go modules), this PR update the website to be compatible with the latest
    version of Docsy.
    
    - Create go.mod and go.sum files for compatibility with Hugo modules.
    - Delete checked in theme and dependencies.
    - Update base layout for compatibility with latest theme.
    - Update packaje.json to match required dependencies and replace legacy
      values
    geriom committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    e12f850 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94a2c10 View commit details
    Browse the repository at this point in the history
  3. Cosmetic improvements

    geriom committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    d88e982 View commit details
    Browse the repository at this point in the history
  4. fixed vault styling errors

    geriom committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    a001d63 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dadc09c View commit details
    Browse the repository at this point in the history
  6. Fix "Unsafe repository" error

    Add instruction in Dockerfile to declare the /src folder a trusted Git
    directory.
    geriom committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    aa0a03e View commit details
    Browse the repository at this point in the history
  7. Disable search and tracking on branch

    Signed-off-by: Andrea Frittoli <andrea.frittoli@gmail.com>
    afrittoli authored and geriom committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    0015572 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aa2ecf7 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Re-enable search and analytics

    geriom committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    6255f75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c37e9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f02db39 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Configuration menu
    Copy the full SHA
    dedc973 View commit details
    Browse the repository at this point in the history
  2. Create custom meta-links

    Because Tekton imports content from several repos, this custom partial
    ensures that the "edit" link points to the correct location.
    geriom committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    5a2af2f View commit details
    Browse the repository at this point in the history
Loading