lp:~ines-almeida/launchpad

Owned by Ines Almeida
Get this repository:
git clone https://git.launchpad.net/~ines-almeida/launchpad
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
fetch-service-redact-certificate-in-logs 2024-05-01 09:33:36 UTC
Redact `fetch_service_mitm_certificate` in build logs

Author: Ines Almeida
Author Date: 2024-05-01 09:33:36 UTC

Redact `fetch_service_mitm_certificate` in build logs

When running a fetch service build, we send the certficate from buildd-manager to buildd, and log it. This redacts the certificate.

fetch-service-update-end-session 2024-04-30 12:44:42 UTC
Update how to keep track of session_id within a builder session

Author: Ines Almeida
Author Date: 2024-04-29 12:27:00 UTC

Update how to keep track of session_id within a builder session

We now fetch the proxy details directly from the build instead of storing it within buildd-manager.
This means we don't need to store aephemeral `session_id` in DB, and also means we have the exact proxy details that ran during the build when we clear up the build.

fetch-service-add-missing-fetch-service-args 2024-04-26 08:55:06 UTC
Add missing `use_fetch_service` arg when starting a build

Author: Ines Almeida
Author Date: 2024-04-25 16:58:33 UTC

Add missing `use_fetch_service` arg when starting a build

This is needed for buildd to run the right commands to setup the fetch service when the snap requires so.

fetch-service-update-build-metadata-url 2024-04-23 13:57:57 UTC
Add DB load bulk load for `build_metadata_url` attributes when getting multip...

Author: Ines Almeida
Author Date: 2024-04-23 13:57:57 UTC

Add DB load bulk load for `build_metadata_url` attributes when getting multiple builds

This reduces the number of DB queries made in the case for where a snap has multiple builds

fetch-service-expose-build-metadata-url-api 2024-04-19 16:13:49 UTC
Expose the URL to download the metadata file of the fetch service via API

Author: Jürgen Gmach
Author Date: 2024-04-18 13:53:59 UTC

Expose the URL to download the metadata file of the fetch service via API

fetch-service-buildd-manager-end-session 2024-04-19 15:49:45 UTC
buildd-master: add logic to call `endProxySession` at the end of a successful...

Author: Ines Almeida
Author Date: 2024-04-19 15:49:45 UTC

buildd-master: add logic to call `endProxySession` at the end of a successfull build.

Currently, only snap builds use the fetch service and require any post-build cleanup; for the remaining build types this wil simply `pass`

fetch-service-buildd-manager-refactor 2024-04-19 11:12:09 UTC
buildd-manager minor refactor: variable renaming and comment additions

Author: Ines Almeida
Author Date: 2024-04-19 10:52:55 UTC

buildd-manager minor refactor: variable renaming and comment additions

update-demo-png-for-non-prod 2024-04-16 09:09:32 UTC
wip: update demo png and svg used in the non-prod background

Author: Ines Almeida
Author Date: 2024-04-16 09:09:32 UTC

wip: update demo png and svg used in the non-prod background

change-appserver-log-rotate 2024-04-10 13:19:54 UTC
charm: update appserver logrotate from daily to hourly

Author: Ines Almeida
Author Date: 2024-04-10 13:19:54 UTC

charm: update appserver logrotate from daily to hourly

Currently log files for this service can get quite heavy (in the realm of 10 Gb) which makes it impossible to live view the latest logs of a unit. Taking into account that we run 4 appserver units, debuging an issue can lead to several minutes to download the daily log files, and the launchpad-bastion disk to get unnecessarily full.
In this change, we are rotating the logs hourly, while keeping the same amount of days worth of logs on disk. This will lead to lighter log files, and less space for logs used.

fetch-service-add-get-data-endpoint 2024-03-27 09:20:00 UTC
test: update regex fetch service matchers to check begining and end of line

Author: Ines Almeida
Author Date: 2024-03-27 09:20:00 UTC

test: update regex fetch service matchers to check begining and end of line

test-adding-source-build-type 2024-03-26 11:24:00 UTC
WIP: copy 'lib/lp/charms' dir and rename charms to sources to test the diffic...

Author: Ines Almeida
Author Date: 2024-03-26 11:24:00 UTC

WIP: copy 'lib/lp/charms' dir and rename charms to sources to test the difficulty of adding a new buid type

