aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Run PHPCS during Travis CI checks + disable xdebugArthurHoaro2020-11-091-0/+5
|
* Ignore PHP deps when removing phpunit in PHP 8.0 environmentArthurHoaro2020-09-291-1/+1
|
* Compatibility with PHP 8ArthurHoaro2020-09-291-0/+3
|
* Compatibility with PHPUnit 9ArthurHoaro2020-09-291-1/+3
|
* Run CI against PHP 8.0ArthurHoaro2020-09-291-0/+3
|
* tmpArthurHoaro2020-09-261-1/+2
|
* Travis CI: run composer update instead of installArthurHoaro2020-09-261-1/+1
| | | | And ignore PHP 7.1 platform requirement, in order to get matching version of PHPUnit
* Bump NodeJS version on travis buildArthurHoaro2020-09-221-1/+1
|
* **General rewording, proof-reading, deduplication, shortening, reordering, ↵nodiscc2020-09-121-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | simplification, cleanup/formatting/standardization** - standardize page names, rework documentation structure, update TOC - use same example paths everywhere - level 1 titles on all pages - fix broken links - .md suffix on all page links (works both from readthedocs and github repository views) **Server:** A full and concise installation guide with examples is a frequent request. The documentation should provide such a guide for basic installation needs, while explaining alternative/advanced configuration at the end. Links to reference guides and documentation should be used more frequently to avoid recommending an outdated or excessively complex configuration. - server: move most server-related info to server-configuration.md, cleanup/shorten - server: update list of php dependencies/libraries, link to composer.json - server: installation: support 3 install methods (from release zip, from sources, using docker) - server: installation: use rsync instead of mv as mv results will change depending of taget directory already existing or not - server: add example/basic usage of certbot - server, upgrade, installation: update file permissions setup, use sudo for upgrade operations in webserver document root - server: apache: add comments to configuration, fix and factorize file permissions setup, set cache-control header, deny access to dotfiles, add missing apache config steps, add http->https redirect example - server: nginx: refactor nginx configuration, add comments, DO log access to denied/protected files - server: add links to MDN for x-forwarded-* http headers explanation, cleanup/clarify robots.txt and crawlers section - server: bump file upload size limit to 100MB we have reports of bookmark exports weighing +40MB - i have a 13MB one here - server: simplify phpinfo documentation - server: move backup and restore information to dedicated page - docker: move all docker docs to Docker.md, simplify/ docker setup, add docker-compose.yml example, replace docker-101 with docker cheatsheet - troubleshooting: move all troubleshooting documentation to troubleshooting.md **Usage:** - index: add getting started section on index page - features/usage: move all usage-related documentation to usage.md, add links from the main feature list to corresponding usage docs, clarify/reword features list - shaarli configuration: add note about configuring from web interface **Removed:** - remove obsolete/orphan images - remove obsolete shaarchiver example - remove outdated "decode datastore content" snippet **Development:** - development: move development-related docs (static analysis, CI, unit tests, 3rd party libs, link structure/directory, guidelines, security....) to dev/ directory - development: Merge several pages to development.md - **Breaking change?:** remove mentions of 'stable' branch, switch to new branch/release model (master=latest commit, release=latest tag) - **Breaking change?:** refer to base sharing unit as "Shaare" everywhere (TODO: reflect changes in the code?) doc: update featues list/link to usage.md for details - development: directory structure: add note about required file permissions - .travis-ci.yml: add comments - .htaccess: add comment
* Travis CI: upgrade distribution and remove deprecated sudoArthurHoaro2020-07-061-2/+1
| | | | | This upgrade fixes PHP 7.4 fatal error builds, because dist < xenial do not include php-gd with PHP 7.4.
* Run Unit Tests against PHP 7.4ArthurHoaro2020-01-171-0/+2
| | | | | | | | Bump PHPUnit version and fix unit test - Globals are handled differently and are persistent through tests - Tests without assertions are marked as risky: some of them are just meant to check that no error is raised.
* Remove Travis unit tests against PHP 5.6 and 7.0ArthurHoaro2019-08-011-4/+0
|
* Run Shaarli's tests againt PHP 7.3 RC1 on TravisArthurHoaro2019-02-091-0/+2
|
* Add a Travis environment for MkDocsVirtualTam2018-06-261-0/+9
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Add SASSLint makefile target, and run it in CIArthurHoaro2018-05-101-0/+1
| | | | Also move ESLint and SASSLint config files to a dedicated .dev folder
* Use Travis stages to run JS tests separatelyArthurHoaro2018-05-051-10/+31
|
* Webpack / Configure webpack, ESLint, Travis, Makefile, npm/yarn and gitArthurHoaro2018-03-281-2/+4
|
* Drop PHP 5.5 compatibility and upgrade PHPUnit to v5.xArthurHoaro2018-02-021-1/+0
| | | | PHPUnit 4.x contains deprecated PHP functions in PHP 7.2.
* CI: run UT against PHP 7.2 (currently in Release Candidate)ArthurHoaro2018-02-021-0/+1
|
* Use makefile target to generate MO file and remove it from gitArthurHoaro2017-10-221-0/+2
|
* Tests: update localization testsVirtualTam2017-09-191-1/+1
| | | | | | | Rely on `mag_IN` (Magahi - INDIA) being unavailable when running localization test suites, instead of `pt_BR` that is now available from Travis build images. Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Travis: switch to Ubuntu Trusty build environmentVirtualTam2017-09-191-7/+2
| | | | | | | | | | | | | | | | | Relates to https://github.com/shaarli/Shaarli/issues/970 Relates to https://github.com/shaarli/Shaarli/pull/912 See: - https://docs.travis-ci.com/user/reference/trusty/ - https://blog.travis-ci.com/2017-07-11-trusty-as-default-linux-is-coming Added: - print available locales before running tests Removed: - do not install extra language packs Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* travis: explicitly set the build dist to `precise`VirtualTam2017-08-011-0/+1
| | | | | | See https://blog.travis-ci.com/2017-07-11-trusty-as-default-linux-is-coming Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Use all_tests target in Travis CIArthurHoaro2017-03-061-1/+1
|
* Run languages tests using PHPUnit test suitesArthurHoaro2017-03-061-0/+6
|
* Merge pull request #666 from ArthurHoaro/slim-apiArthur2016-12-201-2/+0
|\ | | | | REST API structure using Slim framework
| * PHP requirement increased to PHP 5.5 - See #599ArthurHoaro2016-12-151-2/+0
| |
* | Fixes can login function call in loginform.htmlArthurHoaro2016-12-151-0/+1
|/ | | | Fixes #711
* Travis: enable Composer cacheVirtualTam2016-10-201-1/+4
| | | | | | | | See: - https://docs.travis-ci.com/user/caching/ - https://blog.wyrihaximus.net/2015/07/composer-cache-on-travis/ Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* tests: add a make target to check file permissionsVirtualTam2016-01-171-0/+1
| | | | | | | | Additions: - [makefile] check versioned files are not executable - [travis] call the new make target Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* travis: add PHP 7 to the tested environmentsVirtualTam2015-08-221-0/+1
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Makefile: do not call `clean` before `test`VirtualTam2015-07-181-0/+1
| | | | | | | | | | Fixes #288 Modifications: - call `make clean` explicitely to clean the workspace - add `make clean` to Travis instructions Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Travis: use the container-based infrastructureVirtualTam2015-07-181-0/+1
| | | | | | See http://docs.travis-ci.com/user/migrating-from-legacy/ Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* PHP: ensure 5.3 compatibility, refactor timezone utilitiesVirtualTam2015-07-131-0/+1
| | | | | | | | | | | | | | | | | Relates to #250 Modifications - supported version - bump required version from 5.1.0 to 5.3.x - update README - add PHP 5.3 to Travis environments - rewrite array declarations: explicitely use array() instead of [] - move checkPHPVersion to application/Utils.php - move timezone functions to application/TimeZone.php - cleanup code - improve test coverage Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Add Travis CI configVirtualTam2015-06-051-0/+10
Relates to #71 Signed-off-by: VirtualTam <virtualtam@flibidi.net>