Giter Site home page Giter Site logo

argo-site's Introduction

slack

Argoproj - Get stuff done with Kubernetes

Argo Image

What is Argoproj?

Argoproj is a collection of tools for getting work done with Kubernetes.

  • Argo Workflows - Container-native Workflow Engine
  • Argo CD - Declarative GitOps Continuous Delivery
  • Argo Events - Event-based Dependency Manager
  • Argo Rollouts - Progressive Delivery with support for Canary and Blue Green deployment strategies

Also argoproj-labs is a separate GitHub org that we setup for community contributions related to the Argoproj ecosystem. Repos in argoproj-labs are administered by the owners of each project. Please reach out to us on the Argo slack channel if you have a project that you would like to add to the org to make it easier to others in the Argo community to find, use, and contribute back.

Community Blogs and Presentations

Project specific community blogs and presentations are at

Adopters

Each Argo sub-project maintains its own list of adopters. Those lists are available in the respective project repositories:

Contributing

To learn about how to contribute to Argoproj, see our contributing documentation. Argo contributors must follow the CNCF Code of Conduct.

For help contributing, visit the #argo-contributors channel in CNCF Slack.

To learn about Argoproj governance, see our community governance document.

Project Resources

argo-site's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

argo-site's Issues

Migrate to Google Analytics 4 (GA4)

This issue is part of a CNCF-wide effort to upgrade project websites to GA4 since Google has deprecated Universal Analytics (UA). For more details, see:

Tasks: stages 1, 2 & 3

  • Create a GA4 site tag under the CNCF projects account.
    The new GA4 stream measurement ID is: G-5Z1VTPDL73
  • Connect the following UA IDs from the GA4 web data stream:
    • Main site - UA-105170809-1
    • Blog - UA-105170809-1 - same as main site
    • CD - UA-105170809-2
    • cd.apps.argoproj.io - UA-105170809-6, console. The site ID appears in argo-cd-cm.yaml. Look into GA4 for React apps. @alexmt says it isn't required
    • Events - UA-105170809-9
    • Rollouts - UA-105170809-3
    • Workflows - UA-105170809-7
  • Register domains for cross-domain tracking:
    • Exactly match domain name: argo-cd.readthedocs.io
    • Exactly match domain name: argoproj.github.io -- all projects other than CD are served from this domain
  • Use GA4 site tag via gtag.js:
  • Confirm that the GA4 site tag is receiving events from:
    • Main site
    • CD
    • Events
    • Rollouts
    • Workflows
  • Confirm that the UA site tag(s) are still receiving events:
    • Main site - UA-105170809-1
    • CD
    • Events - UA-105170809-9
    • Rollouts - UA-105170809-3
    • Workflows - UA-105170809-7

Later

/cc @nate-double-u @caniszczyk


Current website analytics info:

Google Analytics migration follow up

This is a followup to:

Once the migration to GA4 has been completed and UA event processing stops:

  • Remove the UA ID from
    trackingIds: ["G-5Z1VTPDL73", "UA-105170809-1"],

    Done via #119
  • Ensure that GA tracking is enabled for production builds only. This applies to the main site as well as subproject sites like CD
  • Ensure that GA tracking is enabled for the official sites only, not mirror sites. For an example of a mirror site, see the comment in argoproj/argo-workflows#9766 (comment)

Slack invitation link was expired

The invitation link https://argoproj.github.io/community/join-slack was expired.

image

This invite link is no longer active.
Please check with the person who shared it with you to see if there's a new link available.

We have to recreate the link.

https://slack.com/help/articles/201330256-Invite-new-members-to-your-workspace#share-an-invite-link

Workspace Owners and Admins can create a link that anyone can use to join their workspace.
Invite links can be used by up to 2,000 people.
You'll need to create a new link if you reach this limit.

https://argoproj.github.io/docs/argo/examples/readme.html outdated

Page contains the outdated text:
https://github.com/argoproj/argo/blob/master/pkg/apis/workflow/v1alpha1/types.go

Should be (per https://github.com/argoproj/argo/blob/master/examples/README.md):
https://github.com/argoproj/argo/blob/master/pkg/apis/workflow/v1alpha1/workflow_types.go

Assume something missed in (cd ../go/src/github.com/argoproj/argo && git pull https://github.com/argoproj/argo.git), run './scripts/copy-docs.sh', yarn build && yarn deploy steps.

Slack join link no longer active.

The slack invite on the bottom of the argo workflows page https://argoproj.github.io/argo is no longer active.

Upon clicking on it I am taken to a slack page that says "This invite link is no longer active. Please check with the person who shared it with you to see if there's a new link available."

Page overflows on mobile

On mobile, the menu causes the page size to be too wide. Overflow isn't handled properly.

Screen.Recording.2024-06-05.at.11.11.03.AM.mov

Autogenerate the list of users from USERS.md in each subproject repos

We had a script to fetch all USERS.md from all subproject repos and then render the logos dynamically on our website. However, for our new version of website, new users need to be added manually and I don't think this gets updated much. https://github.com/argoproj/argo-site/tree/master/content/members

From @alexmt:

we did not update script after migrating to new website.
In old web site we were using logos hosted by clearbit.com so it was enough to just generate list of links. We new design we need to download image.

Just in case here is old script. https://github.com/argoproj/argo-site/blob/faf830d9e19260f69ade594a2857499fa8c31c6c/scripts/logos.sh
We definitely can modify it to work with the new website

Consider dropping yarn

NPM is being used and is sufficient as a package manager. We can also run all scripts using NPM. Why have the extra dependencies of yarn?

Consider dropping lock files

PR #64 was the first to include NPM and Yarn lock files. Was this by mistake? No other PR since then has updated the lock files. I'd consider dropping the two lock files.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.