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-10-31Merge branch '3674-hashed-storage-attachments' into 'master'Douwe Maan
Hashed Storage support for Attachments See merge request gitlab-org/gitlab-ce!15068
2017-10-31Merge branch '39619-cancel-merge-when-pipeline-succeeds-from-the-api-fails' ↵Rémy Coutable
into 'master' Fix namespacing for MergeWhenPipelineSucceedsService in MR API Closes #39619 See merge request gitlab-org/gitlab-ce!15088
2017-10-31Merge branch 'add-packagist-project-service' into 'master'Kamil Trzciński
Add Packagist project service See merge request gitlab-org/gitlab-ce!14493
2017-10-31Make `#hashed_storage?` require feature argumentGabriel Mazetto
2017-10-31Upload files through the multi-file editorPhil Hughes
2017-10-31Merge branch ↵Douwe Maan
'39593-emails-on-push-are-sent-to-only-the-first-recipient-when-using-aws-ses' into 'master' Resolve "Emails on Push are sent to only the first recipient when using AWS SES" Closes #39593 See merge request gitlab-org/gitlab-ce!15083
2017-10-31Resolve "Convert autosize.js library to be a Yarn managed library"Tim Zallmann
2017-10-31Code Style changes and `hashed_storage?` now receives optional featureGabriel Mazetto
2017-10-30Fix namespacing for MergeWhenPipelineSucceedsService in MR APIMark Fletcher
2017-10-30Merge branch ↵Sean McGivern
'39570-performance-bar-appears-enabled-even-though-it-won-t-show-up' into 'master' Resolve "Performance bar appears enabled even though it won't show up" Closes #39570 See merge request gitlab-org/gitlab-ce!15084
2017-10-30Allow to disable the Performance Bar and document the `p b` shortcut in its ↵Rémy Coutable
doc page Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-10-30Merge branch '38869-importer_status' into 'master'Phil Hughes
Remove code from global namespace See merge request gitlab-org/gitlab-ce!15058
2017-10-30Merge branch ↵Fatih Acet
'39020-fix-js-call-stack-size-exceeded-autocomplete-group-milestone' into 'master' Fix call stack size exceeded group milestone description autocomplete Closes #39020 See merge request gitlab-org/gitlab-ce!14972
2017-10-30Only set Auto-Submitted header onceSean McGivern
The emails on push feature reuses the same email object, to avoid the expensive work of generating the email body. This interceptor would previously set multiple values for the same header, as that's the mail gem's default behaviour when called with the same header more than once. We don't want to change the emails on push service (although it's the only place where this happens), but fixing the interceptor is just as sensible anyway.
2017-10-30Use the Hashed Storage compatible layer to store AttachmentsGabriel Mazetto
2017-10-30Fix 500 error for old (somewhat) MRsAlexWayfer
2017-10-30Merge branch 'master' into 38869-importer_statusFilipa Lacerda
* master: (51 commits) Move locked check to a guard-clause Ci::Build tag is a trait instead of an own factory [CE backport] Saved configuration for issue board Use the correct project visibility in system hooks Add changelog more readable changelog Make merge_jid handling less stateful in MergeService Fetch the merged branches at once remove extra whitespace use a delegate for `username` to be more future friendly Merging EE doc into CE add changelog entry Avoid using Rugged in Gitlab::Git::Wiki#preview_slug Cache commits on the repository model Remove groups_select from global namespace & simplifies the code Change default disabled merge request widget message to "Merge is not allowed yet" Semi-linear history merge is now available in CE. Remove repetitive karma spec Improve spec to check hidden component Rename to shouldShowUsername ...
2017-10-30Merge branch 'zj-tag-trait-ci-build' into 'master'Grzegorz Bizon
Ci::Build tag is a trait instead of an own factory See merge request gitlab-org/gitlab-ce!15077
2017-10-30Merge branch 'make-merge-jid-handling-less-stateful' into 'master'Sean McGivern
Fix widget of locked merge requests not being presented See merge request gitlab-org/gitlab-ce!15069
2017-10-30Ci::Build tag is a trait instead of an own factoryZeger-Jan van de Weg
Minor annoyance of mine, and there were a couple of things wrong, for example: 1. Switching on a property is just a trait 2. It didn't inherrit from its parent Find and replace through the code based fixed all occurances.
2017-10-30Merge branch 'bvl-fix-system-hook-project-visibility' into 'master'Sean McGivern
Use the correct project visibility in system hooks Closes #39496 See merge request gitlab-org/gitlab-ce!15065
2017-10-30Merge branch '39366-email-confirmation-fails' into 'master'Douwe Maan
grab the correct username when confirming secondary email Closes #39366 See merge request gitlab-org/gitlab-ce!15010
2017-10-30Use the correct project visibility in system hooksBob Van Landuyt
2017-10-27Make merge_jid handling less stateful in MergeServiceOswaldo Ferreira
2017-10-27Moved renaming operations to storage layer abstractionGabriel Mazetto
When project storage_version is `2` means attachments are using hashed storage.
2017-10-27Fetch the merged branches at onceLin Jen-Shin (godfat)
2017-10-27remove extra whitespaceBrett Walker
2017-10-27use a delegate for `username` to be more future friendlyBrett Walker
2017-10-27Merge branch 'zj-commit-cache' into 'master'Sean McGivern
Cache commits on the repository model See merge request gitlab-org/gitlab-ce!14863
2017-10-27Merge branch 'add-user-avatar-username-link' into 'master'Fatih Acet
Add configurable option to display username in user avatar link component See merge request gitlab-org/gitlab-ce!14902
2017-10-27Merge branch 'ac-k8s-namespace-validator' into 'master'Rémy Coutable
Sanitize k8s default_namespace Closes #38692 See merge request gitlab-org/gitlab-ce!15053
2017-10-27Merge branch '39441-bring-edit-form-back' into 'master'Rémy Coutable
Revert "Merge branch '36670-remove-edit-form' into 'master'" Closes #39441 See merge request gitlab-org/gitlab-ce!15049
2017-10-27Merge branch '39188-change-default-disabled-merge-message' into 'master'Filipa Lacerda
Change default disabled merge request widget message to be more general Closes #39188 See merge request gitlab-org/gitlab-ce!14960
2017-10-27Cache commits on the repository modelZeger-Jan van de Weg
Now, when requesting a commit from the Repository model, the results are not cached. This means we're fetching the same commit by oid multiple times during the same request. To prevent us from doing this, we now cache results. Caching is done only based on object id (aka SHA). Given we cache on the Repository model, results are scoped to the associated project, eventhough the change of two repositories having the same oids for different commits is small.
2017-10-27Remove groups_select from global namespace & simplifies the codeFilipa Lacerda
2017-10-27Change default disabled merge request widget message to "Merge is not ↵Eric Eastwood
allowed yet" Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/39188
2017-10-27Remove repetitive karma specClement Ho
2017-10-27Improve spec to check hidden componentClement Ho
2017-10-26Remove issuable form from global namespaceFilipa Lacerda
2017-10-26Remove issuableContext from global namespaceFilipa Lacerda
2017-10-26Improves issuable testsFilipa Lacerda
Fixes missing dependencies
2017-10-26Add KubernetesService#default_namespace testsAlessio Caiazza
2017-10-26Revert "Merge branch '36670-remove-edit-form' into 'master'"Sean McGivern
This reverts commit 915e35a2992a4e51db2ac32aac8d7a29b1f4449e, reversing changes made to 9533786f522e358f372d8a0ec4b4990ae9d88f37.
2017-10-26Remove duped testsAlessio Caiazza
Likely caused by EE conflicts resolution
2017-10-26Merge branch 'fix/add-path-attr-to-wiki-file' into 'master'Sean McGivern
Add path attribute to WikiFile class Closes #39420 See merge request gitlab-org/gitlab-ce!15019
2017-10-26Merge branch 'gl-username-hook-fix' into 'master'Douwe Maan
Fix the incorrect value being used to set GL_USERNAME on hooks See merge request gitlab-org/gitlab-ce!15038
2017-10-26Merge branch 'non-existing-repo-optimization' into 'master'Douwe Maan
Avoid calling underlying methods on non-existing repos See merge request gitlab-org/gitlab-ce!14962
2017-10-26Merge branch 'api-configure-jira' into 'master'Douwe Maan
Validate username/pw for Jiraservice, require them in the API Closes #36621 See merge request gitlab-org/gitlab-ce!15025
2017-10-26Add path attribute to WikiFile classAhmad Sherif
Fixes #39420
2017-10-25Added ssh fingerprint, gitlab ci and pages information in an instance ↵Francisco Lopez
configuration page Closes #25142