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-20Added description assetadd-opensearch-discoveryLuke "Jared" Bennett
added discovery link added specs
2017-01-11Merge remote-tracking branch 'dev/master'Robert Speicher
2017-01-11Merge branch 'patch-turbolinks' into 'security'Robert Speicher
Updated Turbolinks to patched version of turbolinks-classic See https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/2048
2017-01-11Merge branch 'patch-8' into 'master' Achilleas Pipinellis
Clarify instructions for importing Wiki/Merge Request data See merge request !8075
2017-01-11Merge branch '26435-show-project-avatars-on-mobile' into 'master' Annabel Dunstone Gray
Display project avatars on Admin Area and Projects pages for mobile views See merge request !8506
2017-01-11Merge branch '26504-mr-discussion-btn' into 'master' Annabel Dunstone Gray
26504 Fix styling of MR jump to discussion button Closes #26504 See merge request !8511
2017-01-1026504 Fix styling of MR jump to discussion buttontauriedavis
2017-01-10Update CHANGELOG.md for 8.13.11Douglas Barbosa Alexandre
[ci skip]
2017-01-10Update CHANGELOG.md for 8.14.6Douglas Barbosa Alexandre
[ci skip]
2017-01-10Merge branch 'fix/rubocop-offenses-on-master' into 'master' Sean McGivern
Fix Rubocop offenses on `master` See merge request !8516
2017-01-10Merge branch 'patch-9' into 'master' Robert Schilling
fix changelog entry for !8425 See merge request !8512
2017-01-10Update Gemfile.lock to reflect Rubocop gem versionGrzegorz Bizon
2017-01-10Fix Rubocop offenses in LDAP related code and specGrzegorz Bizon
2017-01-10Merge branch 'update-rubocop' into 'master' Sean McGivern
Update rubocop and rubocop-rspec to fix build errors See merge request !8466
2017-01-10Merge branch 'restore-backup-when-env-variable-is-passed' into 'master' Sean McGivern
Restore backup correctly when "BACKUP" environment variable is passed Closes #26090 See merge request !8477
2017-01-10fix changelog entry for !8425 Elan Ruusamäe
the author and mr fields got swapped, see https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/8425#note_21021254
2017-01-10Merge branch '24139-production-wildcard-for-cycle-analytics' into 'master' Sean McGivern
Treat environments matching `production/*` as Production for Cycle Analytics Closes #24139 See merge request !8500
2017-01-10Merge branch '26129-add-link-to-branches-page' into 'master' Clement Ho
Resolve "Add link to Branches page help text?" Closes #26129 See merge request !8377
2017-01-10Update CHANGELOG.md for 8.15.4Douglas Barbosa Alexandre
[ci skip]
2017-01-10Merge branch 'auto-pipelines-vue' into 'master' Fatih Acet
Pipelines Vue See merge request !7196
2017-01-09Merge branch 'label-length-validation' into 'master' Rémy Coutable
Validate label's title length See merge request !5767
2017-01-09Merge branch 'update-gitlab-markup-gem' into 'master' Douglas Barbosa Alexandre
Update the gitlab-markup gem to the version `1.5.1` See merge request !8509
2017-01-09Adjusted widths on Admin Area projects page to prevent misaligned floatsRyan Harris
2017-01-09Merge branch 'remove-project-authorizations-id-column' into 'master' Douwe Maan
Remove the project_authorizations.id column See merge request !8479
2017-01-09Merge branch 'didemacet-ci-lint-page' into 'master' Alfredo Sumaran
Change CI template linter textarea with Ace Editor Closes #24179 and #19701 See merge request !8452
2017-01-09Add CHANGELOG entryDouglas Barbosa Alexandre
2017-01-09Merge branch 'fix-plain-text-emails' into 'master' Robert Speicher
Use #parts instead of #part to read all the parts of the Message. Closes #26463 See merge request !8507
2017-01-09Merge branch '26445-make-icon-buttons-accessible-via-keyboard' into 'master' Clement Ho
Make play button on Pipelines page accessible via keyboard See merge request !8496
2017-01-09Update the gitlab-markup gem to the version `1.5.1`Douglas Barbosa Alexandre
2017-01-09Merge branch '26238-buttons-not-accessible' into 'master' Annabel Dunstone Gray
Resolve "Certain buttons are not accessible via the keyboard (Web)" Closes #26238 See merge request !8469
2017-01-09squash 3 commitsKen Ding
2017-01-09fix eslint for spec global needed in pagination spec for 'fixture'Regis
2017-01-09format duration in vue: time_ago computed property in a dynamic fashionRegis
2017-01-09Merge branch ↵Clement Ho
'ryancharris/gitlab-ce-25277-milestone-counter-number-with-delimiter' into 'master' View spec for Ryancharris/gitlab milestone counter number with delimiter See merge request !8482
2017-01-09Merge branch '26446-access-download-artifacts-via-keyboard' into 'master' Clement Ho
Made download artifacts button accessible via keyboard Closes #26446 See merge request !8493
2017-01-09Use #parts instead of #part to read all the parts of the Message.Ruben Davila
Looks like I was accidentally using #part which was adding an extra empty Mime section
2017-01-09Merge branch 'master' into auto-pipelines-vueRegis
2017-01-09Display project avatars on Admin Area and Projects pages for mobile viewsRyan Harris
2017-01-09Restore backup correctly when "BACKUP" environment variable is passedAdam Niedzielski
2017-01-09move param helper to common utilsRegis
2017-01-09use Turbolinks instead of window.pushState for paginationRegis
2017-01-09Introduce "stub_env" test helper for safely stubbing environment variablesAdam Niedzielski
2017-01-09namespace getParametersByName to gl.utils instead of just glRegis
2017-01-09Merge branch '19086-double-newline' into 'master' Sean McGivern
Fix Double Spaced CI Log Closes #19086 See merge request !8349
2017-01-09Treat environments matching `production/*` as ProductionToon Claes
For Cycle Analytics, the environment `production` is treated as a special case, and used to update the `first_deployed_to_production_at` metric. With the Review Apps changes, slash syntax is used to group related environments in the list. This is mostly used for `review/<branch>` environments, but it's possible for people to have multiple production environments, and someone might then want to group them like `production/eu`, `production/us`, or even just make it look prettier with `production/www.example.com`. In any of these cases, the first deploy to one of these `production/*` environments now is treated as a Production deploy.
2017-01-09Merge branch 'remove-successful-pipeline-emails-for-now' into 'master' Sean McGivern
Make successful pipeline emails off for watchers Closes #24845 See merge request !8176
2017-01-09Merge branch 'feature/log-ldap-to-application-log' into 'master' Rémy Coutable
Log LDAP blocking/unblocking events to application log See merge request !8042
2017-01-09Merge branch '26051-fix-missing-endpoint-route-method' into 'master' Rémy Coutable
Don't instrument 405 Grape calls Closes #26051 See merge request !8445
2017-01-09Merge branch '8-16-update-guides' into 'master' Rémy Coutable
Added update guides for 8.16RC1 See merge request !8502
2017-01-09updated due to reorder changes [ci skip]James Lopez