GitXplorerGitXplorer
t

hub

public
123 stars
100 forks
29 issues

Commits

List of commits on branch main.
Unverified
778a517e4da865716155afcc39cadbace250cc30

Bump @types/node from 22.5.4 to 22.5.5 in /swagger

ddependabot[bot] committed 4 days ago
Unverified
4bf0e42b046967e55b247cf896e33ba30d9bc840

Bump @types/node from 22.5.4 to 22.5.5 in /ui

ddependabot[bot] committed 4 days ago
Unverified
6cb8052aa8c3d38a7a47d70e611c5572ea63b07c

Bumps goa version and updates the gen folder

PPuneetPunamiya committed 6 days ago
Unverified
9d6d9145682d91aba3dc85872ffd252469ff1288

Bump the go-k8s-dependencies group with 2 updates

ddependabot[bot] committed 7 days ago
Unverified
0a2cdf715c0f6cd4dbb70ff29af7a4f6f0d7429e

Bumps goa version and updates the gen folder

PPuneetPunamiya committed 7 days ago
Unverified
b62ed36ed4e9dbad2078479dfe8f2e4c04556d5f

Bump @types/jest from 29.5.12 to 29.5.13 in /swagger

ddependabot[bot] committed 7 days ago

README

The README file for this repository.

Tekton Hub

Tekton Hub logo

The Tekton hub is a web based platform for developers to discover, share and contribute tasks and pipelines for Tekton. This repository contains the source code of this service.

Hub is launched as hub.tekton.dev 📣

Key features

  • Tekton Hub provides the following features:
  1. Display of resources in a curated way:

    User gets detailed information such as description, YAML, tags and rating of resources.

  2. Filter by categories :

    This allows user to filter resources based on categories which will help user to get multiple resources.

  3. Search resources on the basis of name or displayName

  4. Rating

    • User can rate a resource based on the experience
    • This can even help the other user as by knowing the rating they can directly compare and use the resource
  5. Sort resources on the basis of name or rating.

  6. Install resources on cluster :

    • The Tekton Hub provides cluster installation commands for tasks or pipelines.

Hub APIs for Integration

The public hub APIs are exposed for Integration outside hub. You can find the API Policy here.

For documentation of public APIs, you can use Hub Swagger

Deploy your own instance

You can deploy your own instance of Tekton Hub. You can find the documentation here.

Want to Contribute

We are so excited to have you!