Giter Site home page Giter Site logo

redhatofficial.github.io's Introduction

Red Hat on GitHub

We’ve put together a comprehensive list of the projects hosted on GitHub in which Red Hat employees are actively involved. Given the large scope of our open source work, we recognize that we might have missed some projects or gotten a listing wrong. As time passes, more projects with which Red Hat employees collaborate will need to be added to the list. These circumstances, and others we can’t currently foresee, may mean you’ll want to make changes to this list. So, how do you do that?

Adding a project

To add or modify projects to the list on https://redhatofficial.github.io, either submit a pull request or create an issue in the repo. Upon review, the site maintainers will merge the PR or change the content as requested. No direct merges will be accepted.

All projects are stored in the /app/data directory in the projects.json file within the dev branch of this repo. Try to add your project alphabetically (just to make the file easier to search) and create a new object in the JSON that has:

{
  "projectName": "Foo Project",
  "projectDescription": "Lorem ipsum.",
  "projectRepository": "https://github.com/foo",
  "projectWebsite": "http://foo.github.io",
  "category": "Development",
  "twitterHandle": "",
  "twitterURL": ""
}

Be sure to include at least the projectName, projectRepository, and category.

Current categories include:

  • Development
  • Documentation
  • Middleware
  • Operations
  • Organizations
  • Platform
  • Storage

Criteria for adding projects to the page

At this time, only projects that Red Hat employees are required to work on as part of their job will be listed. This includes projects Red Hat stewards as well as projects in which Red Hat is just one contributor among others. For now, don't list sub-projects if at all possible. Eventually we will get to that, but for now, top-level projects only, please.

Please don't add projects for which you volunteer. There are so many amazing projects that Red Hatters work on as enthusiasts, ourselves included, but too many to recognize here.

These criteria may be subject to change as the page evolves.

Criteria for featured projects

Any project can appear in the Featured Projects section. To do so, the project must have a logo, as well as a straightforward and brief web description. Please submit your request as an ISSUE for this repo. No PRs, please, as updating the cards at this point in time involves changing multiple files.

What about projects not on GitHub?

This list is just for Red Hat contributions to projects hosted on GitHub. See https://community.redhat.com/software/ for a more comprehensive listing of Red Hat's contributions to free and open source projects, regardless of where they are hosted.

Hosting projects on /RedHatOfficial

Open an issue in this repo, and the owners of the RedHatOfficial organization will get in touch with you.

Quick start

git clone https://github.com/RedHatOfficial/RedHatOfficial.github.io.git
cd RedHatOfficial.github.io

Building and running locally

To build and run this project in your local dev environment, follow the instructions below. Be sure you have Node.js installed before you start.

  1. Install dependencies: npm install
  2. Run the local development server: npm start

The web page will start running on localhost:8080.

Built with

This site was created using Angular, webpack, NPM, Babel, Sass, and Netlify.

Licensing

  • CC BY-SA 4.0 for the displayed page and primary license for this repository
  • MIT for the JavaScript
  • CC0 for the HTML and CSS

Red Hat trademarks are not subject to the above license grants.

redhatofficial.github.io's People

Contributors

aljesusg avatar anwesh-b avatar bennypowers avatar bonzini avatar bproffitt avatar castastrophe avatar cybette avatar davidmalcolm avatar dependabot-preview[bot] avatar dependabot[bot] avatar greg-hellings avatar iranzo avatar jeichler avatar jkbrock avatar jpkrohling avatar kenfinnigan avatar keszybz avatar mheon avatar mohitsuman avatar mprpic avatar rdebeasi avatar reesesthomp avatar rethomps avatar rst0git avatar rvansa avatar tomato42 avatar venefilyn avatar vstinner avatar wking avatar xsuchy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

redhatofficial.github.io's Issues

Add a "projectStatus" property to projects

Quite a few projects listed on the file projects.json are archived (halted, sunset, terminated and other variations). One such example close to me is GateIn: the last commit on a module I maintain is more than one year old. The last commit on the "core" module is close to two years ago. Other projects I randomly checked are 6 years without a commit (BoxGrinder, for instance).

In benefit of active projects, it would probably be useful to not list GateIn on the main list. If desired, it could be shown in a separate section, or if the user actively checks a box saying "display archived projects".

Search results need to be fuzzier.

Searching for "OpenStack" or "openstack" does not bring up "redhat-openstack", meaning this (major) project doesn't appear to be listed unless people search for the very specific "redhat-openstack" string.

Need a Way to Highlight Subprojects

Initially, we set the criteria for listing only top-level projects on this page. But many subprojects have their own independence and notoriety, such as MoVirt and #149 . We need to come up with a design way to tag and display subprojects (grouping and indentation?).

Style updates

Suggested CSS improvements:

@media screen and (max-width:768px) {
  .table-header {
    display: none;
  }
  .table--component td {
    display:  block;
  }
  .table--component td:first-child {
    font-weight: bold;
  }
}

Add margin:0 to the .footer-copyright so it will vertically center. :)

Provide designation for projects only mirrored on GitHub

