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-02-12Correctly align resolved discussion textMark Florian
The header of the `NoteableDiscussion` component is really a media object[1], but it didn't have the right DOM or styling to correctly achieve it. This change wraps all the children of the media object (except the floated image) in a dedicated `.timeline-content` element, which is styled to establish its own block formatting context[2]. This ensures *all* of its children sit left-aligned to the right edge of the float. In short, the DOM used to look like this: .discussion-header .timeline-icon note-header note-edited-text and now it looks like this: .discussion-header .timeline-icon .timeline-content (with own formatting context) note-header note-edited-text This is also now more consistent with the DOM of `NoteableNote`, in that `.timeline-icon` and `.timeline-content` seem to want to be siblings. [1]: http://www.stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code/ [2]: https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Block_formatting_context
2019-02-12Merge branch 'add-client-for-count-diverging-commits' into 'master'Grzegorz Bizon
add client support for CountDivergingCommits rpc See merge request gitlab-org/gitlab-ce!24287
2019-02-12Merge branch 'jc-add-has-repository' into 'master'Douglas Barbosa Alexandre
Adding convenience method to project model See merge request gitlab-org/gitlab-ce!25108
2019-02-12Merge branch 'bw-review-feedback-task-list-toggle-service' into 'master'Robert Speicher
Address review comment for app/services/task_list_toggle_service.rb Closes #57413 See merge request gitlab-org/gitlab-ce!25013
2019-02-11Adding convenience method to project modelJohn Cai
2019-02-11Adapt that diverging commits could be just one barLin Jen-Shin
refactors the ui for diverging commits so that it's only a single bar instead of two separate bars
2019-02-11Merge branch '52424-goodbye-hipchat' into 'master'Douglas Barbosa Alexandre
Remove HipChat integration from GitLab Closes #52424 See merge request gitlab-org/gitlab-ce!22223
2019-02-11Merge branch 'fix_deployment_service_predefined_variables' into 'master'Nick Thomas
Add missing argument to DeploymentService#predefined_variables See merge request gitlab-org/gitlab-ce!24989
2019-02-11Merge branch '55447-validate-k8s-ca-cert' into 'master'Dmitriy Zaporozhets
Validate k8s CA certificate at cluster creation See merge request gitlab-org/gitlab-ce!24990
2019-02-11Merge branch 'an-peek-jaeger' into 'master'Grzegorz Bizon
Provide a performance bar link to the Jaeger UI See merge request gitlab-org/gitlab-ce!24902
2019-02-10Externalize date picker stringKatrin Leinweber
2019-02-08Merge branch ↵56965-rocket-mouseover-very-sensitive-alters-flag-positioningPhil Hughes
'57428-actionview-template-error-undefined-method-for-nil-nilclass' into 'master' Resolve "ActionView::Template::Error: undefined method `>' for nil:NilClass" Closes #57428 See merge request gitlab-org/gitlab-ce!25028
2019-02-08Optimize the compare of the task linesBrett Walker
2019-02-08Remove HipChat integration from GitLabNick Thomas
2019-02-08Merge branch 'diff-fuzzy-file-finder-feature-flag' into 'master'Filipa Lacerda
Adds a feature flag to the diff fuzzy file finder Closes #57403 See merge request gitlab-org/gitlab-ce!25006
2019-02-08Update `chart.js` to 2.7.2Andrew Fontaine
2019-02-08Merge branch 'qa-staging-33-wait-for-viewers-to-load' into 'master'Mark Lapierre
Fix push_http_private_token_spec by waiting for viewers to load Closes gitlab-org/quality/staging#33 See merge request gitlab-org/gitlab-ce!25030
2019-02-08Merge branch 'mr-web-worker-origin' into 'master'Filipa Lacerda
Fixes diff web worker not loading in staging See merge request gitlab-org/gitlab-ce!25039
2019-02-08Adds a feature flag to the diff fuzzy file finderPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/57403
2019-02-08Refactor draft_note_spec.js to Vue test utils (CE backport)Winnie Hellmann
2019-02-08Fixes diff web worker not loading in stagingPhil Hughes
https://gitlab.com/gitlab-org/quality/staging/issues/34
2019-02-08Merge branch 'remove_make_updated_cluster_applications' into 'master'Douglas Barbosa Alexandre
Remove #make_updated! as have #make_installed! now Closes #57374 See merge request gitlab-org/gitlab-ce!24988
2019-02-08Move permission check of manual actions of deploymentsShinya Maeda
2019-02-08Provide a performance bar link to the Jaeger UIAndrew Newdigate
Jaeger is a distributed tracing tool. This change adds a "Tracing" link to the performance bar to directly link to a current request in Jaeger. This is useful for two reasons: 1 - it provides affordance to developers that the distributed tracing tool is available, so that it can quickly be discovered. 2 - it allows developers to quickly find a specific trace without having to manually navigate to a second user-interface.
2019-02-08Wait for viewers to loadSanad Liaquat
Adds qa-spinner class and wait for it to go away before making assertions.
2019-02-08Merge branch 'patch-43' into 'master'Dmitriy Zaporozhets
Update comment about legacy pipeline triggers See merge request gitlab-org/gitlab-ce!24998
2019-02-08Merge branch '57397-fixes-technical-debt-for-cluster-domain' into 'master'Grzegorz Bizon
Fixes technical debt issues for cluster domain Closes #57397 See merge request gitlab-org/gitlab-ce!25010
2019-02-08Checking MR status date for related MR status tooltipConstance Okoghenun
Changed related MR status tooltip content when MR status date is not available.
2019-02-08Add missing argument to DeploymentService#predefined_variablesJames Fargher
2019-02-08Validate kubernetes cluster CA certificateTiger
No certificate is still accepted, but if one is provided it must be valid. Only run validation if the certificate has changed to avoid making existing records invalid.
2019-02-08Remove #make_updated! as have #make_installed! nowThong Kuah
We can have multiple and conditional transistions in a event, so make use of that.
2019-02-08Upgrade cluster applications, starting with runnerThong Kuah
2019-02-08Merge branch 'jlenny-AddPagesTemplates' into 'master'Douglas Barbosa Alexandre
Pages templates on the new project templates menu Closes #47857 See merge request gitlab-org/gitlab-ce!24906
2019-02-07Merge branch 'tooltips-to-top' into 'master'Filipa Lacerda
Change spawning of tooltips to be top by default Closes #39044 and #48581 See merge request gitlab-org/gitlab-ce!21223
2019-02-07Fixes technical debt issues for cluster domainMayra Cabrera
- Avoid using direct code on spec migration - Removes milestone and point to issue, to avoid making fake promises Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/57397
2019-02-07Merge branch '19745-new-tasklists-for-merge-requests' into 'master'Sean McGivern
Enable fast task lists for merge requests Closes #19745 See merge request gitlab-org/gitlab-ce!24779
2019-02-07Project template: Fall back to GitLab logoLukas Eipert
Use gitlab-svg to provide the icons for rails, spring and express. For the new GitLab pages templates, we are falling back to the GitLab logo.
2019-02-07Add Pages templatesJason Lenny
Adds templates for the 5 most popular Pages templates to the new project menu. This does not add unique icons for the templates because that turned out more complicated than expected, and this feature is valuable without them.
2019-02-07Merge branch 'master' into ↵Sean McGivern
fabsrc/gitlab-ce-2105-add-setting-for-first-day-of-the-week
2019-02-07Add fast tasklist support to MR tasklistFatih Acet
Also adds specs and fixes existing specs
2019-02-07Enable fast task lists for merge requestsBrett Walker
Allow single tasks to be updated quickly
2019-02-07Resolve "Override squash commit message"Natalia Tepluhina
2019-02-07Merge branch 'master' into ↵Sean McGivern
fabsrc/gitlab-ce-2105-add-setting-for-first-day-of-the-week
2019-02-07Update comment about legacy pipeline triggersDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2019-02-07Merge branch '52363-ui-changes-to-cluster-and-ado-pages' into 'master'Grzegorz Bizon
Moves domain setting to Clusters page Closes #52363 See merge request gitlab-org/gitlab-ce!24580
2019-02-07Merge branch 'local-markdown-version' into 'master'Douglas Barbosa Alexandre
Add local markdown version Closes #32789 See merge request gitlab-org/gitlab-ce!24822
2019-02-07Merge branch '56543-project-lists-further-iteration-improvements' into 'master'Annabel Dunstone Gray
Resolve "Project lists: further iteration & improvements" Closes #56543 See merge request gitlab-org/gitlab-ce!24855
2019-02-07Merge branch 'fix-repo-settings-file-upload-error' into 'master'Nick Thomas
Fix bug causing repository mirror settings UI to break Closes #55134 See merge request gitlab-org/gitlab-ce!23712
2019-02-07Merge branch '57333-default_on_group_search_optimizations' into 'master'Sean McGivern
Enable subquery for group issue search by default Closes #57333 See merge request gitlab-org/gitlab-ce!24978
2019-02-07Improve project list UX on large screensMartin Wortschack
- Remove star button from project list - Switch to columns on desktop - Hide MR and issues on screens < 1200px - Remove not needed utility classes - Change avatar size to 48px - Set line-height of title row to 20px