Commit Graph

20 Commits

Author SHA1 Message Date
GitLab Bot 6b75320f52 Add latest changes from gitlab-org/gitlab@master 2019-10-17 12:07:33 +00:00
Manoj MJ b943baa42a Limit access request email to 10 most recently active owners/maintainers
This change limits the number of emails
for new access requests notifications to
10 most recently active owners/maintainers
2019-08-30 21:30:51 +00:00
Luke Duncalfe a0b14c40dc CE-specific changes for designs `user_notes_count`
Notes call `#after_note_created` and `#after_note_destroyed` on their
noteable in callbacks, so the noteable can perform tasks particular to
them, like cache expiry.

This is in preparation of the EE-specific class
`DesignManagement::Design` clearing its `user_notes_count` cache when
its note are created or destroyed.

Refactoring Rspec behaviour testing of a counter caching service into a
shared example.

https://gitlab.com/gitlab-org/gitlab-ee/issues/13353
2019-08-27 20:50:26 +00:00
Brett Walker 3489dc3d72 Allow disabling group/project email notifications
- Adds UI to configure in group and project settings
- Removes notification configuration for users when
disabled at group or project level
2019-08-15 17:37:36 +00:00
Thong Kuah f0391c2517 Add frozen_string_literal to spec/support
Using the sed script from
https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
2019-07-25 17:33:34 +12:00
Eugenia Grieff f0f3246a2b Do not change updated_at on an issue when reordering on an issue board 2019-06-28 09:47:54 +00:00
Dylan Griffith c239bfcb17 Add more info logging to cluster apps
Log events so that it's easy to see
when different requests are starting.
2019-04-10 06:38:27 +00:00
Thong Kuah a9c855f12c Do not send error name and message to Sentry
It's duplication information as we already send the full error object to
Sentry.
2019-04-04 20:28:29 +13:00
Thong Kuah 12321771ff Don't send error backtrace to Sentry
As it already has the full error sent to it
2019-04-04 20:28:29 +13:00
Thong Kuah 7cd9cdbe54 Refactor to share tests for base class method
DRY up tests for logging error.
2019-04-04 20:28:29 +13:00
walkafwalka 460797dec3 Add support for ingress hostnames 2019-03-07 15:25:48 -08:00
Jarka Košanová fdc928c7af Add specs checking keeping milestones 2019-02-25 13:16:21 +01:00
Chris Baumbauer 2937be7b0c Expose external_ip to knative cluster application 2018-11-26 12:46:00 -08:00
Chantal Rollison af87e40a78 Fixed label removal from issue 2018-11-05 06:22:19 -08:00
George Tsiolis 733ae94921 Fix typos in comments and specs 2018-11-01 08:59:20 +02:00
Mark Chao 35e029009d Convert use of any_instance as it does not work with prepend 2018-08-07 16:53:44 +08:00
James Lopez 107292dd3a
Fix spec warnings and template helper 2018-08-03 13:07:50 +02:00
Felipe Artur 5815c5b48a [Backport] View summed weights of issues in board column 2018-07-30 13:44:41 +00:00
Felipe Artur 7481fc5aa8 Fix 404 in group boards when moving issue between lists 2018-04-03 15:51:10 -03:00
Felipe Artur dd071c4b6e Bring one group board to CE 2018-03-03 12:56:17 -03:00