log kallithea/model/repo.py @ 8685:dff9658bdd98

age author description
Mon, 12 Oct 2020 01:44:10 +0200 Mads Kiilerich model: don't import Session from db - import meta and get it from the real source
Mon, 12 Oct 2020 11:26:49 +0200 Mads Kiilerich db: move URL_SEP constant from db to top level kallithea module
Tue, 18 Aug 2020 16:40:19 +0200 Mads Kiilerich auth: refactor permissions
Sat, 25 Jul 2020 20:08:25 +0200 Mads Kiilerich isort: upgrade to 5.1.2
Mon, 20 Jul 2020 19:46:30 +0200 Mads Kiilerich scm: refactor install_git_hooks
Wed, 11 Nov 2020 16:45:42 +0100 Mads Kiilerich repos: extra HTML escaping of repo and repo group names shown in DataTables stable
Tue, 10 Nov 2020 11:30:16 +0100 Mads Kiilerich repogroups: fix HTML markup of descriptions stable
Sun, 20 Oct 2019 22:06:26 +0200 Mads Kiilerich db: drop SA caching_query and FromCache, and thus sql_cache_short beaker cache
Mon, 30 Mar 2020 13:17:18 +0200 Mads Kiilerich db: drop url_sep() function that just returns a constant "/"
Mon, 30 Mar 2020 13:03:33 +0200 Mads Kiilerich cache: repo model cache is never used - remove it
Tue, 10 Mar 2020 15:08:46 +0100 Mads Kiilerich scripts: drop isort --wrap-length 160 - it is broken with py3 and not really necessary
Sun, 04 Aug 2019 00:07:10 +0200 Mads Kiilerich cleanup: minimize use of lambda expressions - we have 'def' for that purpose
Wed, 12 Feb 2020 14:37:15 +0100 Ross Thomas ui: show toggleable "Follow" status in repo groups' repo list
Thu, 06 Feb 2020 02:57:51 +0100 Mads Kiilerich py3: automatic migration with 2to3 -f unicode
Thu, 26 Dec 2019 13:16:14 +0100 Mads Kiilerich py3: drop the last uses of safe_str - they are no longer relevant when we don't have a separate unicode type
Thu, 26 Dec 2019 15:16:29 +0100 Mads Kiilerich py3: remove safe_unicode in places where it no longer is needed because all strings (except bytes) already *are* unicode strings
Thu, 26 Dec 2019 05:13:25 +0100 Mads Kiilerich cleanup: fix some bad imports reported by pyflakes
Sat, 23 Nov 2019 22:47:35 +0100 Mads Kiilerich py3: use comprehensions and generators instead of filters - it is more explicit, and sometimes shorter
Sat, 23 Nov 2019 23:59:28 +0100 Mads Kiilerich py3: cleanup map usage and avoid py3 ambiguity
Sat, 23 Nov 2019 22:07:02 +0100 Mads Kiilerich model: use unicode for internal rendering of repo snippets
Sat, 16 Nov 2019 16:49:04 +0100 Mads Kiilerich utils: drop make_ui parameter clear_session - this utility function should never mess with sessions
Wed, 07 Aug 2019 23:48:26 +0200 Mads Kiilerich flake8: fix some F401 '...' imported but unused
Wed, 07 Aug 2019 00:25:02 +0200 Mads Kiilerich scripts: initial run of import cleanup using isort
Wed, 23 Jan 2019 00:03:40 +0100 Mads Kiilerich utils: refactor make_ui to always read from db, optionally also augmenting with hgrc content
Wed, 16 Jan 2019 02:32:35 +0100 Mads Kiilerich locking: drop the pull-to-lock / push-to-unlock functionality
Wed, 11 Oct 2017 19:37:03 +0200 domruf front-end: remove code that is unused after autocomplete switched to At.js
Sat, 09 Jun 2018 21:24:45 +0200 Thomas De Schampheleire utils: move repo_name_slug to utils2 to prevent import cycle on setup_db
Thu, 07 Jun 2018 01:46:02 +0200 Mads Kiilerich Merge stable
Tue, 29 May 2018 12:25:59 +0200 Mads Kiilerich repos: introduce low level slug check of repo and group names stable
Mon, 07 May 2018 11:38:40 +0200 Mads Kiilerich repos: introduce low level check of clone URIs to prevent direct file system access to local repos stable