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/app
AgeCommit message (Collapse)Author
2019-08-05Fix translation of 'Updated' term in projects listPaul Gascou-Vaillancourt
2019-08-05Merge branch 'leipert-improve-ansi2html' into 'master'Fatih Acet
Improve job log rendering performance See merge request gitlab-org/gitlab-ce!31262 (cherry picked from commit eb2d4adf38726da62f62e850d181cedf12c64c5e) 6b45d85e Prevent empty classes in ansi2html conversion 5366c89b Fix deep DOM tree problem in ansi2html d1f4d8c7 Improve size of rendered job trace
2019-08-05Merge branch 'osw-avoid-errors-due-to-concurrent-calls' into 'master'Douwe Maan
Add exclusive lease to mergeability check process See merge request gitlab-org/gitlab-ce!31082 (cherry picked from commit c017dc578dc78729050792d22b449ce0529479cf) f4cd926c Add exclusive lease to mergeability check process
2019-07-30Merge branch 'sh-fix-pdfjs-page-ordering' into 'master'Mike Greiling
Fix pdf.js rendering pages in the wrong order Closes #64467 See merge request gitlab-org/gitlab-ce!31222 (cherry picked from commit f039d592aa6203502be487801777167e433ad9d2) 6d3b203d Fix pdf.js rendering pages in the wrong order 5246626d Simplify pdf.js logic
2019-07-30Merge branch 'dm-submodule-links-nil' into 'master'Nick Thomas
Fix error rendering submodules in MR diffs when there is no .gitmodules See merge request gitlab-org/gitlab-ce!31162 (cherry picked from commit 55f99e930e1c147ec191a234ff4881ea7e70ea61) cfef1e8e Fix error rendering submodules in MR diffs when there is no .gitmodules
2019-07-30Merge branch 'optimise-import-performance' into 'master'Stan Hu
Optimise import performance Closes #64924 See merge request gitlab-org/gitlab-ce!31045 (cherry picked from commit 0d538e44aff066372ecd9d10ac6786681bc347c9) 8d1e97fc Optimise import performance
2019-07-30Merge branch 'dm-submodule-helper-routing' into 'master'Nick Thomas
Ensure SubmoduleHelper works outside view context Closes #64833 See merge request gitlab-org/gitlab-ce!31005 (cherry picked from commit 8b284a51c03d6ab0634f115b38014d5a87f73d57) 26ac53b3 Ensure SubmoduleHelper works outside view context
2019-07-30Merge branch ↵Nick Thomas
'64870-can-t-save-pages-domain-form-with-let-s-encrypt-enabled-if-current-certificate-is-outdated' into 'master' Resolve "Can't save pages domain form with Let's Encrypt enabled if current certificate is outdated" Closes #64870 See merge request gitlab-org/gitlab-ce!30995 (cherry picked from commit 8073b0554fc8f7dddc250025aaf5cedd09f423cb) 9c0f4286 Validate certificate chain only if it's changed
2019-07-30Merge branch '64731-fix-project-auto-devops-api' into 'master'Mayra Cabrera
Fix the project auto devops API See merge request gitlab-org/gitlab-ce!30946 (cherry picked from commit a85a233ffc5a8a06de16fd2a52b3fdb039cfae5b) 74444a93 Fix the project auto devops API
2019-07-30Merge branch ↵Kushal Pandya
'11639-improve-discovery-and-navigation-for-gitlab-package-features-ce' into 'master' Improving packages navigation in project sidebar [CE Backport] See merge request gitlab-org/gitlab-ce!30256 (cherry picked from commit f64868ccbd88ecd9517554c5817d077d6e12d1e0) c1698f41 Improving packages navigation in project sidebar
2019-07-26Use MergeRequest#source_project as permissions reference for ↵drew cimino
MergeRequest#all_pipelines MergeRequest#all_pipelines fetches Ci::Pipeline records from the source project, so we should specifically check that project for permissions. This was already happening for intra-project merge requests, but in the event that the target and source projects both have private builds, we should ensure that the project permissions are respected.
2019-07-24Merge branch 'security-remove-take-trigger-ownership-feature-12-1' into ↵GitLab Release Tools Bot
'12-1-stable' Drop feature to take ownership of a trigger token See merge request gitlab/gitlabhq!3225
2019-07-24Merge branch 'security-60551-fix-upload-scope-12-1' into '12-1-stable'GitLab Release Tools Bot
Queries for Upload should be scoped by model See merge request gitlab/gitlabhq!3234
2019-07-24Merge branch 'security-fix-badges-leaked-to-unauthorized-users-12-1' into ↵GitLab Release Tools Bot
'12-1-stable' Don't display badges when builds are restricted See merge request gitlab/gitlabhq!3236
2019-07-24Merge branch 'security-bvl-filter-mr-params-12-1' into '12-1-stable'GitLab Release Tools Bot
Filter params in MR build service See merge request gitlab/gitlabhq!3253
2019-07-24Merge branch 'security-hide_moved_issue_id-12-1' into '12-1-stable'GitLab Release Tools Bot
Do not show moved issue ids for user not authorized See merge request gitlab/gitlabhq!3261
2019-07-19Restrict slash commands to users who can log inHordur Freyr Yngvason
2019-07-18Perform more redactions in Redis performance bar tracesDietrich Stein
HMSET and AUTH commands were not properly redacted. This commit does that and adds a test. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64309
2019-07-17Move boards switcher partialWinnie Hellmann
(cherry picked from commit a82e4d57a6fbba840a8a944e372b80866a1e48cc)
2019-07-17Merge branch 'remove_clusters_cte_feature_flag' into 'master'Douglas Barbosa Alexandre
Removes clusters_cte feature flag Closes #64259 See merge request gitlab-org/gitlab-ce!30827
2019-07-17Merge branch '10009-boards-index' into 'master'Phil Hughes
Removes EE differences for modal issues board See merge request gitlab-org/gitlab-ce!30836
2019-07-17Resolve "Label picker: Line break on long label titles"Ammar Alakkad
2019-07-17Added submodule links to Submodule type in GraphQL APIIgor
This is part of migration of Folder View to Vue
2019-07-17Add docs for Let's Encrypt integrationVladimir Shushlin
* Add deprecation warning to old integration * Add user docs * Add admin docs
2019-07-17Fix wrong pages access level defaultVladimir Shushlin
- Set access level in before_validation hook - Add post migration for updating existing project_features
2019-07-17Filter params in MR build serviceBob Van Landuyt
Reusing the existing `IssuableBaseService#filter_params` which uses the policies to determine what params a user can set, and which values it can be set to. This also removed the need for the seperate call to `IssuableBaseService#ensure_milestone_available`. The `Issues::BuildService` does not suffer from this because it limits the params that are assignable to the `title`, `description` and `milestone_id`.
2019-07-17Do Redis lookup in batches in ActiveSession.sessions_from_idsImre Farkas
By doing smaller mget calls to Redis, it can better schedule the workload. Currently a single mget with a lot of keys can keep Redis busy for long, while nothing in its queue gets processed.
2019-07-17Removes EE differences for modal issues boardFilipa Lacerda
2019-07-17Removes clusters_cte feature flagThong Kuah
This has been enabled on production without issue https://gitlab.com/gitlab-org/gitlab-ce/issues/64259
2019-07-17Fetch latest link in the description for zoom link, add more tests and ↵Rajendra kadam
remove frontend spec unnecessary tests
2019-07-17Merge branch 'qa-selector-uniformization-common-2' into 'master'Mark Lapierre
Refactor common Page Objects to use data tags (No. 2 Contd.) See merge request gitlab-org/gitlab-ce!30763
2019-07-17Revert "Merge branch 'button-bug-fixes' into 'master'"Annabel Dunstone Gray
This reverts merge request !30678
2019-07-17Merge branch 'revert-af42c169' into 'master'Paul Slaughter
Revert "Merge branch '61145-fix-button-dimensions' into 'master'" See merge request gitlab-org/gitlab-ce!30798
2019-07-17Merge branch 'dz-remove-old-ignore-column' into 'master'Robert Speicher
Remove old ignore_column in AR models See merge request gitlab-org/gitlab-ce!30725
2019-07-16Don't use transactions and exceptionsReuben Pereira
Instead return error objects.
2019-07-16Refactor EnvironmentsController#metrics_dashboard endpointSarah Yasonik
2019-07-16Align merge request icons and textJarek Ostrowski
Align icons left Align text left Adjust padding to be consistent Make icons same 24 size Add changelog mr number Add right margin to widget status container Add left margin inside widget icon container Prepend left padding for error message Only give button left margin, some have buttons Prettify Adjust test summary icons Prettify Fix empty line before lint Remove author Switch to use gl-padding Use utility classes instead Prettify Change loading icon size to md Update summary_row.vue
2019-07-16Enable GitLabb runner to be uninstalled from clusterJoão Cunha
- Set as uninstallable app - Update docs - Adjust specs
2019-07-16Revert "Merge branch '61145-fix-button-dimensions' into 'master'"Annabel Dunstone Gray
This reverts merge request !28545
2019-07-16Merge branch '35757-add-result-to-request' into 'master'Dmitriy Zaporozhets
Add response to move multiple issues request See merge request gitlab-org/gitlab-ce!30400
2019-07-16Merge branch 'vue-file-list-breadcrumb-dropdown' into 'master'Filipa Lacerda
Added add to tree dropdown to Vue files breadcrumb Closes #62865 See merge request gitlab-org/gitlab-ce!30177
2019-07-16Merge branch 'fix-create-mr-enabling-button' into 'master'Filipa Lacerda
Fixed create merge request button not enabling Closes #64454 See merge request gitlab-org/gitlab-ce!30776
2019-07-16Add result to MoveService#execute_multiplePatrick Derichs
It adds a hash response which includes the count, success state and the moved issues itself so the caller has additional information about the result of the process.
2019-07-16CE backport: Removed non-decimal event valuesDonald Cook
Snowplow only accepts decimals for value This MR removes sending of value implicitly with the value attribute
2019-07-16Merge branch 'remove-support-for-legacy-pipeline-triggers' into 'master'Kamil Trzciński
Remove support for legacy pipeline triggers Closes #30231 See merge request gitlab-org/gitlab-ce!30133
2019-07-16Fixed create merge request button not enablingPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64454
2019-07-16Merge branch '63082-specs-changes' into 'master'Jan Provaznik
Simplify factories for services See merge request gitlab-org/gitlab-ce!30611
2019-07-16Change color for project namespace to light grayMarcel van Remmerden
2019-07-16Fix message for successful jira testJarka Košanová
2019-07-16Merge branch '59875-stylelint-panels' into 'master'Phil Hughes
Fixed style-lint errors for `panels.scss` Closes #59875 See merge request gitlab-org/gitlab-ce!30748