aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-09utils: Add with-manifest.Arun Isaac
2022-04-09forge: Do not try to trigger CI jobs when there are none.Arun Isaac
2022-04-09manifest.scm: Add font-charter and font-fira-code.Arun Isaac
2022-04-09manifest.scm: Use a later unreleased version of skribilo.Arun Isaac
2022-04-08doc: Link to ci-jobs-trigger-gexp definition.Arun Isaac
2022-04-08doc: Create dummy G-expression reader.Arun Isaac
2022-03-28forge: Add trigger? field to forge-laminar-job.Arun Isaac
2022-03-28laminar: Suffix .run and .after in script names.Arun Isaac
2022-03-28webhook: Suffix -webhook in script name.Arun Isaac
2022-03-28forge: Suffix -cron-job in script name.Arun Isaac
2022-03-28forge: Suffix -post-receive-hook in script name.Arun Isaac
2022-03-28forge: Import only laminar from (gnu packages ci).Arun Isaac
2022-03-21doc: Explain what a post-receive-hook is and how it is set up.Arun Isaac
2022-03-21doc: Clarify double reference of (guix build utils).Arun Isaac
2022-03-20doc: Link to G-expressions in the Guix manual.Arun Isaac
2022-03-20README: Add links to constituent software components.Arun Isaac
2022-03-20website: Use Fira Code for code blocks.Arun Isaac
2022-03-20website: Use Charter as main body font.Arun Isaac
2022-03-20Makefile: Clean website files.Arun Isaac
2022-03-20README: Link to manual from the home page.Arun Isaac
2022-03-19doc: Mention minimum configurability to philosophy.Arun Isaac
2022-03-19doc: List software components used by guix-forge.Arun Isaac
2022-03-19forge: Change ownership of parent directory of website directory.Arun Isaac
2022-03-15forge: Fix showing only first commit on shallow cloned repos.Arun Isaac
2022-03-14forge: Allow deep clone on derivation jobs.Arun Isaac
2022-03-08forge: Add with-profile utility.Arun Isaac
2022-03-08doc: Reference source files inside guix directory.Arun Isaac
2022-03-02Move channel modules into subdirectory.Arun Isaac
2022-02-28website: Use reduced font size to indicate code and samp.Arun Isaac
2022-02-28forge: Require laminar service for forge-laminar service.Arun Isaac
2022-02-28forge: Specify default value for webhook-service-type.Arun Isaac
2022-02-28forge: Remove unnecessary (guix gexp) import.Arun Isaac
2022-02-28doc: Add Tutorial.Arun Isaac
2022-02-28doc: Add table of contents.Arun Isaac
2022-02-28forge: Append file:// to local git repository URLs before cloning.Arun Isaac
2022-02-28forge: Do not use use-modules in with-packages.Arun Isaac
2022-02-28forge: Clone the default branch, not any specific branch.Arun Isaac
2022-02-28forge: Do not use use-modules in derivation-job-gexp.Arun Isaac
2022-02-28forge: Rename gexp-producer->derivation-output to derivation-job-gexp.Arun Isaac
2022-02-28doc: Add Reference chapter.Arun Isaac
2022-02-28doc: Add reference documentation machinery.Arun Isaac
2022-02-28forge: Rename <forge-project-configuration> to <forge-project>.Arun Isaac
2022-02-28forge: Deprecate <forge-derivation-job>.Arun Isaac
2022-02-28forge: Introduce gexp-producer->derivation-output.Arun Isaac
2022-02-28forge: Thunk ci-jobs and run fields.Arun Isaac
2022-02-28forge: Export record type predicates.Arun Isaac
2022-02-28forge: Export forge-project-configuration-name.Arun Isaac
2022-02-28forge: Add this-record accessors.Arun Isaac
2022-02-28manifest: Add manifest.Arun Isaac
2022-02-28gitignore: Add gitignore.Arun Isaac