summaryrefslogtreecommitdiff
path: root/app/assets
Commit message (Collapse)AuthorAgeFilesLines
* Update Edit Webhook form layout34059-integration-settings-pagekushalpandya2017-10-091-1/+1
|
* Update Integrations page layout, add Webhooks supportkushalpandya2017-10-092-8/+182
|
* Add flex container helperkushalpandya2017-10-091-0/+5
|
* Updated Integrations pagekushalpandya2017-10-091-0/+98
|
* 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-0721-922/+497
|\ | | | | | | | | Remove old navigation CSS See merge request gitlab-org/gitlab-ce!14573
| * Fix dropdown header alignment; empty navbar positioningcleanup_old_nav_stuffAnnabel Dunstone Gray2017-10-072-18/+18
| |
| * Specify gitlab navAnnabel Dunstone Gray2017-10-062-6/+6
| |
| * Finish combining nav stylesAnnabel Dunstone Gray2017-10-065-477/+412
| |
| * Fix specsAnnabel Dunstone Gray2017-10-062-0/+6
| |
| * Conflict fixesAnnabel Dunstone Gray2017-10-061-4/+4
| |
| * Start moving new nav styles into header.scssAnnabel Dunstone Gray2017-10-0612-267/+75
| |
| * FixesAnnabel Dunstone Gray2017-10-065-129/+130
| |
| * Fix scrolling tabsAnnabel Dunstone Gray2017-10-062-0/+8
| |
| * Remove nav images; remove old nav styles; create new file for other ↵Annabel Dunstone Gray2017-10-069-525/+342
| | | | | | | | navigation elements
* | Commenting on image diffsFelipe Artur2017-10-0729-74/+896
| |
* | 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-0634-108/+700
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-067-7/+186
|/ /
* | 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-064-0/+126
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '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-077-11/+36
| |\ \ \ | | | |/ | | |/| | | | | feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
| * | | Merge branch 'master' into ↵Shinya Maeda2017-10-067-19/+100
| |\ \ \ | | | | | | | | | | | | | | | feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
| * | | | Fix margins in edit formFilipa Lacerda2017-10-061-0/+4
| | | | |
| * | | | Merge remote-tracking branch 'origin/master' into ↵Kamil Trzcinski2017-10-0512-58/+99
| |\ \ \ \ | | | | | | | | | | | | | | | | | | feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
| * \ \ \ \ Merge branch 'master' into ↵Shinya Maeda2017-10-0544-299/+808
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | 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-046-12/+18
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
| * \ \ \ \ \ \ Merge branch 'master' into ↵Shinya Maeda2017-10-0414-59/+167
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-service
| * \ \ \ \ \ \ \ Merge branch 'master' into ↵Shinya Maeda2017-10-0489-4347/+1005
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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