summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | Start building abstraction over pipeline seedsGrzegorz Bizon2018-03-216-69/+90
| | | * | | | Instantiate pipeline stages and builds before savingGrzegorz Bizon2018-03-193-37/+41
| | * | | | | Merge branch 'update-omniauth-twitter' into 'master'Douwe Maan2018-03-262-5/+5
| | |\ \ \ \ \
| | | * | | | | Update omniauth-twitter 1.2.0 -> 1.4Pirate Praveen2018-03-202-5/+5
| | * | | | | | Merge branch '43552-user-owned-projects-query-performance-improvement' into '...Douwe Maan2018-03-262-3/+15
| | |\ \ \ \ \ \
| | | * | | | | | Improves User#owned_projects query performanceTiago Botelho2018-03-262-3/+15
| | * | | | | | | Merge branch 'YarNayar/gitlab-ce-23460-send-email-when-pushing-more-commits-t...Grzegorz Bizon2018-03-2615-10/+154
| | |\ \ \ \ \ \ \
| | | * | | | | | | Send notification emails when push to a merge requestYarNayar/gitlab-ce-23460-send-email-when-pushing-more-commits-to-the-merge-requestYarNayar2018-03-2615-10/+154
| | * | | | | | | | Merge branch 'blackst0ne-rails5-update-state_machines-activerecord-gem' into ...Douwe Maan2018-03-264-77/+71
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | Bump `state_machines-activerecord` to `0.5.1`blackst0ne2018-03-264-77/+71
| | |/ / / / / / / /
| | * | | | | | | | Merge branch 'jej/fix-grape-protected-branch-fallback-removal' into 'master'Marin Jankovski2018-03-261-1/+2
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | ProtectedBranch API omits empty declared paramsJames Edwards-Jones2018-03-261-1/+2
| | * | | | | | | | | Merge branch 'docs-organize-by-category' into 'master'🚄 Job van der Voort 🚀2018-03-262-51/+115
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | Docs organize main page by product categoryMarcia Ramos2018-03-262-51/+115
| | |/ / / / / / / / /
| | * | | | | | | | | Merge branch 'bug/44103-ie11-compatibility' into 'master'Fatih Acet2018-03-261-0/+1
| | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | |
| | | * | | | | | | | Add Array.fill for IE 11 compatibility.Pei-Tang Huang2018-03-221-0/+1
| | * | | | | | | | | Merge branch 'ide-diff-cursor' into 'master'Tim Zallmann2018-03-263-0/+12
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | Disable cursor for review mode in the IDEide-diff-cursorPhil Hughes2018-03-233-0/+12
| | * | | | | | | | | | Merge branch '43316-controller-parameters-handling-sensitive-information-shou...Kamil Trzciński2018-03-2613-22/+35
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | Make Variable key not secret43316-controller-parameters-handling-sensitive-information-should-use-a-more-specific-nameMatija Čupić2018-03-2212-24/+21
| | | * | | | | | | | | | Revert "Filter secret CI variable values from logs"Matija Čupić2018-03-191-2/+0
| | | * | | | | | | | | | Check for secret_key and secret_value in CI Variable native list js specMatija Čupić2018-03-171-2/+2
| | | * | | | | | | | | | Use secret_key and secret_value in Pipeline Schedule variablesMatija Čupić2018-03-174-13/+18
| | | * | | | | | | | | | Add CHANGELOGMatija Čupić2018-03-171-0/+5
| | | * | | | | | | | | | Filter secret CI variable values from logsMatija Čupić2018-03-171-0/+2
| | | * | | | | | | | | | Use secret_key and secret_value in CI variable frontendMatija Čupić2018-03-171-4/+4
| | | * | | | | | | | | | Alias secret_key and secret_value to key and valueMatija Čupić2018-03-174-12/+8
| | | * | | | | | | | | | Use secret_key and secret_value in variable form field namesMatija Čupić2018-03-161-2/+2
| | | * | | | | | | | | | Use secret_key and secret_value in Variables controllerMatija Čupić2018-03-163-12/+22
| | * | | | | | | | | | | Merge branch 'patch-19' into 'master'Achilleas Pipinellis2018-03-261-2/+4
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | add SHA1 fingerprint requirementBen Bodenmiller2018-03-261-2/+4
| | |/ / / / / / / / / / /
| | * | | | | | | | | | | Merge branch 'ab-43150-users-controller-show-query-limit' into 'master'Yorick Peterse2018-03-262-5/+10
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | Remove N+1 query for Noteable association.ab-43150-users-controller-show-query-limitAndreas Brandl2018-03-232-5/+10
| | * | | | | | | | | | | | Merge branch 'fix-40798-namespace-forking' into 'master'Douwe Maan2018-03-264-10/+22
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | Resolve "Forking with namespace doesn't work (API)"Jan2018-03-264-10/+22
| | |/ / / / / / / / / / / /
| | * | | | | | | | | | | | Merge branch '40843-update-grape-to-v1-0-2-when-it-is-released' into 'master'Douwe Maan2018-03-262-8/+3
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | Updated grape to `1.0.2` to remove workaround40843-update-grape-to-v1-0-2-when-it-is-releasedJames Edwards-Jones2018-03-262-8/+3
| | * | | | | | | | | | | | | Merge branch 'docs/rs-update-changelog' into 'master'Douwe Maan2018-03-261-1/+5
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | Add missing changelog entries for 10.6.0docs/rs-update-changelogRobert Speicher2018-03-231-1/+5
| | | |/ / / / / / / / / / / /
| | * | | | | | | | | | | | | Merge branch '44581-meta-use-prettier-ignore-file-in-our-save-script' into 'm...Phil Hughes2018-03-263-1/+24
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / | | |/| | | | | | | | | | | |
| | | * | | | | | | | | | | | Make use of the prettier ignore file during our save scriptLukas Eipert2018-03-263-1/+24
| | |/ / / / / / / / / / / /
* | | | | | | | | | | | | | fix diff file header layoutSimon Knox2018-03-272-74/+73
* | | | | | | | | | | | | | IconsSimon Knox2018-03-261-10/+18
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | don't translate split sentencesSimon Knox2018-03-261-11/+13
* | | | | | | | | | | | | null check for changed files elSimon Knox2018-03-261-2/+7
* | | | | | | | | | | | | throttle scroll events on changed_files dropdownSimon Knox2018-03-261-9/+6
* | | | | | | | | | | | | throttle scrolling for sticky diff file titleSimon Knox2018-03-261-13/+32
* | | | | | | | | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into changes_tab_vue...Simon Knox2018-03-26671-3011/+16581
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | Merge branch 'blackst0ne-rails5-update-files-by-rails-app-update' into 'master'43098-controller-projects-issuescontroller-show-executes-more-than-100-sql-queriesRobert Speicher2018-03-2311-24/+163
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | [Rails5] Update files by `rails app:update`blackst0ne-rails5-update-files-by-rails-app-updateblackst0ne2018-03-2211-24/+163