-
Notifications
You must be signed in to change notification settings - Fork 69
Release v2.2.0 #557
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Release v2.2.0 #557
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This does the trick. I never understood what that metal.* is but it now times out. Manual configuration in the old production server not persisted anywhere else? I used locally to deploy with Capistrano so this is working.
It was used while migration the production server and since this one and production configs are almost exact copies (just rails_env differs) it's no longer needed. And this brings simplicity back to this repo. The most noticeable change is the removal of `url` from production's database config as DATABASE_URL got removed in coopdevs/timeoverflow-provisioning#21 two years ago and it's true in production: ``` timeoverflow@timeoverflow-production:~$ env | grep DATABASE DATABASE_NAME=xxx DATABASE_USER=xxx DATABASE_PASSWORD=xxx ```
Fix production deployment
Remove next environment
Fix typo in Contributing.md
…::AssociationRelation + update to latest Rubocop
move weekly digest email to sidekiq-cron and remove whenever
Bumps [loofah](https://github.com/flavorjones/loofah) from 2.2.3 to 2.4.0. - [Release notes](https://github.com/flavorjones/loofah/releases) - [Changelog](https://github.com/flavorjones/loofah/blob/master/CHANGELOG.md) - [Commits](flavorjones/loofah@v2.2.3...v2.4.0) Signed-off-by: dependabot[bot] <support@github.com>
Bump loofah from 2.2.3 to 2.4.0
Bumps [devise](https://github.com/plataformatec/devise) from 4.5.0 to 4.7.1. - [Release notes](https://github.com/plataformatec/devise/releases) - [Changelog](https://github.com/plataformatec/devise/blob/master/CHANGELOG.md) - [Commits](heartcombo/devise@v4.5.0...v4.7.1) Signed-off-by: dependabot[bot] <support@github.com>
Bump devise from 4.5.0 to 4.7.1
Bumps [bootstrap-sass](https://github.com/twbs/bootstrap-sass) from 3.3.6 to 3.4.1. - [Release notes](https://github.com/twbs/bootstrap-sass/releases) - [Changelog](https://github.com/twbs/bootstrap-sass/blob/master/CHANGELOG.md) - [Commits](twbs/bootstrap-sass@v3.3.6...v3.4.1) Signed-off-by: dependabot[bot] <support@github.com>
Fix/statistics table responsive
Set col to a different value
…ss-3.4.1 Bump bootstrap-sass from 3.3.6 to 3.4.1
Feature/add phones search feature (only for managers)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
We welcome @mperezv into the team 🎉 This is first release ever and won't be the last one 💪
The release includes the following changes: