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-06-28Merge branch '62826-graphql-emoji-mutations' into 'master'Jan Provaznik
GraphQL mutations for add, remove and toggle emoji See merge request gitlab-org/gitlab-ce!29919
2019-06-28Rearrange discussion resolve buttons & update button displaySamantha Ming
- next-discuss button is always show unless there is only 1 discussion - regroup buttons arrangements
2019-06-28GraphQL mutations for add, remove and toggle emojiLuke Duncalfe
Adding new `AddAwardEmoji`, `RemoveAwardEmoji` and `ToggleAwardEmoji` GraphQL mutations. Adding new `#authorized_find_with_pre_checks!` and (unused, but for completeness `#authorized_find_with_post_checks!`) authorization methods. These allow us to perform an authorized find, and run our own additional checks before or after the authorization runs. https://gitlab.com/gitlab-org/gitlab-ce/issues/62826
2019-06-28Merge branch 'remove_group_and_instance_clusters_feature_flag' into 'master'Stan Hu
Remove group and instance clusters feature flag Closes #63383 See merge request gitlab-org/gitlab-ce!30124
2019-06-27Merge branch 'dohtaset' into 'master'Mike Greiling
Fix charts on Cluster page See merge request gitlab-org/gitlab-ce!30073
2019-06-27Merge branch ↵Clement Ho
'11888-regression-deploy-correlation-markers-on-monitoring-graphs-not-clickable' into 'master' Turn commit sha in monitor charts popover to link Closes gitlab-ee#11888 See merge request gitlab-org/gitlab-ce!29914
2019-06-27Merge branch '12429-report' into 'master'Phil Hughes
Removes EE differences for app/assets/javascripts/reports/components/report_item.vue Closes gitlab-ee#12429 See merge request gitlab-org/gitlab-ce!30092
2019-06-27Merge branch 'sh-avoid-loading-pipeline-status' into 'master'Nick Thomas
Avoid loading pipeline status in search results See merge request gitlab-org/gitlab-ce!30111
2019-06-27Fix unresponsive reply button in discussionsPaul Gascou-Vaillancourt
Events listeners have been fixed to ensure UI interactions are properly handled in discussion notes
2019-06-27Avoid loading pipeline status in search resultsStan Hu
This improves the performance of search, since the pipeline status is not displayed. Identified in https://gitlab.com/gitlab-org/gitlab-ce/issues/56627
2019-06-27Remove instance_clusters feature_flagThong Kuah
Now we have terminals for instance and group clusters we can remove the FF now. Deploying to instance clusters has been working without complaints too.
2019-06-27Merge branch 'sh-handle-nil-replication-lag' into 'master'Andreas Brandl
Fix background migrations failing with unused replication slot Closes #63666 See merge request gitlab-org/gitlab-ce!30042
2019-06-27Remove group_clusters feature flagThong Kuah
Now we have terminals for instance and group clusters we can remove the FF now. Deploying to group clusters has been working without complaints too.
2019-06-27Fix charts on Cluster pageSimon Knox
2019-06-27Merge branch 'sh-add-gitaly-ref-caching-search-controller' into 'master'Kamil Trzciński
Enable Gitaly ref caching for SearchController See merge request gitlab-org/gitlab-ce!30105
2019-06-27Fix styling for `app/assets/stylesheets/framework/notes.scss`George Tsiolis
2019-06-27Fix incorrect reaction placement in commit diff discussionSamantha Ming
2019-06-27Update action selectorJacques Erasmus
Updated the toast action selector to `first-of-type` instead
2019-06-27Conform related issues/MRs card to design docsMartin Hanzel
2019-06-27Merge branch '53811-issue-boards-to-core-projects-backend-ce' into 'master'Stan Hu
Move Multiple Issue Boards for Projects to Core See merge request gitlab-org/gitlab-ce!29757
2019-06-27Merge branch '61156-instance-level-cluster-pod-terminal-access' into 'master'Thong Kuah
Instance-level cluster pod terminal access Closes #55489, #55488, #55487, and #61156 See merge request gitlab-org/gitlab-ce!28613
2019-06-27Merge branch 'sh-update-mermaid' into 'master'Fatih Acet
Update Mermaid to 8.1.0 Closes #60869 See merge request gitlab-org/gitlab-ce!30036
2019-06-27Merge branch 'dz-remove-deprecated-user-routes' into 'master'Mike Greiling
Remove deprecated user routes See merge request gitlab-org/gitlab-ce!30044
2019-06-27Enable Gitaly ref caching for SearchControllerStan Hu
As we noticed in https://gitlab.com/gitlab-org/gitlab-ce/issues/56627#note_185828742, clicking on the "Issues" tab often requests the same reference in rendering Markdown.
2019-06-27Turn commit sha in monitor charts popover to linkDhiraj Bodicherla
Commit sha in deployment popovers within monitoring dashboard are not clickable or selectable. This commit makes those commit sha links selectable and point to projects commit page
2019-06-27Basic note appearsSarah Groff Hennigh-Palermo
This happens in multiple files
2019-06-27Externalize strings of access tokens page in user profileantony liu
2019-06-27Add feature flag and dashboard endpointSimon Knox
First part of FE for Prometheus API Dashboard endpoint fetches all info except for chart results Renders empty groups after loading
2019-06-26Merge branch 'refactor/remove-sentry-from-app-settings' into 'master'Stan Hu
Remove Sentry settings from application settings See merge request gitlab-org/gitlab-ce!28447
2019-06-26Removes EE differencesFilipa Lacerda
2019-06-26Merge branch '62938-wcag-aa-edited-text-color' into 'master'Phil Hughes
Use darker gray color for system note metadata and edited text Closes #62938 See merge request gitlab-org/gitlab-ce!30054
2019-06-26Merge branch 'vue-tree-logs-tree-request' into 'master'Filipa Lacerda
Fetch commit message with logs_tree endpoint See merge request gitlab-org/gitlab-ce!29796
2019-06-26Merge branch '12428-pipelines' into 'master'Phil Hughes
Removes EE differences for app/assets/javascripts/pipelines/pipeline_details_mediator.js Closes gitlab-ee#12428 See merge request gitlab-org/gitlab-ce!30085
2019-06-26Always display environment selectorReuben Pereira
On the metrics dashboard, always display the environment selector, even if there is no data to display for that environment. This allows the user to switch to the metrics dashboard of another environment.
2019-06-26Re-name entries in one commitDenys Mishunov
Update window's URL after entry's re-name Set proper hook for correct fileLanguage Filtered out `moved` entries from the tree
2019-06-26Merge branch '12257-sidebar-mediator' into 'master'Phil Hughes
Removes EE differences for app/assets/javascripts/sidebar/sidebar_mediator.js Closes gitlab-ee#12257 See merge request gitlab-org/gitlab-ce!30077
2019-06-26Merge branch '12427-comparision-pane' into 'master'Phil Hughes
Removes EE differences for `app/assets/javascripts/sidebar/components/time_tracking/comparison_pane.vue` Closes gitlab-ee#12427 See merge request gitlab-org/gitlab-ce!30078
2019-06-26Merge branch '12364-sortable-default-mixin' into 'master'Phil Hughes
Removes EE differences for sortable_default_options Closes gitlab-ee#12364 See merge request gitlab-org/gitlab-ce!30074
2019-06-26Removes EE differencesFilipa Lacerda
2019-06-26Merge branch '62214-migrations-and-models' into 'master'Andreas Brandl
Step 1 of !28996: Adds models and migrations for Namespaces statistics See merge request gitlab-org/gitlab-ce!29570
2019-06-26Speed up obtaining Let's Encrypt certificatesVladimir Shushlin
2019-06-26Removes EE differencesFilipa Lacerda
Uses ee_else_ce to remove the differences
2019-06-26Merge branch '51952-forking-via-webide' into 'master'Nick Thomas
Resolve "500 error when forking via the web IDE button" See merge request gitlab-org/gitlab-ce!29909
2019-06-26Removes EE differencesFilipa Lacerda
2019-06-26Merge branch 'sh-service-template-bug' into 'master'Thong Kuah
Disable Rails SQL query cache when applying service templates Closes #63595 See merge request gitlab-org/gitlab-ce!30060
2019-06-26Merge branch 'from-installable-to-not-installable' into 'master'Kushal Pandya
Handle dependencies between cluster managed apps installation status See merge request gitlab-org/gitlab-ce!29999
2019-06-26Removes EE differencesFilipa Lacerda
uses ee_else_ce to remove ee differences
2019-06-26Move Multiple Issue Boards for Projects to CoreAlexandru Croitor
Refactor code to allow multiple issue boards management for projects in CE
2019-06-26In dev, always allow access to health endpoints from localhostAndrew Newdigate
This change will allow developers to easily hook up a Prometheus instance to their local development instance, without making any configuration changes.
2019-06-26Bring Manual Ordering on Issue ListRajat Jain
On all the issue lists -- Group, Project and Dashboard -- this change adds a new option for managing the lists. "Manual Ordering" option is added which when flipped on will allow an user to drag and drop issues around to create a relative ordering among them.