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
2019-04-09Move Contribution Analytics related spec in ↵Imre Farkas
spec/features/groups/group_page_with_external_authorization_service_spec to EE
2019-04-09[CE] Support multiple assignees for merge requestsOswaldo Ferreira
Backports https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/10161 (code out of ee/ folder).
2019-04-05Revert "Merge branch 'if-57131-external_auth_to_ce' into 'master'"Andreas Brandl
This reverts merge request !26823
2019-04-05Move Contribution Analytics related spec in ↵Imre Farkas
spec/features/groups/group_page_with_external_authorization_service_spec to EE
2019-04-05Autocorrect with RSpec/ExampleWording copThong Kuah
- rewords examples starting with 'should' - rewords examples starting with 'it' Note: I had to manually fixup "onlies" to "only"
2019-04-04Allow reactive caching to be used in servicesReuben Pereira
Add support for defining a reactive_cache_worker_finder function that will be used by the reactive_caching_worker to generate/initialize the calling object. This allows reactive caching to work with Services where the object cannot be obtained from DB but a new object can be initialized.
2019-04-03Specify time window for additional metrics apisyasonik
Adds support for start and end parameters in the #additional_metrics endpoint of the EnvironmentsController. start and end are meant to be unix timestamps, per the Prometheus API (as the consumer of this endpoint will eventually be transitioned to a prometheus endpoint). This functionality is behind the :metrics_time_window feature flag for development.
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-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/concerns/prometheus_adapter_spec.rbRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-04-01Add # frozen_string_literal to spec/modelsThong Kuah
Adds `# frozen_string_literal: true` to spec/models ruby files
2019-03-27Merge masterFelipe Artur
2019-03-21Merge branch '57115-just-in-time-k8s-resource-creation' into 'master'Clement Ho
Create project-specific Kubernetes resources just-in-time See merge request gitlab-org/gitlab-ce!25586
2019-03-20Rename the hidden option to whitelistedDouglas Barbosa Alexandre
2019-03-20Add option to not exclude _html fields from attributesDouglas Barbosa Alexandre
2019-03-20Add :preparing status to HasStatusTiger
Introduces a new status for builds between :created and :pending that will be used when builds require one or more prerequisite actions to be completed before being picked up by a runner (such as creating Kubernetes resources before deploying). The existing :created > :pending transition is unchanged, so only builds that require preparation will use the :preparing status.
2019-03-13Add attached flag to pipeline entityShinya Maeda
Add spec Fix Fix Add changelog Drop attached Remove attached Update changelog ok
2019-03-06Use encrypted runner tokensKamil Trzciński
This makes code to support encrypted runner tokens. This code also finished previously started encryption process.
2019-03-05Merge dev.gitlab.org master into GitLab.com masterYorick Peterse
2019-03-05Display only informaton visible to current userJarka Košanová
Display only labels and assignees of issues visible by the currently logged user Display only issues visible to user in the burndown chart
2019-03-04Merge dev master into GitLab.com masterYorick Peterse
2019-03-04Merge branch 'security-2773-milestones-fix' into 'master'Yorick Peterse
[master] Check issue milestone availability See merge request gitlab/gitlabhq!2788
2019-03-04Merge branch 'security-2797-milestone-mrs' into 'master'Yorick Peterse
Show only MRs visible to user on milestone detail See merge request gitlab/gitlabhq!2895
2019-03-01Fix inconsistent `branch?` behaviorShinya Maeda
between Ci::Pipeline and Ci::Build Add spec Add more tests ok
2019-02-27Merge branch 'fix-misspellings-app' into 'master'Rémy Coutable
Fix misspellings in app/spec executable lines See merge request gitlab-org/gitlab-ce!25521
2019-02-27Fix misspellings in app/spec executable linesTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-02-27Revert "Merge branch 'revert-8baf9e5f' into 'master'"Matija Čupić
This reverts commit f5201a816f2eff9393e16f362403451e5d86ee6c, reversing changes made to 48e6db0dad6f256e8423e0bd6c9b254803f50ccf.
2019-02-26Revert "Merge branch '13784-simple-masking-of-protected-variables-in-logs' ↵Kamil Trzciński
into 'master'" This reverts merge request !25293
2019-02-26Add Maskable concern for CI variablesMatija Čupić
This adds a concern that abstracts the concept of masking a variable, including the RegEx for validation.
2019-02-20Remove undigested token column from personal_access_tokens tableImre Farkas
Token column are no longer used as token values are stored digested in token_digest.
2019-02-19Merge branch 'master' into issue_51789_part_1Felipe Artur
2019-02-18Allow blank values to be stored in reactive cacheReuben Pereira
Reactive caching concern was using .present? to determine if it got a valid value from the cache. This returns false for values such as false, [], {}. Change this check to !.nil? instead.
2019-02-14Add specs for issuable states syncFelipe Artur
2019-02-14Show only MRs visible to user on milestone detailJarka Košanová
2019-02-14Check issue milestone availabilityJarka Košanová
Add project when creating milestone in specs We validate milestone is from the same project/parent group as issuable -> we need to set project in specs correctly Improve methods names and specs organization
2019-02-06Add local markdown versionJan Provaznik
Cached markdown version is composed both from global and local markdown version. This allows admins to bump version locally when needed (e.g. when external URL is changed).
2019-02-05Merge branch 'jprovazn-remove-redcarpet' into 'master'Grzegorz Bizon
Remove Redcarpet markdown engine Closes #51374 See merge request gitlab-org/gitlab-ce!24819
2019-02-05Merge branch 'search-title' into 'master'Sean McGivern
Add 'in' filter that modifies scope of 'search' filter to issues and merge requests API See merge request gitlab-org/gitlab-ce!24350
2019-02-05Fix grammar and spellingHiroyuki Sato
2019-02-04Remove Redcarpet markdown engineJan Provaznik
This engine was replaced with CommonMarker in 11.4, it was deprecated since then.
2019-01-31Address review commentsBrett Walker
2019-01-31Use the sourcepos attribute for finding tasksBrett Walker
2019-01-31Specs for caching and issue controller changesBrett Walker
2019-01-28Merge branch 'bw-enable-sourcepos' into 'master'Robert Speicher
Enable CommonMark source line position information See merge request gitlab-org/gitlab-ce!23971
2019-01-24Enable the Layout/ExtraSpacing copRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-01-22Fix review commentsBrett Walker
including refactoring, disabling sourcepos for pipelines that don't need it, and minimizing spec changes by disabling sourcepos when not testing for it explicitly.
2019-01-21Enable CommonMark source line position informationBrett Walker
This adds 'data-sourcepos' to tags, indicating which line of markdown it came from. Sets the stage for intelligently manipulating specific lines of markdown.
2019-01-14Add 'in' filter that modifies scope of 'search' filter to issues and merge ↵Hiroyuki Sato
requests API
2019-01-11Fix deprecation: Passing an argument to force an association to reload is ↵Jasper Maes
now deprecated
2019-01-02Merge branch 'security-master-secret-ci-variables-exposed' into 'master'John Jarvis
[master] Secret CI variables can exposed by creating a tag with the same name as an existing protected branch See merge request gitlab/gitlabhq!2596