Commit graph

19 commits

Author SHA1 Message Date
Tomasz Maczukin
aed0f088f5
Add tests for shared/runners/show.html.haml view 2018-10-22 16:29:09 +02:00
Peter Leitzen
f89a91d8da Quick actions are now also supported on commits 2018-08-10 16:45:11 +02:00
Mark Chao
a63bce1a4b Resolve "Rename the Master role to Maintainer" Backend 2018-07-11 14:36:08 +00:00
Luke Bennett
2bb3e4c6e3
Merge remote-tracking branch 'origin/master' into deprecation-warning-for-dynamic-milestones 2018-03-21 18:26:06 +00:00
Luke Bennett
35dc722f80
Change unneeded let to set 2018-03-09 11:04:38 +00:00
Luke Bennett
eab81682b6
Add view spec for top 2018-03-05 11:11:51 +00:00
Bob Van Landuyt
148816cd67 Port read_cross_project ability from EE 2018-02-22 17:11:36 +01:00
blackst0ne
27c95364b5 Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
Eric Eastwood
6dc9028fbb Load participants async 2017-10-31 16:15:03 +00:00
Luke "Jared" Bennett
feae8b2e44
use LazyImageTagHelper.placeholder_image for blank src base64 image 2017-10-01 16:14:12 +01:00
Luke "Jared" Bennett
5629d46878
Finish _participants view spec 2017-09-28 13:29:32 +01:00
Luke "Jared" Bennett
0269e8c5ef
Add participants spec 2017-09-28 13:29:32 +01:00
Phil Hughes
030bfd85ea
Fixes milestone issuable assignee URL
Closes #33124
2017-09-15 09:44:12 +01:00
Sean McGivern
5883ce95ef current_application_settings belongs on Gitlab::CurrentSettings
The initializers including this were doing so at the top level, so every object
loaded after them had a `current_application_settings` method. However, if
someone had rack-attack enabled (which was loaded before these initializers), it
would try to load the API, and fail, because `Gitlab::CurrentSettings` didn't
have that method.

To fix this:

1. Don't include `Gitlab::CurrentSettings` at the top level. We do not need
   `Object.new.current_application_settings` to work.
2. Make `Gitlab::CurrentSettings` explicitly `extend self`, as we already use it
   like that in several places.
3. Change the initializers to use that new form.
2017-08-31 13:38:33 +01:00
Robert Speicher
72a7b30c9f Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
Athar Hameed
9442c33584 Fix 500 error when rendering avatar for deleted project creator 2017-07-28 15:23:40 +00:00
Eric Eastwood
ea090291bb Rename "Slash commands" to "Quick actions"
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/27070

Deprecate "chat commands" in favor of "slash commands"

We looked for things like:

 - `slash commmand`
 - `slash_command`
 - `slash-command`
 - `SlashCommand`
2017-06-15 09:01:56 -05:00
Jarka Kadlecova
e4f7b87ddb Support comments for personal snippets 2017-05-05 15:45:49 +02:00
Luke "Jared" Bennett
37bbdb604c
Added spec for testing the issuable count 2017-01-07 10:54:05 +00:00