log pkg/config/config.go @ 5711:2dd155cc95ec revive-cleanup

age author description
Tue, 20 Feb 2024 22:22:57 +0100 Sascha L. Teichmann Fix all revive issue (w/o machine generated stuff). revive-cleanup
Mon, 31 Oct 2022 19:05:28 +0100 Sascha L. Teichmann Use token server to fetch token for ERDMS requests. erdms2
Sat, 06 Aug 2022 02:09:57 +0200 Sascha L. Teichmann Made golint finally happy.
Mon, 20 Sep 2021 17:45:39 +0200 Sascha L. Teichmann Use own logging package. logging
Thu, 27 May 2021 01:22:10 +0200 Sascha L. Teichmann Added a report controller. extented-report
Wed, 09 Oct 2019 18:47:13 +0200 Tom Gottfried Add config for GeoServer database session startup SQL geoserver_sql_views
Mon, 03 Jun 2019 18:24:35 +0200 Sascha L. Teichmann GM import: Try three times when timeouts happen on SOAP service. Increase SOAP timeout to 3 minutes.
Mon, 06 May 2019 15:18:19 +0200 Sascha L. Teichmann Consmetics: Adjusted config.
Mon, 06 May 2019 13:21:53 +0200 Sascha L. Teichmann Config: Fixed type of session timeout (its a duration now ... as intended).
Mon, 06 May 2019 13:19:59 +0200 Sascha L. Teichmann SOAP: Added a globally configurable timeout (default 1min) till a SOAP request is canceled.
Thu, 25 Apr 2019 15:31:43 +0200 Sascha L. Teichmann Added "published-config" field to configuration.
Tue, 02 Apr 2019 16:55:10 +0200 Sascha L. Teichmann Removed irritatting parts from config doc strings.
Tue, 02 Apr 2019 16:37:03 +0200 Bernhard Reiter improve cmd/gemma/gemma --help
Thu, 14 Mar 2019 11:15:43 +0100 Tom Gottfried Make session timeout configurable
Mon, 11 Feb 2019 15:56:59 +0100 Sascha L. Teichmann SOAP: Add validating parser (uses 'xmllint') for manual uploads.
Thu, 20 Dec 2018 14:39:23 +0100 Sascha L. Teichmann New config variable 'external-url'.
Tue, 27 Nov 2018 10:42:27 +0100 Sascha L. Teichmann Backend: Added the internal api documentation of the config mechanism of the gemma server.
Sun, 25 Nov 2018 23:44:52 +0100 Sascha L. Teichmann Removed public access to config.ConfigFile to make golint happy.
Sat, 24 Nov 2018 10:32:06 +0100 Sascha L. Teichmann Added missing authors names in Go files.
Tue, 23 Oct 2018 18:15:14 +0200 Sascha L. Teichmann Added GNU Affero General Public License.
Mon, 22 Oct 2018 17:16:02 +0200 Sascha L. Teichmann Wait with start of import queue until configuration is fully loaded. persistent-import-queue
Tue, 16 Oct 2018 14:59:32 +0200 Sascha L. Teichmann Started with import queue.
Sun, 30 Sep 2018 15:36:17 +0200 Sascha L. Teichmann Added a flag geoserver-clean to force deletion of the gemma workspace before configuring the GeoServer again. geo-style
Mon, 27 Aug 2018 15:27:26 +0200 Sascha L. Teichmann Consolidate configuration parameters.
Fri, 24 Aug 2018 14:34:59 +0200 Bernhard Reiter proxy: improve description of --mail-user option.
Fri, 24 Aug 2018 14:10:22 +0200 Bernhard Reiter proxy: fix minor typo in default for --mail-from
Tue, 21 Aug 2018 20:43:42 +0200 Sascha L. Teichmann Removed the command line option to publish tables with GeoServer.
Tue, 21 Aug 2018 11:33:19 +0200 Sascha L. Teichmann Removed db service user. Use an impersonated metamorph user instead.
Mon, 20 Aug 2018 15:29:57 +0200 Sascha L. Teichmann Replaced sys-admin db user with a metamorphic one.
Thu, 16 Aug 2018 15:17:21 +0200 Sascha L. Teichmann Differ between internal and external proxies.
Wed, 15 Aug 2018 17:30:50 +0200 Sascha L. Teichmann Moved project specific Go packages to new pkg folder. base config/config.go@86c83b5b1c49