- 14 Apr, 2021 2 commits
-
-
Eric Eastwood authored
Use `npm ci` to install fresh node_modules and cache the npm cache See merge request !82
-
Eric Eastwood authored
Problem: halley!12 (comment 550980140) Where we also fixed this in `halley`, halley!12 (comment 550996537) From - https://docs.gitlab.com/ee/ci/caching/#cache-nodejs-dependencies - gitlab-org/gitlab!25758 We are now installing dependencies from the [`npm ci`](https://docs.npmjs.com/cli/v7/commands/npm-ci) call. > If a node_modules is already present, it will be automatically removed before npm ci begins its install. This ensures, we have a clean `./node_modules` to install from every time which works well for our `graceful-fs` trick. And we just cache the npm cache so the clean install is fast. `node_modules/` is in the cache so they are available for the next `test` job
-
- 06 Apr, 2021 1 commit
-
-
Eric Eastwood authored
Use Node.js v14 in CI See merge request !81
-
- 05 Apr, 2021 3 commits
-
-
Eric Eastwood authored
Use script from webapp!2157 (comment 542684404) to update graceful-fs (gulp dependency).
-
Eric Eastwood authored
-
Eric Eastwood authored
Part of https://gitlab.com/gitterHQ/webapp/-/issues/2735
-
- 19 Nov, 2019 2 commits
- 15 Nov, 2019 5 commits
-
-
Tomas Vik authored
1.5.0
-
Tomas Vik authored
-
Tomas Vik authored
-
- Remove postcss plugin stack - Return webpack as builder - Remove bower_components and react preset from rollup bundle, minor reformat code - Add support spread operator instead for in - Update PostCSS version for gulp - Update README with contributing information - Replaced the webpack with rollup for sidecar chat - Remove es6-promise dependency - Add size-limit - Remove Array.from polyfill - Remove object-assign polyfill - Update node version and add .idea folder to .gitignore
-
- 09 Nov, 2019 2 commits
-
-
Tomas Vik authored
Fix repository url See merge request gitlab-org/gitter/sidecar!76
-
Yury Savin authored
-
- 02 Jan, 2019 7 commits
-
-
Eric Eastwood authored
Release/1.4.2 See merge request gitlab-org/gitter/sidecar!75
-
Eric Eastwood authored
-
Eric Eastwood authored
-
Eric Eastwood authored
-
Eric Eastwood authored
-
Eric Eastwood authored
-
Eric Eastwood authored
Update example links from GitHub to GitLab See merge request gitlab-org/gitter/sidecar!74
-
- 24 Dec, 2018 1 commit
-
-
Avelino authored
Identified typo implementing this issue https://github.com/prest/prest.github.io/pull/27
-
- 04 Sep, 2018 4 commits
-
-
Eric Eastwood authored
-
Eric Eastwood authored
Migrate to GitLab CI See merge request gitlab-org/gitter/sidecar!73
-
Eric Eastwood authored
Use local Selenium server for testing (instead of relying on BrowserStack)
-
Eric Eastwood authored
use rel="noopener" on external links
-
- 01 Sep, 2018 1 commit
-
-
Will Hilton authored
-
- 13 Feb, 2018 5 commits
-
-
Eric Eastwood authored
-
Eric Eastwood authored
-
Eric Eastwood authored
-
Eric Eastwood authored
Do not override "Array.from" with shim version if it is available. See https://github.com/gitterHQ/sidecar/pull/68
-
Eric Eastwood authored
-
- 04 Feb, 2018 3 commits
-
-
Eric Eastwood authored
Revert "Do not override "Array.from" with shim version if it is available."
-
Eric Eastwood authored
-
Eric Eastwood authored
Do not override "Array.from" with shim version if it is available.
-
- 13 Jan, 2018 1 commit
-
-
Toni Neubert authored
-
- 10 Nov, 2017 3 commits
-
-
Eric Eastwood authored
-
Eric Eastwood authored
-
Eric Eastwood authored
-