- 06 Mar, 2018 12 commits
-
-
Andreas Brandl authored
This is to avoid a mix-up with the existing concept of 'user contributions'. See `User#contributed_projects` or `Event#contributions`.
-
Andreas Brandl authored
-
Andreas Brandl authored
-
Andreas Brandl authored
This is only relevant for migration specs. See spec/support/migrations_helpers.rb.
-
Andreas Brandl authored
This is due to the problem that the callback can be called while running an earlier database schema version (for example during earlier migrations). We work around this by checking the current schema version and only track contributions if the table is available.
-
Andreas Brandl authored
-
Andreas Brandl authored
* Event without project * Fail early on unexpectedly missing author
-
Andreas Brandl authored
-
Andreas Brandl authored
Closes #43460.
-
Andreas Brandl authored
MySQL does not return the number of inserted rows (or at least not expose them through cmd_tuples). Let's do one-shot INSERT instead.
-
Andreas Brandl authored
Trying to be a good citizen here, we spread the load building that table. Maybe not required, but at least good practice and no harm.
-
Andreas Brandl authored
-
- 05 Mar, 2018 28 commits
-
-
Robert Speicher authored
Cleanup after adding MR diff's commit_count Closes #41698 See merge request gitlab-org/gitlab-ce!17513
-
Rémy Coutable authored
Remove impersonate token from flash scope in UI See merge request gitlab-org/gitlab-ce!17480
-
Robert Speicher authored
Keep note commit around if commit_id is present Closes gitaly#1054 See merge request gitlab-org/gitlab-ce!17496
-
Phil Hughes authored
Port Labels Select dropdown to Vue See merge request gitlab-org/gitlab-ce!17411
-
Robert Speicher authored
Try not to hold env and release the controller after the request. See merge request gitlab-org/gitlab-ce!16847
-
Ahmad Sherif authored
Closes gitaly#1054
-
Robert Speicher authored
Resolve "Not seeing "mentioned in commit" system message after merging" Closes #43809 See merge request gitlab-org/gitlab-ce!17524
-
Douwe Maan authored
Incorporate Gitaly's RPCs for Gitlab::Git::LfsChanges Closes gitaly#1048 See merge request gitlab-org/gitlab-ce!16973
-
Douwe Maan authored
Add support for :all option to {count,find}_commits See merge request gitlab-org/gitlab-ce!17464
-
Douwe Maan authored
Render htmlentities correctly for links not supported by Rinku Closes #41719 See merge request gitlab-org/gitlab-ce!17180
-
Rémy Coutable authored
New `/wip` quick action on MR creation Closes #26848 See merge request gitlab-org/gitlab-ce!17463
-
Rémy Coutable authored
Merge branch '37430-projects-comparecontroller-show-is-calling-gitaly-n-1-times-per-request' into 'master' Resolve "Projects::CompareController#show is calling Gitaly n+1 times per request" Closes #37430 See merge request gitlab-org/gitlab-ce!17439
-
Sean McGivern authored
#43691: DiffNotes not counted by ContributionsCalendar Closes #43691 See merge request gitlab-org/gitlab-ce!17418
-
Riccardo Padovani authored
-
Jacob Schatz authored
Loading spinner not stop even on errors in updating Milestone on Issue Closes #43837 See merge request gitlab-org/gitlab-ce!17507
-
Jan Provaznik authored
* processes any pending records which are not migrated yet * bumps import_export version because of new commits_count attribute * removes commits_count fallback method
-
Douwe Maan authored
Ports https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/4747 to CE See merge request gitlab-org/gitlab-ce!17520
-
Sean McGivern authored
-
Alejandro Rodríguez authored
-
Sean McGivern authored
Resolve "API support for selecting only updated issues before/after a given date" Closes #41616 See merge request gitlab-org/gitlab-ce!17417
-
Oswaldo Ferreira authored
-
Victor Wu authored
Priority labels and severity labels See merge request gitlab-org/gitlab-ce!17362
-
Sean McGivern authored
Use limited count queries also for scoped searches Closes #43242 See merge request gitlab-org/gitlab-ce!17452
-
Jan Provaznik authored
-
Oswaldo Ferreira authored
-
Oswaldo Ferreira authored
-
Jacopo authored
-
Rémy Coutable authored
Update API: add search param to branches Closes #42712 See merge request gitlab-org/gitlab-ce!17005
-