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

follow: init at 0.0.1-alpha.13 #341356

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

Conversation

iosmanthus
Copy link
Contributor

@iosmanthus iosmanthus commented Sep 12, 2024

Description of changes

pack https://github.com/RSSNext/Follow.

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 24.11 Release Notes (or backporting 23.11 and 24.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

@sifmelcara
Copy link
Member

Is it possible to build from source?

Signed-off-by: iosmanthus <[email protected]>
@iosmanthus iosmanthus changed the title follow: init at 0.0.1-alpha.10 follow: init at 0.0.1-alpha.13 Sep 18, 2024
@iosmanthus
Copy link
Contributor Author

@bobby285271 PTAL ❤️

Signed-off-by: iosmanthus <[email protected]>
@iosmanthus
Copy link
Contributor Author

Is it possible to build from source?

Done

Copy link
Member

@NickCao NickCao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall looks pretty good!

pnpm,
stdenv,
}:
let
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is purely aesthetic, but we'd better just drop the let in block.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Roger.

Comment on lines +27 to +32
VITE_WEB_URL = "https://app.follow.is";
VITE_API_URL = "https://api.follow.is";
VITE_IMGPROXY_URL = "https://thumbor.follow.is";
VITE_SENTRY_DSN = "https://e5bccf7428aa4e881ed5cb713fdff181@o4507542488023040.ingest.us.sentry.io/4507570439979008";
VITE_BUILD_TYPE = "production";
VITE_POSTHOG_KEY = "phc_EZGEvBt830JgBHTiwpHqJAEbWnbv63m5UpreojwEWNL";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a link pointing to where these magic variables are from.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, these magic vars are copy from the upstream release workflow.

@iosmanthus
Copy link
Contributor Author

@NickCao comment addressed, PTAL.

Copy link
Member

@NickCao NickCao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please squash everything into two commits, and we are good to go!

  1. maintainers: add iosmanthus
  2. follow: init at 0.0.1-alpha.13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants