Activity for kallithea-scm-mirror

  • kiilerix kiilerix committed [77aa8e] on Code

    helpers: very partial support for pygments >= 2.12

  • kiilerix kiilerix committed [335f7f] on Code

    tests: try harder to prevent Git from reading external configuration

  • Mads Kiilerich committed [8cd34b] on Code

    tags: rename old non-Kallithea tags and prefix them with 0.0 to show that Kallithea is superior

  • Andrew Shadura Andrew Shadura committed [59a339] on Code

    Close obsolete branch.

  • Marcin Kuzminski committed [71b73b] on Code

    Added tag v1.7.2 for changeset fc64cd9bb856

  • Marcin Kuzminski committed [fc64cd] on Code

    update changelog

  • Marcin Kuzminski committed [4e4292] on Code

    Don't use -p flag together with -s in git calls. Latest

  • Marcin Kuzminski committed [360f31] on Code

    backport fix

  • Marcin Kuzminski committed [80528e] on Code

    updated README with latest info regarding rhodecode.com, installation etc

  • Marcin Kuzminski committed [d8caf7] on Code

    Version bump

  • Marcin Kuzminski committed [b4d017] on Code

    version bump

  • Marcin Kuzminski committed [17e523] on Code

    renamed report a bug to support

  • Marcin Kuzminski committed [43b544] on Code

    update issue tracker and official site

  • kiilerix kiilerix committed [976a1e] on Code

    Merge from stable

  • kiilerix kiilerix committed [b71c54] on Code

    docs: add docs/.readthedocs.yaml

  • kiilerix kiilerix committed [eb4259] on Code

    docs: drop invalid intersphinx_mapping to None

  • kiilerix kiilerix committed [3dabbb] on Code

    setup: use importlib instead of pkg_resources

  • kiilerix kiilerix committed [90e1a2] on Code

    tests: drop adding working directory to sys.path

  • kiilerix kiilerix committed [c814d9] on Code

    conftest: use pytest_ignore_collect collection_path to address pytest deprecation warning

  • kiilerix kiilerix committed [947cc9] on Code

    conftest: Refactor (simplify and optimize) pytest_ignore_collect

  • kiilerix kiilerix committed [4d0f38] on Code

    setup: bump minimum dependency version to be compatible with Python 3.9

  • kiilerix kiilerix committed [3adaa1] on Code

    setup: bump minimum Python version to 3.9

  • kiilerix kiilerix committed [7a953f] on Code

    setup: bump dependency versions

  • Sebastian Krause committed [49149c] on Code

    hg: support protocol commands used by hg-evolve

  • kiilerix kiilerix committed [ed59d8] on Code

    setup.py: add comment where dependency upgrade is possible but non-trivial

  • kiilerix kiilerix committed [342c42] on Code

    setup.py: version bumps

  • kiilerix kiilerix committed [43e34c] on Code

    meta: update copyrights

  • Manuel Jacob committed [52dea0] on Code

    setup: bump maximum version of Mercurial to 7.0.x

  • kiilerix kiilerix committed [fe050a] on Code

    hg: Redirect Mercurial stdout/stderr to logging when running as WSGI

  • kiilerix kiilerix committed [7c2704] on Code

    wsgi: Refactor to introduce make_app_raw function with the essentials of make_app

  • kiilerix kiilerix committed [e6c7d2] on Code

    docs: Make mod_wsgi description more clear and actionable

  • kiilerix kiilerix committed [3e017e] on Code

    py3.13: Fix DeprecationWarning: 'maxsplit' is passed as positional argument

  • kiilerix kiilerix committed [b9332d] on Code

    py3.13: Fix DeprecationWarning: 'count' is passed as positional argument

  • Valentin Kleibel committed [aa51ac] on Code

    controller: Handle UnicodeDecodeError from webob decoding invalid URLs

  • kiilerix kiilerix committed [b9e24c] on Code

    Merge from stable

  • kiilerix kiilerix committed [792eca] on Code

    front-end: update package.json to trust semver and package-lock.json

  • kiilerix kiilerix committed [3d9ee9] on Code

    front-end: update package-lock.json

  • kiilerix kiilerix committed [92653a] on Code

    tests: address PytestDeprecationWarning for @pytest.yield_fixture

  • kiilerix kiilerix committed [419329] on Code

    scripts: update i18n dev script to modern hg

  • kiilerix kiilerix committed [edcd5e] on Code

    setup: bump max versions of pip package dependencies

  • Aristotelis Stageiritis committed [8d6d21] on Code

    i18n: updated translation for Greek

  • Poesty Li committed [47bf47] on Code

    i18n: updated translation for Chinese (Simplified)

  • kiilerix kiilerix committed [f6d470] on Code

    meta: update copyrights for 2024

  • kiilerix kiilerix committed [2cd418] on Code

    vcs: replace imp with importlib

  • kiilerix kiilerix committed [a5d15a] on Code

    lib: use packaging.version.Version instead of dropped distutils.version.StrictVersion

  • kiilerix kiilerix committed [ff6c3e] on Code

    venv: limit pip version to stay below 24.1

  • kiilerix kiilerix committed [36a36e] on Code

    i18n: prevent msgmerge fuzzy matching - it is too random

  • Étienne Gilli committed [a900f8] on Code

    i18n: updated translation for French

  • qy117121 committed [6934c5] on Code

    i18n: updated translation for Chinese (Simplified)

  • kiilerix kiilerix committed [7a6736] on Code

    i18n: reorder messages after 2e1059de6751

  • kiilerix kiilerix committed [2e1059] on Code

    repo groups: make it possible to remove own explicit permissions, now when group owners always have admin permissions

  • kiilerix kiilerix committed [1aa109] on Code

    repo group: stop giving explicit admin permission to owner on create

  • kiilerix kiilerix committed [e27ff6] on Code

    auth: always consider the repo group owner an admin when computing it's permissions

  • Manuel Jacob committed [511b20] on Code

    tests: skip reading Git system and global configuration in test_vcs_operations

  • kiilerix kiilerix committed [d6d3cb] on Code

    tests: stabilize Git committer in test_vcs_operations

  • kiilerix kiilerix committed [0a9ddb] on Code

    setup: avoid setuptools 67 - it can't handle celery's broken pytz dependency

  • kiilerix kiilerix committed [84b4fc] on Code

    i18n: make sure 'en' in Accept-Language is recognized as having 100% coverage

  • kiilerix kiilerix committed [b2c3d4] on Code

    Merge stable

  • kiilerix kiilerix committed [55715f] on Code

    meta: update copyrights

  • Manuel Jacob committed [6cb54b] on Code

    api: include creation date in comments

  • Manuel Jacob committed [a13638] on Code

    api: add possibility to optionally return comments from get_changeset()

  • Manuel Jacob committed [ea1a65] on Code

    api: fix get_changeset() when incomplete raw_id is passed with with_reviews

  • kiilerix kiilerix committed [86b9ee] on Code

    pullrequests: also limit to stop displaying merged changes

  • Mathias De Mare committed [c1df0d] on Code

    pullrequests: introduce limit to stop displaying additional changes

  • Louis Bertrand Louis Bertrand committed [3c55f6] on Code

    docs: first pass of introducing documentation of repo groups API

  • kiilerix kiilerix committed [2244eb] on Code

    docs: minor fixes for API documentation

  • kiilerix kiilerix committed [1c8b3f] on Code

    api docs: add placeholder docstrings where docstrings are missing

  • kiilerix kiilerix committed [9fe161] on Code

    api docstrings: drop "ERROR OUTPUT" from docstring

  • kiilerix kiilerix committed [c6c306] on Code

    api docstrings: drop the mostly useless :param autodoc

  • kiilerix kiilerix committed [5c7b42] on Code

    repo group: fix logging of rename/move

  • kiilerix kiilerix committed [4b5ab0] on Code

    repo group: use lazy string formatting when logging

  • kiilerix kiilerix committed [ff22ff] on Code

    repo group: clarify comments

  • kiilerix kiilerix committed [11cae1] on Code

    setup: use old importlib_metadata version to fix kombu failing on python < 3.8

  • kiilerix kiilerix committed [2f0f6f] on Code

    i18n: pl: reintroduce malformed translation removed by 19506ee31c1c

  • kiilerix kiilerix committed [f5bc47] on Code

    i18n: fr: consistently don't use 'NARROW NO-BREAK SPACE' after double punctuation

  • kiilerix kiilerix committed [3c0826] on Code

    i18n: fr: consistently use 'NO-BREAK SPACE' before double punctuation

  • kiilerix kiilerix committed [1b0060] on Code

    i18n: fr: consistently use 'NO-BREAK SPACE' before double punctuation instead of 'NARROW NO-BREAK SPACE'

  • kiilerix kiilerix committed [5e1fb3] on Code

    i18n: fr: consistently use 'NO-BREAK SPACE' before double punctuation instead of space

  • kiilerix kiilerix committed [136c26] on Code

    i18n: avoid '{0} &rarr; {1}' markup in translated strings

  • Jaime Marquínez Ferrándiz committed [1fb7ce] on Code

    i18n: updated translation for Spanish

  • Asterios Dimitriou committed [de5b84] on Code

    i18n: updated translation for Greek

  • yzqzss committed [cd2807] on Code

    i18n: updated translation for Chinese (Simplified)

  • МАН69К committed [3497cc] on Code

    i18n: updated translation for Russian

  • kiilerix kiilerix committed [fd203a] on Code

    i18n: minor reformatting

  • kiilerix kiilerix committed [abc291] on Code

    repo group: introduce editing of owner

  • toras9000 committed [fdc9c2] on Code

    repo group: fix API for updating parent

  • kiilerix kiilerix committed [03d51a] on Code

    repo group: always update fullpath group_name when changing parent

  • kiilerix kiilerix committed [6d7731] on Code

    repo group: drop pointless double handling of parent_group_id updates

  • kiilerix kiilerix committed [5f8f52] on Code

    tests: introduce test_api_update_repo_group covering update_repo_group api

  • kiilerix kiilerix committed [f2dc57] on Code

    repo: introduce enable_downloads and enable_statistics when creating repos

  • kiilerix kiilerix committed [d00371] on Code

    templates: align forms for repo creation and repo settings

  • kiilerix kiilerix committed [1d1fe8] on Code

    tests: update test_api_create_repo with better coverage of create_repo api

  • kiilerix kiilerix committed [9de126] on Code

    tests: update_repo without begging the question

  • kiilerix kiilerix committed [2dd317] on Code

    api docs: make examples use comma more like json does

  • kiilerix kiilerix committed [ac5525] on Code

    api docs: more consistent use of space around ":" in examples

  • kiilerix kiilerix committed [ba6433] on Code

    api docs: make examples more like 4 space indented

  • kiilerix kiilerix committed [6f9dec] on Code

    api docs: drop extra newlines in docstrings

  • kiilerix kiilerix committed [379392] on Code

    api docs: various minor changes

  • kiilerix kiilerix committed [d69c3e] on Code

    api docs: update docstrings

  • kiilerix kiilerix committed [e2d783] on Code

    ruff: Do not assign a `lambda` expression, use a `def`

1 >
MongoDB Logo MongoDB