Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-07-21Count wiki page creationAlex Kalderimis
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-04-12Add frozen_string_literal to spec/servicesThong Kuah
Probably useful as we often move these files to "new" files.
2018-05-07Bump Gitaly to 0.98.0Zeger-Jan van de Weg
Hooks were run for wikis, but given the internal API wasn't responding failures happended, as seen on: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/18693
2017-08-07Merge branch 'wiki_title' into 'master'Robert Speicher
add feature rename wiki title Closes #27800 See merge request !10069
2017-08-03Allow wiki pages to be renamed in the UIwendy0402
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-07-27Remove superfluous lib: true, type: redis, service: true, models: true, ↵Rémy Coutable
services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-02Refactor specs for WikiPage servicesDouglas Barbosa Alexandre
2017-02-14Execute web hooks for WikiPage delete operationMark Fletcher
* Add a new DestroyService for Wiki Pages * Alter WikiPagesController to use the new service
2017-02-14Add tests for WikiPages servicesMark Fletcher
* Alter wiki_pages factory with custom creation operation