lp:~jugmac00/turnip

Owned by Jürgen Gmach
Get this repository:
git clone https://git.launchpad.net/~jugmac00/turnip
Only Jürgen Gmach can upload to this repository. If you are Jürgen Gmach please log in for upload directions.

Branches

Name Last Modified Last Commit
migrate-dependencies 2023-06-20 08:48:51 UTC
Use Charmcraft for building charms

Author: Jürgen Gmach
Author Date: 2023-06-20 07:06:09 UTC

Use Charmcraft for building charms

fix-rtd 2022-02-09 07:08:50 UTC
Fix doc building on Read the Docs

Author: Jürgen Gmach
Author Date: 2022-02-08 19:04:24 UTC

Fix doc building on Read the Docs

Without a configuration file, when building the documentation, RTD
automatically tries to install the project from `requirements.txt`,
which fails, as it contains a couple of packages, which are not
available on PyPI.

how-to-qa-turnip-api-changes 2022-02-08 19:54:56 UTC
Add documentation for "How-to qa turnip API changes"

Author: Jürgen Gmach
Author Date: 2022-02-08 14:29:16 UTC

Add documentation for "How-to qa turnip API changes"

publish-docs-on-rtd 2022-02-08 17:34:24 UTC
Publish documentation on Read the Docs

Author: Jürgen Gmach
Author Date: 2022-02-08 14:13:54 UTC

Publish documentation on Read the Docs

retrieve-launchpad-yaml-more-efficiently 2022-01-18 14:38:50 UTC
commit API now can filter by blob paths

Author: Jürgen Gmach
Author Date: 2022-01-14 18:28:51 UTC

commit API now can filter by blob paths

When querying the commit API, you now can send `blob_paths`.

The response only contains data for commits which contain one of these paths.

move-formatters-into-extra-module 2022-01-14 21:05:56 UTC
Move formatters into separate module

Author: Jürgen Gmach
Author Date: 2022-01-14 12:12:10 UTC

Move formatters into separate module

backup 2022-01-14 21:05:56 UTC
Move formatters into separate module

Author: Jürgen Gmach
Author Date: 2022-01-14 12:12:10 UTC

Move formatters into separate module

replace-deprecated-method 2022-01-14 12:21:42 UTC
replace deprecated base64.decodestring by base64.decodebytes

Author: Jürgen Gmach
Author Date: 2022-01-14 12:21:42 UTC

replace deprecated base64.decodestring by base64.decodebytes

The method had been deprecated since Python 3.1 and was removed in
Python 3.9.

base64.decodebytes has been introduced with Python 3.1.

refactor-format-commit 2022-01-14 11:17:12 UTC
Refactor commit retrieving and formatting

Author: Jürgen Gmach
Author Date: 2022-01-14 09:37:36 UTC

Refactor commit retrieving and formatting

- `get_commit` now returns only git commit objects, rather than a commit
representation in dict format

- the formatting now happens no longer in the low level `get_commit`
function, but at a higher level

This separates responsibilities and makes it easier to return different
formatted data.

add-pytest-makefile-target 2022-01-13 14:34:06 UTC
Add makefile target for pytest

Author: Jürgen Gmach
Author Date: 2022-01-13 14:22:21 UTC

Add makefile target for pytest

As of Python 3.5, the currently used test runner does not offer an easy
way to select/filter tests.

This commit adds a temporary pytest makefile target.

Usage:
make runpytest ARGS="-k filtered_by_blob_paths"

The test setup will be redone in https://warthogs.atlassian.net/browse/LP-598

master 2022-01-12 15:07:01 UTC
Fix typo

Author: Jürgen Gmach
Author Date: 2022-01-12 15:07:01 UTC

Fix typo

fix-typo-committer 2022-01-12 15:07:01 UTC
Fix typo

Author: Jürgen Gmach
Author Date: 2022-01-12 15:07:01 UTC

Fix typo

fix-typo 2022-01-10 17:06:32 UTC
fix typo

Author: Jürgen Gmach
Author Date: 2022-01-10 17:06:32 UTC

fix typo

update-linters 2022-01-10 13:17:24 UTC
run `pre-commit autoupdate && pre-commit run --all-files`

Author: Jürgen Gmach
Author Date: 2022-01-10 13:17:24 UTC

run `pre-commit autoupdate && pre-commit run --all-files`

improve-turnip-setup-documentation 2021-11-29 12:18:10 UTC
Add instructions for host configuration inside the LP instance

Author: Jürgen Gmach
Author Date: 2021-11-29 09:34:40 UTC

Add instructions for host configuration inside the LP instance

pipx-is-not-available-on-bionic-via-apt 2021-11-26 10:20:20 UTC
Update README on how to get `pipx` on your system

Author: Jürgen Gmach
Author Date: 2021-11-24 07:06:34 UTC

Update README on how to get `pipx` on your system

... as it is not available via `apt` on bionic.

fix-basic-xml-rpc-test 2021-11-19 20:56:58 UTC
Fix basic XML-RPC test

Author: Jürgen Gmach
Author Date: 2021-11-19 20:56:58 UTC

Fix basic XML-RPC test

fix-build-step 2021-11-19 20:28:38 UTC
Hardcode /usr/bin/virtualenv path

Author: Jürgen Gmach
Author Date: 2021-11-19 20:28:38 UTC

Hardcode /usr/bin/virtualenv path

Some people may have a local virtualenv installation elsewhere on
`$PATH`, which is unlikely to work properly in a Turnip container.

replace-pipsi-with-pipx 2021-11-19 18:16:30 UTC
Replace unmaintained pipsi with pipx

Author: Jürgen Gmach
Author Date: 2021-11-19 18:16:30 UTC

Replace unmaintained pipsi with pipx

119 of 19 results
This repository contains Public information 
Everyone can see this information.

Subscribers