bump-launchpad-layers 2024-03-15 17:04:57 UTC
charms: bump launchpad-layers to 910dfb76754add5ed032a243c6081ee6a6b11256

Author: Ines Almeida
Author Date: 2024-03-15 17:01:41 UTC

charms: bump launchpad-layers to 910dfb76754add5ed032a243c6081ee6a6b11256

The new source-commit updates the base configuration values for git related domains so that the git URLs exist even if the environment doesn't have git code hosting set up - which was causing issues in staging.

fetch-service-option-refactor 2024-03-15 16:56:16 UTC
Refactor snap.use_fetch_service tests and feature flag description

Author: Ines Almeida
Author Date: 2024-03-13 16:41:07 UTC

Refactor snap.use_fetch_service tests and feature flag description

update-ftpmaster-generate-content-cron-start 2024-03-14 15:51:16 UTC
charm: update ftpmaster-publisher genrate-content cron script to run earlier

Author: Ines Almeida
Author Date: 2024-03-14 15:51:16 UTC

charm: update ftpmaster-publisher genrate-content cron script to run earlier

This is relevant because currently this job runs during most Launchpad developer's working hours, and can block DB deployments.
Updating the start time of the script to start daily at 9pm instead of 4am

fetch-service-option-unit-test-fix 2024-03-11 14:57:43 UTC
test: ensure feature flag is ON during test_admin_snap unit test

Author: Ines Almeida
Author Date: 2024-03-11 14:57:43 UTC

test: ensure feature flag is ON during test_admin_snap unit test

fetch-service-option-model-update 2024-03-06 08:16:13 UTC
tests: add assertion to test edit admin-only fields

Author: Ines Almeida
Author Date: 2024-03-06 08:16:13 UTC

tests: add assertion to test edit admin-only fields

code-review-separate-code-files 2024-03-04 13:56:10 UTC
WIP

Author: Ines Almeida
Author Date: 2024-03-04 13:56:10 UTC

WIP

fetch-service-option-ui-update 2024-03-01 16:43:18 UTC
UI changes to allow admins to update a Snap's use_fetch_service

Author: Ines Almeida
Author Date: 2024-03-01 16:11:04 UTC

UI changes to allow admins to update a Snap's use_fetch_service

This is hidden behind the new snap.fetch_service.enable feature flag

merge-db-stable 2024-03-01 13:36:29 UTC
db: add new field Snap.use_fetch_service

Author: Ines Almeida
Author Date: 2024-03-01 13:36:29 UTC

db: add new field Snap.use_fetch_service

The new field will dictate whether, while building a snap, the builder will use the (new) fetch-service or the (current) builder-proxy for external access

Merged from https://code.launchpad.net/~ines-almeida/launchpad/+git/launchpad/+merge/461264

fetch-service-option-db-update 2024-03-01 13:19:08 UTC
db: add new field Snap.use_fetch_service

Author: Ines Almeida
Author Date: 2024-02-26 16:28:09 UTC

db: add new field Snap.use_fetch_service

The new field will dictate whether, while building a snap, the builder will use the (new) fetch-service or the (current) builder-proxy for external access

frontpage-revamp-fix-demo-background-staging 2024-02-26 16:11:01 UTC
ui: ensure 'demo' background is set for (qa)staging environments

Author: Ines Almeida
Author Date: 2024-02-26 16:07:30 UTC

ui: ensure 'demo' background is set for (qa)staging environments

After the changes to the homepage, it is no longer displaying the 'demo' background in qastaging due to a 'background-repeat: no-repeat' setting. This ensures that when we want to show this backgroud, this setting is set to 'repeat'.
The demo background makes it more obvious to users that this is a staging environment (not production)

frontpage-revamp-fix-test 2024-02-26 08:10:06 UTC
tests: update unit test after logo update

Author: Ines Almeida
Author Date: 2024-02-26 08:10:06 UTC

tests: update unit test after logo update

frontpage-revamp-change-layout 2024-02-23 11:09:06 UTC
ui: Minor fixes in tests and URLs related to frontpage change

Author: Ines Almeida
Author Date: 2024-02-23 11:02:41 UTC

ui: Minor fixes in tests and URLs related to frontpage change

