Michal Migurski
b635cf6bc9
Added API read to docker-compose test
2021-01-28 12:03:58 -08:00
Michal Migurski
f07314ccfe
Added new parallel test job for docker-compose
2021-01-28 12:03:58 -08:00
Jamie Alessio
6bcd2144a7
Update INSTALL.md to reference Docker as an option
2021-01-28 12:03:58 -08:00
Jamie Alessio
395300d8f3
Clarifications to Docker instructions
2021-01-28 12:03:58 -08:00
Jamie Alessio
255ce8708a
put osmosis installation back
2021-01-28 12:03:58 -08:00
Jamie Alessio
5a431a5cb0
Ignore additional 'large' directories during Docker build step
2021-01-28 12:03:58 -08:00
Jamie Alessio
6624510ed3
Simplify Dockerfile
2021-01-28 12:03:58 -08:00
Jamie Alessio
d5fe598a18
Postgres is no longer starting
...
Fails with:
db_1 | Error: Database is uninitialized and superuser password is not specified.
db_1 | You must specify POSTGRES_PASSWORD for the superuser. Use
db_1 | "-e POSTGRES_PASSWORD=password" to set it in "docker run".
db_1 |
db_1 | You may also use POSTGRES_HOST_AUTH_METHOD=trust to allow all connections
db_1 | without a password. This is *not* recommended. See PostgreSQL
db_1 | documentation about "trust":
db_1 | https://www.postgresql.org/docs/current/auth-trust.html
Appears to be related to
https://github.com/docker-library/postgres/issues/681
2021-01-28 12:03:58 -08:00
Jamie Alessio
4b4217b8be
More DOCKER.md cleanup
2021-01-28 12:03:58 -08:00
Jamie Alessio
db3cbf9803
Docker readme updates
2021-01-28 12:03:58 -08:00
Jamie Alessio
b5bf4e375b
Don't try to introduce top-level Makefile at this time
2021-01-28 12:03:58 -08:00
Jamie Alessio
544daa09eb
Fix mismatched quote and pluralization
2021-01-28 12:03:58 -08:00
Jamie Alessio
60a18ce78d
Update Docker instructions to avoid copying entire settings file
2021-01-28 12:03:58 -08:00
Jamie Alessio
2eb8e76fd3
Add Docker README and Makefile for helper commands
2021-01-28 12:03:58 -08:00
Jamie Alessio
c514fd62fe
Introduce docker-compose config for development
2021-01-28 12:03:58 -08:00
Tom Hughes
e6db73f8d3
Avoid password manager autocompletion on user settings page
2021-01-28 11:33:01 +00:00
Tom Hughes
e6dbf56d43
Merge remote-tracking branch 'upstream/pull/3074'
2021-01-28 10:41:06 +00:00
Tom Hughes
f981182731
Merge remote-tracking branch 'upstream/pull/3073'
2021-01-28 10:36:38 +00:00
Tucker Chapman
d257e67842
Remove conditional for polyline layer
...
When a user searches for a route and one is not found the polyline
layer is removed - if they then change the mode of transportation the
event listener will not reroute if there is no polyline layer.
This commit removes the conditional that prevents the routing code from
re-running after the polyline has been removed.
Fixes #3050
Closes #3055
2021-01-28 10:31:33 +00:00
Andy Allan
3cabed98b3
Provide better descriptions for sr-only labels
2021-01-28 10:10:38 +00:00
Andy Allan
1f4d334dfe
Use boolean instead of string for hiding labels
2021-01-28 10:10:03 +00:00
Andy Allan
a7d959e588
Refactor account form to use bootstrap
...
There's further refactoring that could be done, but this is sufficient for now.
2021-01-27 17:59:58 +00:00
Andy Allan
e4277a4b09
Convert issue comments to use bootstrap
...
The reassign checkbox could be simplified in future by changing the expected parameter in the controller
2021-01-27 17:50:07 +00:00
Andy Allan
eabc7f330b
Converge redaction forms to use bootstrap
2021-01-27 17:04:47 +00:00
Andy Allan
c0adab7aba
Convert note form to use bootstrap
2021-01-27 16:33:11 +00:00
Tom Hughes
810e4da85a
Fix locate control popup on the main map to use new translations
...
Fixes #3072
2021-01-27 13:48:54 +00:00
Andy Allan
f737d2d34a
Use model attributes and attribute help for the registration fields
...
The disply name keeps its specific help, since it is different on the account settings page
2021-01-27 12:36:21 +00:00
Tom Hughes
2b8d2bcb9f
Update bundle
2021-01-26 22:43:30 +00:00
translatewiki.net
b304c1cae4
Localisation updates from https://translatewiki.net .
2021-01-25 18:13:09 +01:00
Tom Hughes
acc6aa08b0
Merge remote-tracking branch 'upstream/pull/3069'
2021-01-25 07:06:59 +00:00
Mikel Maron
7d2ff8e4cd
reserve 60x60 in top right of survey banner
2021-01-24 20:31:21 -05:00
Tom Hughes
f0ae0aa130
Merge remote-tracking branch 'upstream/pull/3066'
2021-01-22 22:25:41 +00:00
Mikel Maron
04cb8d488e
community survey banner
2021-01-22 14:52:49 -05:00
Tom Hughes
8ac2302837
Avoid concatenating text to a translation
...
Fixes #3064
2021-01-21 17:15:27 +00:00
Tom Hughes
82bb9d02f3
Merge remote-tracking branch 'upstream/pull/3065'
2021-01-21 17:00:05 +00:00
translatewiki.net
eedbf79ad6
Localisation updates from https://translatewiki.net .
2021-01-21 15:17:04 +01:00
Andy Allan
536c62175c
Avoid recommending installation of the Ubuntu bundler package
...
Due to a problem with namespacing and vendoring, the Ubuntu package
leads to namespace conflicts with Thor 1+
Fixes #3013
2021-01-21 11:29:29 +00:00
Tom Hughes
90c5d95ac4
Merge remote-tracking branch 'upstream/pull/3063'
2021-01-20 15:52:08 +00:00
Andy Allan
8e02c98c3f
Refactor diary comment form to use bootstrap
2021-01-20 15:38:10 +00:00
Andy Allan
cc8bb7c6a5
Refactor user registration form to use bootstrap
2021-01-20 15:38:10 +00:00
Andy Allan
601d28d4b4
Convert to use bootstrap form
2021-01-20 11:11:52 +00:00
Tom Hughes
10999cfc5e
Merge remote-tracking branch 'upstream/pull/3061'
2021-01-19 20:17:50 +00:00
Frederik Ramm
d14083129c
Fix a small typo and tests that depend on it.
2021-01-19 20:56:43 +01:00
Tom Hughes
812f5b44e8
Redirect after saving settings in case the username has changed
...
Fixes #3059
2021-01-19 18:57:34 +00:00
Tom Hughes
d58b74a685
Update bundle
2021-01-19 18:18:42 +00:00
translatewiki.net
18ee3c7133
Localisation updates from https://translatewiki.net .
2021-01-18 16:56:27 +01:00
Tom Hughes
3a6397fb2a
Merge remote-tracking branch 'upstream/pull/3060'
2021-01-18 08:02:24 +00:00
dependabot[bot]
279a397860
Bump eslint from 7.17.0 to 7.18.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 7.17.0 to 7.18.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v7.17.0...v7.18.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-01-18 05:01:25 +00:00
translatewiki.net
4feeba645b
Localisation updates from https://translatewiki.net .
2021-01-14 16:27:17 +01:00
Tom Hughes
de8a49a9d7
Merge remote-tracking branch 'upstream/pull/3049'
2021-01-14 11:11:00 +00:00