Commit cc5391515a71956820723a77ec121c4ab1abc626
1 parent
a0f2f05e
Exists in
master
and in
4 other branches
Updated ROADMAP and CHANGELOG
Showing
2 changed files
with
25 additions
and
2 deletions
Show diff stats
CHANGELOG
1 | +v 3.1.0 | |
2 | + - Updated gems | |
3 | + - Services: Gitlab CI integration | |
4 | + - Events filter on dashboard | |
5 | + - Own namespace for redis/resque | |
6 | + - Optimized commit diff views | |
7 | + - add alphabetical order for projects admin page | |
8 | + - Improved web editor | |
9 | + - Commit stats page | |
10 | + - Documentation split and cleanup | |
11 | + - Link to commit authors everywhere | |
12 | + - Restyled milestones list | |
13 | + - added Milestone to Merge Request | |
14 | + - Restyled Top panel | |
15 | + - Refactored Satellite Code | |
16 | + - Added file line links | |
17 | + - moved from capybara-webkit to poltergeist + phantomjs | |
18 | + | |
1 | 19 | v 3.0.3 |
2 | 20 | - Fixed bug with issues list in Chrome |
3 | 21 | - New Feature: Import team from another project | ... | ... |
ROADMAP.md
... | ... | @@ -5,7 +5,6 @@ |
5 | 5 | * Help page for service tasks like repos import, backup etc |
6 | 6 | * Hide last push widget after following link |
7 | 7 | * Add comment events |
8 | -* Dashboard/Project activity events filter | |
9 | 8 | |
10 | 9 | ### Issues |
11 | 10 | |
... | ... | @@ -15,5 +14,11 @@ |
15 | 14 | |
16 | 15 | ### Merge Request |
17 | 16 | |
18 | -* CI build status | |
19 | 17 | * Save code fragments with MR comments |
18 | + | |
19 | +### Services | |
20 | + | |
21 | +* Campfire integration service | |
22 | +* Hipchat integration service | |
23 | +* Travis CI integration service | |
24 | +* Jenkins CI integration service | ... | ... |