update-copyright-date-across-launchpad 2024-02-21 17:57:58 UTC
Remove date range from copyright note from lib/lp/code folder

Author: Ines Almeida
Author Date: 2024-02-21 17:57:58 UTC

Remove date range from copyright note from lib/lp/code folder

This is an on going process to remove all instances of date ranges in copyright notes from the code base to make it easier to maintain. See https://code.launchpad.net/\~ines-almeida/launchpad/+git/launchpad/+merge/460944

frontpage-revamp-remove-top-project 2024-02-20 10:26:17 UTC
Remove top featured project from frontpage

Author: Ines Almeida
Author Date: 2024-02-20 08:29:07 UTC

Remove top featured project from frontpage

frontpage-revamp-remove-old-blog-post 2024-02-20 09:14:04 UTC
Remove old pinned blog post from homepage

Author: Ines Almeida
Author Date: 2024-02-20 09:14:04 UTC

Remove old pinned blog post from homepage

frontpage-revamp 2024-02-20 08:17:25 UTC
tests: remove mentions of top-featured-project from doc tests

Author: Ines Almeida
Author Date: 2024-02-20 08:16:21 UTC

tests: remove mentions of top-featured-project from doc tests

frontpage-revamp-sandbox 2024-02-13 16:30:51 UTC
wip: update front page to be more vanilla-like

Author: Ines Almeida
Author Date: 2024-02-13 16:30:51 UTC

wip: update front page to be more vanilla-like

fix-social-accounts-class-to-not-trigger-adblocker 2024-01-24 15:46:10 UTC
ui: update social accounts class names to use hyphens instead of underscores

Author: Ines Almeida
Author Date: 2024-01-23 14:24:30 UTC

ui: update social accounts class names to use hyphens instead of underscores

social-accounts-generalise-UI 2024-01-22 15:54:51 UTC
Update how to get Platform class from social_account.platform

Author: Ines Almeida
Author Date: 2024-01-22 15:54:51 UTC

Update how to get Platform class from social_account.platform

social-accounts-update-tests 2024-01-18 23:49:07 UTC
test: fix merge conflict in jabber ui tests

Author: Ines Almeida
Author Date: 2024-01-18 23:49:07 UTC

test: fix merge conflict in jabber ui tests

social-accounts-display-view 2024-01-18 18:14:55 UTC
ui: update social accounts display view in profile

Author: Ines Almeida
Author Date: 2024-01-18 18:11:26 UTC

ui: update social accounts display view in profile

Added matrix accounts to ptofile page, and reworked how all accounts (IRC and Jabber included) are displayed.
Added some style updates, and tests to accompany changes.

increase-unittest-fetch-timeout 2024-01-18 15:08:03 UTC
test: increase timeout in test that often times out

Author: Ines Almeida
Author Date: 2024-01-18 15:08:03 UTC

test: increase timeout in test that often times out

test_urlfetch_writes_to_output_file often times out, this increases the timeout for that particular test to double to prevent inconsistent test failures

social-accounts-edit-view 2024-01-18 12:34:41 UTC
Minor conflict fix after conflict accounts API merge

Author: Ines Almeida
Author Date: 2024-01-18 12:34:41 UTC

Minor conflict fix after conflict accounts API merge

add-css-watch-info-to-docs 2024-01-17 11:16:09 UTC
Add information about make css_watch on docs

Author: Ines Almeida
Author Date: 2024-01-17 11:16:09 UTC

Add information about make css_watch on docs

social-accounts-display-accounts 2024-01-15 17:26:17 UTC
Add CSS to new social accounts display

Author: Ines Almeida
Author Date: 2024-01-15 17:26:17 UTC

Add CSS to new social accounts display

social-accounts-create-social-accounts-section 2024-01-15 15:08:36 UTC
Improve IRC edit view

Author: Ines Almeida
Author Date: 2024-01-15 15:08:36 UTC

Improve IRC edit view

 - Return user to profile after save
 - Add placeholder text to inputs
 - Remove extra titles

social-accounts-ui-display-accounts 2024-01-11 17:36:27 UTC
Display 'Error' when social account identity missing expected fields

Author: Ines Almeida
Author Date: 2024-01-11 17:36:27 UTC

Display 'Error' when social account identity missing expected fields

social-accounts-ui-add-accounts 2024-01-11 17:24:26 UTC
Add edit matrix accounts view

