summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Merge branch 'last-commit-widget-api-call' into 'master'Filipa Lacerda2019-06-285-85/+92
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | Use GraphQL API to fetch last commit data for treePhil Hughes2019-06-285-85/+92
* | | | | | | | | Merge branch 'small-s-in-elasticsearch-in-code' into 'master'Rémy Coutable2019-06-281-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix typo in code comments about ElasticsearchTakuya Noguchi2019-06-281-1/+1
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Replace 'JIRA' with 'Jira'Takuya Noguchi2019-06-281-12/+12
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | added code difference in `app/views/search/_category.html.haml` from EE to CEMichel Engelen2019-06-281-0/+1
| |/ / / / / / |/| | | | | |
* | | | | | | Merge branch 'graphql-tree-last-commit' into 'master'Lin Jen-Shin2019-06-284-1/+47
|\ \ \ \ \ \ \
| * | | | | | | Added commit type to tree GraphQL typePhil Hughes2019-06-284-1/+47
* | | | | | | | Merge branch 'id-extract-widget-into-different-request' into 'master'Ash McKenzie2019-06-287-12/+41
|\ \ \ \ \ \ \ \
| * | | | | | | | Extract MR's widget into a separate endpointid-extract-widget-into-different-requestIgor Drozdov2019-06-287-12/+41
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Do not change updated_at on an issue when reordering on an issue boardEugenia Grieff2019-06-282-4/+13
* | | | | | | | Merge branch 'sh-fix-issue-12303' into 'master'Grzegorz Bizon2019-06-281-1/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | Backport CE changes for multiple GroupSAML supportsh-fix-issue-12303Stan Hu2019-06-271-1/+9
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch '62968-environment-details-header-border-misaligned' into 'master'Kushal Pandya2019-06-281-15/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | Align page header for environment details view62968-environment-details-header-border-misalignedDave Pisek2019-06-281-15/+13
| |/ / / / / / /
* | | | | | | | Merge branch 'ce-11098-update-merge-request-settings-description-text' into '...Filipa Lacerda2019-06-282-1/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Update project MR setting section description (CE)Nathan Friend2019-06-252-1/+2
* | | | | | | | | Merge branch '6360-tree-header' into 'master'Phil Hughes2019-06-281-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Removes EE differences6360-tree-headerFilipa Lacerda2019-06-271-0/+1
* | | | | | | | | | Merge branch '63212-n-1-queries-in-projects-id-boards-api' into 'master'Thong Kuah2019-06-282-1/+5
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | Move order lambda to list scope63212-n-1-queries-in-projects-id-boards-apicharlieablett2019-06-272-2/+3
| * | | | | | | | | Compound lists scopes to preserve orderingcharlieablett2019-06-261-1/+1
| * | | | | | | | | Remove `with_associations` from BoardSerializercharlieablett2019-06-261-8/+0
| * | | | | | | | | Remove N+1 query for project and group boardscharlieablett2019-06-262-0/+11
* | | | | | | | | | Merge branch 'vue-i18n-js-performance-bar-directory' into 'master'Kushal Pandya2019-06-282-7/+11
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Namespace performance bar translationsvue-i18n-js-performance-bar-directoryEzekiel Kigbo2019-06-282-7/+9
| * | | | | | | | | | Vue-i18n: app/assets/javascripts/performance_bar/ directoryEzekiel Kigbo2019-06-271-6/+8
* | | | | | | | | | | Merge branch '62826-graphql-emoji-mutations' into 'master'Jan Provaznik2019-06-2811-0/+237
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | GraphQL mutations for add, remove and toggle emoji62826-graphql-emoji-mutationsLuke Duncalfe2019-06-2811-0/+237
* | | | | | | | | | | | Rearrange discussion resolve buttons & update button displaySamantha Ming2019-06-284-20/+26
| |_|_|_|_|/ / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge branch 'remove_group_and_instance_clusters_feature_flag' into 'master'Stan Hu2019-06-277-35/+4
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Remove instance_clusters feature_flagremove_group_and_instance_clusters_feature_flagThong Kuah2019-06-283-13/+2
| * | | | | | | | | | Remove group_clusters feature flagThong Kuah2019-06-285-22/+2
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'dohtaset' into 'master'Mike Greiling2019-06-271-4/+6
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix charts on Cluster pagedohtasetSimon Knox2019-06-271-4/+6
| |/ / / / / / / / /
* | | | | | | | | | Merge branch '11888-regression-deploy-correlation-markers-on-monitoring-graph...Clement Ho2019-06-272-3/+12
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Turn commit sha in monitor charts popover to link11888-regression-deploy-correlation-markers-on-monitoring-graphs-not-clickableDhiraj Bodicherla2019-06-262-3/+12
* | | | | | | | | | | Merge branch '12429-report' into 'master'Phil Hughes2019-06-271-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Removes EE differences12429-reportFilipa Lacerda2019-06-261-1/+1
* | | | | | | | | | | | Merge branch 'sh-avoid-loading-pipeline-status' into 'master'Nick Thomas2019-06-271-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | |
| * | | | | | | | | | | Avoid loading pipeline status in search resultsStan Hu2019-06-271-1/+1
* | | | | | | | | | | | Fix unresponsive reply button in discussionsPaul Gascou-Vaillancourt2019-06-271-4/+4
* | | | | | | | | | | | Merge branch 'sh-handle-nil-replication-lag' into 'master'Andreas Brandl2019-06-271-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Fix background migrations failing with unused replication slotsh-handle-nil-replication-lagStan Hu2019-06-251-1/+1
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'sh-add-gitaly-ref-caching-search-controller' into 'master'Kamil Trzciński2019-06-273-6/+8
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
| * | | | | | | | | | Enable Gitaly ref caching for SearchControllersh-add-gitaly-ref-caching-search-controllerStan Hu2019-06-263-6/+8
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Fix styling for `app/assets/stylesheets/framework/notes.scss`George Tsiolis2019-06-272-11/+1
| |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | Fix incorrect reaction placement in commit diff discussionSamantha Ming2019-06-271-1/+1
* | | | | | | | | Update action selectorJacques Erasmus2019-06-271-2/+2
* | | | | | | | | Conform related issues/MRs card to design docsMartin Hanzel2019-06-273-91/+144
| |_|_|/ / / / / |/| | | | | | |