Quantcast
Channel: FeedBunch:a357b8d33fcd28c1b1e6bda4653fc7d88941fc65 commits
Browsing latest articles
Browse All 29 View Live

Changelog

View Article



gitignore

View Article

Fixed: rails env is not unconditionally set to production anymore

View Article

Removed distinction between free and paid users.

FeedBunch users have never had to pay anything and the boolean attribute that marks some users as "free" is not used.

View Article

Remove foreign keys created by a recent migration

It seems these foreign keys are created by (relatively) recent versions of Rails. Older versions did not create them. They are probably useful and a good idea in the long run, but right now they break...

View Article


Removed NewRelic from the app

NewRelic is a SaaS that gives detailed webapp stats. It will no longer be used, individual FeedBunch installations will have to provide their own stats sollution.

View Article

Removed monkeypatch that disable advisory locking in postgresql during migrat...

This was necessary when connecting to postgresql through pgbouncer, but it's no longer necessary in a dockerized environment.

View Article

Removed travis-ci config file

View Article


Removed capistrano from the app.

Deployments will no longer be managed with capistrano but with docker commands instead

View Article


FeedBunch can use a remote browser instead of a local headless browser

When fetching certain feeds a full browser is necessary (e.g. to pass certain anti-DDoS measures). Until now a local Chromium was started every time such a feed was fetched, with required chromium and...

View Article

Fix bug generating URI

View Article

Correct path to connect to remote browser

View Article

Removed all social sharing functionality

It was outdated (references to google+ which disappeared years ago, no facebook sharing, no new social networks like instagram...). Integration with social networks is now out of scope for this...

View Article


Remove comments from activeadmin

Not used.

View Article

Cleaner index page for users in activeadmin

View Article


Fix creating users from the activeadmin interface

View Article

Simplified feed views in activeadmin

View Article


Remove coveralls config file

View Article

Remove badges from Readme

Coverage, code quality etc are a little snake-oily. Better to just have tests results in a badge

View Article

Removed dangling capistrano config

View Article

Removed unnecessary gems from bundle

View Article


Removed coveralls gem code

View Article


Moved app to subfolder

View Article

Removed unused gems

View Article

Fixed tests

View Article


Added gitlab CI config file

View Article

Default image for gitlab CI

View Article

WIP: gitlab ci

View Article

WIP: gitlab-ci

View Article


Browsing latest articles
Browse All 29 View Live


Latest Images