summaryrefslogtreecommitdiff
path: root/spec/models/wiki_page_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Added list_pages method to avoid loading all wiki pages contentFrancisco Javier López2019-04-251-32/+34
* Fix grouping wiki pages by directoryIgor2019-04-121-3/+5
* Allow to sort wiki pages by date and titleIgor2019-04-041-14/+31
* Add # frozen_string_literal to spec/modelsThong Kuah2019-04-011-0/+2
* Revert "Merge branch 'revert-e2aa2177' into 'master'"Zeger-Jan van de Weg2018-11-201-160/+120
* Revert "Merge branch 'zj-improve-gitaly-pb' into 'master'"revert-e2aa2177Sean McGivern2018-11-201-120/+160
* Remove duplicate tests for GitalyZeger-Jan van de Weg2018-11-191-160/+120
* Fix bug with wiki page create messageFrancisco Javier López2018-11-071-6/+17
* Harden the wiki against missing last_versionsNick Thomas2018-10-171-10/+20
* Remove Gitlab::Git::Repository#rugged and Gollum codeAlejandro Rodríguez2018-10-021-1/+1
* Simplify WikiPage#hook_attrs specSean McGivern2018-07-171-6/+4
* Fix hook data specsSean McGivern2018-06-201-2/+2
* Passing absolute image urls in the markdown content in the webhooksSatish Perala2018-06-201-0/+12
* Bump Gitaly to 0.98.0Zeger-Jan van de Weg2018-05-071-1/+1
* Fix Custom hooks are not triggered by UI wiki editFrancisco Javier López2018-04-181-1/+1
* Removing gitaly flagsFrancisco Javier López2018-02-071-105/+124
* Merge branch 'master' into 'zj-wiki-page-versions'Douwe Maan2018-02-061-4/+137
|\
| * Allow moving wiki pages from the UIFrancisco Javier López2018-02-051-4/+116
| * Migrate fetching wiki page formatted content to Gitalyfeature/migrate-wiki-page-formatted-data-to-gitalyAhmad Sherif2018-01-301-5/+15
| * Add formatted_data attribute to Git::WikiPageAhmad Sherif2018-01-241-0/+11
* | Client implementation for WikiPageVerionZeger-Jan van de Weg2018-01-221-8/+24
|/
* Resolve "Performance issues when loading large number of wiki pages"Francisco Javier López2017-11-171-1/+1
* Migrate Gitlab::Git::Wiki#delete_page to GitalyAhmad Sherif2017-10-311-1/+1
* Hide Gollum inside Gitlab::Git::WikiJacob Vosmaer (GitLab)2017-10-031-7/+7
* Unescape HTML characters in Wiki titleJacopo2017-08-301-0/+6
* Merge branch 'wiki_title' into 'master'Robert Speicher2017-08-071-11/+24
|\
| * Allow wiki pages to be renamed in the UIwendy04022017-08-031-11/+24
* | Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
|/
* Merge branch '1827-prevent-concurrent-editing-wiki' into 'master'Robert Speicher2017-07-271-0/+36
|\
| * Encapsulate the commit.sha logicHiroyuki Sato2017-07-271-4/+26
| * Refactor: use keyword arguments for optional parametersHiroyuki Sato2017-07-231-2/+2
| * Change double quotes to single quotesHiroyuki Sato2017-07-231-7/+7
| * Merge branch 'master' into 1827-prevent-concurrent-editing-wikiHiroyuki Sato2017-07-231-2/+2
| |\
| * | Prevent concurrent editing wikiHiroyuki Sato2017-03-081-0/+14
* | | Use described_class when possibleRémy Coutable2017-07-271-7/+7
* | | Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
| |/ |/|
* | Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-2/+2
|/
* Make WikiPage comparable according to StaticModel interfaceMark Fletcher2017-02-141-0/+13
* Add WikiPage.unhyphenizeAlex Braha Stoll2017-01-301-0/+8
* Change WikiPage#directoryAlex Braha Stoll2016-12-311-3/+3
* Remove WikiPage#full_pathAlex Braha Stoll2016-12-311-20/+0
* Add WikiPage#to_partial_pathAlex Braha Stoll2016-12-311-0/+8
* Change WikiPage.group_by_directory to use WikiDirectoryAlex Braha Stoll2016-12-311-30/+42
* Change WikiPage.group_by_directory to order by directory and file alphabetica...Alex Braha Stoll2016-12-311-4/+26
* Change WikiPage#directory to always start a directory hierarchy with '/'Alex Braha Stoll2016-12-311-2/+2
* Add component to show the full path of a wiki page when viewing its contentAlex Braha Stoll2016-12-311-0/+40
* Add specs for WikiPage.group_by_directoryAlex Braha Stoll2016-12-311-6/+24
* Show directory hierarchy when listing wiki pagesAlex Braha Stoll2016-12-311-0/+17
* adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-091-3/+3
* Fix old version warning when viewing wiki latest version via version_idfix-viewing-wiki-page-lastest-version-via-version-idDouglas Barbosa Alexandre2016-01-291-0/+32