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-04-03WIPpages-letsencrypt-pocVladimir Shushlin
2019-03-26Complete acme challenge and obtain ssl certificateVladimir Shushlin
2019-03-26Rename acme challenge => acme orderVladimir Shushlin
2019-03-25Add create acme challenge serviceVladimir Shushlin
2019-03-25Add acme private key to application settingsVladimir Shushlin
2019-03-25Add empty acme_challenge modelVladimir Shushlin
2019-03-22Merge branch 'ce-extract-ee-specific-lines-environment-entity' into 'master'Yorick Peterse
Extract EE specific files/lines for Release app/serializers See merge request gitlab-org/gitlab-ce!26087
2019-03-22Add highest_role method to UserThiago Presa
2019-03-22Merge branch '57540-filename-trailing-space' into 'master'Tim Zallmann
Implemented trimming for item's name in Web IDE Closes #57540 See merge request gitlab-org/gitlab-ce!26270
2019-03-22Merge branch '57357-automate-base-domain-help-text' into 'master'Kushal Pandya
Automate base domain help text on Clusters page Closes #57357 See merge request gitlab-org/gitlab-ce!26124
2019-03-22Merge branch 'winh-toggle-comment-draft' into 'master'Kushal Pandya
Display draft when toggling replies Closes #48211 and #56364 See merge request gitlab-org/gitlab-ce!25563
2019-03-22Extract EE specific files/lines for Release app/serializersShinya Maeda
2019-03-22Merge branch 'da-capitalize-db-apapter-name-on-rails-console' into 'master'Stan Hu
Display the database adapter name in a human-friendly way See merge request gitlab-org/gitlab-ce!26437
2019-03-22Remove :not pseudo-class from md-table stylesEnrique Alcántara
Rollback change that adds :not(js-syntax-highlight) pseudo-class to markdown selectors to fix syntax highlight tables in MR code suggestions. Removes redundant inclusion of md-typography mixin as an alternative fix.
2019-03-22Merge branch ↵Clement Ho
'56944-kubernetes-create-cluster-add-help-text-to-environment-field' into 'master' Resolve "Kubernetes > Create cluster > Add help text to environment field" Closes #56944 See merge request gitlab-org/gitlab-ce!25891
2019-03-22Add helper method to return a human-friendly name for database adapterDouglas Barbosa Alexandre
2019-03-21Merge branch '57894-buttons-on-group-page-are-misaligned' into 'master'Annabel Dunstone Gray
Resolve "Buttons on group page are misaligned" Closes #57894 See merge request gitlab-org/gitlab-ce!26292
2019-03-21Merge branch '59147-duplicate-match-line' into 'master'Douwe Maan
Fix duplicated bottom match line Closes #59147 See merge request gitlab-org/gitlab-ce!26402
2019-03-21Remove autosave logic from NoteableDiscussion componentWinnie Hellmann
2019-03-21Pass autosaveKey from NoteableDiscussion to NoteFormWinnie Hellmann
2019-03-21Use autosave utilities in NoteForm componentWinnie Hellmann
2019-03-21Update merge request widget pipeline blockNathan Friend
This commit updates the pipeline block that appears on the merge request page to include information that will be exposed by the API as part of the post-merge pipeline feature.
2019-03-21Update domain help text when ingress is installedEnrique Alcantara
When ingress application is installed, the cluster domain help text is updated to indicate that ingress external ip can be used as the cluster domain
2019-03-21Hide/show ingress external ip help textEnrique Alcantara
Use not_to instead of to__not
2019-03-21Merge branch 'mw-i18n-admin-controllers' into 'master'Lin Jen-Shin
Externalize strings in admin controllers See merge request gitlab-org/gitlab-ce!26357
2019-03-21Fix diff bottom expand button appears twiceMark Chao
This is a quick fix by only append match line once when calling diff_lines_for_serializer multiple time. Also enable feature by default
2019-03-21Merge branch ↵Kushal Pandya
'59189-long-names-in-project-path-namespace-dropdown-breaks-past-container' into 'master' Resolve "Long names in project path namespace dropdown breaks past container" Closes #59189 See merge request gitlab-org/gitlab-ce!26343
2019-03-21Merge branch '59289-fix-push-to-create-protected-branches' into 'master'Douwe Maan
Allow users to create protected branches via CLI Closes #59289 See merge request gitlab-org/gitlab-ce!26413
2019-03-21Merge branch '59117-inconsistent-hover-behavior-on-navbar-items' into 'master'Kushal Pandya
Resolve "Inconsistent hover behavior on navbar items" Closes #59117 See merge request gitlab-org/gitlab-ce!26345
2019-03-21Externalize strings in admin controllersMartin Wortschack
- Update PO file
2019-03-21Allow users to create protected branches via CLIPatrick Bajao
This is for fixing a regression introduced by: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24969 This fix will allow users who are allowed to push to protected branches to create protected branches via CLI as well, just like before. The checks for protected branch creation won't need to run.
2019-03-21Merge branch 'revert-1efa9604' into 'master'James Lopez
Revert "Enrich commits with full data in CommitCollection" See merge request gitlab-org/gitlab-ce!26412
2019-03-21Merge branch 'nfriend-update-job-detail-view-sidebar' into 'master'Filipa Lacerda
Update job detail view sidebar to accommodate post-merge pipelines See merge request gitlab-org/gitlab-ce!25777
2019-03-21Revert "Merge branch ↵Sean McGivern
'58805-allow-incomplete-commit-data-to-be-fetched-from-collection' into 'master'" This reverts merge request !26144
2019-03-21Merge branch 'osw-multi-line-suggestions-parsing' into 'master'Grzegorz Bizon
Prepare multi-line suggestions for rendering in Markdown See merge request gitlab-org/gitlab-ce!26107
2019-03-21Merge branch 'nfriend-update-pipeline-list-view' into 'master'Filipa Lacerda
Update pipeline list view to accommodate post-merge request pipelines See merge request gitlab-org/gitlab-ce!25690
2019-03-21Merge branch ↵Sean McGivern
'58805-allow-incomplete-commit-data-to-be-fetched-from-collection' into 'master' Enrich commits with full data in CommitCollection Closes #58805 See merge request gitlab-org/gitlab-ce!26144
2019-03-21Update dashboards to additionally use new environment selectorJames Fargher
Deploy boards now will check for app.gitlab.com/env and app.gitlab.com/app
2019-03-21Add help text to "environment scope" field in new cluster formMike Greiling
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-21Merge branch '59208-add-option-to-keep-cached-fields-during-serialization' ↵Stan Hu
into 'master' Add option to whitelist _html fields from attributes on CacheMarkdownField See merge request gitlab-org/gitlab-ce!26374
2019-03-21Fix misalignment of group overview page buttonsDennis Tang
2019-03-20Handle blank projects in CommitCollection#enrich!Luke Duncalfe
A project is needed in order to fetch data from gitaly. Projects can be absent from commits in certain rare situations (like when viewing a MR of a deleted fork). In these cases, assume that the enriched data is not needed. See this comment: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/26144#note_152191106 "It's led to a dilemma about where to "fix" this in code. I'm going to fix it by allowing CommitCollection#enrich! to just return unenriched commits when a project is missing, essentially "silently failing". I hope this is the right decision. It's going with the assumption that calls in these situations in the future are not needing the full data. The alternative would be to allow CommitCollection#enrich! to still error, but handle it in the methods that call #enrich!, however that might lead to brittleness in future when working with project-less MRs."
2019-03-20Merge remote-tracking branch 'dev/master'Alex Hanselka
* dev/master: Update CHANGELOG.md for 11.8.3 Update CHANGELOG.md for 11.7.7 Only return `commands_changes` used in frontend
2019-03-20Merge branch 'security-2826-fix-project-serialization-in-quick-actions' into ↵Alex Hanselka
'master' Fix project serialization in quick actions response Closes #2826 See merge request gitlab/gitlabhq!3001
2019-03-20Rename the hidden option to whitelistedDouglas Barbosa Alexandre
2019-03-20Does not exclude message_html from attributesDouglas Barbosa Alexandre
2019-03-20Add option to not exclude _html fields from attributesDouglas Barbosa Alexandre
2019-03-20Merge branch 'avoid_es_loading_project_ci_status' into 'master'Stan Hu
Avoid loading pipeline status in project search See merge request gitlab-org/gitlab-ce!26342
2019-03-20Merge branch 'create-identity-provider-policy' into 'master'Nick Thomas
Move out link\unlink ability checks to a policy See merge request gitlab-org/gitlab-ce!26278