Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-07-19CI: make use of the `actions/setup-node`'s `cache` option (#34453)XhmikosR
2021-07-14Bump coverallsapp/github-action from 1.1.2 to 1.1.3 (#34491)dependabot[bot]
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1.1.2 to 1.1.3. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/v1.1.2...1.1.3) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-07-08CONTRIBUTING.md: fix broken link to README.md (#34389)Kijima Daigo
2021-06-14Replace Freenode with Libera.Chat in the remaining files (#34250)XhmikosR
2021-05-25Delete FUNDING.yml (#34073)XhmikosR
2021-05-11CI: remove Node.js 10 (#33923)XhmikosR
Node.js 10 is EOL since 30/04/2021
2021-05-07Add examples section to Release Drafter (#33854)Mark Otto
2021-04-22JS tests: add Node.js 16 (#33720)XhmikosR
2021-03-02CodeQL: skip dependabot PRs too (#33130)XhmikosR
2021-02-24Bundlewatch: stop ignoring dependabot branches (#33192)XhmikosR
2021-02-15CI: skip release drafter if we are not on our repo (#33067)XhmikosR
2021-02-08CI: remove the cache fallback and shorten cache key (#33012)XhmikosR
2021-01-29CI: switch to the coverallsapp/github-action tag (#32919)XhmikosR
Unfortunately, they don't offer a `v1` tag
2021-01-14CI: change Node.js to `14` (#32796)XhmikosR
This is so that it's consistent with the JS workflow thus the cache should match.
2021-01-11GitHub Actions cleanup (#32755)XhmikosR
* lowercase `runner.os` * remove `CI` environment variable since it's already set by the runner
2021-01-05CI: update to actions/setup-node@v2 (#32635)XhmikosR
2021-01-05Update dependabot.ymlXhmikosR
2021-01-05dependabot: Add Actions updates (#32681)XhmikosR
2020-12-15Update Release Drafter configuration (#32417)XhmikosR
* add "Breaking Changes" section * add "Performance Improvements" section * add "Utility API" section * add "CI" label in "Misc" category
2020-12-15Update CodeQL Action (#32452)XhmikosR
2020-12-10CI: add a 30-min timeout for BrowserStack (#32238)XhmikosR
2020-12-10CONTRIBUTING: mention dist files (#32314)XhmikosR
* CONTRIBUTING: mention dist files * Update CONTRIBUTING.md Co-authored-by: Mark Otto <markd.otto@gmail.com>
2020-11-24Update codeql.yml (#32125)XhmikosR
Specify the branches and clean up the comments
2020-11-23CI: specify `FORCE_COLOR:2` (#32222)XhmikosR
This should show any colors in the output
2020-11-01Clarify PRs section (#32027)XhmikosR
2020-10-30Update Edge's Rendering Engine on CONTRIBUTING.md (#32008)Christian Oliff
* Update Edge's Rendering Engine on CONTRIBUTING.md Also updated the URL to prevent a HTTP redirect. * Add 'Go to "Help > Send Feedback" from the browser' note Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-10-29CI: switch to Node.js 14. (#32003)XhmikosR
2020-10-29CI: Skip dependabot PR branches. (#32006)XhmikosR
Also, reword Node.js setup step
2020-10-29Switch to dart-sassXhmikosR
node-sass is now deprecated
2020-10-29Remove bugreport.apple.com since it doesn't work (#32005)Martijn Cuppens
2020-10-26CI: allow skipping BrowserStack (#31878)XhmikosR
This basically brings back the previous behavior we had on Travis CI, where if the commit message included `[ci skip]`, BrowserStack tests didn't run. Additionally, this allows skipping BrowserStack if the commit message contains `[skip ci]` too.
2020-10-26Update CodeQL action (#31930)XhmikosR
Should run on PRs too.
2020-09-17docs: fix a few redirects (#31689)XhmikosR
* Fix GitHub's permanent redirects * Fix a11yproject redirects * Update postcss-loader repo URL to the current one
2020-06-25Update Dependabot config file (#31167)dependabot-preview[bot]
* Update Dependabot config file * Update dependabot.yml Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-06-18Fix Stack Overflow tag (#31062)Christian Studer
2020-06-17Update bundlewatch.yml (#31063)XhmikosR
Specify `CI_TRACK_BASE: main`
2020-06-17Update issue templatesMark Otto
2020-06-16Rename "master" to "main". (#31050)XhmikosR
2020-06-16Remove reference to Bootlint.XhmikosR
Unfortunately, Bootlint does not work on Bootstrap >= v4.
2020-06-16Remove unused issue templatesXhmikosR
2020-06-11Update lint.yml (#31012)XhmikosR
2020-06-11Revert "Change when CI runs"XhmikosR
This reverts commit 37dc6e1031ea43a1d796d0b82347c453b97ec996.
2020-06-11Update ActionsXhmikosR
* skip BrowserStack if we are not on the main repo * remove the action filename from cache
2020-06-10Switch to Node.js 12.x.XhmikosR
2020-06-10Change when CI runsXhmikosR
Run it for all pull requests, the master branch, and any branches that end with `-ci`.
2020-06-10Add dart-sass build testXhmikosR
Builds the CSS with dart-sass and lists the files in dist-sass/css folder
2020-06-10Split GitHub Actions.XhmikosR
Everything should be faster now. Also, we can restart a failed workflow and not the whole thing like before.
2020-05-28Update CI config (#30920)XhmikosR
* update to `actions/cache@v2` * stop invalidating the cache if test.yml changes
2020-05-13capital at start of sentence (#30804)Cyrus
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-05-11Update codeql.yml (#30777)XhmikosR
Remove moot fail-fast option