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
2019-05-16Include project statistics API to the API index pagexiaogang_gitlab-master-patch-51482Xiaogang Wen
2019-05-16Merge branch 'sh-fix-rebase-error-clearing' into 'master'Nick Thomas
Properly clear the merge error upon rebase failure Closes #56139 See merge request gitlab-org/gitlab-ce!28319
2019-05-16Merge branch 'js-i18n-i' into 'master'Filipa Lacerda
i18n JS files starting with i See merge request gitlab-org/gitlab-ce!28010
2019-05-16Merge branch 'help-scb' into 'master'Phil Hughes
Resolve CE/EE diffs in help/index Closes gitlab-ee#11051 See merge request gitlab-org/gitlab-ce!28335
2019-05-16Merge branch 'signup-box-scb' into 'master'Phil Hughes
Resolve CE/EE diffs in signup_box Closes gitlab-ee#11047 See merge request gitlab-org/gitlab-ce!28336
2019-05-16Properly clear the merge error upon rebase failureStan Hu
If `merge_error` is ever set after a failure, it is never cleared, even after a subsequent, successful rebase. We now clear this field whenever a successful rebase occurs. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56139
2019-05-16Merge branch 'patch-47' into 'master'Mike Lewis
clarify that "team" means "project" when considered for assignment purposes. See merge request gitlab-org/gitlab-ce!27753
2019-05-16Merge branch 'docs/single-codebase-info' into 'master'Mike Lewis
Add info about the single docs codebase effort See merge request gitlab-org/gitlab-ce!28127
2019-05-16Merge branch 'winh-fix-jest-fixtures-wrapper' into 'master'Kushal Pandya
Fix loadJSONFixtures wrapper in Jest See merge request gitlab-org/gitlab-ce!28328
2019-05-16Merge branch 'winh-jestify-security-dashboard-filter-spec' into 'master'Kushal Pandya
Mock away document.createRange() in Jest See merge request gitlab-org/gitlab-ce!28222
2019-05-16Merge branch 'js-i18n-n' into 'master'Kushal Pandya
i18n JS files starting with n See merge request gitlab-org/gitlab-ce!28132
2019-05-16Merge branch ↵Kushal Pandya
'ce-quick-fix-58727-collapsed-sidebar-flyout-menu-items-don-t-appear-in-1200px-screen-size' into 'master' CE Fix flyout nav on small viewports See merge request gitlab-org/gitlab-ce!25998
2019-05-16Merge branch 'jej/list-sessions-for-user' into 'master'Stan Hu
Sessions can be listed for a given user See merge request gitlab-org/gitlab-ce!28306
2019-05-16Merge branch 'winh-karma-chrome-keychain' into 'master'Stan Hu
Suppress keychain access popup from chromedriver in Karma See merge request gitlab-org/gitlab-ce!28310
2019-05-16Suppress keychain access popup from chromedriver in KarmaWinnie Hellmann
2019-05-16Merge branch 'patch-55' into 'master'Clement Ho
Docs: couple of improvements to the Vuex frontend guide See merge request gitlab-org/gitlab-ce!28257
2019-05-16Merge branch 'patch-37' into 'master'Evan Read
Update mysql.md: variables values should be quoted, otherwise you get an... See merge request gitlab-org/gitlab-ce!24214
2019-05-16Update mysql.md: variables values should be quoted, otherwise you get an ↵Jean
"variables config should be a hash of key value pairs" error
2019-05-16Merge branch 'master' into 'master'Evan Read
[CI doc] Add chat value to only keyword See merge request gitlab-org/gitlab-ce!27417
2019-05-16[CI doc] Add chat value to only keywordBAI Peng
2019-05-15Merge branch 'patch-34' into 'master'Evan Read
recursive/nested includes supported now See merge request gitlab-org/gitlab-ce!28155
2019-05-15Merge branch 'patch-54' into 'master'Evan Read
upgrate example ymal file, change type to stage. See merge request gitlab-org/gitlab-ce!27992
2019-05-15Merge branch 'docs-component-cleanup' into 'master'Achilleas Pipinellis
docs: improve architecture component details See merge request gitlab-org/gitlab-ce!28280
2019-05-15docs: improve architecture component detailsBen Bodenmiller
2019-05-15Merge branch 'docs-update-group-template-pricing-tier' into 'master'Evan Read
Docs: Add premium & silver badge to group project templates docs Closes gitlab-ee#11587 See merge request gitlab-org/gitlab-ce!28304
2019-05-15Merge branch 'docs-correct-security-anchor-ee' into 'master'Achilleas Pipinellis
Docs: update link to new security docs See merge request gitlab-org/gitlab-ce!28299
2019-05-15Merge branch 'patch-57' into 'master'Achilleas Pipinellis
docs: use sudo on gitlab-rake gitlab:features:* See merge request gitlab-org/gitlab-ce!28288
2019-05-15docs: use sudo on gitlab-rake gitlab:features:*Ben Bodenmiller
2019-05-15Merge branch 'patch-58' into 'master'Evan Read
Fix a typo mentioning SAST instead of DAST See merge request gitlab-org/gitlab-ce!28308
2019-05-15Merge branch 'elasticsearch-pathfix-docs' into 'master'Achilleas Pipinellis
Fix ES indexer install script - remove leading / See merge request gitlab-org/gitlab-ce!28231
2019-05-15Merge branch 'patch-58' into 'master'Evan Read
Fix typo in index.md See merge request gitlab-org/gitlab-ce!28311
2019-05-15Merge branch 'patch-55' into 'master'Achilleas Pipinellis
Removed the unnecessary line. It would be covered anyway by line 352... See merge request gitlab-org/gitlab-ce!28228
2019-05-15Merge branch 'rjh/doc-fixes-for-source-install' into 'master'Evan Read
Rjh/doc fixes for source install See merge request gitlab-org/gitlab-ce!27916
2019-05-15Rjh/doc fixes for source installRichard Hancock
2019-05-15Merge branch 'doc-jej/session-stored-globaly' into 'master'Evan Read
Adds developer documentation for accessing session data in GitLab See merge request gitlab-org/gitlab-ce!27996
2019-05-15Resolve CE/EE diffs in signup_boxLuke Bennett
Part of single codebase changes.
2019-05-15Add missing sprintf and remove bad i18nBrandon Labuschagne
An instance of i18n which required sprintf was not handled correctly and has been fixed in this commit. Further to this, i18n was applied to app/assets/javascripts/new_branch_form.js but needed to be removed as the i18n was too vague. A note has been made to follow up on this file.
2019-05-15Resolve CE/EE diffs in help/indexLuke Bennett
Part of single codebase changes.
2019-05-15Fix flyout nav on small viewportsLuke Bennett
Decouples sidebar collapsed style from behavior.
2019-05-15Refactor split link after i18nBrandon Labuschagne
2019-05-15Fix loadJSONFixtures wrapper in JestWinnie Hellmann
2019-05-15Merge branch 'js-i18n-m' into 'master'Kushal Pandya
i18n JS files starting with m See merge request gitlab-org/gitlab-ce!28068
2019-05-15I18N JS files starting with nBrandon Labuschagne
This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. This commit only targets Vanilla JS files. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
2019-05-15Merge branch 'ce-jej/sso-enforcement-redirect' into 'master'Rémy Coutable
Refactor RoutableActions to allow additional not_found checks See merge request gitlab-org/gitlab-ce!28243
2019-05-15Merge branch 'new-proj-member-scb' into 'master'Phil Hughes
Resolve CE/EE diffs in new proj member import See merge request gitlab-org/gitlab-ce!28254
2019-05-15Merge branch 'proj-branches-index-scb' into 'master'Phil Hughes
Resolve CE/EE diffs in project branches See merge request gitlab-org/gitlab-ce!28261
2019-05-15Merge branch 'layouts-scb' into 'master'Phil Hughes
Resolve CE/EE diffs in app/views/layouts view Closes gitlab-ee#6647 See merge request gitlab-org/gitlab-ce!28197
2019-05-15Merge branch 'health-check-scb' into 'master'Phil Hughes
Resolve CE/EE diffs in health check See merge request gitlab-org/gitlab-ce!28270
2019-05-15Avoid passing not_found_or_authorized_proc aroundJames Edwards-Jones
Since this needs to be called on every find_routable!(Project, ... we can instead move it to a RoutableActions check.
2019-05-15Sessions can be listed for a given userJames Edwards-Jones
Adds ActiveSession#session_ids_for_user for listing session IDs for a given user, and adds ActiveSession#list_sessions for listing session data directly.