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
2018-02-15Merge branch 'sh-fix-error-500-licensee' into 'master'Douwe Maan
Fix Error 500s loading repositories with inconsistent HEAD Closes #43268 See merge request gitlab-org/gitlab-ce!17128
2018-02-15Merge branch 'mc/fix/project-variables-scope' into 'master'Kamil Trzciński
Resolve "Project variables validate without any scopes disregarding environment_scope" Closes #43191 See merge request gitlab-org/gitlab-ce!17086
2018-02-14Merge branch '42934-search-api-fix' into 'master'Sean McGivern
Add information about projects when searching in wiki_blobs, blobs, commits scopes Closes #42934 See merge request gitlab-org/gitlab-ce!17095
2018-02-14Merge branch 'ac/4878-fix-attachments-ext' into 'master'Nick Thomas
Honour workhorse provided file name See merge request gitlab-org/gitlab-ce!17059
2018-02-14Merge branch 'remove_ldap_person_validation' into 'master'Stan Hu
Remove problematic LDAP::Person validation for new strategy Closes #42412 and #42359 See merge request gitlab-org/gitlab-ce!16727
2018-02-14Merge branch 'jivl-update-katex' into 'master'Clement Ho
Updated katex library Closes #43032 See merge request gitlab-org/gitlab-ce!15864
2018-02-13Merge branch 'whitelisting' into 'master'Yorick Peterse
Remove Sentry reporting for query limiting See merge request gitlab-org/gitlab-ce!17092
2018-02-13Merge branch 'sh-fix-issue-43193' into 'master'Sean McGivern
Fix Error 500s creating merge requests with external issue tracker Closes #43193 See merge request gitlab-org/gitlab-ce!17073
2018-02-13Merge branch 'winh-new-branch-dropdown-style' into 'master'Phil Hughes
Cleanup new branch/merge request form in issues Closes #41938 See merge request gitlab-org/gitlab-ce!16854
2018-02-12Merge branch 'sh-disable-query-limiter' into 'master'Ian Baum
Disable query limiting warnings for now on GitLab.com See merge request gitlab-org/gitlab-ce!17067
2018-02-12Merge branch ↵Ian Baum
'rd-43185-revert-sanitize-extra-blank-spaces-used-when-uploading-a-ssh-key' into 'master' Revert "Merge branch 'rd-40552-gitlab-should-check-if-keys-are-valid-before-saving' into 'master'" See merge request gitlab-org/gitlab-ce!17062
2018-02-12Merge branch '42928-default-protected-variables-to-off' into 'master'Filipa Lacerda
Default CI variables to unprotected Closes #42928 See merge request gitlab-org/gitlab-ce!17039
2018-02-12Merge branch '42937-search-api-fix' into 'master'Grzegorz Bizon
API - fix searching in group/project specified by path Closes #42937 See merge request gitlab-org/gitlab-ce!17033
2018-02-10Merge branch 'rs-pick-security' into 'master'Stan Hu
Pick 10.4.3 fixes into master See merge request gitlab-org/gitlab-ce!17040
2018-02-08Resolve "New design for user deletion confirmation in admin area"Shah El-Rahman
2018-02-08Merge branch '41297-new-design-for-cancel-stop-pipeline-confirmation' into ↵Clement Ho
'master' Resolve "New design for cancel / stop pipeline confirmation" Closes #41297 See merge request gitlab-org/gitlab-ce!16813
2018-02-08Add modal for stopping and retrying pipelinesShah El-Rahman
Fix tests Address code review feedback Fix tests
2018-02-08Migrate Git::Blob.batch to GitalyAhmad Sherif
Closes gitaly#985
2018-02-08Merge branch '42462-edit-note' into 'master'Fatih Acet
Resolve "Cancelling a second comment edit doesn't return its state to before the edit" Closes #42462 See merge request gitlab-org/gitlab-ce!16869
2018-02-08Resolve "Cancelling a second comment edit doesn't return its state to before ↵Simon Knox
the edit"
2018-02-08Replace $.ajax in profile.js with axiosClement Ho
2018-02-07Merge branch 'fix/cache-gitaly-find-commits' into 'master'Sean McGivern
Cache Gitaly FindCommit RPC response See merge request gitlab-org/gitlab-ce!16949
2018-02-07Merge branch 'fix_help_controller_spec' into 'master'Sean McGivern
Updating `HelpController` spec to use an existing image See merge request gitlab-org/gitlab-ce!16977
2018-02-07Merge branch '4656-ce-port-filtered-search-bar' into 'master'Clement Ho
CE Port: for Filtered search releated changes See merge request gitlab-org/gitlab-ce!16917
2018-02-07Updating `HelpController` spec to use an existing imageMario de la Ossa
2018-02-07Merge branch 'ce-4813-fix-ee-projects-destroy_service_spec' into 'master'Sean McGivern
Reset column information after the schema is migrated in MigrationsHelpers.schema_migrate_up! Closes gitlab-ee#4813 See merge request gitlab-org/gitlab-ce!16950
2018-02-07Merge branch 'clear-job-request-timeout' into 'master'Filipa Lacerda
Clear the timeout in Jobs class after each test Closes #42830 See merge request gitlab-org/gitlab-ce!16969
2018-02-07Merge branch 'pawel/connect_to_prometheus_through_proxy-30480' into 'master'Robert Speicher
Deploy prometheus through kubernetes and autoconnect to cluster Closes #30480 and #28916 See merge request gitlab-org/gitlab-ce!16182
2018-02-07Merge branch '3559-ce-port-group-roadmap' into 'master'Filipa Lacerda
CE Port for Group Roadmap changes See merge request gitlab-org/gitlab-ce!16908
2018-02-07Removing gitaly flagsFrancisco Javier López
2018-02-07Clear the timeout in Jobs class after each testPhil Hughes
2018-02-07Add `convertObjectPropsToCamelCase` helper methodKushal Pandya
2018-02-07Cache Gitaly FindCommit RPC responseAhmad Sherif
2018-02-07Merge branch 'zj-refs-hash' into 'master'Sean McGivern
Don't use rugged in Repository#refs_hash Closes gitaly#880 See merge request gitlab-org/gitlab-ce!16827
2018-02-07Merge branch 'rd-35856-backport-lfs-file-locking-api' into 'master'Sean McGivern
Backport LFS File Locking API Closes #35856 See merge request gitlab-org/gitlab-ce!16935
2018-02-07Merge branch '41763-search-api' into 'master'Sean McGivern
Search API Closes #41763 See merge request gitlab-org/gitlab-ce!16878
2018-02-07Don't use rugged in Repository#refs_hashZeger-Jan van de Weg
The refs hash is used to determine what branches and tags have a commit as head in the network graph. The previous implementation depended on Rugged#references. The problem with this implementation was that it depended on rugged, but also that it iterated over all references and thus loading more data than needed if for example the project uses CI/CD environments, Pipelines, or Merge Requests. Given only refs are checked the network cares about the GraphHelper#refs method has no need to reject those, simplifying the method. Closes gitlab-org/gitaly#880
2018-02-07Backport of LFS File Locking APIRubén Dávila
2018-02-07Add `convertToCamelCase` helper methodKushal Pandya
2018-02-07Update tests for date helper functionsKushal Pandya
2018-02-07Merge branch '41209-ci-linter-fails-on-gitlab-ci-blob-viewer' into 'master'Kamil Trzciński
Resolve "CI linter fails to work" Closes #41209 See merge request gitlab-org/gitlab-ce!16922
2018-02-07Merge branch 'fix/gb/fix-redundant-pipeline-stages' into 'master'Kamil Trzciński
Remove redundant pipeline stages from the database Closes #41769 See merge request gitlab-org/gitlab-ce!16580
2018-02-07Merge branch ↵Kamil Trzciński
'38265-stuckcijobsworker-wrongly-detects-cancels-stuck-builds-when-per-job-timeout-is-more-than-an-hour' into 'master' Resolve "StuckCiJobsWorker wrongly detects, cancels 'stuck' builds when per-job timeout is more than an hour" Closes #38265, #42196, and #42750 See merge request gitlab-org/gitlab-ce!16756
2018-02-07Merge branch '38175-add-domain-field-to-auto-devops-application-setting' ↵Kamil Trzciński
into 'master' Resolve "Add domain field to Auto DevOps application setting" Closes #38175 See merge request gitlab-org/gitlab-ce!16604
2018-02-07Update style of yaml_processor_spec.rbKamil Trzciński
2018-02-07Merge branch 'ce-39118-dynamic-pipeline-variables-fe' into 'master'Kamil Trzciński
Dynamic CI secret variables -- CE backport See merge request gitlab-org/gitlab-ce!16842
2018-02-07port ee changesJarka Kadlecová
2018-02-07Reset column information after the schema is migrated in ↵Rémy Coutable
MigrationsHelpers.schema_migrate_up! Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-02-07Merge branch 'move-board-list-vue-component' into 'master'Phil Hughes
Move board list vue component See merge request gitlab-org/gitlab-ce!16888
2018-02-07Import FilteredSearchTokenKeys, update class initialization syntaxKushal Pandya