Coder Social home page Coder Social logo

mui-public's People

Contributors

apedroferreira avatar danailh avatar dependabot[bot] avatar eps1lon avatar janpot avatar mbilalshafi avatar michelengelen avatar mnajdova avatar oliviertassinari avatar prakhargupta1 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

Watchers

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

mui-public's Issues

[infra] workflows/issue-cleanup.yml runs twice

There are 2 ways to reproduce this:

Steps to reproduce 1

Steps:

  1. Open an issue, have workflows/issue-cleanup.yml run once
  2. Transfer the issue to a different repository, workflows/issue-cleanup.yml runs again
SCR-20240216-qrox

For example mui/material-ui#41139

Steps to reproduce 2

Steps:

  1. Open a blank issue with already the mention
SCR-20240216-qrox

For example #149

Search keywords: issue-cleanup.yml runs twice

UI for test_profile analysis

UI for mui/material-ui#23638

Current state: https://mui-dashboard.netlify.app/test-profile/199723

These are not ordered by their implementation timeline but as a convenience for referencing individual work-items.

  1. MVP (https://github.com/eps1lon/mui-contributor-dashboard/pull/21)
  2. link to CircleCI run
    With https://github.com/eps1lon/mui-contributor-dashboard/issues/28 we link to the GH PR from which the job is available. Might be sufficient. But https://github.com/eps1lon/mui-contributor-dashboard/pull/28 already provided the data so that part is at least done.
  3. link to test (https://github.com/eps1lon/mui-contributor-dashboard/pull/25)
    Implemented by tracing.
  4. deduplicate phase
  5. more analysis (e.g. percentiles)

[docs-infra] Split Slack channel per team

Summary

We have these feedback channels today:

  • docs-feedback
  • docs-feedback-x
  • docs-feedback-toolpad

Soon or later, we will want:

  • docs-feedback-base-ui
  • docs-feedback-material-ui
  • docs-feedback-pigment-css
  • docs-feedback-xgrid
  • docs-feedback-xcharts
  • docs-feedback-explore
  • docs-feedback-toolpad
  • docs-feedback-design-kits

Motivation

So each team can focus on its own product, without the notification noise of others.

[code-infra] Migrate CircleCI from GitHub OAuth to GitHub App

Summary

https://circleci.com/docs/github-apps-integration/ CircleCI’s GitHub App integration provides fine-grained permissions. It's strange for a member on the Base UI team to be able to change profoundly the config of MUI X. As we grow, moving in this direction would make more sense. Well, unless we decide to to consolidate on another CI, but I don't see clear problems with CircleCI today, it seems good enough: https://www.notion.so/mui-org/code-infra-Migrate-out-of-CircleCI-42350363b7344380a9961cf9731aae31.

See the guide for the migration https://circleci.com/docs/github-apps-integration/#Moving-from-github-oauth-app-to-github-app.

However, the list of not yet supported features feels like a deal-breaker: https://circleci.com/docs/github-apps-integration/#currently-not-supported

  • Cancel redundant builds
  • Scheduled pipelines
  • Stop building
  • Passing secrets to forked pull requests
  • Manual trigger pipeline option

Examples

No response

Motivation

No response

Search keywords: -

[infra] Setup org wide issue template

Summary

This issue is similar to GitHub workflows https://github.com/mui/mui-private/issues/360 shared in the organization, but for issue templates. This should be doable with https://github.com/orgs/community/discussions/22451#discussioncomment-3236785.

Example

Always the same between repositories:

There are other issue templates but none that seem that we can share.

Motivation

Discussed in mui/mui-x#11995 (comment).

Search keywords: Issue template

Search keywords:

[code-infra] Skill tests of files that didn't change

Summary

We ran all the tests in the mono repositories with Mocha, even if the source didn't change. It would be great to skip all the tests in which sources were untouched.

Examples

No response

Motivation

Solving #170 should much likely be done first since skipping test can be unreliable,

[bug] Running `yarn` in `tools-public` throws on Windows

Navigate to tools-public and run yarn. I got the following error:

[5/5] Building fresh packages...
[-/4] ⠐ waiting...
[2/4] ⠈ esbuild
[3/4] ⠈ cpu-features
warning Error running install script for optional dependency: "D:\\workspace\\mui-public\\tools-public\\node_modules\\cpu-features: Command failed.
Exit code: 1
Command: node buildcheck.js > buildcheck.gypi && node-gyp rebuild
Arguments:
Directory: D:\\workspace\\mui-public\\tools-public\\node_modules\\cpu-features
Output:
D:\\workspace\\mui-public\\tools-public\\node_modules\\buildcheck\\lib\\index.js:133
        throw new Error('Unable to detect compiler type');
        ^

Error: Unable to detect compiler type
    at new BuildEnvironment (D:\\workspace\\mui-public\\tools-public\\node_modules\\buildcheck\\lib\\index.js:133:15)
    at Object.<anonymous> (D:\\workspace\\mui-public\\tools-public\\node_modules\\cpu-features\\buildcheck.js:5:12)
    at Module._compile (node:internal/modules/cjs/loader:1191:14)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1245:10)
    at Module.load (node:internal/modules/cjs/loader:1069:32)
    at Function.Module._load (node:internal/modules/cjs/loader:904:12)
warning Your current version of Yarn is out of date. The latest version is "1.22.19", while you're on "1.22.5".
info To upgrade, download the latest installer at "https://yarnpkg.com/latest.msi".
Done in 360.69s.

OS used: Windows
yarn version: 1.22.5


I could still do yarn dev and run it locally, haven't noticed some issues.

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.