{"id":26473108,"url":"https://github.com/ragedunicorn/wow-classic-pulse","last_synced_at":"2025-03-19T21:50:56.512Z","repository":{"id":96252080,"uuid":"201967472","full_name":"RagedUnicorn/wow-classic-pulse","owner":"RagedUnicorn","description":"WoW Classic Addon for watching the tick rate of your energy resource","archived":false,"fork":false,"pushed_at":"2025-01-31T15:58:35.000Z","size":1656,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-31T16:41:17.700Z","etag":null,"topics":["classic","classic-wow","classic-wow-addons","curseforge","wago","world-of-warcraft","wow","wow-addon","wowup"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RagedUnicorn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-08-12T16:24:18.000Z","updated_at":"2025-01-31T15:56:52.000Z","dependencies_parsed_at":"2024-02-07T09:43:52.571Z","dependency_job_id":"ddad64ee-1499-4c8d-9ed8-87128b080a82","html_url":"https://github.com/RagedUnicorn/wow-classic-pulse","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RagedUnicorn%2Fwow-classic-pulse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RagedUnicorn%2Fwow-classic-pulse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RagedUnicorn%2Fwow-classic-pulse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RagedUnicorn%2Fwow-classic-pulse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RagedUnicorn","download_url":"https://codeload.github.com/RagedUnicorn/wow-classic-pulse/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244513916,"owners_count":20464601,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["classic","classic-wow","classic-wow-addons","curseforge","wago","world-of-warcraft","wow","wow-addon","wowup"],"created_at":"2025-03-19T21:50:55.996Z","updated_at":"2025-03-19T21:50:56.506Z","avatar_url":"https://github.com/RagedUnicorn.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pulse\n\n![](docs/p_ragedunicorn_love_classic.png)\n\n\u003e Pulse aims to give a visual interpretation of when the next resources tick happens. This can be used by multiple classes but the most prominent one might be rogue and his energy regeneration.\n\n![](docs/wow_badge.svg)\n![](docs/license_mit.svg)\n![Lint](https://github.com/RagedUnicorn/wow-classic-pulse/actions/workflows/lint.yaml/badge.svg?branch=master)\n\n## Providers\n\n[![](docs/curseforge.svg)](https://www.curseforge.com/wow/addons/pulse)\n[![](docs/wago.svg)](https://addons.wago.io/addons/pulse)\n\n**WoW Burning Crusade Classic Support**\n\n\u003e This Addon supports WoW Burning Crusade Classic see - [bcc-Pulse](https://github.com/RagedUnicorn/wow-bcc-pulse/)\n\n\u003ca href=\"https://github.com/RagedUnicorn/wow-bcc-pulse/\"\u003e\u003cimg src=\"/docs/the_burning_crusade_logo.png\" width=\"40%\"\u003e\u003c/img\u003e\u003c/a\u003e\n\n## Installation\n\nWoW-Addons are installed directly into your WoW directory:\n\n`[WoW-installation-directory]\\Interface\\AddOns`\n\nMake sure to get the newest version of the Addon from the releases tab:\n\n[Pulse-Releases](https://github.com/RagedUnicorn/wow-classic-pulse/releases)\n\n\u003e Note: If the Addon is not showing up in your ingame Addonlist make sure that the Addon is named `Pulse` in your Addons folder\n\n## What is Pulse?\n\nPulse is a simple addon that tracks the energy-regen tickrate and the current amount of energy. The energybar will show once the player spent some energy.\n\n![](docs/pulse_example.jpg)\n\n## FAQ\n\n#### The Addon is not showing up in WoW. What can I do?\n\nMake sure to recheck the installation part of this Readme and check that the Addon is placed inside `[WoW-installation-directory]\\Interface\\AddOns` and is correctly named as `Pulse`.\n\n#### The Addon is spamming my chat with messages. Why is it doing this?\n\nChances are you downloaded a development version of the addon. If you directly download the master branch you will get a development version that is printing a lot of debug message to the chat. Make sure that you download a release version of the addon here - [Pulse-Releases](https://github.com/RagedUnicorn/wow-classic-pulse/releases)\n\n#### I get a red error (Lua Error) on my screen. What is this?\n\nThis is what we call a Lua error, and it usually happens because of an oversight or error by the developer (in this case me). Take a screenshot off the error and create a GitHub Issue with it, and I will see if I can resolve it. It also helps if you can add any additional information of what you were doing at the time and what other addons you have active. Additionally, if you are able to reproduce the error make sure to check if it still happens if you disable all others addons.\n\n## Development\n\n### Switching between Environments\n\nSwitching between development and release can be achieved with maven.\n\n```\nmvn generate-resources -D generate.sources.overwrite=true -P development\n```\n\nThis generates and overwrites `P_Environment.lua` and `Pulse.toc`. You need to specifically specify that you want to overwrite the files to prevent data loss. It is also possible to omit the profile because development is the default profile that will be used.\n\nSwitching to release can be done as such:\n\n```\nmvn generate-resources -D generate.sources.overwrite=true -P release\n```\n\nIn this case it is mandatory to add the release profile.\n\n**Note:** Switching environments has the effect changing certain files to match an expected value depending on the environment. To be more specific this means that as an example test and debug files are not included when switching to release. It also means that variables such as loglevel change to match the environment.\n\nAs to not change those files all the time the repository should always stay in the development environment. Do not commit `Pulse.toc` and `P_Environment.lua` in their release state. Changes to those files should always be done inside `build-resources` and their respective template files marked with `.tpl`.\n\n### Packaging the Addon\n\nTo package the addon use the `package` phase.\n\n```\nmvn package -D generate.sources.overwrite=true -P development\n```\n\nThis generates an addon package for development. For generating a release package the release profile can be used.\n\n```\nmvn package -D generate.sources.overwrite=true -P release\n```\n\n**Note:** This packaging and switching resources can also be done one after another.\n\n**Note:** The packaging is not fit to be used for CurseForge because CurseForge expects a specific packaging\n\n```\n# switch environment to release\nmvn generate-resources -D generate.sources.overwrite=true -P release\n# package release\nmvn package -P release\n```\n\n### Deploy GitHub Release\n\nBefore creating a new release update `addon.tag.version` in `pom.xml`. Afterwards to create a new release and deploy to GitHub the `deploy-github` profile has to be used.\n\n```\n# switch environment to release\nmvn generate-resources -D generate.sources.overwrite=true -P release\n# deploy release to GitHub\nmvn package -P deploy-github -D github.auth-token=[token]\n```\n\n**Note:** This is only intended for manual deployment to GitHub. With GitHub actions the token is supplied as a secret to the build process\n\n### Deploy CurseForge Release\n\n**Note:** It's best to create the release for GitHub first and only afterwards the CurseForge release. That way the tag was already created.\n\n```\n# switch environment to release\nmvn generate-resources -D generate.sources.overwrite=true -P release\n# deploy release\nmvn package -P deploy-curseforge -D curseforge.auth-token=[token]\n```\n\n**Note:** This is only intended for manual deployment to CurseForge. With GitHub actions the token is supplied as a secret to the build process\n\n### Deploy Wago.io Release\n\n**Note:** It's best to create the release for GitHub first and only afterwards the Wago.io release. That way the tag was already created.\n\n```\n# switch environment to release\nmvn generate-resources -D generate.sources.overwrite=true -P release\n# deploy release\nmvn package -P deploy-wago -D wago.auth-token=[token]\n```\n\n**Note:** This is only intended for manual deployment to Wago.io. With GitHub actions the token is supplied as a secret to the build process\n\n### GitHub Action Profiles\n\nThis project has GitHub action profiles for different Devops related work such as linting and deployments to different providers. See `.github` folder for details.\n\n## License\n\nMIT License\n\nCopyright (c) 2025 Michael Wiesendanger\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fragedunicorn%2Fwow-classic-pulse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fragedunicorn%2Fwow-classic-pulse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fragedunicorn%2Fwow-classic-pulse/lists"}