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-03-22Merge branch 'disable-btn-mr-when-posting-comment' into 'master'Fatih Acet
Disables the button when submitting comment. Closes #39661 See merge request gitlab-org/gitlab-ce!17918
2018-03-21Disables the button when submitting comment.Jacob Schatz
2018-03-21Merge branch 'refactor/move-time-tracking-vue-components' into 'master'Filipa Lacerda
Move TimeTrackingCollapsedState vue component See merge request gitlab-org/gitlab-ce!17399
2018-03-21Merge branch 'ee-5063-to-ce-backport' into 'master'Douwe Maan
Backports changes made in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/5063 to CE See merge request gitlab-org/gitlab-ce!17909
2018-03-21Issuable list: add tooltips to iconsLukas Eipert
2018-03-21Merge branch 'ide-folder-button-path' into 'master'Tim Zallmann
Fixes the web IDE link in tree list opening the wrong URL Closes #44477 See merge request gitlab-org/gitlab-ce!17900
2018-03-21Backports changes made in ↵Tiago Botelho
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/5063 to CE
2018-03-21Merge branch 'flip-carets' into 'master'Phil Hughes
makes caret go to the right side when closing most right issueboard list Closes #40913 See merge request gitlab-org/gitlab-ce!17773
2018-03-21Merge branch '39584-nesting-depth-5-framework-dropdowns' into 'master'Clement Ho
NestingDepth (level 5) in framework/dropdowns.scss See merge request gitlab-org/gitlab-ce!17820
2018-03-21Merge branch 'ide-project-avatar-identicon' into 'master'Filipa Lacerda
Changes empty project avatar to identicon in the IDE Closes #44298 See merge request gitlab-org/gitlab-ce!17899
2018-03-21Merge branch 'fix-confirm-danger-modal' into 'master'Filipa Lacerda
Refactor ConfirmDangerModal into ES module See merge request gitlab-org/gitlab-ce!17874
2018-03-21Fixes the web IDE link in tree list opening the wrong URLPhil Hughes
Closes #44477
2018-03-21Changes empty project avatar to identicon in the IDEPhil Hughes
Closes #44298
2018-03-21Move TimeTrackingCollapsedState vue componentGeorge Tsiolis
2018-03-21Merge branch 'make-ide-ce' into 'master'Tim Zallmann
Move IDE to CE Closes #44157 See merge request gitlab-org/gitlab-ce!17887
2018-03-21Apply NestingDepth (level 5) (framework/dropdowns.scss)Takuya Noguchi
2018-03-20Resolve "Loss of input text on comments after preview"Simon Knox
2018-03-20fixed ide_edit_button not existingPhil Hughes
2018-03-20Merge branch 'fix-ci-job-auto-retry' into 'master'Grzegorz Bizon
Prevent auto-retry AccessDenied error from stopping transition to failed See merge request gitlab-org/gitlab-ce!17862
2018-03-20remove JS for cookie togglePhil Hughes
2018-03-20move confirm_danger_modal bindings directly into the only two pages that need itMike Greiling
2018-03-20Prevent auto-retry AccessDenied error from stopping transition to failedTomasz Maczukin
2018-03-20remove un-used IDE helper modulePhil Hughes
2018-03-20fixed SCSS lintPhil Hughes
2018-03-20updated file references in specsPhil Hughes
2018-03-20Move IDE to CEPhil Hughes
This also makes the IDE generally available
2018-03-20Merge branch 'fix/sm/erase_old_trace' into 'master'Kamil Trzciński
Use update_column than write_attribute and save Closes #44366 See merge request gitlab-org/gitlab-ce!17861
2018-03-20Merge branch '42558-add-monitoring-no-data-empty-state' into 'master'Phil Hughes
Resolve "Prometheus graphs have no empty state when no data is present" Closes #42558 See merge request gitlab-org/gitlab-ce!17759
2018-03-20Merge branch 'issue_25542' into 'master'Sean McGivern
Improve JIRA event descriptions Closes #25542 See merge request gitlab-org/gitlab-ce!17811
2018-03-20Merge branch 'rs-twitter-helper' into 'master'Douwe Maan
Remove `www.` from `twitter_url` helper See merge request gitlab-org/gitlab-ce!17872
2018-03-20refactor ConfirmDangerModal into ES moduleMike Greiling
2018-03-20move render_gfm into behaviors directoryMike Greiling
2018-03-20add no_data illustration to monitoring empty stateMike Greiling
2018-03-20Merge branch 'ajax-requests-in-performance-bar' into 'master'Robert Speicher
Show Ajax requests in performance bar Closes #43925 See merge request gitlab-org/gitlab-ce!17742
2018-03-19Merge branch '43933-always-notify-mentions' into 'master'Sean McGivern
Ignore unsubscribed toggle for @ mentions Closes #43933 See merge request gitlab-org/gitlab-ce!17786
2018-03-19Improve JIRA event descriptionsFelipe Artur
2018-03-19Merge branch '44383-cleanup-framework-header' into 'master'Phil Hughes
Clean up selectors in framework/header.scss Closes #44383 See merge request gitlab-org/gitlab-ce!17822
2018-03-19Show Ajax requests in performance barSean McGivern
But first, rewrite the performance bar in Vue: 1. Remove the peek-host gem and replace it with existing code. This also allows us to include the host in the JSON response, rather than in the page HTML. 2. Leave the line profiler parts as here-be-dragons: nicer would be a separate endpoint for these, so we could use them on Ajax requests too. 3. The performance bar is too fiddly to rewrite right now, so apply the same logic to that. Then, add features! All requests made through Axios are able to be tracked. To keep a lid on memory usage, only the first two requests for a given URL are tracked, though. Each request that's tracked has the same data as the initial page load, with the exception of the performance bar and the line profiler, as explained above.
2018-03-19Always notify new mentions even if explicitly unsubscribedMario de la Ossa
2018-03-19Merge branch '44384-cleanup-css-for-nested-lists' into 'master'Filipa Lacerda
Unify format for nested non-task lists Closes #44384 See merge request gitlab-org/gitlab-ce!17823
2018-03-19Remove `www.` from `twitter_url` helperRobert Speicher
Twitter redirects `www.twitter.com` to `twitter.com` Also removes unnecessary regex escapes, just 'cause.
2018-03-19Clean up selectors in framework/header.scssTakuya Noguchi
2018-03-19Merge branch 'sh-admin-projects-remove-n-plus-one' into 'master'Robert Speicher
Remove N+1 queries in /admin/projects page See merge request gitlab-org/gitlab-ce!17834
2018-03-19Merge branch 'refactor/move-mr-widget-sha-mismatch-vue-component' into 'master'Clement Ho
Move ShaMismatch vue component See merge request gitlab-org/gitlab-ce!17546
2018-03-19Remove N+1 queries in /admin/projects pageStan Hu
2018-03-19Merge branch 'sh-fix-failure-project-destroy' into 'master'Robert Speicher
Fix "Can't modify frozen hash" error when project is destroyed See merge request gitlab-org/gitlab-ce!17816
2018-03-19Resolve "Notes karma specs failing"Simon Knox
2018-03-19Use update_column than write_attribute and saveShinya Maeda
2018-03-19Merge branch '31114-internal-ids-are-not-atomic' into 'master'Sean McGivern
Atomic generation of internal ids for issues. Closes #31114 See merge request gitlab-org/gitlab-ce!17580
2018-03-19Resolve "GitLab Community Edition 10.5.3 shows plural for 1 item"Jan