ajugo
1a82ff8d94
Fix report controller tests [SCI-9570] ( #6652 )
2023-11-17 11:39:13 +01:00
ajugo
b916ad0bfe
Fix makefile for test [SCI-9570] ( #6631 )
2023-11-15 10:59:54 +01:00
Alex Kriuchykhin
72ef510edc
Update Travis CI config, temporary switch to only API tests for CI ( #6528 )
2023-10-26 13:29:52 +02:00
Alex Kriuchykhin
07beff8cfe
Add caching configuration to production Dockerfile [SCI-8089] ( #5294 )
2023-04-25 14:49:04 +02:00
Oleksii Kriuchykhin
cbf0b2a2b5
Update default config and compose production file
2021-09-07 11:07:42 +02:00
Joh Dokler
79966869a0
Fix DATABASE_URL in the Makefile production config generator
2021-05-06 14:53:44 +02:00
aignatov-bio
44447546aa
Remove cucumber tests from travis CI
2021-03-01 11:07:57 +01:00
Oleksii Kriuchykhin
91b4c54c58
Fix ChromeDriver and Chrome versions for test environment [SCI-4047]
2019-10-29 11:29:16 +01:00
Jure Grabnar
45aa057378
Enable cucumber tests
2019-09-30 22:35:15 +02:00
Miha Mencin
5a0fff18ba
SCI-3937 remove cucumber tests from ci tests
2019-09-30 10:34:58 +02:00
Oleksii Kriuchykhin
940ef5b92f
Fix Travis email config [SCI-3786]
2019-08-26 15:05:24 +02:00
Oleksii Kriuchykhin
e077266151
Explicitly set Rails env for test [SCI-3786]
2019-08-26 11:16:04 +02:00
Oleksii Kriuchykhin
e19f92bc70
Fix links in emails [SCI-3786]
2019-08-22 15:03:32 +02:00
Nicolas CARPi
81a2a9fa12
Improve "make run" command
...
Using the "-f" flag on "rm" makes it exit silently and with success if the file is not here. This little change prevents the user running the command from seeing: `rm: cannot remove 'tmp/pids/server.pid': No such file or directory`.
2019-07-12 12:18:44 +02:00
Oleksii Kriuchykhin
8239ab9c6b
Fix TravisCI tests [SCI-3402]
2019-05-07 17:27:23 +02:00
Oleksii Kriuchykhin
26e5fcf8f6
Set API request rate limit for Travis [SCI-2770]
2018-10-11 15:36:13 +02:00
Luka Murn
8c7e272d89
Fix breaking tests introduced with PR #930
2018-04-12 15:24:33 +02:00
Luka Murn
9bf8b5d864
Merge branch 'ok_SCI_1860' of https://github.com/okriuchykhin/scinote-web into okriuchykhin-ok_SCI_1860
...
Conflicts:
Makefile
app/assets/javascripts/projects/index.js.erb
app/assets/stylesheets/themes/scinote.scss
config/locales/en.yml
2018-04-12 13:16:46 +02:00
Oleksii Kriuchykhin
9720063fb3
Fix tests [SCI-2217]
2018-04-05 00:06:11 +02:00
Oleksii Kriuchykhin
a105e61d48
Remove tutorial [SCI-1860]
2018-03-18 13:18:05 +01:00
zmagod
65aee2630f
fix makefile
2017-11-24 09:56:04 +01:00
zmagod
6987261b53
disable pending cucumber tests
2017-11-24 09:52:13 +01:00
zmagod
6f8c97a686
remove rm container
2017-11-23 17:43:09 +01:00
zmagod
b5537e2dfc
change setup
2017-11-23 17:23:55 +01:00
zmagod
6d68135a70
adds mailer envs
2017-11-23 17:09:05 +01:00
Zmago Devetak
2f66c1df25
adds travis config file ( #873 )
...
* adds travis config file
* add dist to travis
* adds script section
* test env
* remove globals
* adds hashed variables
* add matrix
* removed matrix
* test env
* testing
* test
* update Gemfile
* test travis
* test
* test
* test travis
* test
* build with docker
* test
* test
* ads
* add devise secre
* test travis
* test
* test
* test
* adds travis db configurations
* make travis happy
* test
* test
* test
* test
* test
* test
* testing devise
* test
* test
* teset
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* edit env
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* test
* final commit
* test
* cleanup
* cleanup
2017-11-23 09:55:57 +01:00
Luka Murn
beae1b05d8
Merge branch 'master' into rails-5.1
...
Conflicts:
Gemfile
Gemfile.lock
2017-09-21 08:27:38 +02:00
zmagod
afa05c8c14
fixed background worker in dev env
2017-08-23 17:10:45 +02:00
Luka Murn
03a7440136
Remove SkyLight stuff (we're not using it any more)
2017-07-27 14:26:44 +02:00
Matej Zrimšek
33252e6f3e
Fixed DB dump loading (wasn't changed when docker composing was changed).
2017-06-02 16:34:01 +02:00
Oleksii Kriuchykhin
4b3d752290
Change docker-compose file version and add deface target to Makefile [SCI-1199]
2017-04-24 10:12:07 +02:00
Oleksii Kriuchykhin
cb22aa47ba
Build bundle dependencies in separate docker volume [SCI-1199]
2017-04-21 09:45:30 +02:00
Oleksii Kriuchykhin
982612a61a
Add additional targets to Makefile and optimize docker files [SCI-1096]
2017-03-29 16:00:11 +02:00
Oleksii Kriuchykhin
a7be37ef67
Add docker files for running in production mode [SCI-1096]
2017-03-27 14:36:20 +02:00
Luka Murn
7deb80bb06
Add make worker command
2016-11-19 15:26:16 +01:00
Luka Murn
076b67620f
Migration GitLab -> GitHub
2016-07-21 13:11:15 +02:00
Luka Murn
055298fee8
Initial commit.
2016-02-12 16:52:43 +01:00