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

master -> central-server 11/2024 #1341

Merged
merged 79 commits into from
Nov 2, 2024
Merged

Commits on Dec 4, 2023

  1. Bump cachix/cachix-action from 12 to 13

    Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 12 to 13.
    - [Release notes](https://github.com/cachix/cachix-action/releases)
    - [Commits](cachix/cachix-action@v12...v13)
    
    ---
    updated-dependencies:
    - dependency-name: cachix/cachix-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    aec125c View commit details
    Browse the repository at this point in the history
  2. Bump cachix/install-nix-action from 23 to 24

    Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 23 to 24.
    - [Release notes](https://github.com/cachix/install-nix-action/releases)
    - [Commits](cachix/install-nix-action@v23...v24)
    
    ---
    updated-dependencies:
    - dependency-name: cachix/install-nix-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    92f0451 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. Configuration menu
    Copy the full SHA
    f939e97 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1279 from 414owen/os/support-sublibrary-mods-sigs

    feat: Add support for sublibrary module listings
    gbaz authored Dec 30, 2023
    Configuration menu
    Copy the full SHA
    9b8be6f View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. feat: Specify component types in detailed deps page

    With the advent of multiple sublibraries per
    package, it has become less clear what each
    component is, on the 'detailed dependencies'
    page.
    
    This changeset replaces the tabulated view of
    
    | component name | list of dependencies |
    | -------------- | -------------------- |
    | - lib 1        | - dep 1              |
    |                | - dep 2              |
    |                |                      |
    | - exe 1        | - dep 3              |
    
    With the more heirarchical:
    
    Libraries
      - lib 1
        - dep 1
        - dep 2
      ...
    
    Executables
      - exe 1
        - dep 3
    
    This change is related to #1218
    414owen committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    fc4ec43 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    aa9ab98 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1284 from peterbecich/check-nix-develop-in-github…

    …-action
    
    check `nix develop` shell in GitHub Action
    peterbecich authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    898b521 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. update Nix Flake

    peterbecich committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    c4655d2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1285 from peterbecich/update-nix-flake

    update Nix Flake
    peterbecich authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    e6d4cfe View commit details
    Browse the repository at this point in the history
  3. Migrate to tar-0.6

    Bodigrim authored and peterbecich committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    6b71d16 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff6c6c6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1daf748 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Bump cachix/cachix-action from 13 to 14

    Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 13 to 14.
    - [Release notes](https://github.com/cachix/cachix-action/releases)
    - [Commits](cachix/cachix-action@v13...v14)
    
    ---
    updated-dependencies:
    - dependency-name: cachix/cachix-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    4ec595c View commit details
    Browse the repository at this point in the history
  2. Bump cachix/install-nix-action from 24 to 25

    Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 24 to 25.
    - [Release notes](https://github.com/cachix/install-nix-action/releases)
    - [Commits](cachix/install-nix-action@v24...v25)
    
    ---
    updated-dependencies:
    - dependency-name: cachix/install-nix-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    729e667 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. auto-approve Dependabot

    peterbecich committed Jan 18, 2024
    1 Configuration menu
    Copy the full SHA
    9540c0c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1288 from peterbecich/auto-approve-dependabot

    auto-approve Dependabot
    peterbecich authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    219af1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bcd5feb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97a66b8 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. Merge pull request #1283 from haskell/tar-0.6

    Migrate to tar-0.6
    ysangkok authored Jan 21, 2024
    Configuration menu
    Copy the full SHA
    fe13617 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Bump actions/cache from 3 to 4

    Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    cf764e1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1289 from haskell/dependabot/github_actions/actio…

    …ns/cache-4
    
    Bump actions/cache from 3 to 4
    ysangkok authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    5988f76 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. nix flake update

    peterbecich committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    c44fc6e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1290 from peterbecich/nix-flake-update

    `nix flake update`
    peterbecich authored Jan 28, 2024
    Configuration menu
    Copy the full SHA
    991f21d View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    95a3c9d View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. nix flake update

    peterbecich committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    f672a3d View commit details
    Browse the repository at this point in the history
  2. fix badge

    peterbecich committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    66b13d9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1293 from peterbecich/nix-flake-update

    `nix flake update`
    peterbecich authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    7ca3dd8 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Configuration menu
    Copy the full SHA
    4f22c4d View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Bump cachix/install-nix-action from 25 to 26

    Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 25 to 26.
    - [Release notes](https://github.com/cachix/install-nix-action/releases)
    - [Commits](cachix/install-nix-action@v25...v26)
    
    ---
    updated-dependencies:
    - dependency-name: cachix/install-nix-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    204b69a View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Merge pull request #1297 from haskell/dependabot/github_actions/cachi…

    …x/install-nix-action-26
    
    Bump cachix/install-nix-action from 25 to 26
    peterbecich authored Mar 23, 2024
    Configuration menu
    Copy the full SHA
    dc00b48 View commit details
    Browse the repository at this point in the history
  2. nix flake update (#1301)

    * enable check
    
    test-suite DocTests causes errors
    
    * write-ghc-environment
    
    * extraConfigureFlags
    
    * `nix flake update`
    peterbecich authored Mar 23, 2024
    Configuration menu
    Copy the full SHA
    be8af5b View commit details
    Browse the repository at this point in the history
  3. fix Flake (#1302)

    peterbecich authored Mar 23, 2024
    Configuration menu
    Copy the full SHA
    5f94939 View commit details
    Browse the repository at this point in the history
  4. fix Flake (#1303)

    peterbecich authored Mar 23, 2024
    Configuration menu
    Copy the full SHA
    3ce2fe8 View commit details
    Browse the repository at this point in the history
  5. fix Flake (#1304)

    peterbecich authored Mar 23, 2024
    Configuration menu
    Copy the full SHA
    e36f969 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Configuration menu
    Copy the full SHA
    46758c7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1306 from peterbecich/revert-flake

    revert Flake update to f672a3d
    peterbecich authored Mar 24, 2024
    Configuration menu
    Copy the full SHA
    0b20673 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Bump dependabot/fetch-metadata from 1 to 2

    Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1 to 2.
    - [Release notes](https://github.com/dependabot/fetch-metadata/releases)
    - [Commits](dependabot/fetch-metadata@v1...v2)
    
    ---
    updated-dependencies:
    - dependency-name: dependabot/fetch-metadata
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    b1523b3 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. Merge pull request #1307 from haskell/dependabot/github_actions/depen…

    …dabot/fetch-metadata-2
    
    Bump dependabot/fetch-metadata from 1 to 2
    peterbecich authored Apr 6, 2024
    Configuration menu
    Copy the full SHA
    19b4737 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Configuration menu
    Copy the full SHA
    7c8b019 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Merge pull request #1308 from haskell/janus/tested-with

    Add Tested-With to package page
    ysangkok authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    88de93c View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Bump cachix/cachix-action from 14 to 15

    Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 14 to 15.
    - [Release notes](https://github.com/cachix/cachix-action/releases)
    - [Commits](cachix/cachix-action@v14...v15)
    
    ---
    updated-dependencies:
    - dependency-name: cachix/cachix-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored May 20, 2024
    Configuration menu
    Copy the full SHA
    a62f180 View commit details
    Browse the repository at this point in the history
  2. Bump cachix/install-nix-action from 26 to 27

    Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 26 to 27.
    - [Release notes](https://github.com/cachix/install-nix-action/releases)
    - [Commits](cachix/install-nix-action@v26...V27)
    
    ---
    updated-dependencies:
    - dependency-name: cachix/install-nix-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored May 20, 2024
    Configuration menu
    Copy the full SHA
    2fd51cd View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. Configuration menu
    Copy the full SHA
    bf960e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6bd75a View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    ec69e3a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1316 from peterbecich/check-develop-shell

    check `nix develop` shell is working in GitHub Action
    peterbecich authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    9c28148 View commit details
    Browse the repository at this point in the history
  3. nix flake update

    peterbecich committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    0b0aab7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1317 from peterbecich/update-flake-3

    `nix flake update`
    peterbecich authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    1037f20 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. fix quote color

    closes: #1298
    peterbecich committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    081a103 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc548b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb3b5ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    abdde44 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1320 from peterbecich/simplify-nix-workflow

    simplify Nix workflow
    peterbecich authored Jun 22, 2024
    Configuration menu
    Copy the full SHA
    6dbd9ed View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1319 from peterbecich/fix-quote-color

    fix quote color
    peterbecich authored Jun 22, 2024
    Configuration menu
    Copy the full SHA
    4d5aebe View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. Configuration menu
    Copy the full SHA
    7fd400b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1321 from peterbecich/more-flake-simplification

    more simplification of Nix Flake
    peterbecich authored Jun 23, 2024
    Configuration menu
    Copy the full SHA
    bec983d View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. style: Apply input padding spacing tweaks

    This adds some padding to inputs, giving them
    a bit of a sense of space.
    414owen committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    d9ed57d View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Merge pull request #1281 from 414owen/os/input-padding-and-colour

    style: Apply input padding ~and color tweaks~
    ysangkok authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    7b34592 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Clean cabal.project

    andreasabel committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    6146b5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2bccea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66e7c9e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c7f3edd View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    c322e12 View commit details
    Browse the repository at this point in the history
  2. Commit to Cabal-3.12.1.0

    Otherwise, the feature set of hackage-server will depend on the
    version of Cabal used to build it.
    andreasabel committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    54f3385 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Merge pull request #1322 from haskell/Cabal-3.12

    Cabal 3.12
    ysangkok authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    8a8d739 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. Configuration menu
    Copy the full SHA
    c0de63c View commit details
    Browse the repository at this point in the history
  2. cabal-install

    peterbecich committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    adfcbd9 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. fix nix develop shell

    peterbecich committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    e9831a7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1323 from peterbecich/nix-cabal-3.12

    fix Nix Flake for Cabal 3.12.1.0
    peterbecich authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    c0735c1 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. remove unnecessary Nix cache

    peterbecich committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    ef574c0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1328 from peterbecich/remove-unneeded-resolver

    remove unnecessary Nix cache
    peterbecich authored Aug 11, 2024
    Configuration menu
    Copy the full SHA
    73cf952 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Merge pull request #1292 from blackheaven/feature/report-vuln-button

    feature: add 'reporting vulnerabilities' link on package pages
    ysangkok authored Sep 8, 2024
    Configuration menu
    Copy the full SHA
    88b384a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1280 from 414owen/os/revamp-detailed-deps-page

    feat: Specify component types in detailed deps page
    ysangkok authored Sep 8, 2024
    Configuration menu
    Copy the full SHA
    4796040 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1296 from hasufell/issue-1294

    Make an exception for bzip2 licenses
    ysangkok authored Sep 8, 2024
    Configuration menu
    Copy the full SHA
    9013cfd View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Bump cachix/install-nix-action from V27 to 28

    Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from V27 to 28. This release includes the previously tagged commit.
    - [Release notes](https://github.com/cachix/install-nix-action/releases)
    - [Commits](cachix/install-nix-action@V27...V28)
    
    ---
    updated-dependencies:
    - dependency-name: cachix/install-nix-action
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    4ebc59f View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Merge pull request #1331 from haskell/dependabot/github_actions/cachi…

    …x/install-nix-action-V28
    
    Bump cachix/install-nix-action from V27 to 28
    peterbecich authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    bc29c61 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Bump cachix/install-nix-action from V28 to 30

    Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from V28 to 30. This release includes the previously tagged commit.
    - [Release notes](https://github.com/cachix/install-nix-action/releases)
    - [Commits](cachix/install-nix-action@V28...v30)
    
    ---
    updated-dependencies:
    - dependency-name: cachix/install-nix-action
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    3d4b921 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Merge pull request #1336 from haskell/dependabot/github_actions/cachi…

    …x/install-nix-action-v30
    
    Bump cachix/install-nix-action from V28 to 30
    peterbecich authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    5b0d3b0 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

  1. Configuration menu
    Copy the full SHA
    4b11c7a View commit details
    Browse the repository at this point in the history