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: coder/registry
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9780217
Choose a base ref
...
head repository: coder/registry
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 31b8312
Choose a head ref
  • 13 commits
  • 56 files changed
  • 3 contributors

Commits on Apr 22, 2025

  1. Merge pull request #12 from coder/mes/site-check-script

    fix: make site health check easier to use
    Parkreiner authored Apr 22, 2025
    Configuration menu
    Copy the full SHA
    7d447d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36acd61 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2025

  1. Merge pull request #17 from coder/mes/main-readme

    chore: add main README.md file to project
    Parkreiner authored Apr 23, 2025
    Configuration menu
    Copy the full SHA
    c1e196c View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2025

  1. chore: add �[32m�[1mSuccess!�[0m The configuration is valid. (#16)

    More work towards closing coder/internal#532
    
    ## Changes made
    - Added Bash script to run `terraform validate` on all relevant repos
    - Updated `package.json` and CI to use the script
    Parkreiner authored Apr 29, 2025
    Configuration menu
    Copy the full SHA
    9404ad9 View commit details
    Browse the repository at this point in the history
  2. chore: add CONTRIBUTING.md file (#13)

    ## Changes made
    - Added `CONTRIBUTING.md` file (mostly copied over from modules repo, with some parts reworded, and some sections added)
    
    ## Notes
    - This definitely isn't the final version of the file (it should definitely change we have more Bash stuff added), but it felt like it's in a good enough spot for an initial release
    Parkreiner authored Apr 29, 2025
    Configuration menu
    Copy the full SHA
    0ce1e7a View commit details
    Browse the repository at this point in the history
  3. chore: add prettier/typo check to CI (#14)

    ## Changes made
    - Added back CI steps for validating the codebase for typos and formatting
    - Updated README validation CI step to be dependent on typo-checking step
    - Updated configuration files as needed to support the new CI step
    - Updated all files that were previously getting skipped over from improperly-set-up CI logic
    Parkreiner authored Apr 29, 2025
    Configuration menu
    Copy the full SHA
    9e18a4e View commit details
    Browse the repository at this point in the history

Commits on May 2, 2025

  1. fix: update repo structure validation logic to disallow false positiv…

    …es (#10)
    
    * refactor: update file structure to reflect new changes
    
    * refactor: start splitting up files
    
    * refactor: more domain splitting
    
    * refactor: remove directory validation from contributors file
    
    * fix: update repo structure checks
    
    * fix: improve check for user namespace subdirectories
    
    * docs: add missing words to comment
    
    * docs: update typo
    
    * refactor: make code easier to read
    
    * fix: update README files
    
    * fix: remove employer field entirely
    
    * fix: make Github field optional
    
    * refactor: rename files
    Parkreiner authored May 2, 2025
    Configuration menu
    Copy the full SHA
    45dc925 View commit details
    Browse the repository at this point in the history
  2. chore: add logic to validate all modules (#11)

    Closes coder/internal#531
    
    ## Changes made
    - Added functionality to validate the structure of module README files (frontmatter and the README body)
    - Added a really basic snapshot-ish test for the module README body validation
    - Updated README files that were previously violating README requirements (the old modules validation logic wasn't catching these)
    - Changed `ValidationPhase` from an int to a string
    Parkreiner authored May 2, 2025
    Configuration menu
    Copy the full SHA
    ba6fea8 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2025

  1. chore(deps): bump crate-ci/typos from 1.31.1 to 1.32.0

    Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.31.1 to 1.32.0.
    - [Release notes](https://github.com/crate-ci/typos/releases)
    - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
    - [Commits](crate-ci/typos@v1.31.1...v1.32.0)
    
    ---
    updated-dependencies:
    - dependency-name: crate-ci/typos
      dependency-version: 1.32.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 5, 2025
    Configuration menu
    Copy the full SHA
    efed015 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cab08fb View commit details
    Browse the repository at this point in the history

Commits on May 8, 2025

  1. Configuration menu
    Copy the full SHA
    7ea1f30 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2025

  1. chore: sync newest module updates to registry (#84)

    ## Changes made
    - Copied over all changes to existing modules, making sure to preserve
    all relative path updates made specifically for the Registry repo
    - Copied over all modules that were created since the last sync
    (Windsurf, Devcontainers-CLI)
    - Copied over changes from the `test.ts` file
    
    ## Notes
    - This PR does not cover coder/modules#426,
    which contains a few changes around updating the Bash scripts and the
    contributing README file. @f0ssel tagging you so that you're aware, but
    I'll be taking care of the `CONTRIBUTING.md` file
    
    ---------
    
    Co-authored-by: M Atif Ali <me@matifali.dev>
    Parkreiner and matifali authored May 9, 2025
    Configuration menu
    Copy the full SHA
    496b09d View commit details
    Browse the repository at this point in the history
  2. chore: add all missing README files to repo (#85)

    ## Changes made
    - Fleshed out main top-level README file
    - Added formal docs for code of conduct and security (that just lead to
    the Coder Docs)
    - Revamped contributing guide
    - Added a few images to help support the new docs
    
    ## Notes
    - Just because we're not supporting templates for the moment, I did
    deliberately limit the number of mentions to it.
    Parkreiner authored May 9, 2025
    Configuration menu
    Copy the full SHA
    31b8312 View commit details
    Browse the repository at this point in the history
Loading