summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't convert data which already is the target typeapi-no-convertRobert Schilling2016-11-244-4/+4
* Merge branch 'zj-fix-flags-usage-gitlab-ci-yml' into 'master' Rémy Coutable2016-11-231-2/+2
|\
| * Fix BASH usage in the .gitlab-ci.ymlzj-fix-flags-usage-gitlab-ci-ymlZ.J. van de Weg2016-11-231-2/+2
* | Merge branch 'api-delete-group-share' into 'master' Rémy Coutable2016-11-234-0/+66
|\ \
| * | API: Add endpoint to delete a group shareapi-delete-group-shareRobert Schilling2016-11-234-0/+66
* | | Merge branch 'patch-13' into 'master' Achilleas Pipinellis2016-11-231-3/+7
|\ \ \
| * | | add details that Git LFS must be enabled in projectBen Bodenmiller2016-11-221-3/+7
* | | | Merge branch 'grapify-sidekiq-metric-api' into 'master' Rémy Coutable2016-11-231-32/+4
|\ \ \ \
| * | | | Grapify the sidekiq metrics APIRobert Schilling2016-11-231-32/+4
| | |/ / | |/| |
* | | | Merge branch 'docs/chrome-support-requirements' into 'master' Achilleas Pipinellis2016-11-231-1/+1
|\ \ \ \
| * | | | Add support of Chrome/Chromium in requirements.mdAchilleas Pipinellis2016-11-231-1/+1
* | | | | Merge branch '24863-mrs-without-discussions-are-mergeable' into 'master' Sean McGivern2016-11-233-1/+63
|\ \ \ \ \
| * | | | | Correctly determine mergeability of MR with no discussions24863-mrs-without-discussions-are-mergeableDouwe Maan2016-11-233-1/+63
* | | | | | Merge branch 'milestone_start_date' into 'master' Sean McGivern2016-11-2327-101/+205
|\ \ \ \ \ \
| * | | | | | Add a starting date to milestonesmilestone_start_dateValery Sizov2016-11-2327-101/+205
* | | | | | | Merge branch 'post_receive-any-email' into 'master' Sean McGivern2016-11-233-2/+6
|\ \ \ \ \ \ \
| * | | | | | | update existing testElan Ruusamäe2016-11-061-1/+1
| * | | | | | | post_receive: accept any user email from last commitElan Ruusamäe2016-11-042-1/+5
* | | | | | | | Merge branch 'fix/drop-project-authorized-for-user' into 'master' Sean McGivern2016-11-2314-185/+121
|\ \ \ \ \ \ \ \
| * | | | | | | | Update ProjectTeam#fetch_members to use project authorizationsfix/drop-project-authorized-for-userAhmad Sherif2016-11-235-68/+32
| * | | | | | | | Update ProjectTeam#max_member_access_for_user_ids to use project authorizationsAhmad Sherif2016-11-234-49/+15
| * | | | | | | | Update user's authorized projects if project is allowed to share with groupAhmad Sherif2016-11-232-1/+11
| * | | | | | | | Drop Project#authorized_for_user? in favor of ProjectTeam#member?Ahmad Sherif2016-11-237-65/+61
| * | | | | | | | Refresh user's authorized projects when one of his memberships are updatedAhmad Sherif2016-11-231-1/+1
| * | | | | | | | Change personal projects access level to master in User#project_authorization...Ahmad Sherif2016-11-231-1/+1
| * | | | | | | | Use the minimum access level of group link and group member when inserting au...Ahmad Sherif2016-11-231-1/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'fix-ee_compat_check-when-branch-contains-a-slash' into 'master' Rémy Coutable2016-11-231-2/+6
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Ensure we sanitize branch names with path-unfriendly charactersRémy Coutable2016-11-231-2/+6
* | | | | | | | Merge branch 'remove-empty-describe-block' into 'master' Rémy Coutable2016-11-231-3/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove empty describe block in service specSemyon Pupkov2016-11-221-3/+0
* | | | | | | | | Merge branch 'zj-notify-development' into 'master' Sean McGivern2016-11-231-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Notify broken master on #development zj-notify-developmentZeger-Jan van de Weg2016-11-181-1/+1
* | | | | | | | | | Merge branch 'dev-issue-24554' into 'master' Sean McGivern2016-11-232-1/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Edit help text to clarify that tags are annotated.Liz Lam2016-11-212-1/+5
* | | | | | | | | | | Merge branch 'fix/cycle-analytics-plan-issue' into 'master' Douwe Maan2016-11-234-1/+15
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix and relevant spec for plan stage breaking with nil commitsfix/cycle-analytics-plan-issueJames Lopez2016-11-234-1/+15
* | | | | | | | | | | | Merge branch 'status-badge-spacing' into 'master' Fatih Acet2016-11-233-18/+10
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
| * | | | | | | | | | | Fix spacing between icon and word in status badgestatus-badge-spacingAnnabel Dunstone Gray2016-11-223-18/+10
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'eslint-html-report' into 'master' Robert Speicher2016-11-233-3/+24
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |
| * | | | | | | | | | Generate ESLint HTML report (!7374)winniehell2016-11-223-3/+24
* | | | | | | | | | | Merge branch 'fix_sidekiq_stats_in_admin_area' into 'master' Robert Speicher2016-11-233-7/+30
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix sidekiq stats in admin areablackst0ne2016-11-233-7/+30
* | | | | | | | | | | | Merge branch '24756-clean-up-eslintrc-globals' into 'master' Alfredo Sumaran2016-11-2318-30/+53
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | keep json alphabetized24756-clean-up-eslintrc-globalsMike Greiling2016-11-221-6/+6
| * | | | | | | | | | | | add "gon" to list of expected globalsMike Greiling2016-11-221-0/+1
| * | | | | | | | | | | | clean up globals exemptions within .eslintrcMike Greiling2016-11-2218-25/+47
* | | | | | | | | | | | | Merge branch '24266-afraid-to-press-the-orange-button-on-merge-request-screen...Fatih Acet2016-11-224-5/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Use btn-primary for running builds btnAnnabel Dunstone Gray2016-11-221-3/+3
| * | | | | | | | | | | | deleted old changelog entry24266-afraid-to-press-the-orange-button-on-merge-request-screenDimitrie Hoekstra2016-11-221-4/+0
| * | | | | | | | | | | | added proper changelog entryDimitrie Hoekstra2016-11-221-0/+4