Commit d0feae510fa71d8fcb7d1092cca44899ce60bced
1 parent
6860271f
Exists in
master
and in
1 other branch
Update changelog and contributor
[skip ci]
Showing
2 changed files
with
58 additions
and
0 deletions
Show diff stats
CHANGELOG.md
| ... | ... | @@ -13,12 +13,30 @@ |
| 13 | 13 | use ([@shingara][]) |
| 14 | 14 | - [#588][] Change documentation to see Airbrake gem instead of |
| 15 | 15 | hoptoad_nofier ([@ugisozols][]) |
| 16 | +- [#592][] Avoid taskmapper dependencies ([@arthurnn][]) | |
| 17 | +- [#597][] Improve fingerprinting if only change by object memory adress | |
| 18 | + ([@1st8][]) | |
| 19 | +- [#603][] Improve the page rendering of App list ([@arthurnn][]) | |
| 20 | +- [#606][] Add ability to deploy on Cloud 66 ([@pkallberg][]) | |
| 21 | +- [#613][] Improve text about delete thing ([@mildavw][]) | |
| 22 | +- [#616][] Improvement about our test suite ([@durrantm][]) | |
| 23 | +- [#620][] Add App version information in email notification | |
| 24 | + ([@soberstadt][]) | |
| 25 | +- [#624][] Allow configuration of port if errbit not on 80 | |
| 26 | + ([@rsutphin][]) | |
| 27 | +- [#617][] Allow GET request on notice API ([@soberstadt][]) | |
| 28 | +- [#618][] Improve the stack information in JS notifier ([@soberstadt][]) | |
| 29 | +- [#619][] Handle the App version information in the API ([@soberstadt][]) | |
| 16 | 30 | |
| 17 | 31 | ### Bug Fixes |
| 18 | 32 | |
| 19 | 33 | - [#565][] Treat request URL as CDATA so query string params don't |
| 20 | 34 | result in invalid XML ([@mildavw][]) |
| 21 | 35 | - [#594][] Dont use ^ and $ on email_regexp([@arthurnn][]) |
| 36 | +- [#598][] Fix issue about gitlab integration ([@jozefvaclavik][]) | |
| 37 | +- [#609][] Fix issue about page system on search error ([@zhekanax][]) | |
| 38 | +- [#611][] Fix issue about select all error in search page ([@zhekanax][]) | |
| 39 | +- [#615][] Fix some LDAP information in README ([@felixbuenemann][]) | |
| 22 | 40 | |
| 23 | 41 | |
| 24 | 42 | [@arthurnn]: https://github.com/arthurnn |
| ... | ... | @@ -26,13 +44,36 @@ |
| 26 | 44 | [@numbata]: https://github.com/numbata |
| 27 | 45 | [@shingara]: https://github.com/shingara |
| 28 | 46 | [@ugisozols]: https://github.com/ugisozols |
| 47 | +[@1st8]: https://github.com/1st8 | |
| 48 | +[@jozefvaclavik]: https://github.com/jozefvaclavik | |
| 49 | +[@zhekanax]: https://github.com/zhekanax | |
| 50 | +[@pkallberg]: https://github.com/pkallberg | |
| 51 | +[@durrantm]: https://github.com/durrantm | |
| 52 | +[@felixbuenemann]: https://github.com/felixbuenemann | |
| 53 | +[@soberstadt]: https://github.com/soberstadt | |
| 54 | +[@rsutphin]: https://github.com/rsutphin | |
| 29 | 55 | |
| 30 | 56 | [#289]: https://github.com/errbit/errbit/issues/289 |
| 31 | 57 | [#515]: https://github.com/errbit/errbit/issues/515 |
| 32 | 58 | [#547]: https://github.com/errbit/errbit/issues/547 |
| 33 | 59 | [#565]: https://github.com/errbit/errbit/issues/565 |
| 34 | 60 | [#588]: https://github.com/errbit/errbit/issues/588 |
| 61 | +[#592]: https://github.com/errbit/errbit/pull/592 | |
| 35 | 62 | [#594]: https://github.com/errbit/errbit/pull/594 |
| 63 | +[#597]: https://github.com/errbit/errbit/pull/597 | |
| 64 | +[#598]: https://github.com/errbit/errbit/pull/598 | |
| 65 | +[#603]: https://github.com/errbit/errbit/pull/603 | |
| 66 | +[#606]: https://github.com/errbit/errbit/pull/606 | |
| 67 | +[#609]: https://github.com/errbit/errbit/pull/609 | |
| 68 | +[#611]: https://github.com/errbit/errbit/pull/611 | |
| 69 | +[#613]: https://github.com/errbit/errbit/pull/613 | |
| 70 | +[#616]: https://github.com/errbit/errbit/pull/616 | |
| 71 | +[#615]: https://github.com/errbit/errbit/pull/615 | |
| 72 | +[#617]: https://github.com/errbit/errbit/pull/617 | |
| 73 | +[#618]: https://github.com/errbit/errbit/pull/618 | |
| 74 | +[#619]: https://github.com/errbit/errbit/pull/619 | |
| 75 | +[#620]: https://github.com/errbit/errbit/pull/620 | |
| 76 | +[#624]: https://github.com/errbit/errbit/pull/624 | |
| 36 | 77 | |
| 37 | 78 | ## 0.2.1 - Not released Yet |
| 38 | 79 | ... | ... |
CONTRIBUTORS.md
| ... | ... | @@ -9,6 +9,14 @@ |
| 9 | 9 | - [@shingara][] |
| 10 | 10 | - [@simi][] |
| 11 | 11 | - [@ugisozols][] |
| 12 | +- [@1st8][] | |
| 13 | +- [@jozefvaclavik][] | |
| 14 | +- [@zhekanax][] | |
| 15 | +- [@pkallberg][] | |
| 16 | +- [@durrantm][] | |
| 17 | +- [@felixbuenemann][] | |
| 18 | +- [@soberstadt][] | |
| 19 | +- [@rsutphin][] | |
| 12 | 20 | |
| 13 | 21 | [@arthurnn]: https://github.com/arthurnn |
| 14 | 22 | [@emgiezet]: https://github.com/emgiezet |
| ... | ... | @@ -19,6 +27,13 @@ |
| 19 | 27 | [@shingara]: https://github.com/shingara |
| 20 | 28 | [@simi]: https://github.com/simi |
| 21 | 29 | [@ugisozols]: https://github.com/ugisozols |
| 30 | +[@1st8]: https://github.com/1st8 | |
| 31 | +[@jozefvaclavik]: https://github.com/jozefvaclavik | |
| 32 | +[@zhekanax]: https://github.com/zhekanax | |
| 33 | +[@pkallberg]: https://github.com/pkallberg | |
| 34 | +[@durrantm]: https://github.com/durrantm | |
| 35 | +[@felixbuenemann]: https://github.com/felixbuenemann | |
| 36 | + | |
| 22 | 37 | |
| 23 | 38 | |
| 24 | 39 | ## 0.2.1 - Not released yet |
| ... | ... | @@ -92,3 +107,5 @@ |
| 92 | 107 | [@tvdeyen]: https://github.com/tvdeyen |
| 93 | 108 | [@williamn]: https://github.com/williamn |
| 94 | 109 | [@xenji]: https://github.com/xenji |
| 110 | +[@soberstadt]: https://github.com/soberstadt | |
| 111 | +[@rsutphin]: https://github.com/rsutphin | ... | ... |