- Mar 19, 2020
-
-
GitLab Bot authored
-
- Mar 16, 2020
-
-
GitLab Bot authored
-
- Mar 03, 2020
-
-
GitLab Bot authored
-
- Feb 27, 2020
-
-
GitLab Bot authored
-
- Jan 27, 2020
-
-
GitLab Bot authored
-
- Jan 20, 2020
-
-
GitLab Bot authored
-
- Jan 16, 2020
-
-
GitLab Bot authored
-
- Dec 05, 2019
-
-
GitLab Bot authored
-
- Nov 05, 2019
-
-
GitLab Bot authored
-
- Oct 31, 2019
-
-
GitLab Bot authored
-
- Oct 23, 2019
-
-
GitLab Bot authored
-
- Oct 17, 2019
-
-
GitLab Bot authored
-
- Sep 13, 2019
-
-
GitLab Bot authored
-
- Aug 20, 2019
-
-
Luke Duncalfe authored
Previously we asked a user to enter a new slug before taking them to the Create Page page. As a UX improvement, we now take them to a randomly generated URI so they can begin creating their new page. https://gitlab.com/gitlab-org/gitlab-ce/issues/46299
-
- Apr 25, 2019
-
-
Francisco Javier López authored
Inside a wiki, when we show the sidebar or browse to the `pages`, all page contents are retrieved from Gitaly and that is a waste of resources, since no content from that pages are going to be showed. This MR introduces the method `ProjectWiki#list_pages`, which uses new wiki_list_pages RPC call to retrieve pages without content Also in the `WikisController` we're using the method to show pages in the sidebar and also on the `pages` page.
-
- Apr 04, 2019
-
-
- Add controls for sorting by title and date - Execute Gitaly call which now accepts sorting params for wikis
-
- Mar 26, 2019
-
-
Bob Van Landuyt authored
This changes the repository type from a binary `wiki?` to a type. So we can have more than 2 repository types. Now everywhere we called `.wiki?` and expected a boolean, we check that type.
-
- Mar 17, 2019
-
-
Stan Hu authored
Previously if a user submitted a blank commit message, Gitaly would error out with `3:WikiWritePage: empty CommitDetails.Message` since Gitaly checks whether any content is present for the message. We now use a default commit message if a user leaves it blank. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59065
-
- Feb 06, 2019
-
-
Stan Hu authored
This makes it easier to access other project arguments in the future.
-
Stan Hu authored
When hashed storage is in use, it's helpful to have the project name associated with the request. Closes https://gitlab.com/gitlab-org/gitaly/issues/1394
-
- Sep 21, 2018
-
-
- Sep 18, 2018
-
-
Nick Thomas authored
-
- Sep 17, 2018
-
-
Nick Thomas authored
-
- Jul 24, 2018
-
-
Stan Hu authored
Without this parameter, every load of a Wiki page will load all the Wiki pages in the repository for the sidebar. This is a significant performance penalty that can significant slow the display of all Wiki pages. Relates to #40101
-
- Jul 12, 2018
-
-
Stan Hu authored
The `empty?` check was iterating over all Wiki pages to determine whether it was empty. Using the limit parameter allows us to bail out early once we found a page. Note that this currently only improves performance for GitLab 11.0 until https://gitlab.com/gitlab-org/gitaly/issues/1204 is fixed. Relates to #40101
-
- Jul 09, 2018
-
-
Lin Jen-Shin authored
-
- Jun 04, 2018
-
-
- Apr 25, 2018
-
-
Zeger-Jan van de Weg authored
Direct disk access is done through Gitaly now, so the legacy path was deprecated. This path was used in Gitlab::Shell however. This required the refactoring in this commit. Added is the removal of direct path access on the project model, as that lookup wasn't needed anymore is most cases. Closes https://gitlab.com/gitlab-org/gitaly/issues/1111
-
- Apr 18, 2018
-
-
- Mar 26, 2018
-
-
Lin Jen-Shin authored
-
- Mar 14, 2018
-
-
Zeger-Jan van de Weg authored
Prior to this change, this method was called add_namespace, which broke the CRUD convention and made it harder to grep for what I was looking for. Given the change was a find and replace kind of fix, this was changed without opening an issue and on another feature branch. If more dynamic calls are made to add_namespace, these could've been missed which might lead to incorrect bahaviour. However, going through the commit log it seems thats not the case.
-
- Feb 05, 2018
-
-
Francisco Javier López authored
-
- Jan 30, 2018
-
-
Ahmad Sherif authored
Closes gitaly#958
-
- Nov 17, 2017
-
-
- Nov 15, 2017
-
-
Gabriel Mazetto authored
-
- Nov 03, 2017
-
-
Alejandro Rodríguez authored
-
- Oct 03, 2017
-
-
Jacob Vosmaer (GitLab) authored
-
- Sep 29, 2017
-
-
Jacob Vosmaer (GitLab) authored
-
- Aug 03, 2017
-
-
wendy0402 authored
-
- Aug 01, 2017
-
-
Gabriel Mazetto authored
-