Many of the projects which Red Hat contributes to did not originate on GitHub, but are simply mirrored. In this case, it would be useful to know which projects are mirrors so that the community can be aware that GitHub is not the origin of the project.

In my opinion, having some official way to designate this would be ideal.

Reduce "Hero" size on front page

Viewing the site in Chrome on Linux the "hero" content on the front page (I think that's the proper terminology) where we've got "commit to collaborate" is far outsized. The projects themselves are "beneath the fold" so you don't even see the entire boxes for Ansible, Ceph, and ManageIQ.

We should reduce that by about 2/3rds so the projects we're highlighting are immediately visible.

Disambiguate the notion of "official Red Hat project" or "Red Hat project" vs "Projects Red Hat collaborates to" or "Projects Red Hat is involved in"

The wording in different places is a bit confusing as to the scope this tries to encompass.

For example:

README.md

We’ve put together a comprehensive list of the projects in which Red Hat employees are actively involved.

Implies a list of projects that Red Hat collaborates to or is involved in.

We then follow up later with:

README.md

Plus, as time goes by, more Red Hat projects will need to be added to this list.

And then there's the whole "RedHatOfficial" connotation or implication.

It's not for me to choose the purpose or the scope of this repository/project but the wording should be clear and consistent.
This way, contributors know what is appropriate (or not) to include here and manage people's expectations as to what is shown on the website.

RFE: many small files, script to merge/alphabetize

Just a proposal:

  • reject all open PRs with an apology
  • split projects.json into ./projects.d/project-name.json
  • add a script to merge all projects.d/* into projects.json
  • have script alphabetize
  • request new PRs

Should way simplify maintenance and other features you might want to add later (like auto-alphabetize).

Edited: Oh, and I am happy to help with everything if the owners want to pursue this path.

Design | Add a fork me on Github logo

From the website, there is no way to find the GitHub repo associated with the website. It would be great if we could add a fork me on GitHub logo to it.
This will increase the visibility of the project, and help external users to pitch in their queries, add issues, and/or give suggestions about content and design.
Otherwise one has to perform an explicit search to find the Github repo associated with the project.

apple mobile chrome issue

"Commit to collaborate. Push innovation" overlaps with the top bar "RED HAT ON GITHUB" and Red Hat logo.

Remove "Obsidian Toaster" as a public-facing entity

Obsidian Toaster is an internal Middleware initiative with several outputs and communities. This issue to track PRs for removing "Obsidian Toaster" from the project list in favor of the upstream projects it encompasses.

The RHOAR and Middleware Developer Experience teams will be attaching PRs linked here; no action needed by the RedHatOfficial.github.io maintainers at the moment; thanks!

Duplicated information in README.md

The README.md file for this repository currently includes two paragraphs which contain the same information with slightly different wording One has been placed directly below the top-level heading, the other directly before the "Adding a project" section.

plz add smallfile

{
  "projectName": "Smallfile",
  "projectDescription": "metadata-intensive workload generator for distributed POSIX filesystems",
  "projectRepository": "https://github.com/bengland2/smallfile",
  "category": "Storage"
}

This is used by members of perf & scale team, QE, and some partners and customers to performance-test Glusterfs, Cephfs, and NFS, and has even been used in a Windows cluster to test SMB.

I'll do a PR if I have to, but could someone drop it in for me?

Content Not Updating

Merging is going well, but the site itself is still not updated. Can we add an automated process to the CI flow that will auto-build the app after each checked update?

Add RHEL upgrade tooling

Please add:

I'm not sure about the category but I would pick Platform.

Please explain what "Category" means

Is that the business unit that works on this project ("Middleware", "Operations", "Platform"), or the type of this project (used for "Development", "Documentation")?

Are multiple categories allowed?

Homepage loads incorrectly

Visit: https://redhatofficial.github.io/#!/main

Notice:

image

Notice error in console:

VM46:1 ReferenceError: openshift is not defined
    at new <anonymous> (bundle.js:1)
    at Object.instantiate (bundle.js:19)
    at bundle.js:19
    at Object.link (bundle.js:13)
    at bundle.js:19
    at Tt (bundle.js:19)
    at ot (bundle.js:19)
    at bundle.js:19
    at bundle.js:19
    at bundle.js:19 "<section ng-view="" class="ng-scope">"

Search bar does not take into account project description

Case in point project KIE; people would likely search for keyword "Drools" or "optaplanner" or "jbpm" but currently the project description is not displayed (so it cannot be searched with the browser search functionality) nor the search bar does in fact operate on the project description despite not being shown.

Languages for each project

Like opensource contributor would be great see the programming languages ​​of each repo, future contributors can search by program language to see in which projects can collaborate.

It's only add to the projects hash an array of languages and we can shown them with some opensource icon library like Devicon or font-mfizz with a tooltip with the languages.

What do you think?

No explanation of website on website itself

The first paragraph of README.md lays out the repository purpose pretty well - projects that we're involved in which happen to be hosted on GitHub.

However, if one actually visits https://redhatofficial.github.io there's no explanation of what this is (just our "let's make something together" splash). Some context for what people are looking at would be good.

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.