-
Notifications
You must be signed in to change notification settings - Fork 53
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
Merge queue attempt 1 #351
Closed
geekingfrog
wants to merge
32
commits into
beyond-all-reason:master
from
geekingfrog:merge-queue-attempt-1
Closed
Merge queue attempt 1 #351
geekingfrog
wants to merge
32
commits into
beyond-all-reason:master
from
geekingfrog:merge-queue-attempt-1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Mostly on the server dashboard page
Because that's where they should live. And also, because there are some reference to ExUnit in this file now, that is only available during tests. Putting the test_lib file under test makes dialyzer happier since it's on the correct compiler path.
…' into merge-queue-attempt-1
…' into merge-queue-attempt-1
geekingfrog
force-pushed
the
merge-queue-attempt-1
branch
from
July 6, 2024 17:11
99ed7d8
to
c6daa91
Compare
Closing it as all but one of the mentioned PR have been merged. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is an attempt to create a merge queue to reduce the amount of work required to deploy and test various branches on the integration server.
The assumption is that everything will be fine and we can merge all of that at once, which hopefully reduce the burden on the people having to deploy&test.
Here's a summary of what's in this bundle and a checklist of stuff to check:
#330 better restriction titles
#331 some more icon fixes
Shouldn't need to test anything, worst case, an icon doesn't show
#333 Improvement to
whoami
andwhois
commands$whoami
and$whois
, should display chevron level#339 Prevent renaming accounts when they start with "[Host"
#308 make CI great again
Ignore many tests and add a few more dialyzer ignores
#291 move cache initialisation under supervision trees
There should be no functional change.