-
Notifications
You must be signed in to change notification settings - Fork 207
master to central dec 23 #1272
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
Merged
Merged
master to central dec 23 #1272
Conversation
This file contains hidden or 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
Sorted table column background color
colors for paginate buttons and dataTables length, filter text
This change fixes the link as described in this issue: https://stackoverflow.com/a/73074209
* relax upper bounds revision check * Update src/Distribution/Server/Util/CabalRevisions.hs Co-authored-by: ˌbodʲɪˈɡrʲim <andrew.lelechenko@gmail.com> --------- Co-authored-by: ˌbodʲɪˈɡrʲim <andrew.lelechenko@gmail.com>
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 20 to 21. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](cachix/install-nix-action@v20...v21) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…hub-action enable `nix flake check` and Mac build in GitHub Action
Also add a more informative comment.
These are still there from the index being mirrored, but we avoid mirroring tarballs for each metadata revision. This seems to also improve ram usage.
Tested locally.
fix `flake.nix` for Linux
HLS provided in `nix develop` shell
`nix flake update`
…ns/checkout-4 Bump actions/checkout from 3 to 4
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 22 to 23. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](cachix/install-nix-action@v22...v23) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…x/install-nix-action-23 Bump cachix/install-nix-action from 22 to 23
remove unnecessary flake settings
Vouching allows new users to get added to the uploaders group by way of other people "vouching" for then. This should alleviate privileged Hackage users, since they were previously the only people that could add people to the uploaders group.
Filter out metadata revisions in index before mirroring
Close <p> tags in the revisions RSS feed
Building with GHC 9.8.1 blocked on: - [ ] happstack-server: Happstack/happstack-server#80
- does not add anything over `haskell-ci.yml`
- not quite up to the state of the art:
* does not do any caching
* `cabal haddock` should be invoked with `--disable-documentation`;
currently, it rebuilds everything
fix: replace list lastVersion by referenceVersion (#1264)
The list of metadata revisions for a package is available at the url /package/:package/revisions/ When rendered in HTML this list includes the revision number, timestamp, uploader, and sha256; but when rendered in JSON the sha256 is missing. This change adds revisions sha256 to the JSON rendering.
Add hashes to the list of revisions in JSON format
Allow serving cabal files with package name in the file name.
Add vouching
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.
Merge recent changes from master to the central-server branch, and update the text specific to central-server to describe the new endorsement workflow.