- Jan 24, 2018
-
-
Jacopo authored
Changes the text in the Revert merge request modal: `Start a new merge request with these changes` => `Start a new merge request with the revert changes`.
-
Douwe Maan authored
-
-
Mike Greiling authored
-
- Jan 23, 2018
-
-
Jan Provaznik authored
Search query is especially slow if a user searches a generic string which matches many records, in such case search can take tens of seconds or time out. To speed up the search query, we search only for first 1000 records, if there is >1000 matching records we just display "1000+" instead of precise total count supposing that with such amount the exact count is not so important for the user. Because for issues even limited search was not fast enough, 2-phase approach is used for issues: first we use simpler/faster query to get all public issues, if this exceeds the limit, we just return the limit. If the amount of matching results is lower than limit, we re-run more complex search query (which includes also confidential issues). Re-running the complex query should be fast enough in such case because the amount of matching issues is lower than limit. Because exact total_count is now limited, this patch also switches to to "prev/next" pagination. Related #40540
-
Oswaldo Ferreir authored
-
Oswaldo Ferreir authored
-
Takuya Noguchi authored
-
George Tsiolis authored
-
- Jan 22, 2018
-
-
Robert Speicher authored
-
-
Bob Van Landuyt authored
When searching we would limit the scope of ancestors to load because the filter would be applied to the ancestors. Instead, we need to load _all_ ancestors for matching projects.
-
Luke Bennett authored
[ci skip]
-
Jacopo authored
Html code now works in commits atom feed `title` and `summary`.
-
Yorick Peterse authored
This fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/38634.
-
- Jan 21, 2018
-
-
Mark Fletcher authored
-
Takuya Noguchi authored
-
- Jan 19, 2018
-
-
Mike Greiling authored
-
Mike Greiling authored
-
Mark Fletcher authored
-
George Tsiolis authored
-
George Tsiolis authored
-
Mark Fletcher authored
-
Resolve "Projects API: filter 'with_issues_enabled=true' returns projects with 'issues_enabled=false'"
-
- Jan 18, 2018
-
-
Gregory Stark authored
-
Annabel Dunstone Gray authored
-
Michael Kozono authored
-
Nick Thomas authored
-
Nick Thomas authored
-
Felipe Artur authored
-
Jacopo authored
When a new user confirm his email the signin tab is correctly shown.
-
Jan Provaznik authored
For issuable models we keep two timestamps: updated_at which is updated whenever any model attribute is changed, last_edited_at which is changed when only title or description is changed. In UI bellow description we display who and when updated the item. But last_edited_by (used for 'who') is mistakenly combined with updated_at (when), last_edited_at should be used instead. Closes #41247
-
Stan Hu authored
As mentioned in https://github.com/knsv/mermaid/issues/291#issuecomment-287673609, the parameter should be `startOnLoad` instead of `loadOnStart`. In addition, `mermaid.initialize()` expects to see `startOnLoad` in the `mermaid` hash: https://github.com/knsv/mermaid/blob/6cd5ffe637d88525b93417bf3954e9c0e5a4deb8/src/mermaid.js#L118 Closes #42052
-
- Jan 17, 2018
-
-
Winnie Hellmann authored
-
Simon Knox authored
-
Taurie Davis authored
-
Annabel Dunstone Gray authored
-
Jussi Räsänen authored
-
-