GitLab Bot
b7dfe2ae40
Add latest changes from gitlab-org/gitlab@master
2019-09-13 13:26:31 +00:00
Alex Kalderimis
7320758611
Count wiki page creation
...
This adds a counter to count page creation, which is reflected in the
usage-data we collect.
The number created is stored in Redis, avoiding DB access.
2019-07-21 01:26:19 +00:00
gfyoung
0cf45debb4
Enable more frozen string in app/services/**/*.rb
...
Partially addresses #47424 .
2018-07-18 14:07:50 -07:00
wendy0402
29be4e0f58
Allow wiki pages to be renamed in the UI
2017-08-03 07:38:11 +07:00
Hiroyuki Sato
df65334eca
Refactor: use keyword arguments for optional parameters
2017-07-23 21:43:32 +09:00
Hiroyuki Sato
9b25bbc45d
Merge branch 'master' into 1827-prevent-concurrent-editing-wiki
...
Conflicts:
app/controllers/projects/wikis_controller.rb
app/views/projects/wikis/edit.html.haml
spec/features/projects/wiki/user_updates_wiki_page_spec.rb
2017-07-23 21:26:02 +09:00
Alexander Randa
e0ab5618a0
Wrong data type when testing webhooks
2017-07-20 15:12:06 +00:00
Hiroyuki Sato
a5521bad40
Prevent concurrent editing wiki
2017-03-08 18:42:50 +09:00
Mark Fletcher
1fc6f6cc71
Execute web hooks for WikiPage delete operation
...
* Add a new DestroyService for Wiki Pages
* Alter WikiPagesController to use the new service
2017-02-14 12:07:11 +05:30
Grzegorz Bizon
9e211091a8
Enable Style/EmptyLines cop, remove redundant ones
2016-07-01 21:56:17 +02:00
Gabriel Mazetto
aaaed331ba
Fix hook data for Wiki Page event
...
Added "wiki" section and removed "repository"
2016-05-31 11:24:58 -03:00
Rémy Coutable
3811eb0ba1
Fix error when trying to create a wiki page
...
Closes #15527 .
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-04-29 06:50:18 -07:00
Sebastian Klier
edd07e2363
Fix wiki tests
2016-04-20 08:25:41 +08:00
Sebastian Klier
a88f0a1fd8
add wiki_page helper to url_builder
2016-04-20 08:25:41 +08:00
Sebastian Klier
54661d3d44
add slack notifications for wiki pages
...
update changelog
2016-04-20 08:25:40 +08:00