Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Our Last Night - Empires Fall (Deluxe) {Blckswan fasthold-hold-fast} #1

Open
wants to merge 9,299 commits into
base: feature/no-downgrade
Choose a base branch
from

Conversation

ungtb10d
Copy link

hard.blck.pdf
magicmagic
blckblck
blck

Our Last Night - Empires Fall (Deluxe)

Because so it happenes

Deal with it

https://open.spotify.com/album/0YCIIG3Q3vcabdfkajqcZE?si=CZxAhu1QQPW62yXSX5BgFg

<iframe style="border-radius:12px" src="https://open.spotify.com/embed/album/0YCIIG3Q3vcabdfkajqcZE?utm_source=generator" width="100%" height="80" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>

MiguelPires and others added 30 commits October 4, 2022 11:52
Signed-off-by: Miguel Pires <miguel.pires@canonical.com>
Signed-off-by: Miguel Pires <miguel.pires@canonical.com>
Never, ever, use real random data in tests!

Using random bytes was causing the test to randomly fail with a
different error:

    parsing assertion headers: header is not utf8
Signed-off-by: Miguel Pires <miguel.pires@canonical.com>
Signed-off-by: Miguel Pires <miguel.pires@canonical.com>
Small PR to port the `mk-image.sh` script used in the `fde-on-classic`
test to use `snap prepare-image --classic`.
The `fdisk -x` command is not available on 20.04. But `sfdisk -d`
give us the same amount of information.
This is the first step to allow applications to open AF_XDP sockets.
This change is limited to SecComp and is not enough to deliver the XDP
functionality. Two more obstables remain:

1) AppArmor: profiles need to have the rule `network xdp,`
2) Capabilities: the net_raw capability is needed to use XDP

This change basically just registers the XDP protocol as allowed in the
BPF profile of a snap.
o/auth: rename NewUserData to NewUserParams
update unit tests, and make their code more reusable. use the new auth function instead of the one defined in devicemgr
As the former is maintained inside the team.
Merge pull request #12185 from wgrant/snap-device-location

The Store currently gets network location hints from a device using the download API's Snap-CDN header. But it is useful for Store operations to have that information even in e.g. refresh, so send the same cloud information to all APIs in a new header.

The Store might eventually use that if Snap-CDN isn't present, leaving Snap-CDN to handle only the "none" case, but for now leave that alone for compatibility.
Merge pull request #12221 from mvo5/install-finish-step-handlers-bit-2

Further adjustments and cleanups to ensure that the full fakeinstaller nested test that can boot into the generated image.
MakeRunnableSystem implicitly assumes that the run system is a clone
of the current system, usually a UC20 ephemeral mode system

introduce MakeRunnableStandaloneSystem that does not make this assumption
and use it for the finish step of the install API

in theory we could change MakeRunnableSystem itself not to make the assumption
but it changes a bit its properties so it is something to maybe consider for
later
Meulengracht and others added 27 commits October 20, 2022 12:14
…rtion with the expiration date in the user state
* o/c/configcore: Add faillock configuration

This creates/removes a marker file `/etc/writable/faillock.enabled` to
enable `pam_faillock` on Ubuntu Core.

* configcore: tweak code/tests a bit

* configcore: rename system.faillock -> users.lockout

* configcore: rename faillog.enabled -> account-lockout.enabled

Co-authored-by: Michael Vogt <mvo@ubuntu.com>
data: tweak apt integration config var
kvm: allow read of AMD-SEV parameters
…r-revert-uc16

tests/connected-after-reboot-revert: run also on UC16
to be backward compatible both in terms of what happens on a snapd revert or
dealing with data saved by an old snapd we still need to operate on the
fields/storage locations previously used for contact and website
…install

gadget: add unit tests for new install functions for FDE on classic
o/devicestate,daemon: use the expiration date from the assertion in user-state and REST api (user-removal 4/n)
…vatable-names

interface: Allow access to org.freedesktop.DBus.ListActivatableNames via system-observe interface
snap/system_usernames,tests: Azure IoT Edge system usernames
many: expand fully handling links mapping in all components, in the API and in snap info
A missing ! was preventing the test from failing if the auto-refresh
for test-snapd-tools_instance wasn't completed by the end of retry.
This commit also adds another check to ensure that the other snap isn't
auto-refreshed. Since this bug was discovered because the
auto-refresh was still ongoing after the retry, it's possible that even
with the fix more retries are necessary so I doubled the number.

Signed-off-by: Miguel Pires <miguel.pires@canonical.com>
many: support refresh hold/unhold to API and CLI
remove distracting blank line as well
@ungtb10d ungtb10d self-assigned this Oct 28, 2022
@ungtb10d ungtb10d added the enhancement New feature or request label Oct 28, 2022
Copy link
Author

@ungtb10d ungtb10d left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet