{"id":23131236,"url":"https://github.com/emartech/gap-secret-editor","last_synced_at":"2025-08-17T08:31:13.134Z","repository":{"id":37181578,"uuid":"255653944","full_name":"emartech/gap-secret-editor","owner":"emartech","description":"GUI to edit secret environment variables for GAP applications","archived":false,"fork":false,"pushed_at":"2025-01-10T14:41:39.000Z","size":8243,"stargazers_count":9,"open_issues_count":16,"forks_count":3,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-05T03:51:10.473Z","etag":null,"topics":["team-interactions"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/emartech.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":"2020-04-14T15:52:39.000Z","updated_at":"2025-01-10T14:32:25.000Z","dependencies_parsed_at":"2023-02-18T14:01:13.735Z","dependency_job_id":"354c8c8b-12b7-4253-8937-6336f0f629ad","html_url":"https://github.com/emartech/gap-secret-editor","commit_stats":null,"previous_names":[],"tags_count":34,"template":false,"template_full_name":null,"purl":"pkg:github/emartech/gap-secret-editor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emartech%2Fgap-secret-editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emartech%2Fgap-secret-editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emartech%2Fgap-secret-editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emartech%2Fgap-secret-editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emartech","download_url":"https://codeload.github.com/emartech/gap-secret-editor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emartech%2Fgap-secret-editor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270822862,"owners_count":24652008,"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","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["team-interactions"],"created_at":"2024-12-17T11:12:22.208Z","updated_at":"2025-08-17T08:31:12.612Z","avatar_url":"https://github.com/emartech.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GAP Secret Editor\n\n## Description\n\nSecret and config editor with GUI for Emarsys applications in Google Application Platform\n\n## Requirements\n\nInstall (or update) [gcloud](https://cloud.google.com/sdk/docs/quickstarts), and connect to the staging and production\nclusters. More info in [GAP docs](https://gap-docs.gservice.emarsys.net/Getting-started/development-environment-setup-guide/#google-cloud-sdk).\n\n## Installation\n\nDownload the application from the [releases](https://github.com/emartech/gap-secret-editor/releases) page of the GitHub\nrepository.\n\n- For macOS: download the .dmg file, double-click on it, and drag the \"GAP Secret Editor\" icon onto \"Applications\".\n- For Windows: download the .exe file and double-click on it.\n- For Linux: download the .AppImage file, make it runnable (chmod +x), and run it.\n\n## Logging\n\nApplication logs can be found in the following directory:\n- For macOS: `~/Library/Logs/gap-secret-editor/`\n- For Windows: `%USERPROFILE%\\AppData\\Roaming\\gap-secret-editor\\logs`\n- For Linux: `~/.config/gap-secret-editor/logs/`\n\n## Contributing\n\n``` bash\n# set appropriate NodeJS version\nnvm use\n\n# install dependencies\nnpm ci\n\n# start application locally\nnpm run start-dev\n\n# run all tests (with npm audit and linter checks)\nnpm test\n\n# run only unit tests once\nnpm run test:once\n\n# run only unit tests in watch mode\nnpm run test:watch\n\n# build electron application\nnpm run build\n\n# build and release electron application\nnpm run release\n\n```\n\n### Releasing a new version using CI\n\nIncrease the version number in [package.json](package.json) and [package-lock.json](package-lock.json) then commit it.\nThe commit message must begin with `release v` (e.g. `release v1.2.3`). Push the commit and wait for the CI to test and\nbuild the app. At the end, the CI will create a draft release under the [releases](https://github.com/emartech/gap-secret-editor/releases)\npage, which you have to edit and publish manually.\n\n**Note:** The actual release number is based on the value in [package.json](package.json), but it sounds a good idea to\nuse the same value in the commit message, as well.\n\n### Releasing a new version locally\n\nSet the `GH_TOKEN` environment variable to your [GitHub Token](https://github.com/settings/tokens)\n(make sure the token has access to the *repo* role and all its sub-roles).\n\nIncrease the version number in [package.json](package.json) and run `npm run release`.\n\nThe script will create a draft release under the [releases](https://github.com/emartech/gap-secret-editor/releases)\npage, which you have to edit and publish manually.\n\n### Troubleshooting\n\nAfter install on Mac machines an error will pop up:\n\n![Open Error](images/openerror.png)\n\nTo bypass the error message go to Settings and within Privacy\u0026Settings click on 'Open Anyway'.\n\n![Privacy Settings](images/privacysetting.png)\n\nIf the below error greets you on startup, do a computer restart.\nIf it still presents, try starting the app from the terminal with `open /Applications/GAP\\ Secret\\ Editor.app`.\n\n![Application Error](images/apperror.png)\n\n## Code of Conduct\n\nAlways keep in your mind and heart the codex of SAP standards.\n\n## Licensing\n\nSee the LICENSE file.\n\n[Reuse](https://api.reuse.software/info/github.com/emartech/gap-secret-editor)\n\n---\n\nThis project was generated with [electron-vue](https://github.com/SimulatedGREG/electron-vue)@[45a3e22](https://github.com/SimulatedGREG/electron-vue/tree/45a3e224e7bb8fc71909021ccfdcfec0f461f634) using [vue-cli](https://github.com/vuejs/vue-cli). Documentation about the original structure can be found [here](https://simulatedgreg.gitbooks.io/electron-vue/content/index.html).\n\nThe application icon \u003cimg src=\"build/icons/settings.png\" height=\"16px\"\u003e is based on the [icon](https://www.flaticon.com/free-icon/settings_126363) made by [Gregor Cresnar](https://www.flaticon.com/authors/gregor-cresnar) from [www.flaticon.com](https://www.flaticon.com/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femartech%2Fgap-secret-editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femartech%2Fgap-secret-editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femartech%2Fgap-secret-editor/lists"}