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-06-02Add Changelog fix textual description in config.ruPawel Chojnacki
2017-06-02Merge branch 'winh-styled-people-search-bar' into 'master'Tim Zallmann
Style people in issuable search bar Closes #30468 See merge request !11402
2017-06-02Merge branch ↵Rémy Coutable
'32983-merge-conflict-resolution-removed-the-newline-in-the-end-of-file' into 'master' Resolve "Merge conflict resolution removed the newline in the end of file" Closes #32983 See merge request !11817
2017-06-02Merge branch '33242-create-project-for-user-api-ignores-path-parameter' into ↵Sean McGivern
'master' Add optional path parameter and fix tests Closes #33242 See merge request !11868
2017-06-02Merge branch '28080-system-checks' into 'master'Sean McGivern
SystemCheck library for executing checks from a rake task See merge request !9173
2017-06-02Merge branch '33215-fix-hard-delete-of-users' into 'master'Douwe Maan
Fix hard-deleting users when they have authored issues Closes #33215 See merge request !11855
2017-06-02Merge branch 'blameless' into 'master'Rémy Coutable
Promote blameless culture by using "annotate" instead See merge request !10378
2017-06-02Style people in issuable search bar (!11402)winh
2017-06-02Merge branch '31511-jira-settings' into 'master'Sean McGivern
Simplify test&save actions when setting a service integration Closes #31511 See merge request !11599
2017-06-02Pipeline show view real time header sectionFilipa Lacerda
2017-06-02Fix missing optional path parameter in "Create project for user" APIAthar Hameed
2017-06-02Address review commentsJarka Kadlecova
2017-06-02Merge branch '33207-show-delete-option-in-admin-users-page' into 'master'Grzegorz Bizon
Allow admins to delete users from the admin users page Closes #33207 See merge request !11852
2017-06-02Show current user immediately in issuable filtersWinnie Hellmann
2017-06-02Promote blameless culture by using "annotate" insteadIlya Vassilevsky
User-facing changes (fast & easy win)
2017-06-02Fix hard-deleting users when they have authored issuesNick Thomas
2017-06-01Merge branch 'zj-realtime-env-list' into 'master'Kamil Trzciński
Realtime env list Closes #31701 See merge request !11333
2017-06-01Merge branch 'yuanfeiz/gitlab-ce-aliyun-backup-provider' into 'master'Rémy Coutable
Add fog-aliyun as backup storage provider See merge request !11849
2017-06-01Merge branch 'dm-gravatar-username' into 'master'Sean McGivern
Add username parameter to gravatar URL Closes #24472 See merge request !11741
2017-06-01Merge branch '24196-protected-variables' into 'master'Kamil Trzciński
Implementation for protected variables Closes #24196 See merge request !11688
2017-06-01Resolve "Improve Container Registry description"Achilleas Pipinellis
2017-06-01Merge branch 'dm-comment-on-mr-commit-discussion' into 'master'Grzegorz Bizon
Fix replying to a commit discussion displayed in the context of an MR Closes #33201 See merge request !11847
2017-06-01Merge branch 'dm-fix-jump-button' into 'master'Fatih Acet
Fix title of discussion jump button at top of page See merge request !11768
2017-06-01Merge branch 'migrate-old-artifacts' into 'master'Grzegorz Bizon
Fix data inconsistency issue for old artifacts by moving them to a currently used path Closes #32036 See merge request !11824
2017-06-01Allow admins to delete users from the admin users pageNick Thomas
2017-06-01Add username parameter to gravatar URLDouwe Maan
2017-06-01Merge branch '31644-make-cookie-sessions-unique' into 'master'Douwe Maan
Update session cookie key name to be unique to instance in development Closes #31644 See merge request !11839
2017-06-01Fix replying to a commit discussion displayed in the context of an MRDouwe Maan
2017-06-01Add fog-aliyun as backup storage providerYuanfei Zhu
2017-06-01Update session cookie key name to be unique to instance in developmentEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/31644
2017-06-01Merge branch 'bugfix/deploy_keys__can_push__usage_in_api' into 'master'Rémy Coutable
Add missing `can_push` parameter to POST /v3/deploy_keys See merge request !11607
2017-06-01Keep trailing newline when picking conflict sectionsSean McGivern
If our side of the conflict file has a trailing newline, and we are picking sections, not editing the whole content, then add a trailing newline back.
2017-06-01Fix data inconsistency issue for old artifacts by moving them to a currently ↵Kamil Trzcinski
used path
2017-06-01Merge branch 'fix-n-plus-one-queries-for-user-access' into 'master'Yorick Peterse
Fix N+1 queries for non-members in comment threads See merge request !11827
2017-06-01Merge branch 'zj-drop-fk-if-exists' into 'master'Yorick Peterse
Only remove FK if it exists See merge request !11828
2017-06-01Merge branch ↵Rémy Coutable
'31602-display-whether-shared-runner-is-enabled-in-the-admin-dashboard' into 'master' Display Shared Runner status in Admin Dashboard Closes #31602 See merge request !11783
2017-06-01Merge branch 'fix_diff_line_comments' into 'master'Sean McGivern
Fix: A diff comment on a change at last line of a file shows as two comments in discussion Closes #32353 See merge request !11802
2017-06-01Fix N+1 queries for non-members in comment threadsSean McGivern
When getting the max member access for a group of users, we stored the results in RequestStore. However, this will only return results for project members, so anyone who wasn't a member of the project would be checked once at the start, and then once for each comment they made. These queries are generally quite fast, but no query is faster!
2017-06-01Merge branch 'dm-emails-are-not-user-references' into 'master'Sean McGivern
Don't match email addresses or foo@bar as user references See merge request !11837
2017-06-01Merge branch 'dm-discussions-n-plus-1' into 'master'Sean McGivern
Resolve N+1 query issue with discussions Closes #33013 See merge request !11775
2017-06-01Merge branch 'master' into zj-realtime-env-listZ.J. van de Weg
2017-06-01Only remove FK if it existsZ.J. van de Weg
2017-06-01Merge branch 'master' into '24196-protected-variables'Kamil Trzciński
# Conflicts: # db/schema.rb
2017-06-01Add feature tests for improved JIRA settingsJarka Kadlecova
2017-06-01Don't match email addresses or foo@bar as user referencesDouwe Maan
2017-06-01Merge branch 'master' into 'trigger-source'Grzegorz Bizon
# Conflicts: # db/schema.rb
2017-06-01Add feature toggles through FlipperAlejandro Rodríguez
2017-05-31Merge branch 'dm-gitmodules-parsing' into 'master'Grzegorz Bizon
Make .gitmodules parsing more resilient to syntax errors Closes #26009 See merge request !11803
2017-05-31Merge remote-tracking branch 'upstream/master' into 24196-protected-variablesLin Jen-Shin
* upstream/master: (141 commits) Add Documentation for GIT_CHECKOUT variable Ui improvements for count badges and permission badges Rename the other jobs Update jobs_spec for changes from builds_spec Update docs related to protected actions Add changelog for protected branches abilities fix Ask for an example project for bug reports Center loading spinner in issuable filters Fix chat commands specs related to protected actions Fix builds controller specs related to protected actions Fix pipeline retry specs related to protected actions Fix environment model specs related to protected actions Fix build factory specs related to protected actions Fix job play service specs related to protected actions Fix play status specs related to protected actions Fix deploy chat command specs for protected actions Fix environment specs related to protected actions Use another scope to add the - prefix, feedback: Fix pipeline processing specs related to protected actions Fix build entity specs related to protected actions ...
2017-05-31Display Shared Runner status in Admin Dashboardvanadium23