summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Move :gay_pride_flag: to flags categoryupdate-emoji-digests-with-latest-from-gemojioneEric Eastwood2017-11-154-4/+7
|
* Add basic emoji development docsEric Eastwood2017-11-153-0/+34
|
* Add rainbow_flag to emoji support mapEric Eastwood2017-11-154-13/+62
| | | | | | | | | | | | | | | | Tested on the following platforms that split the emoji into separate characters currently. - Windows 10 FCU - Chrome 62.0.3202.89 - Firefox 57.0b14 - MS Edge 41.16299.15.0 - macOS 10.12.6 - Chrome 63.0.3239.40 - Safari 11.0.1 (12604.3.5.1.1) - Firefox 57.0 - Ubuntu 16.04 - Chromium 62.0.3202.75 - Firefox 56.0
* Regenerate emoji digests with latest gemojioneEric Eastwood2017-11-1414-1050/+1111
|
* Merge branch 'master' of github.com:gitlabhq/gitlabhqFelipe Artur2017-11-140-0/+0
|\
* \ Merge branch dev/master into masterFelipe Artur2017-11-140-0/+0
|\ \ | |/ |/|
| * Prevent error when authorizing an admin-created OAauth application without a ↵Douwe Maan2017-11-132-5/+14
| | | | | | | | set owner
| * Move update_project_counter_caches? out of issue and merge requestGeorge Andrinopoulos2017-11-137-39/+14
| |
| * Add externalized stringsGeorge Andrinopoulos2017-11-132-4/+4
| |
| * Add feature test to milestoneGeorge Andrinopoulos2017-11-132-0/+35
| |
| * Move total time spend calculation to milestoneishGeorge Andrinopoulos2017-11-137-77/+24
| |
| * Fix static code analysis offenceGeorge Andrinopoulos2017-11-131-1/+1
| |
| * Fix collapsed sidebar messages and iconGeorge Andrinopoulos2017-11-135-6/+18
| |
| * Add total time spent to milestonesGeorge Andrinopoulos2017-11-135-0/+82
| |
* | Merge branch 'bvl-subgroup-in-dropdowns' into 'master'Sean McGivern2017-11-148-11/+161
|\ \ | | | | | | | | | | | | | | | | | | Include child projects a user can manage in namespace dropdowns Closes #39987 See merge request gitlab-org/gitlab-ce!15294
| * | Guarantee the order of groups in the dropdownbvl-subgroup-in-dropdownsBob Van Landuyt2017-11-141-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | So the groups with the same parent are listed together. The recursive cte seemed to do it by itself, but it is not guaranteed. By ordering on the `route.path` that includes every parent group, we can assume they're going to be in the right order.
| * | Include child projects a user can manage in namespace dropdownsBob Van Landuyt2017-11-148-10/+157
| | | | | | | | | | | | These dropdown options are used for creating and transfering projects.
* | | Merge branch 'update-metrics-for-k8s-1.7' into 'master'Tim Zallmann2017-11-142-8/+6
|\ \ \ | | | | | | | | | | | | | | | | Update queries to remove duplicate entries (CE version) See merge request gitlab-org/gitlab-ce!15254
| * | | Uodate docsupdate-metrics-for-k8s-1.7Joshua Lambert2017-11-121-2/+2
| | | |
| * | | Change label to be more consistent, not a series.Joshua Lambert2017-11-121-4/+2
| | | |
| * | | Fix CPU metricJoshua Lambert2017-11-121-2/+2
| | | |
| * | | Fix to use variableJoshua Lambert2017-11-121-1/+1
| | | |
| * | | Adjust metrics to ignore Job tag to support k8s 1.7+Joshua Lambert2017-11-121-2/+2
| | | |
* | | | Merge branch 'fix-typo' into 'master'Annabel Dunstone Gray2017-11-141-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix typo See merge request gitlab-org/gitlab-ce!15358
| * | | | Fix typofix-typoClement Ho2017-11-131-1/+1
| | | | |
* | | | | Merge branch '32098-pipelines-navigation' into 'master'38962-automatically-run-a-pipeline-when-auto-devops-is-turned-on-in-project-settingsPhil Hughes2017-11-1412-252/+385
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Stops page reload when changing tabs or pages - uses API requests instead See merge request gitlab-org/gitlab-ce!15280
| * | | | | Stops page reload when changing tabs or pages - uses API requests insteadFilipa Lacerda2017-11-1412-252/+385
|/ / / / /
* | | | | Merge branch 'enable-scss-lint-unnecessary-mantissa' into 'master'Clement Ho2017-11-146-10/+15
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Enable UnnecessaryMantissa in scss-lint See merge request gitlab-org/gitlab-ce!15255
| * | | | | Enable UnnecessaryMantissa in scss-lintTakuya Noguchi2017-11-096-10/+15
| | | | | |
* | | | | | Merge branch 'bvl-fork-network-memberships-for-deleted-source' into 'master'Yorick Peterse2017-11-143-2/+24
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't try to create fork network memberships for forks of forks Closes #40072 See merge request gitlab-org/gitlab-ce!15366
| * | | | | Don't try to create fork network memberships for forks of forksbvl-fork-network-memberships-for-deleted-sourceBob Van Landuyt2017-11-143-2/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In case the root project of a Fork-of-fork is deleted, the ForkNetwork and the membership for that fork network is never created. In this case we shouldn't try to create the membership, since the parent membership will never be created. This means that these fork networks will be lost.
* | | | | | Merge branch 'issue_40058' into 'master'Sean McGivern2017-11-143-1/+13
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevent position update for image diff notes Closes #40058 See merge request gitlab-org/gitlab-ce!15357
| * | | | | | Prevents position update for image diff notesissue_40058Felipe Artur2017-11-133-1/+13
| | | | | | |
* | | | | | | Merge branch 'fix-filter-by-my-reaction' into 'master'Sean McGivern2017-11-143-1/+60
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix filter by my reaction is not working Closes #39930 See merge request gitlab-org/gitlab-ce!15345
| * | | | | | | Fix filter by my reaction is not workingHiroyuki Sato2017-11-133-1/+60
| | | | | | | |
* | | | | | | | Merge branch 'fix/sm/31771-do-not-allow-jobs-to-be-erased-new' into 'master'Kamil Trzciński2017-11-1414-7/+172
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not allow jobs to be erased Closes #31771 See merge request gitlab-org/gitlab-ce!15216
| * | | | | | | | Reduce changesfix/sm/31771-do-not-allow-jobs-to-be-erased-newShinya Maeda2017-11-072-30/+25
| | | | | | | | |
| * | | | | | | | Improve specShinya Maeda2017-11-073-29/+71
| | | | | | | | |
| * | | | | | | | Merge branch 'master' into fix/sm/31771-do-not-allow-jobs-to-be-erased-newShinya Maeda2017-11-07389-4435/+11572
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Add doc. Fix spec. Add erase_build in protected_ref ruleShinya Maeda2017-11-0711-22/+71
| | | | | | | | | |
| * | | | | | | | | Add change logShinya Maeda2017-11-061-0/+5
| | | | | | | | | |
| * | | | | | | | | Fix spec. Revert update check.Shinya Maeda2017-11-064-6/+24
| | | | | | | | | |
| * | | | | | | | | Do not allow jobs to be erasedShinya Maeda2017-11-068-4/+60
| | | | | | | | | |
* | | | | | | | | | Merge branch '39884-fix-pipeline-transition-with-single-manual-action' into ↵Kamil Trzciński2017-11-143-2/+32
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Make sure all pipelines would go to pending once Closes #39884 See merge request gitlab-org/gitlab-ce!15251
| * | | | | | | | | | Make sure all pipelines would go to pending once39884-fix-pipeline-transition-with-single-manual-actionLin Jen-Shin2017-11-093-2/+32
| | |_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without this fix, pipeline could go from skipped to running directly, bypassing the transition for: [:created, :pending] => :running And this is responsible for setting up started_at. Without this fix, started_at would never be set. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/39884
* | | | | | | | | | Merge branch '40092-fix-cluster-size' into 'master'Tim Zallmann2017-11-144-2/+65
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Formats bytes to human readable number in registry table See merge request gitlab-org/gitlab-ce!15359
| * | | | | | | | | | Formats bytes to human reabale number in registry table40092-fix-cluster-sizeFilipa Lacerda2017-11-134-2/+65
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'slack_landing_page-ce-backport' into 'master'Jacob Schatz2017-11-145-0/+55
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | slack landing page ce backport See merge request gitlab-org/gitlab-ce!15354
| * | | | | | | | | | | backport popup varsslack_landing_page-ce-backportLuke "Jared" Bennett2017-11-131-0/+7
| | | | | | | | | | | |
| * | | | | | | | | | | url_utility and style backportLuke "Jared" Bennett2017-11-134-0/+48
| | | | | | | | | | | |