]> git.openstreetmap.org Git - chef.git/log
chef.git
2 years agoCharge map export requests at a high rate than normal tiles
Tom Hughes [Wed, 28 Jul 2021 18:27:22 +0000 (19:27 +0100)]
Charge map export requests at a high rate than normal tiles

2 years agoRevert "Use --ignore-engines when installing node modules with yarn"
Tom Hughes [Tue, 27 Jul 2021 18:14:43 +0000 (19:14 +0100)]
Revert "Use --ignore-engines when installing node modules with yarn"

This reverts commit c95478046eb46f37cd94e7459d4e8adf1d70b7c7.

2 years agoUse --ignore-engines when installing node modules with yarn
Tom Hughes [Tue, 27 Jul 2021 16:40:17 +0000 (17:40 +0100)]
Use --ignore-engines when installing node modules with yarn

2 years agoMerge remote-tracking branch 'github/pull/437'
Tom Hughes [Mon, 26 Jul 2021 11:02:33 +0000 (12:02 +0100)]
Merge remote-tracking branch 'github/pull/437'

2 years agoBump cookstyle from 7.15.1 to 7.15.2
dependabot[bot] [Mon, 26 Jul 2021 11:00:44 +0000 (11:00 +0000)]
Bump cookstyle from 7.15.1 to 7.15.2

