forked from publiclab/mapknitter
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Try running Buster #186
Merged
Merged
Try running Buster #186
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
49dce01
Try running Buster
icarito 576d67e
Merge branch 'modularization' into modularization
icarito ca10ab2
Include binary GDal
icarito 3dcdda8
Reorder Dockerfile
icarito 4a5676d
Install npm
icarito a65ce90
Tweak apt command
icarito 82172d8
Update Dockerfile
icarito 29cb1bf
Simplfy
icarito 96f1e58
Rollback ruby upgrade and rather install 2.4.4 from rvm
icarito 46dd94a
Add login shell to support rvm
icarito fee6095
Mysql deps
icarito 5eb60ed
Include git
icarito 1833f41
Fix entry command
icarito 20bdaa0
Move start command
icarito cdb1dd0
Revert "Fix entry command"
icarito 3f625b7
Remove entrypoint from Dockerfile
icarito 924dd2e
Add -l parameter to bash
icarito 9ca39b3
More deps
icarito 8970c4b
Bump mysql2 from 0.3.21 to 0.5.2
dependabot-support ff9c85d
activerecord-mysql2-adapter
icarito 8ae9c0d
Return to mysql2 < 4 gem and add some grease
icarito 7f97ee9
Merge branch 'modularization' of https://github.com/jywarren/mapknitt…
icarito c85051f
Update exporter_test.rb
jywarren 000b21d
Update exporter_test.rb
jywarren c49ebc1
Update exporter.rb
jywarren 09e130b
Update exporter_test.rb
jywarren File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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 file contains 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 file contains 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 file contains 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 file contains 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 file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/bin/sh | ||
sleep 5 | ||
bundle exec rails s -p 3000 -b '0.0.0.0' |
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here be dragons, we're monkey patching
mysql2
gem here to make it work with libmariadb-compat-dev in Debian buster