Commit graph

19 commits

Author SHA1 Message Date
Daniel Uber
d03da33ac3
Update to node version 16 (#15522)
* update to node version 16

* Remove canvas compiled node objects

* use f35 testing image as builder/base

* Update production builder base image to use Fedora 35

I missed this (it's not immediately obvious that there are 2 base
images declared in this file, one called builder, one called
production, this seems like it could be refactored to lift that
out (give it a name, a cmd, and do nothing else) `as base` perhaps,
while keeping separate install processes for testing- and pr-/production images.

* Add libpq dependency in production

We need this (if not the -devel header file, at least the library) to
start pg_ext.so

I think this might have been working because of the --cache-from
options when building in the build container script?

* Update .gitpod.dockerfile

* Add temporary cleanup for upgrade to bin/setup

This has the undesirable effect of requiring a yarn reinstall.

It would be better if there were a smart check to confirm the version
of the canvas.node file matched the node version or did not (so we
only do this as needed, rather than on every setup invocation until
this is removed from the code).

* Use check-files rather than force when rebuilding canvas

Optimal situation would be a `rebuild` command in yarn (I believe npm
has this option) to recompile canvas (all that's needed) rather than
fetch, install, and build.

Co-authored-by: Michael Kohl <me@citizen428.net>
2022-01-03 10:23:07 -06:00
Nick Taylor
5fa87246df
Made GitHub CLI install permanent in Gitpod (#14787) 2021-09-21 15:27:39 -04:00
Nick Taylor
009665ce2a
Gitpod improvements for initial load and persisting gems in container (#14764) 2021-09-21 10:32:22 -04:00
Nick Taylor
84f2fc885e
Updated node version in Gitpod (#14696)
* Updated node version in Gitpod.

* 17 not 7. 🙃
2021-09-10 06:46:17 -04:00
Michael Kohl
521f1d26bc
Upgrade to Ruby 3.0.2 (#12103)
Co-authored-by: rhymes <rhymes@hey.com>
Co-authored-by: Mac Siri <krairit.siri@gmail.com>
2021-08-25 14:26:33 -04:00
Alex
393ba00221
Remove Elasticsearch ✂️ ✂️ ✂️ ✂️ ✂️ ✂️ ✂️ ✂️ ✂️ ✂️ ✂️ ✂️ ✂️ ✂️ (#13606)
* Attempt number 1

* Fix rack_attack specs

* Fix users_searches_users spec

* Fix display_users_search_spec

* Fix comment typo

* Remove search:destroy task from cypress

* Remove port 9300 from gitpod

* Stub response in attack_spec
2021-05-03 11:09:45 -04:00
Joe Doss
601f2831b4
Update to NodeJS 14.14.x to match with Fedora 33's installed version. (#11348)
* Update to NodeJS 14.14.x to match with Fedora 33's installed version.

* Update .gitpod.dockerfile

Co-authored-by: Michael Kohl <citizen428@dev.to>
2020-11-10 09:45:08 -06:00
Michael Kohl
32e461c66b
Update to Ruby 2.7.2 (#10594)
* Update to Ruby 2.7.2

* Update remaining files

* Remove VERBOSE from development.rb and test.rb

* Update Ruby version for dependabot and docs

* Readd accidentally removed code
2020-11-05 16:11:09 +01:00
Peter Dave Hello
90dd4a0614
Clean up Gitpod Dockerfile Elasticsearch tarball (#11255)
The source tarball and checksum should be removed once the
files were extracted successfully.
2020-11-04 12:00:40 +07:00
Sven Efftinge
e990323997
[gitpod] updated node version (#10186) 2020-09-03 10:51:15 -04:00
Vincent D'Onofrio
a348075359
GitPod: Use node version 12.16.3 (#9271) 2020-07-13 13:45:49 -04:00
Michael Kohl
ac3c12f574
Update config.hosts for GitPod (#8677)
* fake gitpod dockerfile commit

* install ruby 2.7.1 to different directory

* remove fakevar

* affix node version to 12.16.3

* try setting explicit version

* Add GitPod workspace URL to config.hosts

Co-authored-by: snackattas <zach.attas@gmail.com>
2020-06-15 17:18:33 +02:00
rhymes
5c17e5c25d
Upgrade Ruby to 2.7.1 (#7097) [deploy]
* Upgrade Ruby to 2.7.1

* Use explicit version in Dockerfile

* Fix docs Gemfile
2020-04-06 18:21:50 +02:00
Michael Kohl
0e39ff3c19
Update Ruby version for Gitpod (#7092) 2020-04-06 07:51:31 -04:00
Michael Kohl
54a9aee61a
Add Elasticsearch to GitPod (#6198) [deploy]
* Add Elasticsearch to GitPod

* Add second ES port
2020-02-20 07:37:33 -06:00
Lucas Hiago
c09c65d7bf Fix missing redis server to gitpod configuration (#5528) 2020-01-15 15:12:18 -05:00
Sven Efftinge
ac8865b92b Disable .ruby-version dependency on GitPod (#4979) 2019-12-02 15:07:23 -05:00
sau226
1907d72d80 Add cache breaker variable (#4704) 2019-11-07 11:44:38 -05:00
Jan Keromnes
6bc248e43b Automated DEV setup using Gitpod (#2321) 2019-04-07 17:08:30 -04:00