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-18Merge branch 'qa-nightly-26' into 'master'Rémy Coutable
[QA] Fix the 'clone using deploy key' tests Closes gitlab-org/quality/nightly#26 See merge request gitlab-org/gitlab-ce!22445
2018-10-18Merge branch 'ml-qa-code-owners' into 'master'Rémy Coutable
QA: Add support for pushing and viewing files See merge request gitlab-org/gitlab-ce!21911
2018-10-18Merge branch 'change-generating-url-functions' into 'master'Rémy Coutable
change generating url functions for external url See merge request gitlab-org/gitlab-ce!22389
2018-10-18Merge branch 'sh-backport-update-service-fix' into 'master'Sean McGivern
Fix Groups::UpdateService#execute not returning correct error code See merge request gitlab-org/gitlab-ce!22446
2018-10-18Make getting a user by the username case insensitiveWilliam George
2018-10-18Fix Groups::UpdateService#execute not returning correct error codeStan Hu
This was causing problems in EE, where audit events were being generated even if the project failed to save.
2018-10-18[QA] Fix the 'clone using deploy key' testsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-10-18Merge branch '51386-broken-border-reports' into 'master'Phil Hughes
Fixes broken borders in reports section MR widget Closes #51386 See merge request gitlab-org/gitlab-ce!22416
2018-10-18Merge branch 'sh-strip-github-pat-whitespace' into 'master'Rémy Coutable
Strip whitespace around GitHub personal access tokens Closes #46588 See merge request gitlab-org/gitlab-ce!22432
2018-10-18Merge branch ↵Mike Greiling
'7493-configuring-prometheus-alerts-causes-cluster-install-page-to-display-error-message' into 'master' Backport: Resolve "Configuring Prometheus alerts causes Cluster Install page to display error message" See merge request gitlab-org/gitlab-ce!22408
2018-10-17Merge branch 'ee-7944-fix-resolve-checkbox-text-color' into 'master'Clement Ho
Backport from EE: Fix color of text in resolution checkbox See merge request gitlab-org/gitlab-ce!22429
2018-10-17Strip whitespace around GitHub personal access tokensStan Hu
Some browsers insert a trailing whitespace after pasting the token into the field. This should help reduce confusion. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/46588
2018-10-17Add support for pushing and viewing filesMark Lapierre
The MR below adds a test for the code owners feature. This adds the part of those changes specific to CE - the ability to add and view files in a project. https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7368
2018-10-17Backport from EE: set color on note-form-actionsAndré Luís
2018-10-17Add missing state on the application row componentJose Vargas
This fixes the application row component weird state when an `updating` status is fetched, this causes apps to show as uninstalled even though they are installed in the cluster.
2018-10-17Merge branch '52527-harden-wiki-against-missing-last-version' into 'master'Douglas Barbosa Alexandre
Harden the wiki against missing last_versions Closes #52527 See merge request gitlab-org/gitlab-ce!22377
2018-10-17Merge branch 'gt-remove-prometheus-configuration-help-text' into 'master'Clement Ho
Remove prometheus configuration help text Closes #52782 See merge request gitlab-org/gitlab-ce!22413
2018-10-17Merge branch '49591-use-cached-readme-blobs' into 'master'Rémy Coutable
Use cached readme blobs where appropriate Closes #49591 See merge request gitlab-org/gitlab-ce!22325
2018-10-17Fixed bug with the content disposition with wiki attachmentsFrancisco Javier López
2018-10-17Use cached readme blobs where appropriateNick Thomas
GitLab keeps a cache of the rendered HTML for a repository's README as stored in the HEAD branch. However, it was not used in all circumstances. In particular, the new blob viewer framework bypassed this cache entirely. This MR ensures a ::ReadmeBlob is returned instead of a ::Blob when asking a repository for an individual blob, if the commit and path match the readme for HEAD. This makes the cached HTML available to consumers, including the blob viewer. The ReadmeBlob is a simple delegator to the Blob, so should be compatible in all cases. Adding the rendered_markdown method is the only additional behaviour it contains.
2018-10-17Merge branch '44361-remove-gitlab-grit' into 'master'Rémy Coutable
Remove gitlab-grit as a transitive dependency of GitLab Closes #44361 See merge request gitlab-org/gitlab-ce!22373
2018-10-17Harden the wiki against missing last_versionsNick Thomas
Currently, we assume a "last_version" always exists for a wiki page. In production, this is not always true. So, guard uses of it with a null check.
2018-10-17Extend Create New Merge Request test to also add a labelAleksandr Soborov
2018-10-17Merge branch 'gt-update-environments-empty-state' into 'master'Filipa Lacerda
Update environments empty state See merge request gitlab-org/gitlab-ce!22297
2018-10-17Update environments empty stateGeorge Tsiolis
2018-10-17Replace job with group in frontend components to be consistent with backendWinnie Hellmann
2018-10-17Fixes broken borders in reports section MR widgetFilipa Lacerda
2018-10-17Allow JIRA to login using email and API tokenFelipe Artur
2018-10-17Resolve "Integrate new vue+vuex code base with new API and remove old haml code"Filipa Lacerda
2018-10-17Resolve "In web editor, when delete a file, should navigate to enclosing ↵George Thomas
directory"
2018-10-17Remove prometheus configuration help textGeorge Tsiolis
2018-10-17Merge branch 'prettify-all-the-things-8' into 'master'Fatih Acet
Prettify all the things (part 8) See merge request gitlab-org/gitlab-ce!22258
2018-10-17Merge branch 'prettify-all-the-things-1' into 'master'Fatih Acet
Prettify all the things (part 1) See merge request gitlab-org/gitlab-ce!22248
2018-10-16Merge branch 'sh-fix-commit-signatures-error' into 'master'Douwe Maan
Fix commit signature error when project is disabled Closes #50903 See merge request gitlab-org/gitlab-ce!22344
2018-10-16Merge branch 'prettify-all-the-things-6' into 'master'Fatih Acet
Prettify all the things (part 6) See merge request gitlab-org/gitlab-ce!22256
2018-10-16Prettify additional modules (I through Z)Mike Greiling
2018-10-16Merge branch '52147-loading-state' into 'master'Mike Greiling
Fixes styling issues in test reports Closes #51386 and #52147 See merge request gitlab-org/gitlab-ce!22204
2018-10-16Merge branch '52686-project-slug-does-not-auto-populate-in-ie11' into 'master'Mike Greiling
Resolve "Project slug does not auto populate in IE11" Closes #52686 See merge request gitlab-org/gitlab-ce!22367
2018-10-16Prettify environments feature_highlight and filtered_search modulesMike Greiling
2018-10-16Prettify diff_notes diffs and droplab modulesMike Greiling
2018-10-16Prettify blob behaviors and cycle_analytics modulesMike Greiling
2018-10-16Merge branch 'qa-handle-sign-up-with-terms' into 'master'Nick Thomas
[QA] Handle sign-up when terms must be accepted See merge request gitlab-org/gitlab-ce!22374
2018-10-16Merge branch '52477-add-iid-headers-to-emails' into 'master'Sean McGivern
Add IID headers to E-Mail notifications Closes #52477 See merge request gitlab-org/gitlab-ce!22263
2018-10-16Merge branch 'ide-file-templates-clear' into 'master'Filipa Lacerda
Fixed file templates not clearing in Web IDE Closes #52487 See merge request gitlab-org/gitlab-ce!22357
2018-10-16Merge branch 'diff-stats-perf-bar' into 'master'Filipa Lacerda
Fixes diff stats not being visible with performance bar See merge request gitlab-org/gitlab-ce!22390
2018-10-16Disable artifact validation for download actionMatija Čupić
2018-10-16Add IID headers to E-Mail notificationsLukas Eipert
These headers can be used to build URLs for API requests. Good examples would be Issues and Merge Requests
2018-10-16Merge flowdock monkeypatch into the inlined gemNick Thomas
2018-10-16Inline the gitlab-flowdock-git-hooks gemNick Thomas
This allows us to avoid one transitive dependency on gitlab-grit. The aim is to remove all transitive dependencies.
2018-10-16Fixes diff stats not being visible with performance barPhil Hughes