Giter VIP home page Giter VIP logo

gitify's Introduction

Gitify Build Workflow Release Workflow Coveralls Renovate enabled Contributors Downloads - Total Downloads - Latest Release OSS License Latest Release Homebrew Cask

GitHub Notifications on your menu bar. Available on macOS, Windows and Linux.

Gitify

Download

You can download Gitify for free from the website www.gitify.io or install it via Homebrew Cask.

brew install --cask gitify

Gitify supports macOS, Windows and Linux.

Installation

pnpm install

Development

Optional: If you prefer to use your own OAuth credentials, you can do so by passing them as environment variables when bundling the app. This is optional as the app has some default "development" keys (use at your own discretion).

OAUTH_CLIENT_ID="123" OAUTH_CLIENT_SECRET="456789" pnpm build

To watch for changes(webpack) in the src directory:

pnpm watch

To run the electron app:

pnpm start

Releases

The release process is automated. Follow the steps below.

  1. Verify that all features you want targeted in the release have been merged to main.
  2. Create a new draft release. Set the tag version to something with the format of v1.2.3. Save as a draft before moving to the next step
  3. Create a branch that starts with release/vX.X.X (ie. release/v1.2.3).
  4. In the same branch, bump the version of the app by running pnpm version <new-version-number. Commit these changes and open a PR. A GitHub Actions workflow will build, sign and upload the release assets for each commit to that branch as long as a branch is named like release/vX.X.X and there is a draft release with the same version number(package.json).
  5. Merge your release branch into main.
  6. Publish the release once you've finalized the release notes and confirmed all assets are there.
  7. Merge the open pull request in gitify-app/website (ie: bump/v1.2.3)
  8. A new homebrew cask will be automatically published (workflow runs ~3 hours)

Tests

There are 2 checks - one for biome (linter & formatter) and one for the unit tests with jest.

# Run biome to check linting and formatting
pnpm lint:check

# Run unit tests with coverage
pnpm test

# If you want to pass arguments to jest (or other `pnpm` commands)
# like `--watch`, you can prepend `--` to the command
pnpm test -- --watch

FAQ

Please visit our Gitify FAQs for all commonly asked questions.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request
  6. Make sure tests are passing

License

Gitify is licensed under the MIT Open Source license. For more information, see LICENSE.

gitify's People

Contributors

manosim avatar setchy avatar renovate[bot] avatar ekonstantinidis avatar afonsojramos avatar jakesidsmith avatar mrmlnc avatar codebytere avatar adufr avatar deibeljc avatar brandonweiss avatar hughlilly avatar sergiopvilar avatar yyar avatar richrace avatar iansu avatar bmulholland avatar araxeus avatar kawarimidoll avatar rhysd avatar dependabot[bot] avatar azu avatar happytobi avatar timmikeladze avatar simonsmith avatar philihp avatar p1ass avatar uanid avatar maks-rafalko avatar luflosi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.