Merge pull request 'Update Contributing guide to external developers' (#1484) from Qubasa/clan-core:main into main #1
Closed
Qubasa
wants to merge 1 commits from
Qubasa-main into main
pull from: Qubasa-main
merge into: :main
:main
:jeff_new
:fix_aarch64_checks
:jeffcogswell-jeffrey/inv_serv_vars_update
:Fovir-fix-buildhost-interpretation
:add_target_machine_option
:fix_ci_issues
:fix_sshd_or_true
:opt-in-post-quantum
:test_new_migration
:jeffcogswell-jeffrey/back
:network-status-pkg
:merge_clean_change
:add_profiles
:fix_clan_site
:iso_pr_v2_clean
:iso_pr_v2
:fix_disk_encryption_docs
:minimal_change
:temp_fix_flash
:delete_llm_stuff
:vars_slowdown
:clean_impl_clan_image
:impl_clan_image
:runtime_errors_frontend
:runtime_errors_frontend3
:runtime_errors_frontend2
:borgbackup_fix
:fix_type_bug
:better_url_block_api
:host_key_check
:fix_upload_func
:demobranch
:llm_ui
:ai_support3
:llm_no_callback
:fix_sshd_module
:api_fixes
:Mayeu-doc/clan-core-input
:docs_fix
:demo
:fix_clan_vars_regenerate
:migrate-dyndns
:networking_2
:networking
:migrate_away_buildClan
:cleanup_install
:good_default_for_users
:add_middleware_tests
:hsjobeki/bump-nixpkgs
:move_to_clan_lib7
:move_to_clan_lib3
:move_to_clan_lib
:minimize_machine_obj
:ui_get_op_key
:ui_log_collection2
:ui_log_collection
:deploy_info2
:test_for_deploy_info
:fix_quoting_issues
:clan_app_fix
:machine_object
:fix_ssh_controlmaster
:fix_path_to_long
:fix_ctrl_c
:fix_cancellation
:constraints_adr
:Qubasa-replace_machine_name_with_machine_obj
:cloud_vm_spawner
:impure_vms_minimal
:fix_create_machine_ui
:vpb-patches
:fix_templates
:fix_single_file_upload
:Qubasa-main
:incorrect_cache_invalidation
:fix_regression
:fix_clan_flakes_create
:dynamic_template
:dynamic_clanModules
:imports_dir
:Qubasa-debugging-docs
:Qubasa-fix_dyndns_build
:Qubasa-fix_dyndns_porkbun
:pywebview
:vxpython
:flake-update-2024-11-18
:Qubasa-scp_upload
:scp_upload
:debugging
:domain-name-default
:flashrewrite
:Qubasa-flashrewrite
:Qubasa-flash_id_v3
:machine_id_v3
:Qubasa-revert-machine-id
:Qubasa-new_clan_vm_manager
:Qubasa-clan-app-fix
:Qubasa-fix_clan_app
:fix_clan_app
:pywebview_test
:Qubasa-matrix-bot
:matrix-bot
:Qubasa-fix_jsonschema
:test_secrets
:dettrace
:joerg-ci
:DavHau-dave
:feat/clan-install-json
:hsjobeki-main
:hsjobeki-mian
:a-kenji-feat/clan-dir
:lassulus-HEAD
:init/manpages
:a-kenji-clan-help/standardize
:a-kenji-improve-clan-help
:improve-clan-help
:hsjobeki-vm-manager/empty-splash
:a-kenji-clan/install
:ssh-flash
:feat/clan/install-ssh
:a-kenji-docs-patch-1
:vm-manager/empty-splash
:a-kenji-pkgs/add-metadata
:parallelism
:hsjobeki-tutorials
:a-kenji-docs/set-target-host
:a-kenji-docs/improve
:docs/improve
:flake-update-2024-04-15
:a-kenji-documentation/standards
:a-kenji-documentation/nits
:a-kenji-docs/configuration
:a-kenji-documentation/improve/flake-parts
:a-kenji-docs/fix-contrib
:a-kenji-docs/secrets
:fix-json-install
:ui-testing-framework
:synapse
:lassulus-generators-iso
:tutorials
:better-template
:flake-update-2024-04-08
:Qubasa-better-template
:init-flatpak-cli
:init/flatpak
:clan-cli/check/flatpak-sandbox
:init/nextcloud
:flake-update-2024-04-01
:facts_refactor2
:Qubasa-fix_tmpdir_leak2
:Qubasa-fix_tmpdir_leak
:Mic92-main
:facts-generate
:postgres
:localbackup
:flake-update-2024-03-25
:facts_refactor
:matrix-synapse
:a-kenji-sunshine/improve-accept
:a-kenji-drop/sunshine
:a-kenji-init/sunshine-accept
:a-kenji-init/sunshine-moonlight-accept
:openssh
:backup-docs
:clana
:DavHau-api-config
:dave
:feat/stack
:zerotier
:Luis-Hebendanz-main
:add-serial-option
:wayland-update
:Qubasa-main#
:qemu-wayland
No Reviewers
Labels
No items
No labels
Milestone
No items
No Milestone
Assignees
Qubasa (Luis Hebendanz)
Clear assignees
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Qubasa/clan-core#1
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Reviewed-on: clan/clan-core#1484
clan/docs.py: remove epilog from the reference overview
Merge pull request 'clan/docs.py: remove epilog from the reference overview' (#1487) from a-kenji-cli/docs/reference-overview into main
cli: also register common flags in subcommands
When a user runs --help on a subcommand they don't see some options such
as --options or --flake. To fix this we now register all common flags
also in subcommands.
clan: add epilog to facts subcommands
allow to override nix options in update/install/flash commands
flash: add write-efi-boot-entries flag
backup cli: make sure we have a flake
Merge pull request 'clan: add epilog to facts subcommands' (#1489) from a-kenji-cli/expand-examples into main
clan: clarify default backend
drop global argparse flags
They get shadowed by subargparser options.
Merge pull request 'clan: clarify default backend' (#1490) from a-kenji-cli/facts-clarify into main
Merge pull request 'Consistently pass nix options to underlying tools' (#1488) from pass-nix-options into main
flash: make configuration more explicit
Injecting nixos configuration and potentially overriding settings a user
made and can cause surprises.
In most cases, users want to just make these option part of their NixOS
configuration and by having the rest in the command line
we make it more explicit what other configuration is being applied.
fix offline build of flash command
Merge pull request 'fix offline build of flash command' (#1491) from pass-nix-options into main
update flake
drop non-compiling wayland-proxy-virtwl
fmt more stuff
Merge pull request 'Update flakes' (#1492) from pass-nix-options into main
make config command read-only
Merge pull request 'make config command read-only' (#1319) from config into main
Reviewed-on: clan/clan-core#1319
Change clan favicon to one without text
Pull request closed