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-01-10Add syntax highlighting to suggestion diffAnnabel Dunstone Gray
2019-01-10Merge branch ↵Kamil Trzciński
'add-uniqueness-validation-to-url-column-in-releases-link-model' into 'master' Add uniqueness validation to url column in Releases::Link model Closes #55929 See merge request gitlab-org/gitlab-ce!24223
2019-01-10Disable audit event logging for pipeline destructionStan Hu
AuditEventService isn't equipped to handle logging of the destruction of entities such as CI pipelines. It's a project-level event that operates on a pipeline. The current log doesn't even indicate that the pipeline is being destroyed. This is a CE backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/9105. We're removing the auditing call because it breaks the EE implementation.
2019-01-10Fix requests profiler in admin page not rendering HTML properlyStan Hu
By default in Rails 5, content passed to `render` will be escaped. This doesn't work for the HTML profile output, which should be considered safe HTML already. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56152
2019-01-10Make issuable empty state actionableRajat Jain
As per https://gitlab.com/gitlab-org/gitlab-ce/issues/25043, we want to make the empty state for issuables a little friendly. This applies during searching in opened state and in the closed state.
2019-01-10Addressing feedback from most recent reviews.Scott Escue
2019-01-10Fixing static analysis issuesScott Escue
2019-01-10Removing the URL manipulation functions added to 'common_utils.js' in favor ↵Scott Escue
of the functions that already existed in 'url_utility.js'. Refactoring 'removeParams' function in 'url_utility.js' to allow url to be passed and to preserve the original host and/or path provided in the url.
2019-01-10Updating OAuthRememberMe to use new common utility functions when ↵Scott Escue
manipulating query parameters on OAuth buttons. This ensures the 'remember_me' parameter is safely added and removed when other query parameters are present.
2019-01-10Addressing peer review feedback.Scott Escue
Replacing inline JS with ES 2015 functions included in pages/sessions/new. Also applying suggested server-side syntax improvements to OmniAuthCallbacksController.
2019-01-10Preserve URL fragment across sign-in and sign-up redirectsScott Escue
If window.location contains a URL fragment, append the fragment to all sign-in forms, the sign-up form, and all button based providers.
2019-01-10Fix unexpected exception by failed to find an actual head pipelineShinya Maeda
Add changelog
2019-01-10Fix broken templated "Too many changes to show" textStan Hu
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/23230 broke the external string in 11.6. This fixes that and adds a spec. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56138
2019-01-10Update string structure for group runnersGeorge Tsiolis
2019-01-10Service for calling Sentry issues apiReuben Pereira
2019-01-09Merge branch 'pl-reactive-caching-primary_key' into 'master'Kamil Trzciński
Enable caching for records which primary key is not `id` See merge request gitlab-org/gitlab-ce!24245
2019-01-09First pass at updated profile empty stateFernando Arias
2019-01-09Adjust height of "Add list" dropdown in issue boardsWinnie Hellmann
2019-01-09Merge branch '55242-skeleton-loading-releases' into 'master'Kushal Pandya
Adds skeleton loading for releases Closes #55242 See merge request gitlab-org/gitlab-ce!24264
2019-01-09Resolve "Inconsistent spacing between note and user avatar in discussions"Sam Bigelow
2019-01-09Remove get_build method for find_by_idSteve Azzopardi
The original intention of `get_build` was as a workaround not to violate `CodeReuse/ActiveRecord`. `find_by_id` does the exact same thing but does not violate the rubocop rule.
2019-01-09Merge branch '56036-fix-translation-of-in-in-job-details-sidebar' into 'master'Filipa Lacerda
Resolve "Fix translation of "in" in job details sidebar" Closes #56036 See merge request gitlab-org/gitlab-ce!24192
2019-01-09Merge branch 'tz-upgrade-vue' into 'master'Filipa Lacerda
Upgraded Vue and related libraries See merge request gitlab-org/gitlab-ce!24159
2019-01-09Adds skeleton loading for releasesFilipa Lacerda
In releases page, instead of rendering a loading icon, it now renders the skeleton loading
2019-01-09Merge branch 'notes-awards-double-tooltip-fix' into 'master'Filipa Lacerda
Fixes doubles tooltips on note awards Closes #55483 See merge request gitlab-org/gitlab-ce!24261
2019-01-09Use monospace font for registry table tag id and tag nameClement Ho
2019-01-09Upgraded various Vue packagesTim Zallmann
This upgrades the following packages: - Vue - Vue Loader - Vue Resource - Vue Router - Vue template compiler - Vue Jest
2019-01-09Fixes doubles tooltips on note awardsPhil Hughes
Reverts the note awards tooltips to use our own tooltip directive. Using the Bootstrap Vue tooltip inteferes with the Bootstrap JS tooltips which gets init'd in another JS file. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55483
2019-01-09Merge branch 'tz-improve-mainjs' into 'master'Phil Hughes
Improve JS Initialisation that we do on each page See merge request gitlab-org/gitlab-ce!24190
2019-01-09Merge branch 'remove-gap-between-mr-tabs-and-file-header' into 'master'Phil Hughes
Remove extra space between MR tab bar and sticky file headers See merge request gitlab-org/gitlab-ce!24238
2019-01-09Merge branch 'refactor-artifact-api-endpoint' into 'master'Grzegorz Bizon
Refactor artifact api endpoint Closes #55445 See merge request gitlab-org/gitlab-ce!23582
2019-01-09Add uniqueness validation to url column in Releases::Link modelShinya Maeda
Add test Add changelog
2019-01-09Merge branch 'ce-extract-specific-code-from-project_snippet_policy' into ↵Nick Thomas
'master' Make ProjectSnippetPolicy EE-ready See merge request gitlab-org/gitlab-ce!23908
2019-01-09Merge branch 'fix-auto-devops-domain-title-on-admin-settings' into 'master'Stan Hu
Fixes Auto DevOps Domain title on admin settings See merge request gitlab-org/gitlab-ce!24249
2019-01-09Fixes Auto DevOps Domain title on admin settingsMayra Cabrera
Changes "Auto devops" to "Auto DevOps" on CI/CD admin settings
2019-01-09Merge branch 'sh-revert-mr-23135' into 'master'Robert Speicher
Revert "Merge branch '3062-improve-project-cache' into 'master'" Closes #56103 See merge request gitlab-org/gitlab-ce!24244
2019-01-09Fix MR sidebar to correctly warning if assignee can't mergeDouglas Barbosa Alexandre
2019-01-09Implement SshHostKey.primary_key methodPeter Leitzen
2019-01-09Revert "Merge branch '3062-improve-project-cache' into 'master'"Stan Hu
This reverts commit e65e184269bb27661c9a20658933e8482aa90b62, reversing changes made to 646ba2418b630710edeaac94b57d08adf2771257.
2019-01-08Use record's primary key instead of hardcoded `id`Peter Leitzen
Enable caching for records which primary key is not `id`.
2019-01-08Merge branch ↵Annabel Dunstone Gray
'56010-user-profile-page-horizonal-whitespace-between-overview-columns-breaks-two-column-layout' into 'master' Resolve "User profile page: Horizonal whitespace between Overview columns breaks two column layout" Closes #56010 See merge request gitlab-org/gitlab-ce!24189
2019-01-08web-terminal: Add support for URL to Link parsingrobertfoss
This is desirable since it enables people who are viewing job results to quickly go from the logs to more detailed information about an issue.
2019-01-08Remove extra space between MR tab bar and sticky file headersAnnabel Dunstone Gray
2019-01-08Merge branch '6861-group-level-project-templates-QA-tests-take-2-ce' into ↵Mark Lapierre
'master' CE port of "e2e QA tests for Group level project templates" See merge request gitlab-org/gitlab-ce!23987
2019-01-08Merge branch 'kp-7325-add-lib-helpers' into 'master'Fatih Acet
CE Backport: Add library helpers to use in Roadmap See merge request gitlab-org/gitlab-ce!24232
2019-01-08Merge branch 'mr-widget-conflicts-protected-branch' into 'master'Nick Thomas
Disable resolve conflicts for protected branches Closes #53463 See merge request gitlab-org/gitlab-ce!23842
2019-01-08Add feature spec for Release page MVCShinya Maeda
2019-01-08Merge branch '56076-releases-margin' into 'master'Phil Hughes
Fixes missing margin in releases block Closes #56076 See merge request gitlab-org/gitlab-ce!24229
2019-01-08Add `newDate` helper, update `getTimeframeWindowFrom`Kushal Pandya
Adds `newDate` helper to copy date object without keeping reference. Adds negative length support in `getTimeframeWindowFrom` to go back in time.
2019-01-08Add support for `offset` values in `isInViewport`Kushal Pandya