-
Notifications
You must be signed in to change notification settings - Fork 800
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: stenciljs/core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.22.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: stenciljs/core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.22.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 11 files changed
- 1 contributor
Commits on Mar 13, 2023
-
chore(v2): add v2-maintenance to browserstack ci runs (#4158)
this commit updates the configuration for the browserstack ci configuration to run when either: - a pull request is opened against the branch - a push occurs to the branch without this, so long as the stencil github repo has a required status check for browserstack, commits cannot be merged without overriding these checks/guards
Configuration menu - View commit details
-
Copy full SHA for 6c91885 - Browse repository at this point
Copy the full SHA 6c91885View commit details -
test(release): add getOptions coverage (#4097)
this commit adds test coverage to the `options.ts#getOptions` helper function used when cutting a release of stencil, validating the build, and generating the license file. the motivation for this change is to provide a baseline of tests for this function, which will change in order to facilitate ci-driven builds
Configuration menu - View commit details
-
Copy full SHA for 57e2fbe - Browse repository at this point
Copy the full SHA 57e2fbeView commit details -
chore(release): update build id, version generation (#4098)
this commit changes the method used by the release scripts to generate the build id and version number for "development builds", where a "development build" is considered a build of stencil performed outside using the `npm run release.*` scripts. this includes running `npm run build` locally and in ci. build id generation has changed from a date format 'yyyyMMddHHmmss', to be epoch time in seconds. this allows us to easily convert the build time to a human readable time if needed, with the added benefits of easier de/serialization and a more compact representation. there exists no place in the stencil codebase where this value is compared today, and given this change only applies to dev builds, we can safely make this change without breaking stencil or downstream consmers. version generation has changed from '0.0.0-dev.BUILD_ID` to use the current version stored in stencil's `package.json` as a base (so that it is easily identifiable the stable version of stencil a build derives from, the new build id, and a seven character sha to pinpoint the base commit of the development build. this commit is motivated by an effort to get development builds working in a github actions ci environment. we wish to have this information generated by stencil, rather than the ci process, such that commands like `npx stencil info` returns the same version info as what's published to the npm registry
Configuration menu - View commit details
-
Copy full SHA for 4f2c4d2 - Browse repository at this point
Copy the full SHA 4f2c4d2View commit details -
chore(ci): publish dev builds in ci (#4095)
this commit adds a new job for the purposes of building development versions of stencil, and deploying it to the npm registry it uses stencil's new build id and version metadata generation to publish a version of stencil with that metadata to the npm registry this commit does _not_ go through the typical `npm run release` scripts. while that work is planned in the future, there's still much to be done in order for ci to take advantage of them.
Configuration menu - View commit details
-
Copy full SHA for 08e2c48 - Browse repository at this point
Copy the full SHA 08e2c48View commit details
Commits on Mar 14, 2023
-
fix(compiler): use file system polling events in watch mode (#4146) (#…
…4147) this commit updates stencil to use the polling-based file watcher that was used prior to the typescript 4.9 upgrade. in ts 4.9, the ts compiler was updated to use filesystem events. since then, we've received reports of fs events not playing nicely with certain development environments. for this reason, we revert back to the polling based implementation.
Configuration menu - View commit details
-
Copy full SHA for 7f3d514 - Browse repository at this point
Copy the full SHA 7f3d514View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44b8954 - Browse repository at this point
Copy the full SHA 44b8954View commit details
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.