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
2019-04-04Fix broken spec for Merge request > Revert modalDouglas Barbosa Alexandre
2019-04-04Include DAST as dependent CI templateLucas Charles
2019-04-03Merge branch '29249-show-download-diff-even-when-merge-request-is-closed' ↵Mike Greiling
into 'master' Resolve "Show download diff even when merge request is closed" Closes #29249 See merge request gitlab-org/gitlab-ce!26772
2019-04-03Merge branch '13784-validate-variables-for-masking' into 'master'Clement Ho
Simple masking frontend - CE See merge request gitlab-org/gitlab-ce!26751
2019-04-03Merge branch '58644-remove-reply_to_individual_notes-feature-flag' into 'master'Nick Thomas
Remove reply_to_individual_notes feature flag Closes #58644 See merge request gitlab-org/gitlab-ce!26889
2019-04-03Merge branch 'feature/webide_escaping' of gitlab.com:hiddentiger/gitlab-ce ↵Kieran Andrews
into feature/webide_escaping
2019-04-03Merge branch '52560-fix-duplicate-tag-system-hooks' into 'master'Rémy Coutable
Only execute system hooks once when pushing tags Closes #52560 See merge request gitlab-org/gitlab-ce!26888
2019-04-03Merge branch '59756-shared-example-already-defined' into 'master'Sean McGivern
Remove already defined shared example Closes #59756 See merge request gitlab-org/gitlab-ce!26867
2019-04-03Add port section to CI Image objectFrancisco Javier López
In order to implement https://gitlab.com/gitlab-org/gitlab-ee/issues/10179 we need several modifications on the CI config file. We are adding a new ports section in the default Image object. Each of these ports will accept: number, protocol and name. By default this new configuration will be only enabled in the Web IDE config file.
2019-04-03Merge branch '55268-exclude-system-notes-from-commits-in-mr' into 'master'Rémy Coutable
Do not show system notes on commits in the MR page Closes #55268 See merge request gitlab-org/gitlab-ce!26396
2019-04-03Merge branch '47234-composable-auto-devops' into 'master'Dmitriy Zaporozhets
Resolve "Composable Auto DevOps" Closes #47234 See merge request gitlab-org/gitlab-ce!26520
2019-04-03Merge branch ↵Sean McGivern
'53459-quick-action-adds-multiple-labels-to-issue-if-middle-words-overlap-with-existing-label' into 'master' Resolve "Quick Action Adds Multiple Labels to Issue If Middle Words Overlap with Existing Label" Closes #53459 See merge request gitlab-org/gitlab-ce!26602
2019-04-03Extend timezone dropdownEzekiel Kigbo
Adds optional paramters to the constructor to allow reuse of the timezone dropdown on other pages
2019-04-03Merge branch 'fix-broken-master-release-permission-ce' into 'master'Rémy Coutable
Backport: Fix Release permission spec See merge request gitlab-org/gitlab-ce!26897
2019-04-03Merge branch 'fixed-duplicated-large-text-on-diffs' into 'master'Filipa Lacerda
Fixes duplicate diff too large error messages Closes #59802 See merge request gitlab-org/gitlab-ce!26857
2019-04-03Fix Release permission specShinya Maeda
We recently changed the permission model to disallow guests to read Releases. The spec should be updated as well according to the expectation.
2019-04-03Remove reply_to_individual_notes feature flagHeinrich Lee Yu
Also removes specs related to the flag
2019-04-03Only execute system hooks once when pushing tagsNick Thomas
2019-04-03Show Download diff links in closed MRsFatih Acet
Download MR diffs links were only available for open MRs, however it may still be useful for closed MRs.
2019-04-02Remove non-functional add issue button on welcome listDonald Cook
2019-04-02Revert "Merge branch 'jprovazn-graphql-prometheus' into 'master'"Jan Provaznik
This reverts merge request !26569
2019-04-02Fix quick actions add label name middle word overlapsJacopo
Fixes quick actions add label when adding a label which name middle word overlaps with another label name: for example adding "A B C" when also label "B" exists. With the fix only the label "A B C" is correctly added, previously also the label "B" was added due to the middle word overlaps.
2019-04-02Merge branch 'ce-reduce-diff-in-spec-models' into 'master'Lin Jen-Shin
[CE] Reduce diff with EE in `spec/models` See merge request gitlab-org/gitlab-ce!26847
2019-04-02Do not show system notes on commits in the MR pageHeinrich Lee Yu
2019-04-02Merge branch ↵Lin Jen-Shin
'ce-6119-extract-ee-specific-files-lines-for-spec-services-groups' into 'master' Remove groups destroy race condition spec See merge request gitlab-org/gitlab-ce!26851
2019-04-02Merge branch 'sh-cache-pipeline-find-commits' into 'master'Kamil Trzciński
Cache FindCommit results in pipelines view See merge request gitlab-org/gitlab-ce!26776
2019-04-02Remove already defined shared exampleAlexandru Croitor
Removing the time traking shared example as it was actually moved under time_tracking_quick_action_shared_examples.rb filename to a different path as part of spec refactorign for quick action https://gitlab.com/gitlab-org/gitlab-ce/issues/50199 https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/26095
2019-04-02Stop calling UnlinkRepositoryFromObjectPool RPCJacob Vosmaer
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/59777. In earlier iterations of our implementation of Git object deduplication we thought we would be making extensive use of Git remotes in pool repositories in the future, and that we should manage these remotes carefully from the start. We now expect we only care about one remote, namely the source project. The other remotes are there only for forensic purposes. Before this MR we tried to also remove pool remotes when member projects got deleted, with the UnlinkRepositoryFromObjectPool RPC. This is fragile when there are race conditions (see https://gitlab.com/gitlab-org/gitaly/issues/1568#note_153955926). We have spent some time making this RPC less fragile in https://gitlab.com/gitlab-org/gitaly/merge_requests/1151 but looking at this problem again, I think we should just stop calling it.
2019-04-02Merge branch 'jarv/dev-to-gitlab-2019-04-02' into 'master'Robert Speicher
Jarv/dev to gitlab 2019 04 02 Closes #2810 See merge request gitlab-org/gitlab-ce!26846
2019-04-02Fixes duplicate diff too large error messagesPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59802
2019-04-02Merge branch 'expose-mr-pipeline-parameters-for-merge-widget-ce' into 'master'Kamil Trzciński
Backport: Expose merge request pipeline parameters for MR widget See merge request gitlab-org/gitlab-ce!26826
2019-04-02Cache FindCommit results in pipelines viewStan Hu
For each pipeline, the controller will call `Pipeline#latest?` to determine if the pipeline's ref is the latest for that branch. Since it's likely that the same branches are being used in each pipeline, we can reduce Gitaly overhead by caching the results of the FindCommit call.
2019-04-02Backport splitting approval changes from CEIgor
Author and committers approvals are split in EE This commit provides backports for those changes This reverts commit 886f00bcba23d67e2c86591c2eb5359ef457a2f9.
2019-04-02Monitor GraphQL with PrometheusJan Provaznik
Extends graphql's platform tracing class to observe duration of graphql methods. In graphql 1.8.11 is added prometheus class but it's not very useful for us because it uses prometheus_exporter to export results.
2019-04-02Remove groups destroy race condition specSean McGivern
This was removed in the below MR in EE only, as it was causing failures related to Geo. https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3999
2019-04-02Merge branch 'sh-fix-rugged-tree-entries' into 'master'Sean McGivern
Avoid excessive recursive calls with Rugged TreeEntries Closes #59759 See merge request gitlab-org/gitlab-ce!26813
2019-04-02Backport EE changeShinya Maeda
This is for merge request pipelines
2019-04-02Merge branch 'issue_51789_part_1' into 'master'Sean McGivern
Migrate issuable states to integer patch 1 of 2 Closes #51789 See merge request gitlab-org/gitlab-ce!25107
2019-04-02[CE] Reduce diff with EE in spec/models/project_wiki_spec.rbRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-04-02[CE] Reduce diff with EE in spec/models/project_team_spec.rbRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-04-02[CE] Reduce diff with EE in spec/models/project_spec.rbRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-04-02[CE] Reduce diff with EE in spec/models/environment_spec.rbRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-04-02[CE] Reduce diff with EE in spec/models/concerns/prometheus_adapter_spec.rbRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-04-02Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into ↵John Jarvis
jarv/dev-to-gitlab-2019-04-02
2019-04-02Rake task for removing exif from uploadsJan Provaznik
Adds a rake task which can be used for removing EXIF data from existing uploads.
2019-04-02Merge branch 'security-2819-xss-resolve-conflicts-branch-name' into 'master'GitLab Release Tools Bot
Fix XSS in resolve conflicts form See merge request gitlab/gitlabhq!2977
2019-04-02Merge branch 'security-56224' into 'master'GitLab Release Tools Bot
Fix related branches visible in issues for guests See merge request gitlab/gitlabhq!2996
2019-04-02Merge branch 'security-id-potential-denial-languages' into 'master'GitLab Release Tools Bot
Return cached languages if they've been detected before See merge request gitlab/gitlabhq!2998
2019-04-02Merge branch 'security-55503-fix-pdf-js-vulnerability' into 'master'GitLab Release Tools Bot
Fix PDF.js vulnerability See merge request gitlab/gitlabhq!2999
2019-04-02Merge branch 'security-use-untrusted-regexp' into 'master'GitLab Release Tools Bot
Use UntrustedRegexp for CI refs matching See merge request gitlab/gitlabhq!3005