{"id":20119620,"url":"https://github.com/box/box-developer-changelog","last_synced_at":"2025-05-06T14:32:40.913Z","repository":{"id":37091140,"uuid":"271080488","full_name":"box/box-developer-changelog","owner":"box","description":"Box Developer Changelog","archived":false,"fork":false,"pushed_at":"2024-05-23T07:13:01.000Z","size":4104,"stargazers_count":3,"open_issues_count":7,"forks_count":5,"subscribers_count":15,"default_branch":"main","last_synced_at":"2024-05-23T07:49:36.829Z","etag":null,"topics":["api","box","changelog","developers","documentation","platform"],"latest_commit_sha":null,"homepage":"https://developer.box.com/changelog","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/box.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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-06-09T18:30:43.000Z","updated_at":"2024-05-29T06:40:19.832Z","dependencies_parsed_at":"2023-02-18T05:15:26.553Z","dependency_job_id":"9e962b82-4376-4f79-833d-7e423697f54a","html_url":"https://github.com/box/box-developer-changelog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/box%2Fbox-developer-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/box%2Fbox-developer-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/box%2Fbox-developer-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/box%2Fbox-developer-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/box","download_url":"https://codeload.github.com/box/box-developer-changelog/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224509404,"owners_count":17323079,"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":["api","box","changelog","developers","documentation","platform"],"created_at":"2024-11-13T19:16:19.306Z","updated_at":"2024-11-13T19:16:19.829Z","avatar_url":"https://github.com/box.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Box Developer Changelog\n\n[![Tests][cibadge]][cilink]\n[![Project Status][opensource_img]][opensource]\n\nThis project contain the markdown source for all release notes for Box Platform,\nincluding the APIs, SDKs, UI elements, and CLI.\n\nVisit [`developer.box.com/changelog`][boxdev] to see the latest changes in Box\nPlatform.\n\n## Manual contributions\n\nTo edit any of the existing release notes, please have a look at the\n[`./content`](./content) folder.\n\nPlease follow the [contribution guidelines](./CONTRIBUTING.md) when contributing\nto the source of this project.\n\n1. [Installation \u0026 setup](./docs/index.md)\n1. [Notes for Box employees](./docs/boxers.md)\n1. [The project structure](./docs/structure.md)\n1. [Adding a new release note](./docs/add-release-note.md)\n1. [Contributing a pull request](./docs/pull-request.md)\n1. [Markdown style guide](./docs/markdown.md)\n\n### Quick Start \u0026 Templates\n\nThe quickest way to start adding a new release note is to use the build in\ntemplates and generator.\n\n```bash\ngit clone git@github.com:box/box-developer-changelog.git box-developer-changelog\ncd box-developer-changelog\nyarn install\ncp .env.example .env\nyarn new\n```\n\nThe `yarn new` command will take you through a set of questions and will then\ncreate a new entry based on the [standard](./templates/standard.md) template. A\n[short](..templates/short.md) template is also available when working with more\ncomplex changes. \n\n## Automatic contributions\n\nThis project has been set up to automatically pull in new release notes from the\n[Box CLI, Java, Windows, and .NET SDKs, and UI\nelements](https://github.com/box/sdks).\n\nWhen a new GitHub release is created for one of these repositories, a GitHub\nAction will send a notification to this repository which will trigger off\nanother GitHub action in this project that pulls in the content and opens a new\nPull Request.\n\nOnce the pull request is created, another process will kick off to test and lint\nthe new content and automatically merge the pull request. This new content will\nthen be compiled and pushed to the `en` branch, where it will be picked up by\nNetlify to be combined with all other developer content and pushed to\n[`developer.box.com`](https://developer.box.com).\n\n\u003cdetails\u003e\n  \u003csummary\u003eA flow chart of this process\u003c/summary\u003e\n  \n  ![Flow chart of new releases](./docs/flowchart.svg)\n\n\u003c/details\u003e\n\n## Translation\n\nThe content in this repository is automatically translated to Japanese by our\nin-house translation team. Once a day a snapshot will be made from the `en` to\nthe `en-snapshot` branch. Then, once translated, the new Japanese content is\npushed to the `jp` branch where it is picked up by Netlify and combined with all\nother translated content and pushed to\n[`ja.developer.box.com`](https://ja.developer.box.com).\n\n## Usage \u0026 License\n\nCopyright 2020 Box, Inc. All rights reserved.\n\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use\nthis file except in compliance with the License. You may obtain a copy of the\nLicense at \u003chttp://www.apache.org/licenses/LICENSE-2.0\u003e.\n\nUnless required by applicable law or agreed to in writing, software distributed\nunder the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR\nCONDITIONS OF ANY KIND, either express or implied. See the License for the\nspecific language governing permissions and limitations under the License.\n\n[license]: LICENSE\n[contrib]: CONTRIBUTING.md\n[boxdev]: https://developer.box.com/changelog\n[opensource]: http://opensource.box.com/badges\n[cibadge]: https://github.com/box/box-developer-changelog/workflows/Tests/badge.svg\n[cilink]: https://github.com/box/box-developer-changelog/actions?query=workflow%3ATests\n\n[opensource_img]: https://opensource.box.com/badges/active.svg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbox%2Fbox-developer-changelog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbox%2Fbox-developer-changelog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbox%2Fbox-developer-changelog/lists"}