Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-23API: Remove deprecated upvote and downvote field from notes APIapi-remove-upvote-ownvoteRobert Schilling
2017-01-23Merge branch '22974-trigger-service-events-through-api' into 'master' Douwe Maan
adds events to services api deserialization Closes #22974 See merge request !8324
2017-01-23Merge branch '26787-add-copy-icon-hover-state' into 'master' Annabel Dunstone Gray
Add hover style for copy icon in commit page header Closes #26787 See merge request !8619
2017-01-23Merge branch 'feature/success-warning-icons-in-stages-builds' into 'master' Kamil Trzciński
Use a warning icon for a stage with allowed to fail builds Closes #21948 See merge request !8503
2017-01-23Merge branch 'fix-readme' into 'master' Rémy Coutable
Change twitter likes URL in README See merge request !8702
2017-01-23Merge branch 'use-archived-trait' into 'master' Rémy Coutable
Use archived trait for project in specs instead model column See merge request !8635
2017-01-23Merge branch 'zj-mattermost-fixes' into 'master' Rémy Coutable
Mattermost fixes See merge request !8654
2017-01-23Merge branch 'patch-12' into 'master' Achilleas Pipinellis
correct the prometheus feature configuration according to https://gitlab.com/git… See merge request !8703
2017-01-22Add hover style for copy icon in commit page headerRyan Harris
Change hover style definition from explicit rgba value to variable Removed style from page-header.scss that was overriding .btn styles Add hover style for copy icon in commit page header Change hover style definition from explicit rgba value to variable Removed unnecessary styles on commits.scss
2017-01-22correct the prometheus feature configuration according to ↵Marcello
https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/files/gitlab-config-template/gitlab.rb.template#L1147
2017-01-22Merge branch '26622-fix-transient-failure-in-cycle_analytics_events_spec' ↵Robert Speicher
into 'master' Make cycle_analytics_events_spec.rb side-effect free Closes #26622 See merge request !8594
2017-01-22Fix the most important part of the readme matmen
Change the twitter `/favorites` to `/likes`
2017-01-22Merge branch 'mr-widget-reload-fix' into 'master' Jacob Schatz
Merge request widget class names update See merge request !8700
2017-01-22Update VERSION to 8.17.0-prev8.17.0.preJames Lopez
2017-01-22Update CHANGELOG.md for 8.16.0James Lopez
[ci skip]
2017-01-22Merge request widget class names updatePhil Hughes
2017-01-22Merge branch 'mr-widget-replace-body' into 'master' Jacob Schatz
Replace merge request widget body See merge request !8697
2017-01-22Merge branch 'docs/prometheus' into 'master' Achilleas Pipinellis
Add Prometheus docs See merge request !8699
2017-01-22Add information on the dashboard and exporter portsAchilleas Pipinellis
[ci skip]
2017-01-22Merge branch 'merge-dropdown-this-context' into 'master' Jacob Schatz
Fixed bug with merge immediately button not working See merge request !8696
2017-01-22Use archived trait for project in specs instead model columnSemyon Pupkov
2017-01-22Expose Prometheus docs to the main READMEAchilleas Pipinellis
[ci skip]
2017-01-22Add Prometheus docsAchilleas Pipinellis
Replaces https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/1237 Omnibus MR: https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/1227 Omnibus issue: https://gitlab.com/gitlab-org/omnibus-gitlab/issues/1481
2017-01-22Replace merge request widget bodyPhil Hughes
2017-01-22Added spec testsPhil Hughes
2017-01-22Fixed bug with merge immediately button would not workPhil Hughes
This was caused by using 'this' in a fat arrow function, so 'this' would not equal the jQuery element
2017-01-22Merge branch 'update-auto-deploy-templates' into 'master' Kamil Trzciński
Update autodeploy templates [ci skip] See merge request !8695
2017-01-22Update autodeploy templates [ci skip]Kamil Trzcinski
2017-01-22Merge branch 'fix-upload-group-avatar' into 'master' Stan Hu
Button by itself will submit forms. Button type button willn't Closes #26999 See merge request !8694
2017-01-22Button by itself will submit forms. Button type button willn'tJacob Schatz
2017-01-22Merge branch 'revert-9cac0317' into 'master' Grzegorz Bizon
Revert "Merge branch 'dont-persist-application-settings-in-test-env' into 'master'" See merge request !8690
2017-01-22adds test suiteTiago Botelho
2017-01-22adds events to services api deserializationTiago Botelho
2017-01-22Merge branch ↵Jacob Schatz
'26618-search-bar-dropdown-offset-should-not-go-past-search-bar-input' into 'master' Introduced an offset limit to prevent the dropdown from going far right Closes #26618 and #27023 See merge request !8679
2017-01-22Revert "Merge branch 'dont-persist-application-settings-in-test-env' into ↵Grzegorz Bizon
'master'" This reverts merge request !8573
2017-01-22Introduced an offset limit to prevent the dropdown from going far rightJose Ivan Vargas
2017-01-22Merge branch 'fix_auto_merging' into 'master' Grzegorz Bizon
Fix Merge When Pipeline Succeeds immediate merge bug Closes #26969 See merge request !8685
2017-01-22Merge branch 'issue-search-token-position' into 'master' Jacob Schatz
Filtered search input click back at token See merge request !8617
2017-01-22Merge branch '26785-fix-droplab-in-ie-11-v1' into 'master' Jacob Schatz
Fix DropLab in IE11 v1 (merge edition) Closes #26785 See merge request !8689
2017-01-21Add Changelog for MWPS immediate merge bugGrzegorz Bizon
2017-01-21Extend feature tests for merge when pipeline succeedsGrzegorz Bizon
2017-01-21Load ci_bundle javascripts in MWBS partialGrzegorz Bizon
2017-01-21Add event delegation to prevent events from not firing in certain states.Jacob Schatz
2017-01-21Fix DropLab in IE11 v1Eric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/26785
2017-01-21Fixed issue with multiple words not filtering correctlyPhil Hughes
2017-01-21Fixed failing JS specsPhil Hughes
2017-01-21Places dropdown at cursor positionPhil Hughes
2017-01-21Added comments to regexPhil Hughes
2017-01-21Fixed bug with hint not showing when in middle of textPhil Hughes
2017-01-21Fixed caret not moving correctlyPhil Hughes