log kallithea/model/scm.py @ 8997:66fcd3993563 draft i18n

age author description
Thu, 10 Jun 2021 14:20:08 +0200 Mads Kiilerich git: show warning when removing existing unused Kallithea hook stable
Wed, 21 Apr 2021 14:52:00 +0200 Mads Kiilerich hg: read hgrc, also in repo_scan
Mon, 11 Jan 2021 14:25:52 +0100 Mads Kiilerich hooks: drop using Git pre-receive hooks - we don't need them
Mon, 11 Jan 2021 01:14:07 +0100 Mads Kiilerich hooks: when overwriting non-Kallithea hooks, move the old hook to .bak
Mon, 11 Jan 2021 13:29:23 +0100 Mads Kiilerich hooks: improve hook installation logging
Sat, 07 Nov 2020 20:59:03 +0100 Thomas De Schampheleire cleanup: get rid of redundant assignments 'foo = foo'
Mon, 02 Nov 2020 13:57:26 +0100 Mads Kiilerich lib: move action_logger to new userlog model
Mon, 02 Nov 2020 14:07:16 +0100 Mads Kiilerich hooks: import whole hooks module
Wed, 04 Nov 2020 14:30:48 +0100 Mads Kiilerich git: don't force exact mode on Git hooks when making them executable - use umask
Wed, 04 Nov 2020 13:17:27 +0100 Mads Kiilerich git: detect existing symlink hooks before overwriting - only update plain files
Wed, 04 Nov 2020 13:19:18 +0100 Mads Kiilerich git: write Git hook files atomically
Thu, 22 Oct 2020 17:26:14 +0200 Mads Kiilerich git: minor refactor and clean-up of hook installation code
Sun, 01 Nov 2020 06:18:48 +0100 Mads Kiilerich vcs: cleanup around get_backend and get_repo
Sat, 31 Oct 2020 16:56:12 +0100 Mads Kiilerich scm: simplify InMemoryChangeset handling
Mon, 12 Oct 2020 11:12:37 +0200 Mads Kiilerich model: always import the whole db module - drop "from" imports
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
Sat, 10 Oct 2020 21:05:12 +0200 Mads Kiilerich config: move various py templates to kallithea/templates/py/
Sun, 11 Oct 2020 01:07:51 +0200 Mads Kiilerich imports: always import the whole kallithea module to use top level kallithea variables
Sat, 10 Oct 2020 13:16:59 +0200 Mads Kiilerich scm: make sure __get_repo always returns something
Mon, 20 Jul 2020 19:46:30 +0200 Mads Kiilerich scm: refactor install_git_hooks
Sat, 25 Jul 2020 21:20:46 +0200 Mads Kiilerich scm: rename install_git_hooks internals
Sun, 12 Apr 2020 01:07:32 +0200 Mads Kiilerich permissions: move hg.create.repository knowledge to AvailableRepoGroupChoices - it already knows hg.admin
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
Wed, 05 Feb 2020 23:03:55 +0100 Mads Kiilerich py3: automatic migration with 2to3 -f basestring
Mon, 25 Nov 2019 04:15:17 +0100 Mads Kiilerich py3: trivial renaming of .iteritems() to .items()
Sat, 23 Nov 2019 22:08:18 +0100 Mads Kiilerich py3: switch to use Python 3 interpreter, temporarily leaving many things very broken until they have been migrated/fixed in a reviewable way
Wed, 08 Jan 2020 03:08:09 +0100 Mads Kiilerich py3: add safe_bytes in places where we will need it and where it doesn't do any harm
Sat, 28 Dec 2019 20:25:59 +0100 Mads Kiilerich py3: add b'' annotations in some places where they will be needed later
Fri, 27 Dec 2019 01:58:57 +0100 Mads Kiilerich git: clean up safety check for overwriting hooks
Thu, 26 Dec 2019 11:52:58 +0100 Mads Kiilerich lib: clarify that repo2db_mapper actually takes a dict
Mon, 16 Dec 2019 03:22:22 +0100 Mads Kiilerich cleanup: drop some unnecessary use of safe_str
Mon, 16 Dec 2019 01:35:41 +0100 Mads Kiilerich cleanup: minor refactorings and simplification of dict usage
Sat, 23 Nov 2019 22:17:54 +0100 Mads Kiilerich py3: use explicit octal literals
Sun, 24 Nov 2019 21:19:03 +0100 Mads Kiilerich cleanup: drop some unnecessary use of StringIO
Sun, 20 Oct 2019 04:57:04 +0200 Mads Kiilerich caching: drop unused cache control arguments to getters
Sun, 20 Oct 2019 21:55:40 +0200 Mads Kiilerich model: use repo.set_invalidate() instead of accesssing CacheInvalidation directly
Sun, 18 Aug 2019 19:50:49 +0200 Mads Kiilerich scm: select options should be tuples - not lists with 2 elements
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 12:44:35 +0100 Mads Kiilerich scm: remove redundant cache invalidations - hook invocations will usually do the work
Thu, 10 Jan 2019 03:43:14 +0100 Mads Kiilerich hooks: move _handle_rc_scm_extras to utils2 as set_hook_environment and get_hook_environment
Thu, 10 Jan 2019 23:30:58 +0100 Mads Kiilerich scm: don't try to get IP address from web request in model
Thu, 10 Jan 2019 03:35:01 +0100 Mads Kiilerich hooks: drop 'server_url' parameter
Wed, 16 Jan 2019 12:55:10 +0100 Mads Kiilerich hooks: refactor log_push_action
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
Mon, 08 Apr 2019 21:32:57 +0200 Thomas De Schampheleire hooks: make the Python interpreter for Git hooks configurable as 'git_hook_interpreter' (Issue #333) stable
Mon, 08 Apr 2019 22:06:12 +0200 Thomas De Schampheleire hooks: use /usr/bin/env only when needed stable
Wed, 10 Apr 2019 21:54:50 +0200 Thomas De Schampheleire hooks: add intermediate function _get_git_hook_interpreter stable
Sun, 31 Mar 2019 21:28:56 +0200 Thomas De Schampheleire merge default to stable for 0.4.0 stable
Sat, 15 Sep 2018 20:45:23 +0200 Thomas De Schampheleire model/scm: fix incorrect reporting of pull from remote git repo
Fri, 09 Feb 2018 20:18:52 +0100 Thomas De Schampheleire api: allow pulling from a custom remote
Fri, 25 Aug 2017 14:32:50 +0200 Lars Kruse codingstyle: trivial whitespace fixes
Tue, 18 Oct 2016 23:29:23 +0200 Mads Kiilerich repo-scan: rewrite get_filesystem_repos to use os.walk instead of stupid recursion stable
Thu, 11 May 2017 20:09:25 +0200 domruf repositories: allow to pull changes from forked repo
Sat, 24 Dec 2016 01:27:47 +0100 Mads Kiilerich tg: minimize future diff by some mocking and replacing some pylons imports with tg
Tue, 28 Feb 2017 21:09:48 +0100 Søren Løvborg model: remove BaseModel class
Mon, 27 Feb 2017 20:36:49 +0100 Søren Løvborg cleanup: drop superfluous Session.add calls