Author: Ines Almeida
Author Date: 2024-01-11 17:24:26 UTC

Add edit matrix accounts view

db-add-social-accounts-table 2024-01-03 11:50:14 UTC
db: add DB table permissions to person-merge-job profile

Author: Ines Almeida
Author Date: 2024-01-03 11:50:14 UTC

db: add DB table permissions to person-merge-job profile

db-snap-pro-enable-constraints 2023-12-08 11:36:16 UTC
db: add NOT NULL constraint to Snap.pro_enable column

Author: Ines Almeida
Author Date: 2023-12-08 11:36:16 UTC

db: add NOT NULL constraint to Snap.pro_enable column

update-bug-description-font-size 2023-11-15 08:47:39 UTC
ui: descrease the bug description font-size to be similar to other fonts with...

Author: Ines Almeida
Author Date: 2023-11-15 08:47:39 UTC

ui: descrease the bug description font-size to be similar to other fonts within the same page

LP: #2039696

fix-infer-pro-enable-function 2023-10-30 15:15:14 UTC
Specify exception raised on invalid revision (instead of generic ValueError)

Author: Ines Almeida
Author Date: 2023-10-30 15:15:14 UTC

Specify exception raised on invalid revision (instead of generic ValueError)

improve-flaky-unit-tests 2023-10-27 13:06:00 UTC
Increase timeouts of regularly failing unit tests

Author: Ines Almeida
Author Date: 2023-10-27 13:06:00 UTC

Increase timeouts of regularly failing unit tests

fix-pro-enable-infer-function 2023-10-27 11:58:53 UTC
Add default_timeout function to inferProEnable

Author: Ines Almeida
Author Date: 2023-10-27 11:51:15 UTC

Add default_timeout function to inferProEnable

fix-pro-enable-garbo-job 2023-10-26 13:26:45 UTC
Refactor timeout override in pro-enable garbo job

Author: Ines Almeida
Author Date: 2023-10-26 13:26:45 UTC

Refactor timeout override in pro-enable garbo job

master 2023-10-26 10:04:22 UTC
Hi

Author: Ines Almeida
Author Date: 2023-10-26 10:04:22 UTC

Hi

pro-enable-core18/fix-unit-tests 2023-10-23 11:00:42 UTC
Fix failing pro-enable unit test

Author: Ines Almeida
Author Date: 2023-10-23 11:00:42 UTC

Fix failing pro-enable unit test

pro-enable-core18/update-logic 2023-10-23 07:26:46 UTC
Fix typo

Author: Ines Almeida
Author Date: 2023-10-23 07:25:30 UTC

Fix typo

pro-enable-core18/update-models 2023-10-23 07:22:51 UTC
Prevent snap pro-enable test from failing once DB restriction patch is applied

Author: Ines Almeida
Author Date: 2023-10-23 07:22:51 UTC

Prevent snap pro-enable test from failing once DB restriction patch is applied

