summaryrefslogtreecommitdiff
path: root/app/assets/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '38869-api' into 'master'Phil Hughes2017-10-101-1/+0
|\ | | | | | | | | Remove Api from main.js See merge request gitlab-org/gitlab-ce!14774
| * Remove Api from main.js38869-apiFilipa Lacerda2017-10-091-1/+0
| |
* | Fix bad type checking to prevent 0 count badge to be shownFilipa Lacerda2017-10-102-8/+25
|/
* Removes CommitsList from global namespaceFilipa Lacerda2017-10-092-26/+27
|
* Merge branch 'abuse-reports-module' into 'master'Filipa Lacerda2017-10-093-6/+3
|\ | | | | | | | | Convert AbuseReports class to a module See merge request gitlab-org/gitlab-ce!14709
| * Convert AbuseReports class to a moduleabuse-reports-modulePhil Hughes2017-10-063-6/+3
| |
* | Remove AjaxLoadingSpinner and CreateLabelDropdown from global namespaceFilipa Lacerda2017-10-096-34/+29
| |
* | Move cycle analytics banner into a vue fileFilipa Lacerda2017-10-092-0/+57
| |
* | Merge branch 'cleanup_old_nav_stuff' into 'master'Filipa Lacerda2017-10-071-15/+0
|\ \ | | | | | | | | | | | | Remove old navigation CSS See merge request gitlab-org/gitlab-ce!14573
| * | Start moving new nav styles into header.scssAnnabel Dunstone Gray2017-10-061-15/+0
| | |
* | | Commenting on image diffsFelipe Artur2017-10-0721-51/+690
| | |
* | | Merge branch 'fl-38869-linked-tabs' into 'master'Mike Greiling2017-10-061-3/+0
|\ \ \ | | | | | | | | | | | | | | | | Removes unnecessary load of LinkedTabs, Pipelines and MiniPipelineGraph classes See merge request gitlab-org/gitlab-ce!14734
| * \ \ Merge branch 'master' into fl-38869-linked-tabsfl-38869-linked-tabsFilipa Lacerda2017-10-0624-90/+618
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...
| * | | Removes unnecessary load of LinkedTabs, Pipelines and MiniPipelineGraph classesFilipa Lacerda2017-10-061-3/+0
| | | |
* | | | Merge branch ↵Fatih Acet2017-10-062-1/+9
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '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
| * | | | allow legend to properly handle NaN valuesMike Greiling2017-10-061-1/+5
| | | | |
| * | | | allow prometheus graphs to handle non-congiuous paths (with NaN, +Inf, and -Inf)Mike Greiling2017-10-061-0/+4
| | |/ / | |/| |
* | | | Show confirmation modal before deleting accountWinnie Hellmann2017-10-065-4/+175
|/ / /
* | | Merge branch 'ide-fix-back-btn' into 'master'Fatih Acet2017-10-066-19/+62
|\ \ \ | | | | | | | | | | | | | | | | Repo Editor : Fixes Back Button for files + line number jumping for preview and editor See merge request gitlab-org/gitlab-ce!14508
| * | | Good old dangling commaide-fix-back-btnTim Zallmann2017-10-061-1/+1
| | | |
| * | | Resetting of active Line + setting it for the async display functionsTim Zallmann2017-10-063-13/+22
| | | |
| * | | Fixed Linting Error + Error with Line Highlighter found in TestTim Zallmann2017-10-052-3/+3
| | | |
| * | | CHanged to Helper MethodTim Zallmann2017-10-051-1/+1
| | | |
| * | | Removed the console.logTim Zallmann2017-10-051-1/+0
| | | |
| * | | Refactored Highlighting mechanismTim Zallmann2017-10-054-16/+18
| | | |
| * | | Optimising IfTim Zallmann2017-10-041-2/+2
| | | |
| * | | Added Check for Line Number ElementTim Zallmann2017-10-041-1/+1
| | | |
| * | | Fixed Repo Sidebar TestsTim Zallmann2017-10-041-29/+30
| | | |
| * | | Fixed Eslint ErrorsTim Zallmann2017-10-041-4/+4
| | | |
| * | | Polished Back Button for files that are not in the tree anymoreTim Zallmann2017-10-041-1/+10
| | | |
| * | | Fixed Back Button for files + line number jumping for preview and editorTim Zallmann2017-10-044-7/+30
| | | |
* | | | Merge branch ↵Kamil Trzciński2017-10-062-0/+117
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '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
| * \ \ \ Merge branch 'master' into ↵Shinya Maeda2017-10-075-9/+19
| |\ \ \ \ | | | |/ / | | |/| | | | | | | feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
| * | | | Merge branch 'master' into ↵Shinya Maeda2017-10-066-19/+92
| |\ \ \ \ | | | | | | | | | | | | | | | | | | feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
| * \ \ \ \ Merge remote-tracking branch 'origin/master' into ↵Kamil Trzcinski2017-10-0510-53/+91
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
| * \ \ \ \ \ Merge branch 'master' into ↵Shinya Maeda2017-10-0536-136/+693
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
| * | | | | | | Changes after reviewFilipa Lacerda2017-10-041-3/+4
| | | | | | | |
| * | | | | | | Adds Frontend specsFilipa Lacerda2017-10-041-10/+3
| | | | | | | |
| * | | | | | | Adjustments to polling & formsFilipa Lacerda2017-10-041-44/+28
| | | | | | | |
| * | | | | | | Merge branch 'master' into ↵Shinya Maeda2017-10-042-10/+11
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
| * \ \ \ \ \ \ \ Merge branch 'master' into ↵Shinya Maeda2017-10-0411-59/+144
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
| * \ \ \ \ \ \ \ \ Merge branch 'master' into ↵Shinya Maeda2017-10-0460-764/+765
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
| * | | | | | | | | | Adjust to route changeFilipa Lacerda2017-10-032-26/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adjust toggle status Add confirmation box Adds permissions checks
| * | | | | | | | | | Adds toggle buttonFilipa Lacerda2017-10-022-0/+141
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds polling function
| * | | | | | | | | | Updates sidebarFilipa Lacerda2017-10-021-11/+0
| | | | | | | | | | |
| * | | | | | | | | | Starts edit formFilipa Lacerda2017-10-021-0/+11
| | | | | | | | | | |
* | | | | | | | | | | Merge branch '18608-lock-issues-v2' into 'master'Sean McGivern2017-10-0616-71/+439
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Lock issue and merge request" Closes #18608 See merge request gitlab-org/gitlab-ce!14531
| * | | | | | | | | | UX review18608-lock-issues-v2Luke "Jared" Bennett2017-10-061-1/+1
| | | | | | | | | | |
| * | | | | | | | | | Fix wording in the js messagesJarka Kadlecova2017-10-062-2/+2
| | | | | | | | | | |
| * | | | | | | | | | Merge branch '18608-lock-issues-v2' of gitlab.com:gitlab-org/gitlab-ce into ↵Luke "Jared" Bennett2017-10-0357-704/+715
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 18608-lock-issues-v2