dependabot[bot]
|
597cc586e0
|
Bump puma from 4.3.3 to 4.3.5
Bumps [puma](https://github.com/puma/puma) from 4.3.3 to 4.3.5.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](https://github.com/puma/puma/commits)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-05-22 15:40:05 +00:00 |
|
Jörg Reichert
|
7a68ef0f26
|
Merge pull request #46 from CodeforLeipzig/cleanup-gemfile
Cleanup gemfile
|
2020-03-11 20:43:32 +01:00 |
|
Joerg Reichert
|
155b57d58a
|
Merge pull request #44 from CodeforLeipzig/fix-rubocop-offenses
Fix rubocop offenses
|
2020-03-11 20:10:05 +01:00 |
|
Joerg Reichert
|
08b6f174b2
|
Merge pull request #45 from CodeforLeipzig/fix-factorybot-definitions
Fix factorybot definitions
|
2020-03-11 19:46:40 +01:00 |
|
Lars Henrik Mai
|
bf2f1938d9
|
Sort gems in an alphabetical order within their section of the Gemfile
This makes rubocop happy
|
2020-03-11 15:32:07 +01:00 |
|
Lars Henrik Mai
|
221d1f7713
|
Remove tzinfo-data gem to remove warning during bundle install
This gem is only relevant on windows: https://github.com/tzinfo/tzinfo-data/issues/12
|
2020-03-11 15:32:07 +01:00 |
|
Lars Henrik Mai
|
97733a6c68
|
Remove sdoc gem
|
2020-03-11 15:32:07 +01:00 |
|
Lars Henrik Mai
|
048fb4dd30
|
Remove coffeescript support
|
2020-03-11 15:32:07 +01:00 |
|
Lars Henrik Mai
|
e7e4ea1fe1
|
Cleanup Gemfile
|
2020-03-11 15:32:07 +01:00 |
|
Lars Henrik Mai
|
4e1e8b798a
|
Fix a bunch of rubocop offenses
|
2020-03-11 14:29:50 +01:00 |
|
Lars Henrik Mai
|
106c6800a4
|
Add autogenerated rubocop config
|
2020-03-11 14:29:50 +01:00 |
|
Lars Henrik Mai
|
20d259d658
|
Convert basic_search_spec to snake_case
|
2020-03-11 14:29:50 +01:00 |
|
Lars Henrik Mai
|
163e43a3c9
|
Fix format of database migrations
|
2020-03-11 14:29:50 +01:00 |
|
Lars Henrik Mai
|
3c9af21f2c
|
Remove pending test in SearchControllerSpec
|
2020-03-11 14:29:50 +01:00 |
|
Lars Henrik Mai
|
c08ce6864c
|
Rubocop autocorrect app directory
|
2020-03-11 14:29:50 +01:00 |
|
Lars Henrik Mai
|
ec4aa64cfc
|
Remove unneeded git keep files
|
2020-03-11 14:29:50 +01:00 |
|
Lars Henrik Mai
|
377d7d1ba8
|
Remove unused test/ directory
|
2020-03-11 14:29:50 +01:00 |
|
Lars Henrik Mai
|
5c2e1bfe1e
|
Rubocop autocorrect specs
|
2020-03-09 11:27:52 +01:00 |
|
Lars Henrik Mai
|
247f4b85b7
|
Add rubocop gem
|
2020-03-09 11:27:33 +01:00 |
|
Lars Henrik Mai
|
75f6467237
|
Fix deprecated Faker usage in paper factory
|
2020-03-09 11:15:29 +01:00 |
|
Lars Henrik Mai
|
e33931c47c
|
Fix paper factory definition
|
2020-03-09 11:13:07 +01:00 |
|
Joerg Reichert
|
ea13abc7c4
|
adapt asset handling
|
2020-02-29 18:03:44 +01:00 |
|
Joerg Reichert
|
f027a0203b
|
update lock
|
2020-02-29 17:38:10 +01:00 |
|
Joerg Reichert
|
4f455c0584
|
Merge pull request #43 from CodeforLeipzig/update-elasticsearch
Update elasticsearch
|
2020-02-29 16:23:01 +01:00 |
|
Lars Henrik Mai
|
4d4ed38dfc
|
Add dockerize to wait for elasticsearch to boot during test runs
|
2020-01-16 12:56:35 +01:00 |
|
Lars Henrik Mai
|
dc3a97d3b8
|
Update elasticsearch
- Build our own elasticsearch image based on 6.8.6 which includes
configuration files for german decompounder from https://github.com/uschindler/german-decompounder
- move elastichq to separate service and use the official image instead of including it as plugin in the elasticsearch image
- Adjust compounder filter config in papers to use the included hyphenation_decompounder.
See https://www.elastic.co/guide/en/elasticsearch/reference/6.8/analysis-compound-word-tokenfilter.html
- Remove obsolete "string" type in the mapping of papers, and replace it
with "text" or "keywords" accordingly. See https://www.elastic.co/blog/strings-are-dead-long-live-strings
|
2020-01-16 12:20:47 +01:00 |
|
Lars Henrik Mai
|
5dad333655
|
Replace capybara-webkit with apparition and update capybara to 3.30.0
See https://github.com/teamcapybara/capybara#apparition
|
2020-01-16 12:20:47 +01:00 |
|
Joerg Reichert
|
2050e1c46d
|
Merge pull request #42 from CodeforLeipzig/fix_travis_build
fix travis build
|
2020-01-15 22:42:14 +01:00 |
|
Robert Schmidt
|
97e3bbb2d8
|
fix travis build
|
2020-01-15 22:34:27 +01:00 |
|
Joerg Reichert
|
4a9be9c579
|
Fix search bug
|
2019-10-27 14:34:49 +01:00 |
|
Joerg Reichert
|
3111422940
|
asc to desc to show most recent entries first for paper
|
2019-08-06 23:41:44 +02:00 |
|
Joerg Reichert
|
e91d9f70df
|
remove superfluous chmod call
|
2019-06-13 23:26:56 +02:00 |
|
Joerg Reichert
|
f0e1f53993
|
add map with district councils
|
2019-06-13 23:12:03 +02:00 |
|
Joerg Reichert
|
1612893b17
|
Add missing css height for leaflet
|
2019-06-13 23:12:03 +02:00 |
|
Joerg Reichert
|
1dca83138a
|
#8: prepare map
|
2019-06-13 23:12:03 +02:00 |
|
Joerg Reichert
|
28ade2a8d9
|
fix finally server pid issue at docker container restart
|
2019-04-14 23:52:36 +02:00 |
|
Joerg Reichert
|
d58e0091bb
|
#40: move matomo call to head
|
2018-04-15 16:03:00 +02:00 |
|
Joerg Reichert
|
a0f2b0cdc2
|
#40: remove superflous tags
|
2018-04-15 16:01:54 +02:00 |
|
Joerg Reichert
|
ae04d48523
|
#41: use link_to_unless_current
|
2018-04-15 15:51:43 +02:00 |
|
Joerg Reichert
|
18af85df81
|
#14: fix dashs, remove resolution (as wrong field)
|
2018-04-15 15:41:50 +02:00 |
|
Joerg Reichert
|
8cadcb4214
|
add puma gem
|
2018-04-15 15:21:04 +02:00 |
|
Joerg Reichert
|
a191f21cb1
|
update gem dependencies
|
2018-04-15 15:01:51 +02:00 |
|
Joerg Reichert
|
cb995d7440
|
#40: use codefor.de mapped matomo URI
|
2018-04-15 15:00:34 +02:00 |
|
Joerg Reichert
|
7dd6c508a9
|
#1: add more topics
|
2018-04-15 14:55:20 +02:00 |
|
Joerg Reichert
|
86e26a98a8
|
#1: more explanations
|
2018-04-15 14:55:20 +02:00 |
|
Joerg Reichert
|
f990c0ac06
|
#1: initial version
|
2018-04-15 14:55:20 +02:00 |
|
Joerg Reichert
|
495ccd3a3d
|
#40: add Matamo Javascript call
|
2018-04-02 11:03:42 +02:00 |
|
Joerg Reichert
|
f2fe2ac6a4
|
22: impressum page
|
2018-03-31 17:22:42 +02:00 |
|
Joerg Reichert
|
ad77627973
|
Migration to Ruby 2.5, Rails 5.1.5, Elasticsearch 5.4.3
|
2018-03-24 19:32:34 +01:00 |
|
Joerg Reichert
|
85d2ad5d57
|
Fix kaminari init
|
2018-02-18 23:26:30 +01:00 |
|