summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add view replaced file link for image diffsadd-view-replaced-file-linkClement Ho2017-09-206-12/+53
* Merge branch '35290_allow_public_project_apis' into 'master'Rémy Coutable2017-09-184-6/+40
|\
| * fix #35290 Make read-only API for public merge requests available without aut...haseeb2017-09-184-6/+40
|/
* Merge branch 'add_closed_at_attribute' into 'master'Rémy Coutable2017-09-185-2/+26
|\
| * Add 'closed_at' attribute to Issues APIVitaliy @blackst0ne Klachkov2017-09-165-2/+26
* | Merge branch 'sh-optimize-discussion-json' into 'master'Yorick Peterse2017-09-184-3/+40
|\ \
| * | Eliminate N+1 queries in loading discussions.json endpointsh-optimize-discussion-jsonStan Hu2017-09-184-3/+40
* | | Merge branch '37590-pipelines-mr' into 'master'Annabel Dunstone Gray2017-09-182-0/+10
|\ \ \
| * | | Fix mini graph pipeline breakin in merge request view37590-pipelines-mrFilipa Lacerda2017-09-152-0/+10
| | |/ | |/|
* | | Merge branch 'winh-missing-javascript-imports' into 'master'Tim Zallmann2017-09-183-0/+5
|\ \ \
| * | | Add missing import statementswinh-missing-javascript-importswinh2017-09-183-0/+5
* | | | Merge branch 'milestone-avatar-issuable-link' into 'master'Tim Zallmann2017-09-183-1/+25
|\ \ \ \
| * | | | Fixes milestone issuable assignee URLmilestone-avatar-issuable-linkPhil Hughes2017-09-153-1/+25
* | | | | Merge branch '37933-improve-new-project-page-description-explaining-what-a-pr...Phil Hughes2017-09-181-1/+3
|\ \ \ \ \
| * | | | | Improve “New project“ page description37933-improve-new-project-page-description-explaining-what-a-project-isPedro Moreira da Silva2017-09-181-1/+3
* | | | | | Merge branch '37789-followup-for-read-registry-change' into 'master'Rémy Coutable2017-09-187-20/+28
|\ \ \ \ \ \
| * | | | | | Clean up read_registry scope changesRobin Bobbitt2017-09-187-20/+28
* | | | | | | Merge branch 'docs-17499-documentation-errors-about-creating-a-new-tag' into ...Achilleas Pipinellis2017-09-182-1/+6
|\ \ \ \ \ \ \
| * | | | | | | Fix docs for lightweight tag creation via APIMark Fletcher2017-09-182-1/+6
* | | | | | | | Merge branch 'fix-label-message' into 'master'Rémy Coutable2017-09-181-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix notification message when admin label was modifiedfix-label-messageRobert Schilling2017-09-181-1/+1
* | | | | | | | | Merge branch 'update-user_uses_slash_commands_spec' into 'master'Rémy Coutable2017-09-181-4/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Minor update to address Sean McGivern's comment.manolis2017-09-151-4/+4
* | | | | | | | | | Merge branch 'replace_project_snippets.feature' into 'master'Rémy Coutable2017-09-187-135/+95
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
| * | | | | | | | | Replace the 'project/snippets.feature' spinach test with an rspec analogVitaliy @blackst0ne Klachkov2017-09-187-135/+95
* | | | | | | | | | Merge branch '37957-fix-groups-members-flyout-link' into 'master'Phil Hughes2017-09-181-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Use correct group members path for members flyout link37957-fix-groups-members-flyout-linkkushalpandya2017-09-181-1/+1
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'fix_wiki_md' into 'master'Achilleas Pipinellis2017-09-181-0/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix broken link in docs/api/wiki.mdVitaliy @blackst0ne Klachkov2017-09-171-0/+2
* | | | | | | | | | | Merge branch 'operation-service-merge' into 'master'Rémy Coutable2017-09-188-78/+76
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Prepare Repository#merge for migration to Gitalyoperation-service-mergeJacob Vosmaer2017-09-158-78/+76
* | | | | | | | | | | | Merge branch 'fix-dev-ssl' into 'master'Grzegorz Bizon2017-09-181-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Never connect to webpack-dev-server over SSLfix-dev-sslAlessio Caiazza2017-09-151-1/+1
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch '24121_extract_yet_another_users_finder' into 'master'Grzegorz Bizon2017-09-184-40/+169
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | add Mayra Cabrera to authors of changeMaxim Rydkin2017-09-101-1/+1
| * | | | | | | | | | | | move `find_users` method into finder and add `load_group` methodMaxim Rydkin2017-09-103-28/+58
| * | | | | | | | | | | | rename yet_another_users_finder into autocomplete_users_finderMaxim Rydkin2017-09-103-3/+3
| * | | | | | | | | | | | fix rubocopMaxim Rydkin2017-09-101-8/+7
| * | | | | | | | | | | | adds changelogMaxim Rydkin2017-09-101-0/+5
| * | | | | | | | | | | | finish spec/finders/yet_another_users_finder_spec.rbMaxim Rydkin2017-09-101-54/+42
| * | | | | | | | | | | | extract finder and add first testMaxim Rydkin2017-09-103-22/+129
* | | | | | | | | | | | | Merge branch 'replace_project_commits_revert.feature' into 'master'Rémy Coutable2017-09-184-73/+61
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Replace the 'project/commits/revert.feature' spinach test with an rspec analogVitaliy @blackst0ne Klachkov2017-09-184-73/+61
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'replace_project_archived.feature' into 'master'Rémy Coutable2017-09-184-66/+48
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Replace the 'project/archived.feature' spinach test with an rspec analogVitaliy @blackst0ne Klachkov2017-09-174-66/+48
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'update-test-images' into 'master'Tim Zallmann2017-09-183-38/+164
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | dedupe yarn packagesupdate-test-imagesMike Greiling2017-09-161-36/+126
| * | | | | | | | | | | | | add dependency approvals (all MIT license)Mike Greiling2017-09-161-0/+36
| * | | | | | | | | | | | | update build image to latest with node 8.x, yarn 1.0.2, and chrome 61Mike Greiling2017-09-161-2/+2
* | | | | | | | | | | | | | Merge branch 'improve_spec_features_profiles_specs' into 'master'Rémy Coutable2017-09-188-38/+39
|\ \ \ \ \ \ \ \ \ \ \ \ \ \