18 Commits

Author SHA1 Message Date
Ivan Kuchin 4911b8a149 remove years from copyrights (except for COPYRIGHT file) 2024-07-31 15:02:49 +02:00
Christophe Bliard c795874f7f Update copyright year for 2024
command used: `rg -l 'Copyright \(C\) 2012-202\d the OpenProject' | xargs -n 100 sed -i -r 's/Copyright \(C\) 2012-202. the OpenProject/Copyright (C) 2012-2024 the OpenProject/'`
2024-01-02 16:23:54 +01:00
Oliver Günther e08203c8c4 Remove pandoc and option to migrate from textile 2023-07-31 19:22:16 +02:00
Christophe Bliard 21a696ef9b Update copyright information for 2023 2022-12-30 15:51:26 +01:00
Christophe Bliard a33524ef6d remove ruby magic comment for utf-8
ruby interprets source encoding as utf-8 since 2.0.0, making magic comment redundant and useless
2022-03-10 19:36:58 +01:00
Benjamin Bädorf 5f45ee07ab Move development docker-compose file to the main directory (#8798)
* Move development docker-compose file to the main directory

This requires us to move some other files around, like the pullpreview and example docker-compose file for production
setups. This commit also does some housekeeping, like removing some old files and deduping configuration.

* Updated to selenium grid

* Fix in-Docker Selenium tests

The Selenium tests now run inside a Docker Chrome Container. Backwards compatability with non-docker setups is not
guaranteed, though it should not be hard to implement with a couple of small fixes.

* Updated docker development documentation

* Improved test timings, changed the documentation

* Updated docker testing again

* Run npm in the frontend directory

* Really run npm in the frontend directory

* Also run npm in frontend when setting up travis cache

* Change directory for one command only

* Change default test driver name

* CI test change fixes

* Fixed syntax error

* Added dev check

* Trying to fix firefox resizing

* Trying to get tests running

* Stop resizing firefox

* Fixed apple icon spec

* fix host in url helpers for omniauth spec

* Fix omniauth specs

* Fix docs

* Small fixes to docker tests

* Added package.json back in

* Change env variables

Co-authored-by: Markus Kahl <machisuji@gmail.com>
2020-11-12 14:05:03 +00:00
ulferts 1fd6f09336 explicitly setup parallel_tests binstub on travis 2020-09-28 10:18:58 +02:00
Oliver Günther 32133fa87c Remove from ci setup and runner 2020-02-21 08:45:55 +01:00
Oliver Günther 880a7e57ec Circumvent travis cache bug with ENV RECOMPILE_ON_TRAVIS_CACHE_ERROR 2019-06-19 09:31:44 +02:00
Oliver Günther 13ac8b3680 Recompile if cached file missing 2019-06-18 13:17:56 +02:00
ulferts 8e395c5982 remove mysql from ci 2019-06-05 21:17:25 +02:00
Wieland Lindenthal d7fce84b9f Extend Travis CI to test BIM edtion with postgres by adding ENV variable OPENPROJECT_EDITION 2019-03-28 16:27:36 +01:00
Oliver Günther 6c3744ce3d Be careful not to add + 1 to initial start_revision
When db_revision is nil, the start_revision is added by one before
looking up revisions, skipping the first revision since it returns
1 instead of 0 for the first revision.
2019-02-19 10:43:05 +01:00
Oliver Günther 1dab873e7b Remove legacy repo specs as they are doubled in svn/git model spec 2019-02-18 15:38:12 +01:00
Jens Ulferts c72b89982e fail travis if preliminary steps fail 2018-10-02 10:00:57 +02:00
Jens Ulferts 1c4571180c update parallel_testing task 2018-10-01 09:47:52 +02:00
Jens Ulferts dc18ad856d check avoid caching node modules 2018-09-24 08:37:12 +02:00
Jens Ulferts ad2f428189 move ci script files 2018-09-19 08:10:23 +02:00