[Taginfo-dev] [taginfo/taginfo] f37498: First step in making it possible to have several t...
Jochen Topf
noreply at github.com
Sun Oct 23 10:02:10 UTC 2022
Branch: refs/tags/osmorg-taginfo-live
Home: https://github.com/taginfo/taginfo
Commit: f3749812b850f748ff816531770253eb67b4257a
https://github.com/taginfo/taginfo/commit/f3749812b850f748ff816531770253eb67b4257a
Author: Jochen Topf <jochen at topf.org>
Date: 2022-10-22 (Sat, 22 Oct 2022)
Changed paths:
M web/lib/config.rb
M web/lib/sources.rb
M web/lib/sql.rb
M web/lib/utils.rb
M web/taginfo.rb
Log Message:
-----------
First step in making it possible to have several taginfo configs
At some point this will allow multiple configurations to be used at the
same time.
Commit: efa01133a57e9f8c58350cf117d00d1dbf20aa40
https://github.com/taginfo/taginfo/commit/efa01133a57e9f8c58350cf117d00d1dbf20aa40
Author: Jochen Topf <jochen at topf.org>
Date: 2022-10-22 (Sat, 22 Oct 2022)
Changed paths:
M web/lib/api/v4/key.rb
M web/lib/api/v4/site.rb
M web/lib/api/v4/tag.rb
M web/lib/sources.rb
M web/lib/sql.rb
M web/lib/ui/tags.rb
M web/taginfo.rb
M web/views/download.erb
M web/views/key.erb
M web/views/sources.erb
M web/views/tag.erb
Log Message:
-----------
Use new Sources class to keep all the sources
Commit: ded3344de07e153f0ba53780f17a3851d04a3529
https://github.com/taginfo/taginfo/commit/ded3344de07e153f0ba53780f17a3851d04a3529
Author: Jochen Topf <jochen at topf.org>
Date: 2022-10-22 (Sat, 22 Oct 2022)
Changed paths:
M web/lib/sql.rb
M web/taginfo.rb
Log Message:
-----------
Don't use TAGINFO_CONFIG global in SQL code
Commit: b5bc9bfcd093c4d8c5a1b4417a9d16f300e743d1
https://github.com/taginfo/taginfo/commit/b5bc9bfcd093c4d8c5a1b4417a9d16f300e743d1
Author: Jochen Topf <jochen at topf.org>
Date: 2022-10-23 (Sun, 23 Oct 2022)
Changed paths:
M web/lib/sources.rb
M web/lib/sql.rb
M web/taginfo.rb
Log Message:
-----------
Disentangle SQL::Database and Sources classes
Commit: 88a1a1898142c1727d2511aa399a53b9bfb9f861
https://github.com/taginfo/taginfo/commit/88a1a1898142c1727d2511aa399a53b9bfb9f861
Author: Jochen Topf <jochen at topf.org>
Date: 2022-10-23 (Sun, 23 Oct 2022)
Changed paths:
M web/lib/sql.rb
Log Message:
-----------
Initialize some member variables to remove warnings from test
Commit: 5ae10ed96c862962748d582c551505c6551a17fb
https://github.com/taginfo/taginfo/commit/5ae10ed96c862962748d582c551505c6551a17fb
Author: Jochen Topf <jochen at topf.org>
Date: 2022-10-23 (Sun, 23 Oct 2022)
Changed paths:
M README.md
Log Message:
-----------
Mention tests in README
Commit: 1a70a9d59d360e34ccb22901b58a01dbbc3a117d
https://github.com/taginfo/taginfo/commit/1a70a9d59d360e34ccb22901b58a01dbbc3a117d
Author: Jochen Topf <jochen at topf.org>
Date: 2022-10-23 (Sun, 23 Oct 2022)
Changed paths:
A .rubocop.yml
M Gemfile
M examples/get_distribution_image.rb
M examples/tapi
M sources/languages/import_subtag_registry.rb
M sources/languages/import_unicode_data.rb
M sources/wiki/get_image_info.rb
M sources/wiki/get_page_list.rb
M sources/wiki/get_wiki_data.rb
M web/config.ru
M web/lib/api/test/langtag.rb
M web/lib/api/v4/key.rb
M web/lib/api/v4/keys.rb
M web/lib/api/v4/project.rb
M web/lib/api/v4/relation.rb
M web/lib/api/v4/search.rb
M web/lib/api/v4/tag.rb
M web/lib/api/v4/tags.rb
M web/lib/api/v4/unicode.rb
M web/lib/javascript.rb
M web/lib/sql.rb
M web/lib/taglinks.rb
M web/lib/ui/compare.rb
M web/lib/ui/keys.rb
M web/lib/ui/search.rb
M web/lib/ui/taginfo.rb
M web/lib/ui/tags.rb
M web/lib/utils.rb
M web/rakefile.rb
M web/taginfo.rb
M web/test/test_sql.rb
M web/test/test_utils.rb
Log Message:
-----------
Add Rubocop config and fix some warnings found
Compare: https://github.com/taginfo/taginfo/compare/ad69135e4b6b...1a70a9d59d36
More information about the Taginfo-dev
mailing list