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
path: root/spec
AgeCommit message (Collapse)Author
2017-06-02Make tests of Gitlab::Metrics use explicit descriptions.Pawel Chojnacki
2017-06-02Mark migration as requiring no downtimePawel Chojnacki
+ Add spaces for four phases approach + fix InfluxDB rename
2017-06-02Move most of MetricsController logic to MetricsServicePawel Chojnacki
2017-06-02move check if metrics are enabled to before actionPawel Chojnacki
2017-06-02Correctly handle temporary folder for testing multiproces metricsPawel Chojnacki
2017-06-02Add tests for metrics behaviorPawel Chojnacki
2017-06-02Split metrics from health controller into metrics controllerPawel Chojnacki
2017-06-02Merge branch '2361-pending-migrations-break-current-settings' into 'master'Rémy Coutable
Skip loading application settings from the database when migrations are pending Closes gitlab-ee#2361 See merge request !11842
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 'port-refactor-wiki-page-services' into 'master'Grzegorz Bizon
Refactor specs for WikiPage services See merge request !11862
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-02Skip loading application settings from the database when migrations are pendingNick Thomas
Various Rails initializers (metrics, sentry, etc) are run before migrations, which can lead to a mismatch between app/models/application_settings.rb and schema.
2017-06-02Merge branch 'blameless' into 'master'Rémy Coutable
Promote blameless culture by using "annotate" instead See merge request !10378
2017-06-02Refactor specs for WikiPage servicesDouglas Barbosa Alexandre
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-02Add frontend fixture for issue listwinh
2017-06-02Simplify filtered_search_visual_tokens_spec.jswinh
2017-06-02Minor refactor based on review feedbackkushalpandya
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-02Rename `Gitlab::Git::EncodingHelper` to `Gitlab::EncodingHelper`Bob Van Landuyt
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 'dm-fix-pipeline-creation-race-condition' into 'master'Kamil Trzciński
Fix race condition between pipeline creation and MR diff_head_sha update Closes #33219 See merge request !11859
2017-06-01Fix race condition between pipeline creation and MR diff_head_sha updateDouwe Maan
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 '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-01Explicitly test etag cache invalidationZ.J. van de Weg
When a new deployment is created, this will trigger the invalidation on the etag cache on the environment. This flow is now explicitly tested.
2017-06-01Fix replying to a commit discussion displayed in the context of an MRDouwe Maan
2017-06-01Add missing specsKamil Trzcinski
2017-06-01Merge branch 'dm-update-discussion-diff-position' into 'master'Grzegorz Bizon
Update diff discussion position per discussion instead of per note Closes #33157 See merge request !11833
2017-06-01Make sure protected can't be null; Test protected!Lin Jen-Shin
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-01Merge branch 'document-not-using-serialize' into 'master'Douwe Maan
Document not using ActiveRecord's serialize method See merge request !11821
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