Bumps [cookstyle](https://github.com/chef/cookstyle) from 7.15.1 to 7.15.2.
- [Release notes](https://github.com/chef/cookstyle/releases)
- [Changelog](https://github.com/chef/cookstyle/blob/master/CHANGELOG.md)
- [Commits](https://github.com/chef/cookstyle/compare/v7.15.1...v7.15.2)

---
updated-dependencies:
- dependency-name: cookstyle
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoFix path to bundler for blog aggregator
Tom Hughes [Sun, 25 Jul 2021 21:33:36 +0000 (22:33 +0100)]
Fix path to bundler for blog aggregator

2 years agoReplace trac with a redirect to github
Tom Hughes [Sat, 24 Jul 2021 10:28:23 +0000 (11:28 +0100)]
Replace trac with a redirect to github

2 years agoRemove role for kokosnuss
Tom Hughes [Fri, 23 Jul 2021 18:08:52 +0000 (19:08 +0100)]
Remove role for kokosnuss

2 years agoMake imagery servers listen on IPv6
Tom Hughes [Fri, 23 Jul 2021 10:18:14 +0000 (11:18 +0100)]
Make imagery servers listen on IPv6

2 years agoDecrease tile rate limit to 30 TPS
Paul Norman [Thu, 22 Jul 2021 23:00:51 +0000 (16:00 -0700)]
Decrease tile rate limit to 30 TPS

This is 15 TPS per server, except for pyrene which needs 30.

Now that the rate limiting is working I reviewed IPs exceeding 20
TPS on an hour basis, looking at several days, and they were all
scrapers, or fakes which I would normally block if not for the effort.
I found no non-scraping proxies or NAT.

2 years agoUpdate Intel Mass Storage tool
Tom Hughes [Thu, 22 Jul 2021 06:05:07 +0000 (07:05 +0100)]
Update Intel Mass Storage tool

2 years agoRemove roles for kalessin, nidhogg and sarkany
Tom Hughes [Wed, 21 Jul 2021 19:31:04 +0000 (20:31 +0100)]
Remove roles for kalessin, nidhogg and sarkany

2 years agoConfigure the OAuth 2 application ID for the web site
Tom Hughes [Wed, 21 Jul 2021 10:30:42 +0000 (11:30 +0100)]
Configure the OAuth 2 application ID for the web site

2 years agoUpdate promscale to 0.5.1
Tom Hughes [Tue, 20 Jul 2021 12:49:46 +0000 (13:49 +0100)]
Update promscale to 0.5.1

2 years agoAdd IP based rate limiting to the render servers
Tom Hughes [Fri, 16 Jul 2021 14:32:53 +0000 (15:32 +0100)]
Add IP based rate limiting to the render servers

2 years agoFix typo
Tom Hughes [Thu, 15 Jul 2021 23:59:27 +0000 (00:59 +0100)]
Fix typo

2 years agoUpdate promscale extension to 0.2.0
Tom Hughes [Thu, 15 Jul 2021 23:16:32 +0000 (00:16 +0100)]
Update promscale extension to 0.2.0

2 years agoAdd placeholder cookbook for community
Grant Slater [Wed, 14 Jul 2021 21:45:23 +0000 (22:45 +0100)]
Add placeholder cookbook for community

2 years agoFix mapnik version attribute
Tom Hughes [Tue, 13 Jul 2021 16:33:11 +0000 (17:33 +0100)]
Fix mapnik version attribute

2 years agoGet real tile source from Fastly-Client-IP for new tile CDN
Tom Hughes [Tue, 13 Jul 2021 16:20:48 +0000 (17:20 +0100)]
Get real tile source from Fastly-Client-IP for new tile CDN

2 years agoStop handling X-Forwarded-For from old tile CDN
Tom Hughes [Tue, 13 Jul 2021 16:19:56 +0000 (17:19 +0100)]
Stop handling X-Forwarded-For from old tile CDN

2 years agoConfigure correct mapnik load path on updated tile servers
Tom Hughes [Tue, 13 Jul 2021 16:17:48 +0000 (17:17 +0100)]
Configure correct mapnik load path on updated tile servers

2 years agoUse URI for promscale database connection
Tom Hughes [Tue, 13 Jul 2021 13:16:57 +0000 (14:16 +0100)]
Use URI for promscale database connection

2 years agoUpdate promscale to 0.5.0
Tom Hughes [Tue, 13 Jul 2021 12:56:04 +0000 (13:56 +0100)]
Update promscale to 0.5.0

2 years agoRemove roles for cherufe and shruikan
Tom Hughes [Sun, 11 Jul 2021 18:26:51 +0000 (19:26 +0100)]
Remove roles for cherufe and shruikan

2 years agoUse ironbelly for DNS in Amsterdam with fallback to Cloudflare
Tom Hughes [Fri, 9 Jul 2021 09:41:26 +0000 (10:41 +0100)]
Use ironbelly for DNS in Amsterdam with fallback to Cloudflare

2 years agoRespond with 429 to abusive "ping" requests
Grant Slater [Fri, 9 Jul 2021 09:27:34 +0000 (10:27 +0100)]
Respond with 429 to abusive "ping" requests

2 years agoMerge remote-tracking branch 'github/pull/435'
Tom Hughes [Wed, 7 Jul 2021 11:09:46 +0000 (12:09 +0100)]
Merge remote-tracking branch 'github/pull/435'

2 years agoBump cookstyle from 7.15.0 to 7.15.1
dependabot[bot] [Wed, 7 Jul 2021 11:00:39 +0000 (11:00 +0000)]
Bump cookstyle from 7.15.0 to 7.15.1

Bumps [cookstyle](https://github.com/chef/cookstyle) from 7.15.0 to 7.15.1.
- [Release notes](https://github.com/chef/cookstyle/releases)
- [Changelog](https://github.com/chef/cookstyle/blob/master/CHANGELOG.md)
- [Commits](https://github.com/chef/cookstyle/compare/v7.15.0...v7.15.1)

---
updated-dependencies:
- dependency-name: cookstyle
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoMerge remote-tracking branch 'github/pull/434'
Tom Hughes [Tue, 6 Jul 2021 13:47:14 +0000 (14:47 +0100)]
Merge remote-tracking branch 'github/pull/434'

2 years agoBump test-kitchen from 2.12.0 to 3.0.0
dependabot[bot] [Tue, 6 Jul 2021 11:00:38 +0000 (11:00 +0000)]
Bump test-kitchen from 2.12.0 to 3.0.0

Bumps [test-kitchen](https://github.com/test-kitchen/test-kitchen) from 2.12.0 to 3.0.0.
- [Release notes](https://github.com/test-kitchen/test-kitchen/releases)
- [Changelog](https://github.com/test-kitchen/test-kitchen/blob/master/CHANGELOG.md)
- [Commits](https://github.com/test-kitchen/test-kitchen/commits)

---
updated-dependencies:
- dependency-name: test-kitchen
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoRemove roles for boitata and keizer
Tom Hughes [Mon, 5 Jul 2021 18:12:09 +0000 (19:12 +0100)]
Remove roles for boitata and keizer

2 years agoMerge remote-tracking branch 'github/pull/433'
Tom Hughes [Mon, 5 Jul 2021 11:09:58 +0000 (12:09 +0100)]
Merge remote-tracking branch 'github/pull/433'

2 years agoMerge remote-tracking branch 'github/pull/432'
Tom Hughes [Mon, 5 Jul 2021 11:09:53 +0000 (12:09 +0100)]
Merge remote-tracking branch 'github/pull/432'

2 years agoBump kitchen-dokken from 2.13.0 to 2.14.0
dependabot[bot] [Mon, 5 Jul 2021 11:01:13 +0000 (11:01 +0000)]
Bump kitchen-dokken from 2.13.0 to 2.14.0

Bumps [kitchen-dokken](https://github.com/someara/kitchen-dokken) from 2.13.0 to 2.14.0.
- [Release notes](https://github.com/someara/kitchen-dokken/releases)
- [Changelog](https://github.com/test-kitchen/kitchen-dokken/blob/master/CHANGELOG.md)
- [Commits](https://github.com/someara/kitchen-dokken/compare/v2.13.0...v2.14.0)

---
updated-dependencies:
- dependency-name: kitchen-dokken
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoBump cookstyle from 7.14.2 to 7.15.0
dependabot[bot] [Mon, 5 Jul 2021 11:00:44 +0000 (11:00 +0000)]
Bump cookstyle from 7.14.2 to 7.15.0

Bumps [cookstyle](https://github.com/chef/cookstyle) from 7.14.2 to 7.15.0.
- [Release notes](https://github.com/chef/cookstyle/releases)
- [Changelog](https://github.com/chef/cookstyle/blob/master/CHANGELOG.md)
- [Commits](https://github.com/chef/cookstyle/compare/v7.14.2...v7.15.0)

---
updated-dependencies:
- dependency-name: cookstyle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoSwitch tilelog to use a systemd time and run earlier in the day
Tom Hughes [Sun, 4 Jul 2021 21:21:27 +0000 (22:21 +0100)]
Switch tilelog to use a systemd time and run earlier in the day

Closes #431

2 years agoAdd dummy passwords for tilelog tests
Tom Hughes [Sat, 3 Jul 2021 23:00:36 +0000 (23:00 +0000)]
Add dummy passwords for tilelog tests

2 years agoCleanup temporary directory
Tom Hughes [Sat, 3 Jul 2021 16:27:04 +0000 (17:27 +0100)]
Cleanup temporary directory

2 years agoUse a virtualenv for tilelog processing
Tom Hughes [Sat, 3 Jul 2021 14:28:38 +0000 (14:28 +0000)]
Use a virtualenv for tilelog processing

2 years agoReplace tile log analyser with new one for the new CDN
Tom Hughes [Sat, 3 Jul 2021 11:27:51 +0000 (12:27 +0100)]
Replace tile log analyser with new one for the new CDN

Fixes #401

2 years agodns: Update dnscontrol to 3.10.1
Grant Slater [Thu, 1 Jul 2021 23:09:18 +0000 (00:09 +0100)]
dns: Update dnscontrol to 3.10.1

2 years agoDrop oauth test site
Tom Hughes [Sun, 27 Jun 2021 18:08:37 +0000 (19:08 +0100)]
Drop oauth test site

2 years agoMerge remote-tracking branch 'github/pull/430'
Tom Hughes [Sun, 27 Jun 2021 15:47:07 +0000 (16:47 +0100)]
Merge remote-tracking branch 'github/pull/430'

2 years agoMerge remote-tracking branch 'github/pull/429'
Tom Hughes [Sun, 27 Jun 2021 15:46:48 +0000 (16:46 +0100)]
Merge remote-tracking branch 'github/pull/429'

2 years agoMerge remote-tracking branch 'github/pull/428'
Tom Hughes [Sun, 27 Jun 2021 15:46:33 +0000 (16:46 +0100)]
Merge remote-tracking branch 'github/pull/428'

2 years agoAppend to planet update log instead of overwriting
Jochen Topf [Sun, 27 Jun 2021 15:44:00 +0000 (17:44 +0200)]
Append to planet update log instead of overwriting

The planet update log of a run was writing over the previous log instead of appending. The log file is already rotated correctly, so it is not growing without bounds with this change.

2 years agoIncrease log verbosity level of planet update
Jochen Topf [Sun, 27 Jun 2021 15:40:27 +0000 (17:40 +0200)]
Increase log verbosity level of planet update

Increase verbosity level of pyosmium-up-to-date in /usr/local/bin/planet-update to help finding out why it fails so often.

2 years agoRun planet update for taginfo later
Jochen Topf [Sun, 27 Jun 2021 15:37:59 +0000 (17:37 +0200)]
Run planet update for taginfo later

The planet update fails quite often for unknown reasons on the taginfo server. Maybe this is due to the process creating the hourly file running in the exact same moment or some other problem. This changes moves the cronjob a bit later to see whether it works better.

2 years agoMerge remote-tracking branch 'github/pull/427'
Tom Hughes [Fri, 25 Jun 2021 11:43:06 +0000 (12:43 +0100)]
Merge remote-tracking branch 'github/pull/427'

2 years agoMerge remote-tracking branch 'github/pull/426'
Tom Hughes [Fri, 25 Jun 2021 11:43:03 +0000 (12:43 +0100)]
Merge remote-tracking branch 'github/pull/426'

2 years agoBump serverspec from 2.41.7 to 2.41.8
dependabot[bot] [Fri, 25 Jun 2021 11:00:46 +0000 (11:00 +0000)]
Bump serverspec from 2.41.7 to 2.41.8

Bumps [serverspec](http://serverspec.org/) from 2.41.7 to 2.41.8.

---
updated-dependencies:
- dependency-name: serverspec
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoBump cookstyle from 7.13.0 to 7.14.2
dependabot[bot] [Fri, 25 Jun 2021 11:00:38 +0000 (11:00 +0000)]
Bump cookstyle from 7.13.0 to 7.14.2

Bumps [cookstyle](https://github.com/chef/cookstyle) from 7.13.0 to 7.14.2.
- [Release notes](https://github.com/chef/cookstyle/releases)
- [Changelog](https://github.com/chef/cookstyle/blob/master/CHANGELOG.md)
- [Commits](https://github.com/chef/cookstyle/compare/v7.13.0...v7.14.2)

---
updated-dependencies:
- dependency-name: cookstyle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoDon't upgrade cgimap automatically
Tom Hughes [Thu, 24 Jun 2021 07:14:02 +0000 (08:14 +0100)]
Don't upgrade cgimap automatically

2 years agoDisable default mod_tile configuration
Tom Hughes [Tue, 22 Jun 2021 21:26:27 +0000 (22:26 +0100)]
Disable default mod_tile configuration

2 years agoEnsure assets are build before rails is restarted
Tom Hughes [Tue, 22 Jun 2021 17:44:18 +0000 (18:44 +0100)]
Ensure assets are build before rails is restarted

2 years agoMerge remote-tracking branch 'github/pull/425'
Tom Hughes [Tue, 22 Jun 2021 11:24:39 +0000 (12:24 +0100)]
Merge remote-tracking branch 'github/pull/425'

2 years agoBump serverspec from 2.41.6 to 2.41.7
dependabot[bot] [Tue, 22 Jun 2021 11:00:36 +0000 (11:00 +0000)]
Bump serverspec from 2.41.6 to 2.41.7

Bumps [serverspec](http://serverspec.org/) from 2.41.6 to 2.41.7.

---
updated-dependencies:
- dependency-name: serverspec
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoMerge remote-tracking branch 'github/pull/424'
Tom Hughes [Mon, 21 Jun 2021 13:04:16 +0000 (14:04 +0100)]
Merge remote-tracking branch 'github/pull/424'

2 years agoBump serverspec from 2.41.5 to 2.41.6
dependabot[bot] [Mon, 21 Jun 2021 11:00:36 +0000 (11:00 +0000)]
Bump serverspec from 2.41.5 to 2.41.6

Bumps [serverspec](http://serverspec.org/) from 2.41.5 to 2.41.6.

---
updated-dependencies:
- dependency-name: serverspec
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoRevert "Limit the memory used by renderd"
Tom Hughes [Thu, 17 Jun 2021 06:08:35 +0000 (07:08 +0100)]
Revert "Limit the memory used by renderd"

This reverts commit 5bd9046d1c65355ebd8d56eca3183ee00e9e03b3.

2 years agoMerge remote-tracking branch 'github/pull/423'
Tom Hughes [Mon, 14 Jun 2021 07:58:59 +0000 (08:58 +0100)]
Merge remote-tracking branch 'github/pull/423'

2 years agoBump kitchen-dokken from 2.12.1 to 2.13.0
dependabot[bot] [Mon, 14 Jun 2021 05:04:01 +0000 (05:04 +0000)]
Bump kitchen-dokken from 2.12.1 to 2.13.0

Bumps [kitchen-dokken](https://github.com/someara/kitchen-dokken) from 2.12.1 to 2.13.0.
- [Release notes](https://github.com/someara/kitchen-dokken/releases)
- [Changelog](https://github.com/test-kitchen/kitchen-dokken/blob/master/CHANGELOG.md)
- [Commits](https://github.com/someara/kitchen-dokken/compare/v2.12.1...v2.13.0)

---
updated-dependencies:
- dependency-name: kitchen-dokken
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoMerge remote-tracking branch 'github/pull/422'
Tom Hughes [Fri, 11 Jun 2021 07:29:44 +0000 (08:29 +0100)]
Merge remote-tracking branch 'github/pull/422'

2 years agoBump test-kitchen from 2.11.2 to 2.12.0
dependabot[bot] [Fri, 11 Jun 2021 05:01:15 +0000 (05:01 +0000)]
Bump test-kitchen from 2.11.2 to 2.12.0

Bumps [test-kitchen](https://github.com/test-kitchen/test-kitchen) from 2.11.2 to 2.12.0.
- [Release notes](https://github.com/test-kitchen/test-kitchen/releases)
- [Changelog](https://github.com/test-kitchen/test-kitchen/blob/master/CHANGELOG.md)
- [Commits](https://github.com/test-kitchen/test-kitchen/compare/v2.11.2...v2.12.0)

---
updated-dependencies:
- dependency-name: test-kitchen
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoShow RSS links for main .torrent files on index page
Matija Nalis [Thu, 10 Jun 2021 17:46:16 +0000 (19:46 +0200)]
Show RSS links for main .torrent files on index page

Closes #421

2 years agotile: Enable TCP BBR again experimentally. Uplinks not congested
Grant Slater [Wed, 9 Jun 2021 17:24:48 +0000 (18:24 +0100)]
tile: Enable TCP BBR again experimentally. Uplinks not congested

2 years agoRevert "imagery: Add report only CSP and NEL reporting"
Grant Slater [Mon, 7 Jun 2021 12:29:03 +0000 (13:29 +0100)]
Revert "imagery: Add report only CSP and NEL reporting"

This reverts commit 7d41b07d2090855c7fd3117b62a1e6ecbf20b246.

2 years agoimagery: Add report only CSP and NEL reporting
Grant Slater [Mon, 7 Jun 2021 11:44:27 +0000 (12:44 +0100)]
imagery: Add report only CSP and NEL reporting

2 years agoRemove role for fafnir
Tom Hughes [Fri, 4 Jun 2021 07:26:11 +0000 (08:26 +0100)]
Remove role for fafnir

2 years agoUpdate Intel Mass Storage tool
Tom Hughes [Thu, 3 Jun 2021 06:09:25 +0000 (07:09 +0100)]
Update Intel Mass Storage tool

2 years agoLimit the memory used by renderd
Tom Hughes [Wed, 2 Jun 2021 18:31:11 +0000 (19:31 +0100)]
Limit the memory used by renderd

2 years agoAdd new mirror as webseed to new torrents
Victor Popov [Fri, 14 May 2021 11:30:50 +0000 (14:30 +0300)]
Add new mirror as webseed to new torrents

2 years agoimagery: promote stereo to an admin
Grant Slater [Fri, 28 May 2021 10:35:20 +0000 (11:35 +0100)]
imagery: promote stereo to an admin

2 years agoMerge remote-tracking branch 'github/pull/419'
Tom Hughes [Fri, 28 May 2021 06:26:28 +0000 (07:26 +0100)]
Merge remote-tracking branch 'github/pull/419'

2 years agoMerge remote-tracking branch 'github/pull/418'
Tom Hughes [Fri, 28 May 2021 06:26:22 +0000 (07:26 +0100)]
Merge remote-tracking branch 'github/pull/418'

2 years agoBump actions/cache from 2.1.5 to 2.1.6
dependabot[bot] [Fri, 28 May 2021 05:07:04 +0000 (05:07 +0000)]
Bump actions/cache from 2.1.5 to 2.1.6

Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.5...v2.1.6)

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoBump cookstyle from 7.12.5 to 7.13.0
dependabot[bot] [Fri, 28 May 2021 05:01:26 +0000 (05:01 +0000)]
Bump cookstyle from 7.12.5 to 7.13.0

Bumps [cookstyle](https://github.com/chef/cookstyle) from 7.12.5 to 7.13.0.
- [Release notes](https://github.com/chef/cookstyle/releases)
- [Changelog](https://github.com/chef/cookstyle/blob/master/CHANGELOG.md)
- [Commits](https://github.com/chef/cookstyle/compare/v7.12.5...v7.13.0)

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoUpdate piwik to 4.3.1
Tom Hughes [Thu, 27 May 2021 07:49:33 +0000 (08:49 +0100)]
Update piwik to 4.3.1

2 years agoadd required length attribute for <enclosure>, put copyright in <copyright> to pass...
Matija Nalis [Mon, 24 May 2021 17:18:54 +0000 (19:18 +0200)]
add required length attribute for <enclosure>, put copyright in <copyright> to pass RSS validation

2 years ago<item>s must be inside <channel> for RSS
Matija Nalis [Mon, 24 May 2021 17:17:38 +0000 (19:17 +0200)]
<item>s must be inside <channel> for RSS

2 years agoplanet: shellcheck fixes for planet-notes-dump
Grant Slater [Sun, 23 May 2021 20:40:27 +0000 (21:40 +0100)]
planet: shellcheck fixes for planet-notes-dump

2 years agoplanet: shellcheck fixes on users-agreed
Grant Slater [Sun, 23 May 2021 20:37:59 +0000 (21:37 +0100)]
planet: shellcheck fixes on users-agreed

2 years agoshellcheck fixes on planetdump
Grant Slater [Sun, 23 May 2021 20:36:09 +0000 (21:36 +0100)]
shellcheck fixes on planetdump

2 years agosort RSS newest-top
Matija Nalis [Sun, 17 Jan 2021 02:44:07 +0000 (03:44 +0100)]
sort RSS newest-top

2 years agoforce atom namespace to be defined on top <rss> element
Matija Nalis [Sun, 17 Jan 2021 02:08:16 +0000 (03:08 +0100)]
force atom namespace to be defined on top <rss> element

2 years agoRSS feeds should not be per-year
Matija Nalis [Sun, 17 Jan 2021 01:07:01 +0000 (02:07 +0100)]
RSS feeds should not be per-year

2 years agocreate XML RSS Feed for .torrent files (using xmlstarlet)
Matija Nalis [Sat, 16 Jan 2021 23:51:59 +0000 (00:51 +0100)]
create XML RSS Feed for .torrent files (using xmlstarlet)

2 years agoRemove SimpleMap MediaWiki extension from all wikis
Tigerfell [Sun, 23 May 2021 16:47:31 +0000 (18:47 +0200)]
Remove SimpleMap MediaWiki extension from all wikis

2 years agoUpdate piwik to 4.3.0
Tom Hughes [Tue, 18 May 2021 07:27:24 +0000 (08:27 +0100)]
Update piwik to 4.3.0

2 years agoMerge remote-tracking branch 'github/pull/414'
Tom Hughes [Tue, 18 May 2021 07:25:51 +0000 (08:25 +0100)]
Merge remote-tracking branch 'github/pull/414'

2 years agoBump cookstyle from 7.12.3 to 7.12.5
dependabot[bot] [Tue, 18 May 2021 05:01:02 +0000 (05:01 +0000)]
Bump cookstyle from 7.12.3 to 7.12.5

Bumps [cookstyle](https://github.com/chef/cookstyle) from 7.12.3 to 7.12.5.
- [Release notes](https://github.com/chef/cookstyle/releases)
- [Changelog](https://github.com/chef/cookstyle/blob/master/CHANGELOG.md)
- [Commits](https://github.com/chef/cookstyle/compare/v7.12.3...v7.12.5)

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoMerge remote-tracking branch 'github/pull/413'
Tom Hughes [Mon, 17 May 2021 07:16:50 +0000 (08:16 +0100)]
Merge remote-tracking branch 'github/pull/413'

2 years agoBump cookstyle from 7.12.2 to 7.12.3
dependabot[bot] [Mon, 17 May 2021 05:01:50 +0000 (05:01 +0000)]
Bump cookstyle from 7.12.2 to 7.12.3

Bumps [cookstyle](https://github.com/chef/cookstyle) from 7.12.2 to 7.12.3.
- [Release notes](https://github.com/chef/cookstyle/releases)
- [Changelog](https://github.com/chef/cookstyle/blob/master/CHANGELOG.md)
- [Commits](https://github.com/chef/cookstyle/compare/v7.12.2...v7.12.3)

Signed-off-by: dependabot[bot] <support@github.com>
2 years agoExtension version bump
Guillaume RISCHARD [Fri, 14 May 2021 21:51:36 +0000 (23:51 +0200)]
Extension version bump

2 years agoNew origin for org.civicoop.emailapi
Guillaume RISCHARD [Fri, 14 May 2021 21:25:24 +0000 (23:25 +0200)]
New origin for org.civicoop.emailapi

2 years agoVersion bump
Guillaume RISCHARD [Fri, 14 May 2021 20:45:10 +0000 (22:45 +0200)]
Version bump

2 years agoEnable unified mode for custom resources
Tom Hughes [Thu, 13 May 2021 18:16:30 +0000 (19:16 +0100)]
Enable unified mode for custom resources

2 years agoblog: Add piwik plugin for internal analytics
Grant Slater [Fri, 14 May 2021 13:53:21 +0000 (14:53 +0100)]
blog: Add piwik plugin for internal analytics

2 years agoAdd cgimap to oauth2 instance
Tom Hughes [Thu, 13 May 2021 17:45:29 +0000 (18:45 +0100)]
Add cgimap to oauth2 instance