- Jan 24, 2018
-
-
Oswaldo Ferreir authored
-
- Jan 23, 2018
-
-
Oswaldo Ferreir authored
-
- Jan 22, 2018
-
-
Jacopo authored
Html code now works in commits atom feed `title` and `summary`.
-
- Jan 21, 2018
-
-
Mark Fletcher authored
Given no search term, the `search` and `search_with_secondary_emails` methods will yield an empty result set
-
Mark Fletcher authored
-
- Jan 19, 2018
-
-
Mark Fletcher authored
-
Filipa Lacerda authored
-
Mark Fletcher authored
-
Tim Zallmann authored
-
Resolve "Projects API: filter 'with_issues_enabled=true' returns projects with 'issues_enabled=false'"
-
- Jan 18, 2018
-
-
Michael Kozono authored
-
Nick Thomas authored
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Filipa Lacerda authored
-
Nick Thomas authored
-
Filipa Lacerda authored
-
Felipe Artur authored
-
Jacob Vosmaer (GitLab) authored
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
-
Jacopo authored
When a new user confirm his email the signin tab is correctly shown.
-
Yorick Peterse authored
Prior to this commit we would essentially update all rows in a table, even those where the source column (e.g. `issues.closed_at`) was NULL. This in turn could lead to statement timeouts when using the default batch size of 10 000 rows per job. To work around this we don't schedule jobs for rows where the source value is NULL. We also don't update rows where the source column is NULL (as an extra precaution) or the target column already has a non-NULL value. Using this approach it should be possible to update 10 000 rows in the "issues" table in about 7.5 - 8 seconds. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/42158
-
Jacob Schatz authored
-
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
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Winnie Hellmann authored
-
- Jan 17, 2018
-
-
Winnie Hellmann authored
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Simon Knox authored
-
Francisco Javier López authored
-
Nick Thomas authored
-
-
Oswaldo Ferreir authored
-
Simon Knox authored
-
Rémy Coutable authored
The performance bar is still displayed by default in development. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Phil Hughes authored
-
Phil Hughes authored
-
Jacob Vosmaer (GitLab) authored
-