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
2018-10-24Resolve "Endless scroll loader is visible on user profile overview page"Martin Wortschack
2018-10-23Merge branch '53013-duplicate-escape' into 'master'Phil Hughes
Removes duplicate escape from job item Closes #53013 See merge request gitlab-org/gitlab-ce!22536
2018-10-23Removes escape from job itemFilipa Lacerda
Tooltips aren't using v-html anymore thus causing escape not to be needed
2018-10-23Update Runner Chart to 0.1.35Tomasz Maczukin
2018-10-23Merge branch 'support-license-management-and-performance' into 'master'Grzegorz Bizon
Support licenses and performance See merge request gitlab-org/gitlab-ce!22175
2018-10-23Update Todo icons in collapsed sidebar for Issues and MRsKushal Pandya
2018-10-23Merge branch 'lfs-project-attribute-alias' into 'master'Nick Thomas
Alias the lfs_enabled method Closes #49348 See merge request gitlab-org/gitlab-ce!22501
2018-10-23Add `Any` option to milestone filterHeinrich Lee Yu
2018-10-23Resolve "Filter discussion (tab) by comments or activity in issues and merge ↵Oswaldo Ferreira
requests"
2018-10-23Merge branch '42611-removed-branch-link' into 'master'Grzegorz Bizon
Resolve "Removed branch link in pipelines page is broken" Closes #42611 See merge request gitlab-org/gitlab-ce!21451
2018-10-23Merge branch '52840-fix-runners-details-page' into 'master'Grzegorz Bizon
Resolve "Group runner confused about whether or not is protected" Closes #52840 See merge request gitlab-org/gitlab-ce!22459
2018-10-22Merge branch '46884-remove-card-title' into 'master'Annabel Dunstone Gray
Remove card-title in card-header Closes #46884 See merge request gitlab-org/gitlab-ce!19335
2018-10-22Merge branch '51716-add-kubernetes-namespace-model' into 'master'Andreas Brandl
Add Clusters::KubernetesNamespace model See merge request gitlab-org/gitlab-ce!22404
2018-10-22Merge branch 'blackst0ne-bump-mermaid' into 'master'Mike Greiling
Bump mermaid to 8.0.0-rc.8 Closes #52601, #50105, and #40470 See merge request gitlab-org/gitlab-ce!22509
2018-10-22Merge branch 'change-branch-font-type-in-tag-creation' into 'master'Annabel Dunstone Gray
Change branch font type in tag creation See merge request gitlab-org/gitlab-ce!22454
2018-10-22Merge branch 'refactor-project-rename-repo' into 'master'Robert Speicher
Move Project#rename_repo to a service class See merge request gitlab-org/gitlab-ce!22419
2018-10-22Alias the lfs_enabled methodCindy Pallares
We currently check for `project.lfs_enabled` to display the state of lfs being enabled/disabled, but this is set to nil by default, even when lfs is enabled. Aliasing the method to #lfs_enabled? will return the correct state.
2018-10-22Extract JobContainerItem componentWinnie Hellmann
2018-10-22Add Clusters::KubernetesNamespace modelMayra Cabrera
This model will be used to persist into database Kubernetes properties, such as namespace, service account name and service account token.
2018-10-22Fix rendering of 'Protected' valueTomasz Maczukin
2018-10-22Backport rescue in Project#import_url from EEYorick Peterse
EE added a `rescue` to the method Project#import_url, which could cause merge conflicts when changing this method. This commit backports those changes to CE, reducing the chances of running into a merge conflict.
2018-10-22Move Project#rename_repo to a service classYorick Peterse
This moves the logic of Project#rename_repo and all methods _only_ used by this method into a new service class: Projects::AfterRenameService. By moving this code into a separate service class we can more easily refactor it, and we also get rid of some RuboCop "disable" statements automatically. During the refactoring of this code, I removed most of the explicit logging using Gitlab::AppLogger. The data that was logged would not be useful when debugging renaming issues, as it does not add any value on top of data provided by users. I also removed a variety of comments that either mentioned something the code does in literal form, or contained various grammatical errors. Instead we now resort to more clearly named methods, removing the need for code comments. This method was chosen based on analysis in https://gitlab.com/gitlab-org/release/framework/issues/28. In this issue we determined this method has seen a total of 293 lines being changed in it. We also noticed that RuboCop determined the ABC size (https://www.softwarerenovation.com/ABCMetric.pdf) was too great.
2018-10-22Change branch font type in tag creationGeorge Tsiolis
2018-10-22Update Guide for Microsoft Teams Notification IntegrationAbubakar Siddiq Ango
2018-10-22Do not raise error when checking pipeline referenceGrzegorz Bizon
Return from the `Ci::Pipeline#ref_exists?` in case when there is no repository present. This also fixes pipeline page feature specs by changing pipeline reference instead of stubbing `ref_exist?` method.
2018-10-22Merge branch 'mr-creation-source-project-filtering' into 'master'Filipa Lacerda
Fixed source projects not filtering Closes #52728 See merge request gitlab-org/gitlab-ce!22515
2018-10-22Fix pipeline reference existence check and add specsGrzegorz Bizon
2018-10-22Fixed source projects not filteringPhil Hughes
Filtering source projects in the merge request creation form would show a flash error because it is trying to filter remotely to an undefined URL. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52728
2018-10-22Merge branch 'drop-allow_overflow-option-duration_in_numbers' into 'master'Grzegorz Bizon
Drop allow overflow option duration in numbers Closes #52284 See merge request gitlab-org/gitlab-ce!22246
2018-10-22Merge branch '52559-applications-api-get-delete' into 'master'Rémy Coutable
Add Applications API endpoints for listing and deleting entries. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52559 See merge request https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22296
2018-10-22Frontend: Review app changesFilipa Lacerda
2018-10-22Remove base64 encoding from files that contain plain textJacques Erasmus
2018-10-22Support licenses and performanceKamil Trzciński
This introduces a new syntax for all licenses and performance jobs: ```yaml job: reports: performance: performance.json license_management: gl-license-management-report.json ```
2018-10-22Merge branch 'use-raw-file-format' into 'master'Grzegorz Bizon
Add RAW file format which is used to store security reports Closes gitlab-ee#7996 See merge request gitlab-org/gitlab-ce!22365
2018-10-22Merge branch 'rails5-fix-delete-blob' into 'master'Grzegorz Bizon
Rails5: fix delete blob See merge request gitlab-org/gitlab-ce!22456
2018-10-22Bump mermaid to 8.0.0-rc.8blackst0ne
This commit moves `mermaid` from blackst0ne-mermaid package to the upstream version. The reason why the fork was used was this bug[1]. The bug has been fixed, so there's no need to maintain my fork anymore. [1]: https://github.com/knsv/mermaid/issues/584
2018-10-20Resolve "/assign me quick action doesn't work if there is extra white space"Cindy Pallares 🦉
2018-10-19Merge branch 'ce-5987-group-file-templates' into 'master'Robert Speicher
CE backport of changes to suppport group file templates See merge request gitlab-org/gitlab-ce!22310
2018-10-19Rename "scheduled" label/badge of delayed jobs to "delayed"Shinya Maeda
2018-10-19Merge branch '51955-change-single-item-breadcrumbs-to-page-titles' into 'master'Annabel Dunstone Gray
Resolve "Change single-item breadcrumbs to page titles" Closes #51955 See merge request gitlab-org/gitlab-ce!22155
2018-10-19Update used version of Runner Helm Chart to 0.1.34Tomasz Maczukin
2018-10-19Change single-item breadcrumbs to page titlesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-10-19Remove .card-title from .card-header for BS4 migrationTakuya Noguchi
Replaces .card-header > hX.card-title with hX.card-header to remove .card-title. At a occurrence where bold styling is not necessary, div.card-header is used instead. By full removal of .card-title at the moment, all workarounds for BS4's card-title are removed as well. More information: https://getbootstrap.com/docs/4.0/migration/#panels Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2018-10-19Merge branch 'ccr/43034_issues_controller_100_queries' into 'master'Douglas Barbosa Alexandre
Add preload for routes and namespaces for issues controller. Closes #43034 See merge request gitlab-org/gitlab-ce!21651
2018-10-19Adjust size and alignment of emojis of user status in user menuDennis Tang
2018-10-19Change markdown header tab anchor links to buttonsGeorge Tsiolis
2018-10-19Merge branch 'revert-62d8b906' into 'master'Phil Hughes
Revert "Merge branch 'winh-prettier-job-app' into 'master'" See merge request gitlab-org/gitlab-ce!22489
2018-10-19Merge branch 'mr-file-tree-inline-fluid-width-fix' into 'master'Filipa Lacerda
Fixed merge request fill tree not respecting fluid width Closes #52916 See merge request gitlab-org/gitlab-ce!22487
2018-10-19Merge branch 'bvl-remove-forked-project-link' into 'master'Sean McGivern
Remove ForkedProjectLink model Closes #38883 See merge request gitlab-org/gitlab-ce!22226
2018-10-19Revert "Merge branch 'winh-prettier-job-app' into 'master'"Filipa Lacerda
This reverts merge request !22463