Commit graph

18 commits

Author SHA1 Message Date
Alexandru Croitor
9797b27e1a Adjust burndown chart opened issues count
* Adjust opened issues count in the milestone burndown chart
to match current opened issues in the milestone.
* Fix completion rate calculation to include milestones only.
2019-06-04 13:10:38 +03:00
Thong Kuah
a2cfc150ce Add # frozen_string_literal to spec/models
Adds `# frozen_string_literal: true` to spec/models ruby files
2019-04-01 14:37:54 +13:00
Jarka Košanová
434cb1d96f Display only informaton visible to current user
Display only labels and assignees of issues
visible by the currently logged user
Display only issues visible to user in the burndown chart
2019-03-05 09:30:46 +01:00
Jarka Košanová
8ad127083e Show only MRs visible to user on milestone detail 2019-02-14 15:30:22 +01:00
blackst0ne
27c95364b5 Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
Robert Speicher
3e4b45fc21 Only include the user's ID in the time_spent command's update hash
Previously, this would include the entire User record in the update
hash, which was rendered in the response using `to_json`, erroneously
exposing every attribute of that record, including their (now removed)
private token.

Now we only include the user ID, and perform the lookup on-demand.
2017-12-19 15:45:08 -06:00
George Andrinopoulos
46cacbe5cf Add feature test to milestone 2017-11-11 16:47:39 +02:00
George Andrinopoulos
561693ad17 Move total time spend calculation to milestoneish 2017-11-11 16:47:39 +02:00
Robert Speicher
72a7b30c9f Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
Felipe Artur
0520ee4498 Improve method names and add more specs 2017-06-16 12:03:15 -03:00
Felipe Artur
2e3f0b08fb Remove old specs and add new ones 2017-06-16 12:02:20 -03:00
Valery Sizov
387c4b2c21 Backport of multiple_assignees_feature [ci skip] 2017-05-04 17:11:53 +03:00
Michael
6924b4d336 Issue milestone remaining time tooltip 2017-03-16 11:34:46 +00:00
Robert Speicher
fcb37542e7 Use :empty_project where possible in model specs 2017-01-26 17:44:59 -05:00
Valery Sizov
3789cfe056 Add a starting date to milestones 2016-11-23 13:41:04 +02:00
tiagonbotelho
1d268a89de adds second batch of tests changed to active tense 2016-08-09 15:11:39 +01:00
Douglas Barbosa Alexandre
b56c456750 Project members with guest role can't access confidential issues 2016-06-13 19:32:00 -03:00
Douglas Barbosa Alexandre
482bfd1a6d Restrict access for confidential issues on milestone view 2016-03-17 20:55:59 -03:00