summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Shortcut and return on duplicate record error.43460-track-projects-a-user-contributed-toAndreas Brandl2018-03-061-3/+3
* Improve robustness of migration.Andreas Brandl2018-03-061-6/+39
* Nested transaction for find_or_create_by! queries.Andreas Brandl2018-03-061-5/+11
* Remove unnecessary safe guard.Andreas Brandl2018-03-061-6/+0
* Operate on ids to avoid unnecessary loading.Andreas Brandl2018-03-062-5/+5
* Singularize model name.Andreas Brandl2018-03-064-9/+9
* For MySQL, foreign keys are dependent on index.Andreas Brandl2018-03-062-3/+6
* Rename to UserInteractedProjects.Andreas Brandl2018-03-0610-60/+60
* Improve migration robustness and speed.Andreas Brandl2018-03-063-4/+10
* Add changelog.Andreas Brandl2018-03-061-0/+5
* Flush cached information about schema.Andreas Brandl2018-03-061-0/+6
* Only track contributions if table is available.Andreas Brandl2018-03-064-2/+36
* Address rubocop offenses.Andreas Brandl2018-03-062-34/+35
* Treat special cases accordingly.Andreas Brandl2018-03-062-1/+23
* Cache project/user combinations.Andreas Brandl2018-03-062-6/+23
* Track which projects a user contributed to.Andreas Brandl2018-03-064-0/+63
* Simpler migration strategy for MySQL.Andreas Brandl2018-03-061-29/+58
* Add post-migration to populate user_contributed_projects table.Andreas Brandl2018-03-061-0/+48
* Create user_contributed_projects table.Andreas Brandl2018-03-062-0/+32
* Merge branch 'jprovazn-count-cleanup' into 'master'43739-gl_repository-not-set-when-merging-merge-requests-from-the-web-uiRobert Speicher2018-03-059-7/+18
|\
| * Cleanup after adding MR diff's commit_countJan Provaznik2018-03-059-7/+18
* | Merge branch 'fix-impersonate-ui' into 'master'Rémy Coutable2018-03-051-1/+0
|\ \
| * | Remove impersonate token from flash scopejulien MILLAU2018-03-021-1/+0
* | | Merge branch 'fix/find-commit-with-empty-rev' into 'master'Robert Speicher2018-03-051-1/+1
|\ \ \
| * | | Keep a commit around if its sha is presentAhmad Sherif2018-03-051-1/+1
* | | | Merge branch 'kp-label-select-vue' into 'master'Phil Hughes2018-03-0532-10/+1231
|\ \ \ \
| * | | | Add changelog entrykp-label-select-vueKushal Pandya2018-03-051-0/+5
| * | | | LabelsSelect DropdownValueCollapsed ComponentKushal Pandya2018-03-052-0/+122
| * | | | LabelsSelect DropdownValue ComponentKushal Pandya2018-03-052-0/+157
| * | | | LabelsSelect DropdownTitle ComponentKushal Pandya2018-03-052-0/+72
| * | | | LabelsSelect DropdownSearchInput ComponentKushal Pandya2018-03-052-0/+66
| * | | | LabelsSelect DropdownHiddenInput ComponentKushal Pandya2018-03-052-0/+59
| * | | | LabelsSelect DropdownHeader ComponentKushal Pandya2018-03-052-0/+57
| * | | | LabelsSelect DropdownFooter ComponentKushal Pandya2018-03-052-0/+76
| * | | | LabelsSelect DropdownCreateLabel ComponentKushal Pandya2018-03-052-0/+168
| * | | | LabelsSelect DropdownButton ComponentKushal Pandya2018-03-052-0/+160
| * | | | LabelsSelect Base ComponentKushal Pandya2018-03-052-0/+230
| * | | | LabelsSelectComponent tests mock dataKushal Pandya2018-03-051-0/+49
| * | | | Update path for ListLabel modelKushal Pandya2018-03-057-7/+7
| * | | | ListLabel Shared ModelKushal Pandya2018-03-051-3/+1
| * | | | Add `suggest_colors` from LabelsHelperKushal Pandya2018-03-051-0/+1
| * | | | Allow exposing methods to `gon_helper`Kushal Pandya2018-03-051-0/+1
| | |_|/ | |/| |
* | | | Merge branch '42572-release-controller' into 'master'Robert Speicher2018-03-057-82/+145
|\ \ \ \
| * | | | Move constants and update for feedback42572-release-controllerLin Jen-Shin2018-03-034-18/+15
| * | | | Merge remote-tracking branch 'upstream/master' into 42572-release-controllerLin Jen-Shin2018-03-032182-37491/+58730
| |\ \ \ \
| * | | | | Update peek-performance_bar which doesn't hold envLin Jen-Shin2018-02-071-1/+1
| * | | | | Put controller in its separate fileLin Jen-Shin2018-02-072-79/+84
| * | | | | Release the entire envLin Jen-Shin2018-02-074-11/+16
| * | | | | Use a controller to hold request valuesLin Jen-Shin2018-02-072-61/+87
| * | | | | Try not to hold env and release the controllerLin Jen-Shin2018-02-074-1/+31