summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | fixes missing field on basicprojectdetailstiagonbotelho2016-07-124-0/+2
| * | | | changes the project_title_spec accordinglytiagonbotelho2016-07-121-1/+1
| * | | | changes the usage of simpleprojectdetails to already implemented basicproject...tiagonbotelho2016-07-123-20/+7
| * | | | adds entry to changelogtiagonbotelho2016-07-121-0/+1
| * | | | removes debugging printtiagonbotelho2016-07-121-1/+0
| * | | | gets the new object through /simple endpoint and renders on the dropdowntiagonbotelho2016-07-122-1/+2
| * | | | adds basic functionality to the new endpoint of the apitiagonbotelho2016-07-123-21/+25
| * | | | implements filter_paramstiagonbotelho2016-07-123-0/+21
* | | | | Merge branch 'gl-importer-keeps-issue-number' into 'master' Douwe Maan2016-07-133-0/+55
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Stub omniauth provider for GitLabgl-importer-keeps-issue-numberDouglas Barbosa Alexandre2016-07-131-1/+6
| * | | | Update CHANGELOGDouglas Barbosa Alexandre2016-07-131-0/+1
| * | | | Add spec for GitLab.com importerDouglas Barbosa Alexandre2016-07-131-0/+48
| * | | | Keeps issue number when importing from Gitlab.comDouglas Barbosa Alexandre2016-07-131-0/+1
|/ / / /
* | | | Merge branch 'fix-knapsack-for-spinach' into 'master' Kamil Trzciński2016-07-131-1/+1
|\ \ \ \
| * | | | Fix Knapsack report generation for Spinachfix-knapsack-for-spinachKamil Trzcinski2016-07-131-1/+1
* | | | | Merge branch '18193-developers-can-merge' into 'master' Rémy Coutable2016-07-1335-303/+507
|\ \ \ \ \
| * | | | | Implement last round of review comments from !4892.18193-developers-can-mergeTimothy Andrew2016-07-134-26/+27
| * | | | | Move all "checks" under `GitLab::Checks`.Timothy Andrew2016-07-135-22/+22
| * | | | | Appease rubocop.Timothy Andrew2016-07-132-2/+0
| * | | | | Add "Developers can Merge" (to protected branches) to the CHANGELOG.Timothy Andrew2016-07-131-1/+1
| * | | | | Don't ask the user to "merge this request manually".Timothy Andrew2016-07-132-1/+6
| * | | | | Clean up `protected_branches.js.coffee`Timothy Andrew2016-07-131-6/+3
| * | | | | Refactor `Gitlab::GitAccess`Timothy Andrew2016-07-1312-223/+270
| * | | | | Enforce "developers can merge" during `pre-receive`.Timothy Andrew2016-07-1310-85/+167
| * | | | | Added "developers can merge" setting to protected branchesMathias Vestergaard2016-07-1315-14/+88
* | | | | | Merge branch '19766-dont-crash-when-no-objects-to-cache' into 'master' Rémy Coutable2016-07-132-4/+21
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | ObjectRenderer doesn't crash when no objects to cache with Rails.cache.read_m...Paco Guzman2016-07-132-4/+21
* | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2016-07-1370-257/+487
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch 'multi-line-inline-diff' into 'master' Douwe Maan2016-07-133-24/+57
| |\ \ \ \ \
| | * | | | | Rename constant to be more descriptiveDouwe Maan2016-07-131-2/+2
| | * | | | | Extended regexes ignore whitespace, so use \smulti-line-inline-diffDouwe Maan2016-07-121-2/+2
| | * | | | | Render inline diffs for multiple changed lines following eachotherDouwe Maan2016-07-113-24/+57
| | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'jacobvosmaer-gitlab/gitlab-ce-strict-host-headers'Douwe Maan2016-07-123-2/+16
| |\ \ \ \ \
| | * | | | | Defend against 'Host' header injectionJacob Vosmaer2016-07-123-2/+13
| * | | | | | Merge branch '19693-emoji-awards-aren-t-deleted-for-deleted-users' into 'mast...Douwe Maan2016-07-124-3/+25
| |\ \ \ \ \ \
| | * | | | | | Delete award emoji when deleting a user19693-emoji-awards-aren-t-deleted-for-deleted-usersSean McGivern2016-07-124-3/+25
| * | | | | | | Merge branch '17702-running-icon' into 'master' Jacob Schatz2016-07-124-6/+18
| |\ \ \ \ \ \ \
| | * | | | | | | Update CHANGELOG17702-running-iconAnnabel Dunstone2016-07-121-0/+1
| | * | | | | | | Change running status color to blue; update icon to spinnerAnnabel Dunstone2016-07-123-6/+17
| |/ / / / / / /
| * | | | | | | Merge branch '19708-label-selection-clutter' into 'master' Jacob Schatz2016-07-121-1/+7
| |\ \ \ \ \ \ \
| | * | | | | | | Add margin to filter labels19708-label-selection-clutterAnnabel Dunstone2016-07-111-1/+7
| * | | | | | | | Merge branch '19692-gray-block' into 'master' Jacob Schatz2016-07-121-1/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Update header block class on snippets page19692-gray-blockAnnabel Dunstone2016-07-111-1/+1
| | |/ / / / / / /
| * | | | | | | | Merge branch '17760-pipeline-builds-design' into 'master' Jacob Schatz2016-07-1217-119/+262
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Update duration representation on builds pagesAnnabel Dunstone2016-07-122-2/+2
| | * | | | | | | | Update CHANGELOGAnnabel Dunstone2016-07-121-0/+1
| | * | | | | | | | Fix label alignment bug; re-add build-linkAnnabel Dunstone2016-07-123-17/+20
| | * | | | | | | | Add new stopwatch and commit icons; rename custom icon helper; fix commit pip...Annabel Dunstone2016-07-129-15/+31
| | * | | | | | | | Rearrange and update admin buildsAnnabel Dunstone2016-07-124-48/+47
| | * | | | | | | | Update builds pageAnnabel Dunstone2016-07-123-57/+56