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
2017-10-09Don't show an "Unsubscribe" link in snippet comment notificationsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-10-09Merge branch 'icons-update-fix-regression-on-groups' into 'master'Phil Hughes
Updated Icons + Fix for Collapsed Groups Angle See merge request gitlab-org/gitlab-ce!14754
2017-10-09Removes CommitsList from global namespaceFilipa Lacerda
2017-10-09Merge branch 'abuse-reports-module' into 'master'Filipa Lacerda
Convert AbuseReports class to a module See merge request gitlab-org/gitlab-ce!14709
2017-10-09Remove AjaxLoadingSpinner and CreateLabelDropdown from global namespaceFilipa Lacerda
2017-10-09Merge branch 'sh-show-all-slack-names' into 'master'Robert Speicher
Include GitLab full name with username in Slack messages Closes #38865 See merge request gitlab-org/gitlab-ce!14740
2017-10-09Move cycle analytics banner into a vue fileFilipa Lacerda
2017-10-09Updated Icons + Fix for Collapsed Groups AngleTim Zallmann
2017-10-07Merge branch '38890-fix-gpg-signature-updater-when-commit-is-missing' into ↵Stan Hu
'master' Fix error with GPG signature updater when commit was deleted Closes #38890 See merge request gitlab-org/gitlab-ce!14749
2017-10-07Merge branch 'cleanup_old_nav_stuff' into 'master'Filipa Lacerda
Remove old navigation CSS See merge request gitlab-org/gitlab-ce!14573
2017-10-07Fix error with GPG signature updater when commit was deletedRubén Dávila
2017-10-07Fix dropdown header alignment; empty navbar positioningAnnabel Dunstone Gray
2017-10-07Merge branch 'tc-geo-read-only-idea' into 'master'Douwe Maan
Create idea of read-only database Closes #37534 See merge request gitlab-org/gitlab-ce!14688
2017-10-07Show fork information on the project panelBob Van Landuyt
2017-10-07Store the name of a project that's a root of a fork networkBob Van Landuyt
So we can keep showing it to a user in his project page.
2017-10-07Find forks within users/namespaces using fork membershipsBob Van Landuyt
2017-10-07Remove membership from fork network when unlinkingBob Van Landuyt
2017-10-07Find branches in all projects in the fork networkBob Van Landuyt
2017-10-07Allow creating merge requests across forks of a projectBob Van Landuyt
2017-10-07Create a fork network when forking a projectBob Van Landuyt
When no fork network exists for the source projects, we create a new one with the correct source
2017-10-07Add a model for `fork_networks`Bob Van Landuyt
The fork network will keep track of the root project as long as it's present.
2017-10-07Merge branch 'master' into '37970-ci-sections-tracking'Kamil Trzciński
# Conflicts: # db/schema.rb
2017-10-07Commenting on image diffsFelipe Artur
2017-10-07Specify gitlab navAnnabel Dunstone Gray
2017-10-07Merge branch 'fl-38869-linked-tabs' into 'master'Mike Greiling
Removes unnecessary load of LinkedTabs, Pipelines and MiniPipelineGraph classes See merge request gitlab-org/gitlab-ce!14734
2017-10-07Finish combining nav stylesAnnabel Dunstone Gray
2017-10-07Merge branch ↵Fatih Acet
'36255-metrics-that-do-not-have-a-complete-history-are-not-shown-at-all' into 'master' Resolve "Metrics that do not have a complete history are not shown at all" Closes #36255 See merge request gitlab-org/gitlab-ce!14741
2017-10-06Show confirmation modal before deleting accountWinnie Hellmann
2017-10-06Create idea of read-only databaseToon Claes
In GitLab EE, a GitLab instance can be read-only (e.g. when it's a Geo secondary node). But in GitLab CE it also might be useful to have the "read-only" idea around. So port it back to GitLab CE. Also having the principle of read-only in GitLab CE would hopefully lead to less errors introduced, doing write operations when there aren't allowed for read-only calls. Closes gitlab-org/gitlab-ce#37534.
2017-10-06allow legend to properly handle NaN valuesMike Greiling
2017-10-06allow prometheus graphs to handle non-congiuous paths (with NaN, +Inf, and -Inf)Mike Greiling
2017-10-06Include GitLab full name with username in Slack messagesStan Hu
We used to include the first and last name of the user, but !6624 modified this to include only the username. Let's compromise and add both in the form of `First Last (username)`. Closes #38865
2017-10-06Merge branch 'master' into fl-38869-linked-tabsFilipa Lacerda
* master: (136 commits) Ensure we set SUITE_FLAKY_RSPEC_REPORT_PATH to nil in RspecFlaky::Listener spec Gitaly feature flag metadata Add delete issue docs Adjust tooltips to adhere to 8px grid and make them more readable Fix JS lock issue specs Improve redirect uri state and fix all remaining tests Add 1000+ counters (instead of inifnite) to jobs controller Use short path project_clusters_url Change Clusters to Cluster in sidebar Security fix: redirection in google_api/authorizations_controller UX review Fix sidebar title Fix fixture Fix margins in edit form Use utc for time comparision Good old dangling comma Fix wording in the js messages Resetting of active Line + setting it for the async display functions Add some empty spaces Fix failing spec Refactor discussion lock docs ...
2017-10-06Fix specsAnnabel Dunstone Gray
2017-10-06Conflict fixesAnnabel Dunstone Gray
2017-10-06Start moving new nav styles into header.scssAnnabel Dunstone Gray
2017-10-06FixesAnnabel Dunstone Gray
2017-10-06Fix scrolling tabsAnnabel Dunstone Gray
2017-10-06Remove nav images; remove old nav styles; create new file for other ↵Annabel Dunstone Gray
navigation elements
2017-10-06Merge branch 'ide-fix-back-btn' into 'master'Fatih Acet
Repo Editor : Fixes Back Button for files + line number jumping for preview and editor See merge request gitlab-org/gitlab-ce!14508
2017-10-06Removes unnecessary load of LinkedTabs, Pipelines and MiniPipelineGraph classesFilipa Lacerda
2017-10-06Merge branch '38775-scrollable-tabs-on-admin' into 'master'Filipa Lacerda
Scrollable tabs on top on Admin Jobs/Projects Closes #38775 See merge request gitlab-org/gitlab-ce!14685
2017-10-06Merge branch 'add-1000-plus-counters-for-jobs-page' into 'master'Yorick Peterse
Add 1000 plus counters for jobs page See merge request gitlab-org/gitlab-ce!14507
2017-10-06Merge branch ↵Kamil Trzciński
'feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service' into 'master' Create Kubernetes cluster on GKE from k8s service Closes #35954 See merge request gitlab-org/gitlab-ce!14470
2017-10-06Merge branch '18608-lock-issues-v2' into 'master'Sean McGivern
Resolve "Lock issue and merge request" Closes #18608 See merge request gitlab-org/gitlab-ce!14531
2017-10-06Merge branch 'content-title-link-hover-bg' into 'master'Annabel Dunstone Gray
Fixed the navbar title hover style being applied outside the navbar See merge request gitlab-org/gitlab-ce!14707
2017-10-06Adjust tooltips to adhere to 8px grid and make them more readableDimitrie Hoekstra
2017-10-06Merge branch ↵Shinya Maeda
'feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service' of https://gitlab.com/gitlab-org/gitlab-ce into feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
2017-10-06Merge branch 'master' into ↵Shinya Maeda
feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
2017-10-06Improve redirect uri state and fix all remaining testsKamil Trzcinski