summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'backport-protected-branches-spec-changes' into 'master'Mike Greiling2017-10-061-9/+17
|\ | | | | | | | | Backport protected_branches_spec improvements from EE See merge request gitlab-org/gitlab-ce!14745
| * backport protected_branches_spec improvements from EEbackport-protected-branches-spec-changesJose Ivan Vargas2017-10-061-9/+17
| |
* | 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-06195-1163/+5187
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-063-1/+14
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | '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
| * | | add CHANGELOG.md entry for !1474136255-metrics-that-do-not-have-a-complete-history-are-not-shown-at-allMike Greiling2017-10-061-0/+5
| | | |
| * | | 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
| | |/ | |/|
* | | Merge branch 'winh-delete-account-modal' into 'master'Fatih Acet2017-10-0617-30/+507
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Show confirmation modal before deleting account Closes #13482 and #38754 See merge request gitlab-org/gitlab-ce!14360
| * | Show confirmation modal before deleting accountWinnie Hellmann2017-10-0617-30/+507
|/ /
* | Merge branch '38872-fix-rspec-flaky-spec' into 'master'Stan Hu2017-10-061-0/+1
|\ \ | | | | | | | | | | | | | | | | | | Ensure we set SUITE_FLAKY_RSPEC_REPORT_PATH to nil in RspecFlaky::Listener spec Closes #38872 See merge request gitlab-org/gitlab-ce!14736
| * | Ensure we set SUITE_FLAKY_RSPEC_REPORT_PATH to nil in RspecFlaky::Listener specRémy Coutable2017-10-061-0/+1
|/ / | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Merge branch 'ide-fix-back-btn' into 'master'Fatih Acet2017-10-069-34/+124
|\ \ | | | | | | | | | | | | 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
| | |
| * | Fixes the unhandled promise rejectionTim Zallmann2017-10-042-0/+3
| | |
| * | Added Check for Line Number ElementTim Zallmann2017-10-041-1/+1
| | |
| * | Fixed RepoFile TestTim Zallmann2017-10-042-9/+11
| | |
| * | Fixed Repo Sidebar TestsTim Zallmann2017-10-042-37/+48
| | |
| * | Added Test for Back Button BehaviourTim Zallmann2017-10-041-0/+32
| | |
| * | 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 'gitaly_feature_flag_metadata' into 'master'Rémy Coutable2017-10-062-2/+24
|\ \ \ | | | | | | | | | | | | | | | | Gitaly feature flag metadata See merge request gitlab-org/gitlab-ce!14332
| * | | Gitaly feature flag metadataAndrew Newdigate2017-10-062-2/+24
|/ / /
* | | Merge branch '38775-scrollable-tabs-on-admin' into 'master'Filipa Lacerda2017-10-063-2/+7
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Scrollable tabs on top on Admin Jobs/Projects Closes #38775 See merge request gitlab-org/gitlab-ce!14685
| * | | Make tabs on top scrollable on admin dashboardTakuya Noguchi2017-10-053-2/+7
| | | |
* | | | Merge branch 'add-1000-plus-counters-for-jobs-page' into 'master'Yorick Peterse2017-10-066-6/+27
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Add 1000 plus counters for jobs page See merge request gitlab-org/gitlab-ce!14507
| * | | | Add 1000+ counters (instead of inifnite) to jobs controlleradd-1000-plus-counters-for-jobs-pageKamil Trzcinski2017-10-064-5/+21
| | | | |
| * | | | Sort by id, not created_atjobs-sort-by-idKamil Trzcinski2017-09-262-1/+6
| | | | |
* | | | | Merge branch ↵Kamil Trzciński2017-10-0674-3/+2910
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '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 ↵feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-serviceShinya Maeda2017-10-077-41/+48
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | '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
| | * | | | | Improve redirect uri state and fix all remaining testsKamil Trzcinski2017-10-067-41/+48
| | | | | | |
| * | | | | | Merge branch 'master' into ↵Shinya Maeda2017-10-0787-270/+2102
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | / | | | |_|_|/ | | |/| | | feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
| * | | | | Merge branch ↵Shinya Maeda2017-10-062-2/+2
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | '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
| | * | | | | Fix sidebar titleFilipa Lacerda2017-10-062-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix fixture
| * | | | | | Use short path project_clusters_urlShinya Maeda2017-10-061-1/+1
| | | | | | |
| * | | | | | Change Clusters to Cluster in sidebarShinya Maeda2017-10-061-2/+2
| | | | | | |
| * | | | | | Merge branch 'master' into ↵Shinya Maeda2017-10-0656-263/+763
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
| * | | | | | | Security fix: redirection in google_api/authorizations_controllerShinya Maeda2017-10-065-13/+57
| | |/ / / / / | |/| | | | |
| * | | | | | Merge branch ↵Filipa Lacerda2017-10-064-7/+12
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '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 * 'feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service' of https://gitlab.com/gitlab-org/gitlab-ce: Use utc for time comparision
| | * | | | | | Use utc for time comparisionShinya Maeda2017-10-064-7/+12
| | | | | | | |
| * | | | | | | Fix margins in edit formFilipa Lacerda2017-10-062-11/+14
| |/ / / / / /
| * | | | | | Add some empty spacesKamil Trzcinski2017-10-051-0/+2
| | | | | | |