From 779d7263d0dc48bfe7642e2d224409b974c7ae2e Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Thu, 11 Oct 2018 13:25:53 -0400 Subject: [PATCH] Update docs a bit --- CHANGELOG.md | 4 ++-- Jenkinsfile | 10 ++++++++-- README.md | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 161d75e2..39f11102 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,15 +4,15 @@ * Removed MAL integration, added Anilist Integration * Now uses WebP cache images when the browser supports it * Replaces JS minifier with pre-minified scripts (Removes the need for one caching folder, too) -* Updated console command to sync Kitsu and Anilist data +* Updated console command to sync Kitsu and Anilist data (Kitsu can sync MAL, and MAL's API broke, so MAL sync was removed) * Added page to update settings without having to edit config files +* Defaulted to secure (HTTPS) urls ## Version 4 * Updated to use Kitsu API after discontinuation of Hummingbird * Added streaming links to list entries from the Kitsu API * Added simple integration with MyAnimeList, so an update can cross-post to both Kitsu and MyAnimeList (anime and manga) * Added console command to sync Kitsu and MyAnimeList data - * Added character pages ## Version 3 diff --git a/Jenkinsfile b/Jenkinsfile index 1a96f880..45affd49 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,10 @@ pipeline { stages { stage('PHP 7.1') { agent { - docker { image 'php:7.1-alpine' } + docker { + image 'php:7.1-alpine' + args '-u root --privileged' + } } steps { sh 'chmod +x ./build/docker_install.sh' @@ -16,7 +19,10 @@ pipeline { } stage('PHP 7.2') { agent { - docker { image 'php:7.2-alpine' } + docker { + image 'php:7.2-alpine' + args '-u root --privileged' + } } steps { sh 'chmod +x ./build/docker_install.sh' diff --git a/README.md b/README.md index 1f0e331b..a70a6cd8 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Update your anime/manga list on Kitsu.io and MyAnimeList.net [![Build Status](https://travis-ci.org/timw4mail/HummingBirdAnimeClient.svg?branch=master)](https://travis-ci.org/timw4mail/HummingBirdAnimeClient) -[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/timw4mail/HummingBirdAnimeClient/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/timw4mail/HummingBirdAnimeClient/?branch=master) +[![Build Status](https://jenkins.timshomepage.net/buildStatus/icon?job=aviat/HummingBirdAnimeClient/develop)](https://jenkins.timshomepage.net/job/aviat/HummingBirdAnimeClient/develop) [[Hosted Example](https://list.timshomepage.net)]