add-missing-package-to-ppa-publisher 2023-10-13 15:53:58 UTC
Add missing 'procmail' package to PPA publisher (and rework comment that goes...

Author: Ines Almeida
Author Date: 2023-10-13 15:42:53 UTC

Add missing 'procmail' package to PPA publisher (and rework comment that goes with it)

fix-js-unittest-access-tokens-view 2023-10-05 12:18:00 UTC
Fix js unit test in access tokens view

Author: Ines Almeida
Author Date: 2023-10-05 12:18:00 UTC

Fix js unit test in access tokens view

project-tokens/add-new-access-token-tables-to-view 2023-10-05 09:02:39 UTC
Update style of access tokens tables

Author: Ines Almeida
Author Date: 2023-10-05 09:02:39 UTC

Update style of access tokens tables

change-traverse-archive-redirect-status 2023-10-03 11:00:29 UTC
Update the default value for the status code redirection tests

Author: Ines Almeida
Author Date: 2023-10-03 11:00:29 UTC

Update the default value for the status code redirection tests

project-tokens/fix-unit-test 2023-09-27 19:06:02 UTC
Add missing product permissions to TestProduct.test_get_permissions

Author: Ines Almeida
Author Date: 2023-09-27 19:06:02 UTC

Add missing product permissions to TestProduct.test_get_permissions

pro-enable-core18/db-patch 2023-09-26 14:38:55 UTC
Address MP comments

Author: Ines Almeida
Author Date: 2023-09-26 14:38:55 UTC

Address MP comments

increase-signing-tests-timeout 2023-09-26 11:23:34 UTC
Add comment about timeout value in sign keys tests

Author: Ines Almeida
Author Date: 2023-09-26 11:23:29 UTC

Add comment about timeout value in sign keys tests

project-tokens/interfaces 2023-09-26 10:24:49 UTC
Update more browser tests for Access Token view

Author: Ines Almeida
Author Date: 2023-09-26 07:49:35 UTC

Update more browser tests for Access Token view

project-tokens/update-models 2023-09-25 16:38:12 UTC
Refactor AccessToken.findByTarget query and unit tests

Author: Ines Almeida
Author Date: 2023-09-22 15:57:48 UTC

Refactor AccessToken.findByTarget query and unit tests

add-git_ref_pattern-to-new-webhook-api 2023-09-25 16:07:33 UTC
Add git_ref_pattern to newWebhook API

Author: Ines Almeida
Author Date: 2023-09-25 16:07:33 UTC

Add git_ref_pattern to newWebhook API

project-tokens/db-patch 2023-09-21 12:37:33 UTC
DB patch: Add project to access token table

Author: Ines Almeida
Author Date: 2023-09-01 09:27:43 UTC

DB patch: Add project to access token table

project-tokens/refactor-access-token-tests 2023-09-15 18:54:42 UTC
Minor refactoring of xmlrpc.tests.test_git

Author: Ines Almeida
Author Date: 2023-09-15 18:54:42 UTC

Minor refactoring of xmlrpc.tests.test_git

project-tokens/refactor-access-token-mixins 2023-09-08 14:11:59 UTC
Move issueAccessToken unit tests to Access Token Target test file

Author: Ines Almeida
Author Date: 2023-09-08 14:11:59 UTC

Move issueAccessToken unit tests to Access Token Target test file

update-ppa-charms-configuration 2023-09-05 15:19:45 UTC
Update PPA Publisher charm to allow setting PPA domains separately

Author: Ines Almeida
Author Date: 2023-08-29 17:42:33 UTC

Update PPA Publisher charm to allow setting PPA domains separately

This will allow specifying public and private domains for the PPA service in each environment, and an alias alternative (which we want to allow for legacy purposes)

bug-fix-set-bug-comment-visibility 2023-09-05 13:50:52 UTC
Add unit test that recreates the issue

Author: Ines Almeida
Author Date: 2023-09-05 13:50:52 UTC

Add unit test that recreates the issue

add-ppa-publisher-charm 2023-08-24 12:08:00 UTC
Add apache configuration to PPA publisher charm

Author: Ines Almeida
Author Date: 2023-08-24 12:04:29 UTC

Add apache configuration to PPA publisher charm

specify-yaml-exception-in-charms 2023-08-23 08:54:50 UTC
Specify YAML exceptions in haproxy set up in charms

Author: Ines Almeida
Author Date: 2023-08-23 08:54:50 UTC

Specify YAML exceptions in haproxy set up in charms

add-hw-submission-bug-to-account-deletion 2023-08-14 13:06:10 UTC
Add test for HWSubmissionBug deletion in account_close

Author: Ines Almeida
Author Date: 2023-08-14 13:06:10 UTC

Add test for HWSubmissionBug deletion in account_close

add-ppa-publisher-charms-to-lp-bundle 2023-08-10 13:01:04 UTC
lp: Allow rsyncing logs from launchpad-scripts-bzrsyncd

Author: Colin Watson
Author Date: 2023-08-10 13:01:04 UTC

lp: Allow rsyncing logs from launchpad-scripts-bzrsyncd

fix-gpg-generateKey 2023-08-10 12:37:12 UTC
Fix signing key generation used in non-prod environments

Author: Ines Almeida
Author Date: 2023-08-10 12:37:12 UTC

Fix signing key generation used in non-prod environments

In production, we use a diferent key generation handler enabled by a feature flag ("archivepublisher.gpg.signing_service.enabled").
For non-prod environments, this handler is still used and seems to currently fail with a generic gpgme.GpgmeError. This patch fixes this error.

resolved-comments-feature 2023-08-08 07:17:34 UTC
Attempt at creating single inline comment model

Author: Ines Almeida
Author Date: 2023-08-08 07:17:34 UTC

Attempt at creating single inline comment model

flush-db-on-db-user-switch 2023-07-27 09:47:35 UTC
Flush database on db user switch

Author: Ines Almeida
Author Date: 2023-07-27 09:47:35 UTC

Flush database on db user switch

This prevents the need for flushing the DB in certain tests, and will makes it more likely that we will catch db permission errors in tests

ensure-no-duplicate-git-refs 2023-07-25 13:48:51 UTC
Sort and remove duplicates in CIBuild.git_refs

Author: Ines Almeida
Author Date: 2023-07-25 13:48:51 UTC

Sort and remove duplicates in CIBuild.git_refs

update-branchscanner-db-permissions 2023-07-25 13:11:27 UTC
Add update permission to branchscanner dbuser

Author: Ines Almeida
Author Date: 2023-07-25 13:11:27 UTC

Add update permission to branchscanner dbuser

webhook-patterns/add-functionality 2023-07-20 09:52:55 UTC
Filter ci:build webhook events by git refs

Author: Ines Almeida
Author Date: 2023-07-20 09:52:55 UTC

Filter ci:build webhook events by git refs

webhook-patterns/update-models 2023-07-19 17:02:38 UTC
Add git_refs field to CIBuilds

Author: Ines Almeida
Author Date: 2023-07-19 17:02:38 UTC

Add git_refs field to CIBuilds

The new field will be used to filter CIBuild webhook events by matching their git_refs against the webhooks git_ref_pattern

webhook-patterns/add-db-patch 2023-07-17 14:10:17 UTC
db: Add 'git_ref_pattern' column to webhoks and 'git_refs' column to CIBuilds...

Author: Ines Almeida
Author Date: 2023-07-07 10:43:47 UTC

db: Add 'git_ref_pattern' column to webhoks and 'git_refs' column to CIBuilds table

fix-beta-banner 2023-07-12 07:30:44 UTC
Fix beta banners

Author: Ines Almeida
Author Date: 2023-07-12 07:29:44 UTC

Fix beta banners

LP: #2026864

add-bug-webhooks/add-tags-to-payload 2023-07-10 11:04:05 UTC
Add tags to payload and trigger events on tags changed

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

Add tags to payload and trigger events on tags changed

Add 'tags' field in bug webhooks unittests

add-bug-webhooks/add-comment-modified-event 2023-07-06 16:32:10 UTC
Add unit test (failing)

Author: Ines Almeida
Author Date: 2023-07-06 16:32:10 UTC

Add unit test (failing)

add-bug-webhooks/fix-unittests 2023-07-06 09:18:23 UTC
Remove webhooks feature flag from tests

Author: Ines Almeida
Author Date: 2023-07-06 09:18:23 UTC

Remove webhooks feature flag from tests

invert-bug-webhook-feature-flag 2023-07-03 10:32:03 UTC
Fix bug webhook trigger feature flag logic

Author: Ines Almeida
Author Date: 2023-07-03 10:32:03 UTC

Fix bug webhook trigger feature flag logic

add-missing-webhook-table-permissions 2023-06-29 07:57:06 UTC
Add missing permissions to the webhook and webhookjob tables

Author: Ines Almeida
Author Date: 2023-06-29 07:57:06 UTC

Add missing permissions to the webhook and webhookjob tables

update-queued-webhook-table-permissions 2023-06-27 13:43:58 UTC
Update 'queued' database permissions for webhook and webhookjob table

Author: Ines Almeida
Author Date: 2023-06-27 13:43:58 UTC

Update 'queued' database permissions for webhook and webhookjob table

Add a unit test to verify change

add-doc-publishing-tarball 2023-06-22 11:37:07 UTC
Add how-to page on how to publish artifacts

Author: Ines Almeida
Author Date: 2023-06-15 14:44:01 UTC

Add how-to page on how to publish artifacts

remove-beta-warning-from-webhooks-page 2023-06-20 11:11:24 UTC
Remove 'beta' warning in webhooks page template

Author: Ines Almeida
Author Date: 2023-06-20 11:11:24 UTC

Remove 'beta' warning in webhooks page template

add-bug-webhooks/fix-failing-tests 2023-06-20 05:39:36 UTC
Add null-check to what-changed function

Author: Ines Almeida
Author Date: 2023-06-20 05:39:36 UTC

Add null-check to what-changed function

This will fix a few unit tests currently failing in the master branch

add-bug-webhooks/hook-webhooks-up-to-events 2023-06-19 12:22:47 UTC
Minor typos fix and specify keyword args

Author: Ines Almeida
Author Date: 2023-06-19 12:22:47 UTC

Minor typos fix and specify keyword args

update-charms-documentation 2023-06-14 15:14:48 UTC
Update 'how to build a LP charm' docs

Author: Ines Almeida
Author Date: 2023-06-14 13:08:12 UTC

Update 'how to build a LP charm' docs

Fix identation issues

fix-webhook-unittests 2023-06-07 12:12:30 UTC
Update failing unit tests

Author: Ines Almeida
Author Date: 2023-06-07 12:12:30 UTC

Update failing unit tests

add-bug-webhooks/add-interfaces 2023-06-07 10:07:55 UTC
Rename bug event

Author: Ines Almeida
Author Date: 2023-06-07 10:07:55 UTC

Rename bug event

add-bug-webhooks/update-webhook-model 2023-06-01 11:09:01 UTC
Rename and refactor webhook model tests

Author: Ines Almeida
Author Date: 2023-05-09 15:33:04 UTC

Rename and refactor webhook model tests

add-doc-page-deploy-lp-with-mojo 2023-05-31 14:15:27 UTC
Add how-to deploy lp with mojo and juju page

Author: Ines Almeida
Author Date: 2023-05-31 14:15:27 UTC

Add how-to deploy lp with mojo and juju page

update-starter-docs-remote-access-section 2023-05-25 11:11:41 UTC
Clarify Setting up remote access section in starter docs

Author: Ines Almeida
Author Date: 2023-05-24 14:10:22 UTC

Clarify Setting up remote access section in starter docs

No information change, but updated the title and added a paragraph to clarify some of details in words that are more understandable for people not used to navigating containers.

update-lxc-distro-in-starter-docs 2023-05-24 09:59:11 UTC
Update docs to mention ubuntu:20.04 instead of 18.04

Author: Ines Almeida
Author Date: 2023-05-24 09:59:11 UTC

Update docs to mention ubuntu:20.04 instead of 18.04

Launchpad will be upgraded to 20.04 in the near future, so it makes more sense to point users to this version.
Also added a note to make users understand that launchpad still runs on 16.04 and pointing to the section that will help them set it up with 16.04.

add-new-target-columns-to-webhooks-table 2023-05-22 12:12:45 UTC
Add columns to webhooks table

Author: Ines Almeida
Author Date: 2023-04-21 07:18:53 UTC

Add columns to webhooks table

Add project, distribution and source_package_name columns to webhooks to allow new webhook targets (specifically for bugs)
Updated the 'one_target' constraint: A webhook can only have one target, but when the target is a source_package, then the distribution column should also have a value

update-getting-started-docs 2023-05-11 06:31:44 UTC
Add note to getting started docs

Author: Ines Almeida
Author Date: 2023-05-11 06:31:44 UTC

Add note to getting started docs

reverse-prevent-bug-in-disabled-product 2023-04-19 17:17:30 UTC
Revert "Exclude bugs from inactive product series in queries"

Author: Ines Almeida
Author Date: 2023-04-19 17:17:30 UTC

Revert "Exclude bugs from inactive product series in queries"

This reverts commit e150495474baa068650ebee69f4df3a11151e555, reversing
changes made to 98a7ab9b849f98255ac7faab1e0553ec076d1189.

update-package-diff-title-property 2023-04-13 11:36:33 UTC
Fix and refactor new unit tests

Author: Ines Almeida
Author Date: 2023-04-13 11:36:33 UTC

Fix and refactor new unit tests

prevent-bug-reporter-from-accessing-bug-in-disabled-product 2023-04-12 15:11:11 UTC
Add unit test to check bug visibility

Author: Ines Almeida
Author Date: 2023-04-12 15:11:11 UTC

Add unit test to check bug visibility

Check that if a bug has no product or product series, bug will still show up in the queries

1100 of 104 results
This repository contains Public information 
Everyone can see this information.

Subscribers