- 27 Sep, 2017 8 commits
-
-
Marcia Ramos authored
Clarify k8s project namespace Closes #35366 See merge request gitlab-org/gitlab-ce!14139
-
Jarka Kadlecova authored
[ci skip]
-
Rémy Coutable authored
Fix component update with branch specifiers on CI Closes #38378 See merge request gitlab-org/gitlab-ce!14494
-
Rémy Coutable authored
find_user users helper method no longer overrides find_user API helper method. Closes #37467 See merge request gitlab-org/gitlab-ce!14418
-
Achilleas Pipinellis authored
Add how to use reserved words in gitlab-ci.yml See merge request gitlab-org/gitlab-ce!14516
-
Fabio Busatto authored
-
Filipa Lacerda authored
Stop breadcrumbs changing container when in side-by-side diff Closes #37641 See merge request gitlab-org/gitlab-ce!14454
-
Grzegorz Bizon authored
Resolve "GitHub import should fetch 100 results per page to limit the change to hit rate limiting" Closes #38198 See merge request gitlab-org/gitlab-ce!14421
-
- 26 Sep, 2017 32 commits
-
-
Annabel Dunstone Gray authored
Make issue boards sidebar full height Closes #36980 and #36447 See merge request gitlab-org/gitlab-ce!14214
-
Winnie Hellmann authored
-
Grzegorz Bizon authored
Backport some changes from EE See merge request gitlab-org/gitlab-ce!14304
-
Tiago Botelho authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
The Pull Request resource doesn't include the `comments` field, while the Issue resource does. And since we're looping through all issues anyway, we can freely check if the issue is a PR and has comments and in this case only fetch comments for it. That means if you have 1000 PRs but only 200 with comments, you will do 200 API requests instead of 1000. :notbad: Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Allow n+1s caused by avatar fetches on the project dashboard. See… See merge request gitlab-org/gitlab-ce!14475
-
Annabel Dunstone Gray authored
Fix sidebar mobile toggle button border See merge request gitlab-org/gitlab-ce!14502
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Robert Speicher authored
WTFPL is deemed unacceptable [ci skip] See merge request gitlab-org/gitlab-ce!14485
-
Rémy Coutable authored
Expose avatar_url when requesting list of projects from API with simple=true See merge request gitlab-org/gitlab-ce!14498
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
See https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2906Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Robert Speicher authored
Fix bug that caused merge requests with diff notes imported from Bitbucket to raise errors Closes #38100 See merge request gitlab-org/gitlab-ce!14438
-
Rémy Coutable authored
Expose last pipeline details in API response when getting a single commit Closes #35692 See merge request gitlab-org/gitlab-ce!13521
-
Yorick Peterse authored
Remove a temporary index on ci_builds meant only for earlier migration See merge request gitlab-org/gitlab-ce!14378
-
Douwe Maan authored
Update omniauth-azure-oauth2 to 0.0.9 (Support Office 365 Germany) See merge request gitlab-org/gitlab-ce!14501
-
Filipa Lacerda authored
Dynamically create offset for sticky bar See merge request gitlab-org/gitlab-ce!14280
-
Mehdi Lahmam authored
Closes #35692.
-
Phil Hughes authored
-
Douwe Maan authored
-
Phil Hughes authored
Moves cycle analytics components into vue files See merge request gitlab-org/gitlab-ce!14464
-
Filipa Lacerda authored
-
Achilleas Pipinellis authored
Add note for upgrading Helm chart prior to 1.3.5 - docs Closes #38374 See merge request gitlab-org/gitlab-ce!14491
-
Joshua Lambert authored
-
Florian Weber authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Phil Hughes authored
Remove old nav code - Part 1 See merge request gitlab-org/gitlab-ce!14379
-
Greg Stark authored
Migration 20170919211300_remove_temporary_ci_builds_index.rb created a temporary partial index and tried to drop it at the end of the migration. In some circumstances apparently it failed to drop the index and it ended up in our schema.rb. This accidentally failed to fail due to a bug in the regular expression for partial indexes which caused the index creation in schema.rb to be ignored. Now that that's fixed we could be resurrecting this zombie index from the past in some but not all databases. Add a migration to drop this index if it's present to reconcile this discrepancy.
-
Phil Hughes authored
Avoid wrapping users in dropdown Closes #38077 See merge request gitlab-org/gitlab-ce!14410
-
Yorick Peterse authored
Document manual cleanup after background migration stealing See merge request gitlab-org/gitlab-ce!14477
-
Kamil Trzciński authored
Fix locked shared runners problem Closes gitlab-runner#2782 See merge request gitlab-org/gitlab-ce!14483
-