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

OSS Maintanance #12

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Changelog

## 1.0.0

### Changes

- IPA Review, refactoring. [(33590ea1)](https://github.com/renuo/redmine_3cx/commit/33590ea1)

## 0.3.0

### Additions

- Implement Plugin Configuration. [(62db076d)](https://github.com/renuo/redmine_3cx/commit/62db076d)

## 0.2.0

### Additions

- Implement API Endpoint. [(04b030a5)](https://github.com/renuo/redmine_3cx/commit/04b030a5)

## 0.1.0

### Changes

- Rename plugin to redmine_3cx. [(870b6743)](https://github.com/renuo/redmine_3cx/commit/870b6743)

### Fixes

- Migrate from GitHub to semaphore. [(65778296)](https://github.com/renuo/redmine_3cx/commit/65778296)
- Update README. [(f402c4a0)](https://github.com/renuo/redmine_3cx/commit/f402c4a0)
- Update setup. [(3b80d1ee)](https://github.com/renuo/redmine_3cx/commit/3b80d1ee)

### Additions

- Add brakeman. [(859a95a5)](https://github.com/renuo/redmine_3cx/commit/859a95a5)
- Add standardrb. [(e438f23a)](https://github.com/renuo/redmine_3cx/commit/e438f23a)
- Create github workflow. [(096ec128)](https://github.com/renuo/redmine_3cx/commit/096ec128)
- Add check script. [(d0ef5b1e)](https://github.com/renuo/redmine_3cx/commit/d0ef5b1e)
- Add tutorial files. [(ef2a0cd4)](https://github.com/renuo/redmine_3cx/commit/ef2a0cd4)
- Add run task. [(49e6a640)](https://github.com/renuo/redmine_3cx/commit/49e6a640)

### Changes

- Initial commit. [(da7dbfcf)](https://github.com/renuo/redmine_3cx/commit/da7dbfcf)
7 changes: 7 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Copyright 2024 Renuo AG

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,6 @@ cd redmine/plugins/redmine_3cx
bin/setup
bin/run
```
## License

The gem is available as open source under the terms of the [MIT License](LICENSE).