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-05-11Removed part about CommonsChunkPlugin since it won't be required soonfrontend-i18n-docsPhil Hughes
2017-05-10Added docs for frontend translating methodsPhil Hughes
2017-05-10Merge branch '32074-failed-build' into 'master' Phil Hughes
Fix broken test - load correct data Closes #32074 See merge request !11237
2017-05-10Fix broken test - load correct dataFilipa Lacerda
2017-05-10Merge branch '31349-pipelines-vue' into 'master' Phil Hughes
Use vue file for table pagination component Closes #31349 See merge request !11210
2017-05-10Use vue file for table pagination componentFilipa Lacerda
2017-05-10Merge branch 'tc-fix-openid-sign-in-at-again' into 'master' Robert Speicher
Spec fix: Add :redis keyword to some specs clear state of trackable attributes Closes #32041 See merge request !11221
2017-05-10Merge branch ↵Clement Ho
'32030-transient-failure-in-spec-features-boards-boards_spec-rb' into 'master' Fix transient job failures relating to "unhandled Promise rejection" in issue boards Closes #32030 See merge request !11222
2017-05-10Merge branch '31053-pipeline-ux' into 'master' Fatih Acet
Adds left connector class to the rendered graph Closes #31053 See merge request !11179
2017-05-10Merge branch '32021-job-component-test-failure' into 'master' Fatih Acet
Fix test failure in job vue componenFix test failure in job vue componentt Closes #32021 See merge request !11208
2017-05-10Merge branch 'dm-tree-blob-blame-consistency' into 'master' Fatih Acet
Make tree, blob and blame pages more consistent See merge request !11194
2017-05-10stub error handlers where uncaught Promise rejections currently existMike Greiling
2017-05-09Revert "Fix OpenID spec failure that assumed current_sign_in_at would be set"Toon Claes
This reverts commit 73f448e589f46865140412754a9c97df52dc16c7.
2017-05-09Merge branch 'winh-german-cycle-analytics' into 'master' Douwe Maan
Add German translation for Cycle Analytics See merge request !11161
2017-05-09Add :redis keyword to some specs clear state of trackable attributesToon Claes
The specs that rely on a correct value of the trackable attributes, should include the `:redis` keyword in the spec to ensure the state is reset between various specs. The trackable attributes being: - sign_in_count : Increased every time a sign in is made (by form, openid, oauth) - current_sign_in_at : A timestamp updated when the user signs in - last_sign_in_at : Holds the timestamp of the previous sign in - current_sign_in_ip : The remote ip updated when the user sign in - last_sign_in_ip : Holds the remote ip of the previous sign in The limiting of writing trackable attributes was introduced in gitlab-org/gitlab-ce!11053.
2017-05-09Merge branch 'sh-fix-openid-spec-failure' into 'master' Robert Speicher
Fix OpenID spec failure that assumed current_sign_in_at would be set Closes #32041 See merge request !11219
2017-05-09Fix OpenID spec failure that assumed current_sign_in_at would be setStan Hu
Due to 6a915d6f, the `current_sign_in_at` may not actually be set due to an ExclusiveLease in other jobs. To fix this spec, manually set the value in the setup. Closes #32041
2017-05-09Merge branch 'remove-needless-bind-polyfills' into 'master' Filipa Lacerda
Remove needless bind and indexOf polyfills See merge request !11187
2017-05-09Merge branch 'helm-documentation' into 'master' Achilleas Pipinellis
Kubernetes Helm Chart Install docs See merge request !11139
2017-05-09Kubernetes Helm Chart Install docsDJ Mountney
2017-05-09Merge branch 'dm-pipeline-widget-padding' into 'master' Robert Speicher
Make pipeline widget padding consistent between MR and commit pages See merge request !11193
2017-05-09Add Repository subnav to 'Find files'Douwe Maan
2017-05-09Make tree, blob and blame pages more consistentDouwe Maan
2017-05-09Merge branch 'dm-remove-unused-css-and-view' into 'master' Robert Speicher
Remove unused CSS and view See merge request !11190
2017-05-09Merge branch 'improve-trigger-docs' into 'master' Marin Jankovski
Add screenshots to Triggered Build docs See merge request !11211
2017-05-09Add screenshots to Triggered Build docsBalasankar C
2017-05-09Merge branch 'update-cr-docs' into 'master' Rémy Coutable
Fix links in code review docs See merge request !11207
2017-05-09Merge branch 'fix/gb/remove-ci-models-from-eager-load-paths' into 'master' Rémy Coutable
Remove CI/CD models directory from `eager_load_paths` Closes #31841 See merge request !11129
2017-05-09Merge branch 'deltas-only' into 'master' Sean McGivern
Don't use DiffCollection for deltas See merge request !11201
2017-05-09Merge branch '26944-prometheus-memory-sparkline' into 'master' Fatih Acet
Add Prometheus memory sparkline to MR widget Closes #26944 See merge request !11209
2017-05-09Merge branch 'issue_27168_2' into 'master' Sean McGivern
Preloads head pipeline for each merge request Closes #27168 See merge request !10064
2017-05-09Merge branch '31888-follow-up-from-backport-of-multiple-assignees-feature' ↵Sean McGivern
into 'master' Resolve "Follow-up from "Backport of Multiple Assignees feature"" See merge request !11185
2017-05-09Merge branch 'remove-archive-to-file' into 'master' Robert Speicher
Remove Gitlab::Git#archive_to_file See merge request !11205
2017-05-09Merge branch 'tc-cache-trackable-attributes' into 'master' Douwe Maan
Limit User's trackable attributes to update at most once/hour Closes #22068 See merge request !11053
2017-05-09Merge branch 'improve-trigger-build-output' into 'master' Sean McGivern
Increase verbosity of triggered build Closes omnibus-gitlab#2318 See merge request !11188
2017-05-09Add Prometheus memory sparkline to MR widgetkushalpandya
2017-05-09Fix test failure in job vue componenFix test failure in job vue componenttFilipa Lacerda
2017-05-09Remove unnecessary if checkClement Ho
2017-05-09Merge branch 'fix-main-bundle-sans-vue' into 'master' Clement Ho
Prevent vue.esm.js from being bundled into the primary JS bundle Closes #31966 See merge request !11177
2017-05-09Prevent vue.esm.js from being bundled into the primary JS bundleMike Greiling
2017-05-09Merge branch 'fix/gb/make-environment-policy-specs-to-pass-on-ee' into 'master' Sean McGivern
Robustify environment policy specs to pass on EE See merge request !11203
2017-05-09Fix links in code review docsSean McGivern
2017-05-09Improve readability of codeBalasankar C
2017-05-09Merge branch 'master' into 31053-pipeline-uxFilipa Lacerda
* master: Fallback to default pattern when note does not belong to project Merge request widget redesign Fixed focused test in notes spec Fixed UP arrow key not editing last comment in discussion Fix skipped manual actions issue in pipeline processing Fix notify_only_default_branch check for Slack service
2017-05-09Remove some unused Gitlab::Git codeJacob Vosmaer
2017-05-09Use Rails 'delegate'Jacob Vosmaer
2017-05-09Merge branch 'tc-fix-snippets-notes-spec' into 'master' Sean McGivern
Fix spec/features/snippets/notes_on_personal_snippets_spec.rb Closes #31993 See merge request !11199
2017-05-09Remove CI/CD models directory from `eager_load_paths`Grzegorz Bizon
CI/CD models are already located inside `CI` module, thus usual Rails autoloading principles apply. See https://github.com/rails/rails/issues/28854 for more details.
2017-05-09Don't make Commit#raw_deltas privateJacob Vosmaer
2017-05-09Add German translation for Cycle Analytics (!11161)winh