lp:~ines-almeida/txpkgupload

Owned by Ines Almeida
Get this repository:
git clone https://git.launchpad.net/~ines-almeida/txpkgupload
Only Ines Almeida can upload to this repository. If you are Ines Almeida please log in for upload directions.

Branches

Name Last Modified Last Commit
charm-bump-haproxy-timeouts 2023-11-17 17:42:04 UTC
charm: bump haproxy timeouts for ftp and sftp uploads

Author: Ines Almeida
Author Date: 2023-11-17 17:42:04 UTC

charm: bump haproxy timeouts for ftp and sftp uploads

remove-passive-ftp-ports-from-sftp-haproxy-config 2023-11-17 08:41:41 UTC
Remove passive ftp ports from sftp haproxy config

Author: Ines Almeida
Author Date: 2023-11-17 08:41:41 UTC

Remove passive ftp ports from sftp haproxy config

update-txpkgupload-dtpport-selection 2023-11-15 11:29:14 UTC
Use actual dtpPort instead of assumed `portn` when getting passive FTP port

Author: Ines Almeida
Author Date: 2023-11-15 11:29:14 UTC

Use actual dtpPort instead of assumed `portn` when getting passive FTP port

The dtpPort port number should be created from `portn`, but this change removes the need for that assumption altogether.

fix-txpkgupload-charm-config 2023-10-27 09:32:21 UTC
Fix txpkgupload config for units without haproxy

Author: Ines Almeida
Author Date: 2023-10-27 09:32:21 UTC

Fix txpkgupload config for units without haproxy

Currently, if these values are 'None' these are set to the string "None" instead of being empty. This can lead to failures in txpkgupload for charms without these values (which is the case for the ftpmaster charm)

charm-restart-service-when-config-changes 2023-10-26 16:05:19 UTC
Update charm so that txpkgupload service restarts when config changes

Author: Ines Almeida
Author Date: 2023-10-26 09:42:36 UTC

Update charm so that txpkgupload service restarts when config changes

fix-txpkgupload-charm 2023-10-16 15:31:09 UTC
Minor fix to txpkgupload charm logic

Author: Ines Almeida
Author Date: 2023-10-16 15:31:09 UTC

Minor fix to txpkgupload charm logic

unrevert-charm-changes-for-port-range-and-haproxy 2023-10-16 10:01:56 UTC
Unrevert charm changes (port range + haproxy config)

Author: Ines Almeida
Author Date: 2023-10-16 10:01:56 UTC

Unrevert charm changes (port range + haproxy config)

This brings back the reverted changes in the previous commit

revert-haproxy-and-port-range-charm-changes 2023-10-16 09:46:27 UTC
Revert port range and haproxy charm updates

Author: Ines Almeida
Author Date: 2023-10-16 09:46:27 UTC

Revert port range and haproxy charm updates

This reverts all changes to the '/charm' directory from the last 12 commits (until abfb5cfe), except for the latest commit (baaf5915)

reconfigure-charm-on-config-change 2023-10-16 08:36:35 UTC
charm: force charm to reconfigure when config changes

Author: Ines Almeida
Author Date: 2023-10-16 08:36:35 UTC

charm: force charm to reconfigure when config changes

fix-passive-ftp-through-haproxy 2023-10-13 17:13:30 UTC
Rename proxy_address variable

Author: Ines Almeida
Author Date: 2023-10-13 17:11:41 UTC

Rename proxy_address variable

allow-setting-passive-port-range 2023-10-13 14:45:26 UTC
Update unit tests

Author: Ines Almeida
Author Date: 2023-10-13 14:43:20 UTC

Update unit tests

add-haproxy-relation-to-charm 2023-08-23 07:53:21 UTC
Specify yaml error in try statement in charm code

Author: Ines Almeida
Author Date: 2023-08-23 07:53:21 UTC

Specify yaml error in try statement in charm code

update-fsroot-setting-in-charm 2023-08-22 08:17:29 UTC
Add default_fsroot to charm config

Author: Ines Almeida
Author Date: 2023-08-22 08:17:29 UTC

Add default_fsroot to charm config

add-logrotate-to-charm 2023-08-18 15:40:14 UTC
Add logrotate to txpkgupload charm

Author: Ines Almeida
Author Date: 2023-08-18 09:33:32 UTC

Add logrotate to txpkgupload charm

This is based on the logrotate files in ppa.lp.internal in production

fix-txpkgupload-service-charm 2023-07-28 14:31:20 UTC
Create temp directory where files are placed before being sent to fsroot

Author: Ines Almeida
Author Date: 2023-07-28 14:31:20 UTC

Create temp directory where files are placed before being sent to fsroot

Update README with details about the txpkgupload relation with the principal charm

refactor-makefile-commands 2023-07-10 09:26:18 UTC
Add 'wheels' directory to package search dir in Makefile

Author: Ines Almeida
Author Date: 2023-07-10 09:26:18 UTC

Add 'wheels' directory to package search dir in Makefile

update-build-tarball-command 2023-07-06 15:36:44 UTC
Add version-info command to build-tarball

Author: Ines Almeida
Author Date: 2023-07-06 15:36:44 UTC

Add version-info command to build-tarball

update-gitignore 2023-07-05 13:46:10 UTC
Update .gitignore

Author: Ines Almeida
Author Date: 2023-07-05 13:46:10 UTC

Update .gitignore

charm-txkpgupload 2023-07-05 13:21:48 UTC
Update txpkgupload.service

Author: Ines Almeida
Author Date: 2023-07-05 13:18:59 UTC

Update txpkgupload.service

add-pre-commit-file 2023-07-04 15:53:14 UTC
Add pre-commit file

Author: Ines Almeida
Author Date: 2023-07-04 14:26:53 UTC

Add pre-commit file

remove-git-dependency-from-default-make-command 2023-06-16 12:42:43 UTC
Add restriction to only run version update if .git is present

Author: Ines Almeida
Author Date: 2023-06-16 12:42:43 UTC

Add restriction to only run version update if .git is present

add-tarball-publishing-to-makefile 2023-05-31 12:57:18 UTC
Update build-tarball command, add missing dependency and general cleaning

Author: Ines Almeida
Author Date: 2023-05-31 12:19:24 UTC

Update build-tarball command, add missing dependency and general cleaning

122 of 22 results
This repository contains Public information 
Everyone can see this information.

Subscribers