lp:~andrey-fedoseev/launchpad
- Get this repository:
-
git clone
https://git.qastaging.paddev.net/~andrey-fedoseev/launchpad
Branches
Name | Last Modified | Last Commit |
---|---|---|
bug-task-channel | 2022-12-15 11:56:03 UTC |
WIP: Add `channel` field to `BugTask` and `SourcePackage`
Author:
Andrey Fedoseev
WIP: Add `channel` field to `BugTask` and `SourcePackage` This should also make a `SourcePackage` with a channel a valid target for a `BugTask`, and some work has been done in that direction, but it may not be 100% complete. |
db-bug- |
2022-12-15 10:47:55 UTC |
Include the new `channel` to the indexes
Author:
Andrey Fedoseev
Include the new `channel` to the indexes |
db-bug-task-channel | 2022-12-15 10:45:38 UTC |
Add `channel` field to `BugTask` and its derived tables/views
Author:
Andrey Fedoseev
Add `channel` field to `BugTask` and its derived tables/views |
registry- |
2022-12-13 06:29:17 UTC |
Minor changes to `TestBranchDeletionView` based on merge proposal comments
Author:
Andrey Fedoseev
Minor changes to `TestBranchDele |
uct-import- |
2022-11-30 09:44:12 UTC |
UCT import/export: handle the `break-fix` entries
Author:
Andrey Fedoseev
UCT import/export: handle the `break-fix` entries For each `break-fix` entry create a `BugPresence` instance linked to the default git repository of the project (if exists) If a `break-fix` entry includes multiple git commits in the "fixed" section it means that either of them fixes the issue. So, we create multiple `BugPresence` instances, one per commit listed in the "fixed" section. Items such as `local- |
bug-presense | 2022-11-30 09:41:36 UTC |
Add `BugPresence` model
Author:
Andrey Fedoseev
Add `BugPresence` model It represents a range of versions or git commits in which the bug was present. |
db-bug-presence | 2022-11-30 09:32:59 UTC |
Add `BugPresence` table
Author:
Andrey Fedoseev
Add `BugPresence` table It represents a range of versions or git commits in which the bug was present. |
snap-store- |
2022-11-29 11:31:52 UTC |
Display info message when user tries to authorize store upload for snap that ...
Author:
Andrey Fedoseev
Display info message when user tries to authorize store upload for snap that isn't registered Previously, that would cause an Internal Server Error LP: #1997565 |
edit-feature-rules | 2022-11-22 06:43:58 UTC |
Add redirects from old feature rules URLs
Author:
Andrey Fedoseev
Add redirects from old feature rules URLs /+feature-info -> /+feature- |
debian- |
2022-11-18 06:38:34 UTC |
Add `non-free-firmware` component for Debian imports
Author:
Andrey Fedoseev
Add `non-free-firmware` component for Debian imports |
jira-bug-watch | 2022-11-16 08:42:59 UTC |
Add external bug tracker for JIRA
Author:
Andrey Fedoseev
Add external bug tracker for JIRA |
question-title | 2022-10-26 10:02:46 UTC |
Include question title to the browser window title
Author:
Andrey Fedoseev
Include question title to the browser window title |
uct-import- |
2022-10-25 12:04:17 UTC |
Merge remote-tracking branch 'origin/master' into uct-import-export-patches
Author:
Andrey Fedoseev
Merge remote-tracking branch 'origin/master' into uct-import- ; Conflicts: |
merge-db-stable | 2022-10-21 18:00:51 UTC |
Automatic merge from stable up to c0a7730cab18
Author:
Patch Queue Manager
Automatic merge from stable up to c0a7730cab18 |
bug-attachment-url | 2022-10-21 06:22:47 UTC |
Address peer review comments
Author:
Andrey Fedoseev
Address peer review comments - `BugAttachmentE |
snap-base-features | 2022-10-14 05:38:01 UTC |
Use `SnapBase.features` in `snapcraft.yaml` parser
Author:
Andrey Fedoseev
Use `SnapBase.features` in `snapcraft.yaml` parser to determine whether duplicate build-on values are allowed instead of relying on snap base name |
db-bug- |
2022-10-10 10:23:58 UTC |
Add `BugAttachment.url` field
Author:
Andrey Fedoseev
Add `BugAttachment.url` field The `BugAttachment. A BugAttachment must contain either a file, or an external URL |
db-fix- |
2022-10-06 10:31:19 UTC |
Remove `cve.discoverer` from sampledata
Author:
Andrey Fedoseev
Remove `cve.discoverer` from sampledata |
fix-cvereport | 2022-10-05 10:06:27 UTC |
CVEReportView: use lazy loading for `open_cve_bugtasks` and `resolved_cve_bug...
Author:
Andrey Fedoseev
CVEReportView: use lazy loading for `open_cve_bugtasks` and `resolved_ Previously, these attributes were computed on view initialization, with the exception of the case when the context is a Distribution with no series. Now, the attributes are always available, regardless of the context, but are computed on demand, when they are actually used. |
db-remove- |
2022-09-28 09:42:12 UTC |
Drop `Cve.discoverer` column
Author:
Andrey Fedoseev
Drop `Cve.discoverer` column It is superseded by `Cve.discovered_by` |
cve-discovered-by | 2022-09-28 06:05:46 UTC |
UCT import/export: handle the `cve.discovered_by` field
Author:
Andrey Fedoseev
UCT import/export: handle the `cve.discovered_by` field |
packaging-security | 2022-09-20 06:51:28 UTC |
Fix another failing test caused by the recent changes in `Packaging` security
Author:
Andrey Fedoseev
Fix another failing test caused by the recent changes in `Packaging` security |
db-cve- |
2022-09-15 10:36:48 UTC |
Add `Cve.discovered_by` column
Author:
Andrey Fedoseev
Add `Cve.discovered_by` column It contains the name of person(s) or organization that discovered the CVE This supersedes the existing `discoverer` column which is a reference to a `Person` |
db-snap- |
2022-09-13 10:44:47 UTC |
Add `SnapBase.features` column
Author:
Andrey Fedoseev
Add `SnapBase.features` column The column is used to designate the features available for a snap base |
uct-import- |
2022-09-12 13:06:28 UTC |
Add a comment explaining the meaning of `upstream_product`
Author:
Andrey Fedoseev
Add a comment explaining the meaning of `upstream_product` |
translation- |
2022-09-09 07:01:06 UTC |
Optimize `POTMsgSet.getCurrentTranslations`
Author:
Andrey Fedoseev
Optimize `POTMsgSet. - Move the logic of getting the current translations to `ICurrentTransl - Add `getCurrentTran - Optionally, cache the current translations with `cacheCurrentTr - Use cache when calling `getCurrentTran - Cache current translations when in `CurrentTransla |
uct-import- |
2022-08-31 07:10:40 UTC |
UCT import: allow importing from a directory
Author:
Andrey Fedoseev
UCT import: allow importing from a directory |
more-vulnerabil |
2022-08-29 07:00:13 UTC |
`cve_lib`: do not override date fields
Author:
Andrey Fedoseev
`cve_lib`: do not override date fields `cve_lib` overrides PublicDate with PublicDateAtUSN or CRD We need to disable this behaviour to preserve all original date values when performing UCT import |
more-vulnerabil |
2022-08-25 12:16:05 UTC |
Add `Vulnerability.date_notice_issued` and `date_coordinated_release` fields
Author:
Andrey Fedoseev
Add `Vulnerability. Update the UCT import/export scripts accordingly |
uct-upstream | 2022-08-25 12:02:30 UTC |
UCT import/export: handle ESM distribution packages
Author:
Andrey Fedoseev
UCT import/export: handle ESM distribution packages The ESM distribution is likely to be named `ubuntu-esm` in Launchpad, even though it's named `esm` in UCT |
snap-arch- |
2022-08-22 06:28:43 UTC |
Allow duplicate `build-on` for `core22`
Author:
Andrey Fedoseev
Allow duplicate `build-on` for `core22` This allows the following configuration in `snapcraft.yaml` which is legit only for `core22` architectures: |
db-more- |
2022-08-19 10:54:11 UTC |
DB patch to add `vulnerability.date_notice_issued` and `.date_coordinated_rel...
Author:
Andrey Fedoseev
DB patch to add `vulnerability. |
master | 2022-05-19 15:25:52 UTC |
Support dominating publications by channel
Author:
Colin Watson
Support dominating publications by channel Merged from https:/ |
db-devel | 2022-05-12 12:30:16 UTC |
Automatic merge from stable up to 35dc2e49f288
Author:
Patch Queue Manager
Automatic merge from stable up to 35dc2e49f288 |
db-stable | 2022-05-12 12:30:16 UTC |
Automatic merge from stable up to 35dc2e49f288
Author:
Patch Queue Manager
Automatic merge from stable up to 35dc2e49f288 |
stable | 2022-05-11 16:26:18 UTC |
Fix the test errors caused by the vulnerability API changes
Author:
Guruprasad
Fix the test errors caused by the vulnerability API changes Merged from https:/ |
1 → 36 of 36 results | First • Previous • Next • Last |