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/views
AgeCommit message (Collapse)Author
2019-01-08Merge branch '49231-import-issues-csv' into 'master'Douwe Maan
Import issues from CSV Closes #49231 See merge request gitlab-org/gitlab-ce!23532
2019-01-07Externalize strings from `/app/views/shared/notes`George Tsiolis
2019-01-07Add error tracking setting partialPeter Leitzen
2019-01-07Resolve ""About this feature" link should open in new window"Natalia Tepluhina
2019-01-07Merge branch ↵Fatih Acet
'53796-discard-draft-comment-button-to-easy-to-accidentally-hit-on-mobile' into 'master' Resolve "Discard draft comment button to easy to accidentally hit on mobile" Closes #53796 See merge request gitlab-org/gitlab-ce!24185
2019-01-07Update Releases documentationMarcia Ramos
2019-01-07Cancel button for diff notesConstance Okoghenun
Added "cancel" comment button for inline diff notes for commits
2019-01-07Merge branch 'mk/geo-deprecate-legacy-storage-ce' into 'master'Nick Thomas
Backport persistent user callout flash message to CE See merge request gitlab-org/gitlab-ce!24166
2019-01-07Merge branch '54981-extended-user-centric-tooltips-add-missing-cases' into ↵Kushal Pandya
'master' Resolve "Extended user centric tooltips: Add missing cases" Closes #54981 See merge request gitlab-org/gitlab-ce!24132
2019-01-07Removed discard comment buttonConstance Okoghenun
Removed the button and associated tests form notes on Issues and Merge request page.
2019-01-07Merge branch '55670-remove-app-views-shared-issuable-_filter-html-haml' into ↵Rémy Coutable
'master' Remove app/views/shared/issuable/_filter.html.haml Closes #55670 See merge request gitlab-org/gitlab-ce!24008
2019-01-07Merge branch 'include-project' into 'master'Grzegorz Bizon
Allow to include another project files Closes #53903 See merge request gitlab-org/gitlab-ce!24101
2019-01-07Allow to include files from another projectsKamil Trzciński
This adds `project:, file:, ref:` specification support.
2019-01-07Add help icon next to private emailRajat Jain
2019-01-07Remove caching of CSV fileHeinrich Lee Yu
Load whole file in memory to simplify code
2019-01-07Improve email messagesHeinrich Lee Yu
Also refactored cleanup view to use the same localized string
2019-01-07Import CSV BackendHeinrich Lee Yu
Process CSV uploads async using a worker then email results
2019-01-07Add Import CSV FrontendHeinrich Lee Yu
Added button and modal to accept CSV file for uploading
2019-01-06Move settings operations controller from EE to CEPeter Leitzen
This commit prepares the structure for the upcoming feature error tracking.
2019-01-06Merge branch 'kamil-refactor-ci-builds-v5' into 'master'Grzegorz Bizon
Use BuildMetadata to store build configuration in JSONB form See merge request gitlab-org/gitlab-ce!21499
2019-01-05Merge branch '52446-hide-ado-project-banner-for-ci-file-or-ci-disabled' into ↵Kamil Trzciński
'master' Hide Auto DevOps banner for projects with CI file or CI disabled Closes #52446 See merge request gitlab-org/gitlab-ce!24067
2019-01-05Port of mk/geo-deprecate-legacy-storage to CEMichael Kozono
2019-01-05Require Knative to be installed only on an RBAC kubernetes clusterChris Baumbauer
2019-01-05Hides ADO banner for certain projectsMayra Cabrera
ADO banner is being hidden if: - Project has no CI configuration - Project has CI disabled Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52446
2019-01-04Show User Popovers on Snippets PageTim Zallmann
2019-01-04Add config_options|variables to BuildMetadataKamil Trzciński
These are data columns that store runtime configuration of build needed to execute it on runner and within pipeline. The definition of this data is that once used, and when no longer needed (due to retry capability) they can be freely removed. They use `jsonb` on PostgreSQL, and `text` on MySQL (due to lacking support for json datatype on old enough version).
2019-01-04Added User Popovers to Commit Items and Member ListsTim Zallmann
2019-01-04Merge branch 'contacted_at' into 'master'Stan Hu
Guarantee visually correct order of runners on the "Admin Area > Runners" page Closes #49791 See merge request gitlab-org/gitlab-ce!21627
2019-01-04Merge branch '43623-add-submit-feedback-in-product-feedback-link' into 'master'Kushal Pandya
Resolve "Add "Submit feedback" in-product feedback link" Closes #43623 See merge request gitlab-org/gitlab-ce!23547
2019-01-04Merge branch 'ce-revert-revert-gold-trial-mrs' into 'master'Kamil Trzciński
Bring back reverted Gold Trial MR (CE backport) See merge request gitlab-org/gitlab-ce!23621
2019-01-04Merge branch ↵Kamil Trzciński
'49056-configure-auto-devops-deployed-applications-with-secrets-that-aren-t-committed-to-the-repo' into 'master' Configure Auto DevOps deployed applications with secrets from prefixed CI variables See merge request gitlab-org/gitlab-ce!23719
2019-01-04Merge branch '44353-improve-snippet-search-performance' into 'master'Sean McGivern
Remove redundant counts in snippets search Closes #44353 See merge request gitlab-org/gitlab-ce!23952
2019-01-04Add submit feedback link to help dropdownBrandon Labuschagne
2019-01-04Take contacted_at value from the DB when it is about to be displayed in the ↵Alexander Kutelev
Web interface with sorting enabled.
2019-01-04Merge branch '27861-add-markdown-editing-buttons-to-the-file-editor' into ↵Fatih Acet
'master' Resolve "Add markdown editing buttons to the file editor" Closes #27861 See merge request gitlab-org/gitlab-ce!23480
2019-01-04Update CI/CD variables help textThong Kuah
Add hint about adding variables for Auto DevOps application variables and link to More information
2019-01-03Merge branch '54386-integrate-mobile-css-framework-into-specific-frameworks' ↵Annabel Dunstone Gray
into 'master' Integrate mobile CSS framework into specific frameworks Closes #54386 See merge request gitlab-org/gitlab-ce!23301
2019-01-03Port GitLab.com gold trial callout changes to CELuke Bennett
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/8731
2019-01-03Reduce counts in search_entries_infoHeinrich Lee Yu
2019-01-03Add rel=me to user's website linkWiktor Kwapisiewicz
rel=me links allow cross-linking of user's identities. This behavior is used by software to determine if user controls profiles on two different sites. For example Mastodon uses it to display verified badge on links. Both Twitter and GitHub automatically add rel=me to links added to users' profiles. See: https://www.zylstra.org/blog/2018/10/mastodon-rel-me/ See: http://microformats.org/wiki/rel-me
2019-01-03Merge branch '55290-docs-update-link-to-updated-prometheus-url' into 'master'Kushal Pandya
docs: Fix links to Prometheus Metrics Library Closes #55290 See merge request gitlab-org/gitlab-ce!23790
2019-01-03Merge branch 'ccr/49289_milestone_link' into 'master'Mike Greiling
Add project milestone link Closes #49289 See merge request gitlab-org/gitlab-ce!22552
2019-01-02Add markdown buttons to file editorSam Bigelow
Currently, we have markdown files in many places (e.g. comments, new issues, etc.). This Merge Request detects if the file being edited is a markdown file and adds markdown buttons and their functionality to the single file editor (Not the web IDE)
2019-01-02Resolve "User activity is stuck loading when there is none"Martin Wortschack
2019-01-02Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqJohn Jarvis
2019-01-01Merge branch 'security-48259-private-snippet' into 'master'John Jarvis
[master] Prevent private snippet from being embeddable See merge request gitlab/gitlabhq!2692
2018-12-31Add releases APIAlessio Caiazza
This commit introduces Releases API under /api/v4/projects/:id/releases * We are introducing release policies at project level. * We are deprecating releases changes from tags, both api and web interface. * Tags::CreateService no longer create a release This feature is controlled by :releases_page feature flag
2018-12-30Merge branch '34758-extend-can-create-cluster-logic' into 'master'Kamil Trzciński
Allow user to add cluster when there are ancestor clusters See merge request gitlab-org/gitlab-ce!23569
2018-12-27Fixing image lfs bug and also displaying text lfsFrancisco Javier López
This commit, introduced in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/23812, fixes a problem creating a displaying image diff notes when the image is stored in LFS. The main problem was that `Gitlab::Diff::File` was returning an invalid valid in `text?` for this kind of files. It also fixes a rendering problem with other LFS files, like text ones. They LFS pointer shouldn't be shown when LFS is enabled for the project, but they were.
2018-12-27Merge branch 'sh-use-system-path-for-appearance-logos' into 'master'Douwe Maan
Use system paths for appearance logos Closes gitlab-ee#6778 See merge request gitlab-org/gitlab-ce!24024