summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add reference to gitlab-ce#4404042579-fix-sidebar-dropdown-hover-styleLukas Eipert2018-03-121-1/+4
* adjust hover color of edit links in the right side paneLukas Eipert2018-03-071-1/+1
* update changelogLukas Eipert2018-03-071-0/+5
* ensure that hover styles in dropdowns within the right side pane are correctLukas Eipert2018-03-071-0/+11
* use the correct color for link hover styles in the right side paneLukas Eipert2018-03-071-1/+1
* The `a` specific rules should have no effect on any buttonLukas Eipert2018-03-071-1/+1
* Merge two rules existing rules for `.right-sidebar a:not(.btn-retry)`Lukas Eipert2018-03-071-12/+12
* Merge branch 'docs/runner-cache-no-gc' into 'master'Marcia Ramos2018-03-071-2/+1
|\
| * Remove wrong assumption about Runners cache GCdocs/runner-cache-no-gcAchilleas Pipinellis2018-03-071-2/+1
* | Merge branch 'zj-move-opt-out-ruby-endpoints' into 'master'Sean McGivern2018-03-074-12/+17
|\ \
| * | Fix tests not completely disabling GitalyZeger-Jan van de Weg2018-03-071-3/+3
| * | Move OperationService#UserRemoveBranchZeger-Jan van de Weg2018-03-071-1/+1
| * | Move OperationService#UserCreateBranchZeger-Jan van de Weg2018-03-071-1/+1
| * | Move CommitService#Languages to OPT_OUTZeger-Jan van de Weg2018-03-071-1/+1
| * | Move RefService#CreateBranch to OPT_OUTZeger-Jan van de Weg2018-03-071-1/+1
| * | Move RefService#DeleteBranch to OPT_OUTZeger-Jan van de Weg2018-03-071-1/+1
| * | Move OperationService#UserRevert to OPT_OUTZeger-Jan van de Weg2018-03-071-1/+1
| * | Move OperationService#UserAddTag to OPT_OUTZeger-Jan van de Weg2018-03-071-1/+1
| * | Move CommitService::CommitPatch to OPT_OUTZeger-Jan van de Weg2018-03-071-1/+1
| * | Move Repository#HasLocalBranches to OPT_OUTZeger-Jan van de Weg2018-03-072-1/+6
* | | Merge branch 'tc-geo-local-only-counts-matcher' into 'master'Nick Thomas2018-03-071-0/+24
|\ \ \
| * | | Add matcher to match elements by idstc-geo-local-only-counts-matcherToon Claes2018-03-061-0/+24
* | | | Merge branch 'patch-19' into 'master'Stan Hu2018-03-071-0/+1
|\ \ \ \
| * | | | add nginx_status monitoring detailsBen Bodenmiller2018-03-071-0/+1
* | | | | Merge branch 'mr-commit-optimization' into 'master'Sean McGivern2018-03-077-15/+30
|\ \ \ \ \
| * | | | | Don't do a commit lookup to present the MR entity, just return the shamr-commit-optimizationAlejandro Rodríguez2018-03-062-5/+3
| * | | | | Use persisted/memoized value for MRs shas instead of doing git lookupsAlejandro Rodríguez2018-03-065-10/+27
* | | | | | Merge branch 'jprovazn-api' into 'master'Sean McGivern2018-03-0722-596/+1311
|\ \ \ \ \ \
| * | | | | | Add discussion APIjprovazn-apiJan Provaznik2018-03-0722-596/+1311
* | | | | | | Merge branch '43486-update-language-about-version-check-in-admin-settings-and...Sean McGivern2018-03-073-12/+20
|\ \ \ \ \ \ \
| * | | | | | | Clarify version check in admin settings43486-update-language-about-version-check-in-admin-settings-and-docsSean McGivern2018-03-073-12/+20
* | | | | | | | Merge branch 'replace_redcarpet_with_cmark' into 'master'Sean McGivern2018-03-0712-35/+165
|\ \ \ \ \ \ \ \
| * | | | | | | | Add CommonMark markdown enginereplace_redcarpet_with_cmarkblackst0ne2018-03-0712-35/+165
* | | | | | | | | Merge branch '43460-track-projects-a-user-contributed-to' into 'master'Yorick Peterse2018-03-078-0/+299
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | 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