Skip to content

Commit

Permalink
rehideved
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Apr 6, 2016
1 parent d96c027 commit 009697d
Show file tree
Hide file tree
Showing 8 changed files with 153 additions and 34 deletions.
27 changes: 18 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,20 +1,29 @@
# vendor dirs
vendor

# composer lock files
composer.lock

# hidev internals
.hidev/composer.json
.hidev/composer.lock
.hidev/vendor

# IDE & OS files
.*.swp
.idea
nbproject
.DS_Store
.buildpath
.idea
.project
.settings
Thumbs.db
.DS_Store
nbproject

# php-cs-fixer cache
.php_cs.cache

# vendor dirs
vendor

# composer lock files
composer.lock

# phpunit generated files
coverage.clover

# PHARs
composer.phar
61 changes: 61 additions & 0 deletions .hidev/commits.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,67 @@ hiqdev/hipanel-module-server commits history

## Under development

- d96c027 2016-04-04 Fixed view layout (andreyklochok@gmail.com)
- c584d4b 2016-04-04 Fixed view layout (andreyklochok@gmail.com)
- 88ea775 2016-03-30 Added server oreder by status_time (d.naumenko.a@gmail.com)
- 5f60ceb 2016-03-29 Add css list-style:none for ChartJs ul.line-legend (andreyklochok@gmail.com)
- 9b26364 2016-03-29 Back to lagacy pow function (andreyklochok@gmail.com)
- c9a958f 2016-03-25 Server RRD view page re-designed (d.naumenko.a@gmail.com)
- 8dd0661 2016-03-25 Updated translations (d.naumenko.a@gmail.com)
- 079cdd2 2016-03-25 Added Switch Graphs (d.naumenko.a@gmail.com)
- 27f3609 2016-03-22 Server reinstall button moved to server actions block (d.naumenko.a@gmail.com)
- bfb2e86 2016-03-22 server/view - VNC wrapped in a PJAX call (d.naumenko.a@gmail.com)
- fb94df7 2016-03-22 Added SearchAction (d.naumenko.a@gmail.com)
- ce26caf 2016-03-22 Added PanelServerCombo (d.naumenko.a@gmail.com)
- 350949a 2016-03-22 Translations updated (d.naumenko.a@gmail.com)
- 4d0b435 2016-03-21 ServerRenewProduct::loadRelatedData() renamed to ensureRelatedData() (d.naumenko.a@gmail.com)
- 1a17ed8 2016-03-21 ServerController - fixed typo in variable name (d.naumenko.a@gmail.com)
- f74e93e 2016-03-18 Added server renew operation (d.naumenko.a@gmail.com)
- 0dfa016 2016-03-18 Server expire widget - fixed colors (d.naumenko.a@gmail.com)
- 7d81b71 2016-03-16 Translations update (d.naumenko.a@gmail.com)
- 58f1b6a 2016-03-16 Added missing translation (d.naumenko.a@gmail.com)
- f105bc0 2016-03-14 RRD view - autosubmit on radio filters change (d.naumenko.a@gmail.com)
- 7f11806 2016-03-14 RRD view - changed ListView to GridView (d.naumenko.a@gmail.com)
- efc2e49 2016-03-14 Fixed hipanel/server/rrd dictionary filename (d.naumenko.a@gmail.com)
- ab98858 2016-03-12 RRD page implemented (d.naumenko.a@gmail.com)
- a2881e6 2016-03-12 Server - added link to RRD (d.naumenko.a@gmail.com)
- c649235 2016-03-12 Added rrd translation dict, translations updated (d.naumenko.a@gmail.com)
- 9a70df9 2016-03-12 Server rrd inited (d.naumenko.a@gmail.com)
- 2b01f0b 2016-03-11 Updated translations (d.naumenko.a@gmail.com)
- 77ed40d 2016-03-09 Implemented PTR records management for the server IP addresses (d.naumenko.a@gmail.com)
- eb8296c 2016-03-07 Server view - added IP addresses table (d.naumenko.a@gmail.com)
- 12eb52e 2016-03-01 view page: added parts block (d.naumenko.a@gmail.com)
- 6ad898c 2016-02-29 Server view - charts are hidden, when no data is available (d.naumenko.a@gmail.com)
- 1e1d52e 2016-02-26 Minor refactors (d.naumenko.a@gmail.com)
- 6b271a9 2016-02-25 Server charts config redone with CartOptions widget (d.naumenko.a@gmail.com)
- b61bdb0 2016-02-25 Server traffic chart dynamic update implemented (d.naumenko.a@gmail.com)
- 1e1b697 2016-02-24 Server view - chart resizing implemted (d.naumenko.a@gmail.com)
- e110ff1 2016-02-24 composer.json updated (d.naumenko.a@gmail.com)
- 44ec30c 2016-02-24 removed omnilight/yii2-bootstrap-daterangepicker dependency (d.naumenko.a@gmail.com)
- 818d9b7 2016-02-24 Added omnilight/yii2-bootstrap-daterangepicker dependency (d.naumenko.a@gmail.com)
- 461a691 2016-02-24 Added datepicker dependency (d.naumenko.a@gmail.com)
- 0ba13c9 2016-02-23 Added Server::groupUsesForCharts() method (d.naumenko.a@gmail.com)
- 9b6e3fd 2016-02-23 Server view action redone to use relations (d.naumenko.a@gmail.com)
- 95663f5 2016-02-23 spelling updates (d.naumenko.a@gmail.com)
- 38ce0f5 2016-02-23 Added server bandwidth and traffice consumption views (d.naumenko.a@gmail.com)
- 96bfe22 2016-02-23 Added ServerUse model (d.naumenko.a@gmail.com)
- d088c8e 2016-02-22 added traffic chart (d.naumenko.a@gmail.com)
- 12b0733 2016-02-22 ServerController - cached osimages (d.naumenko.a@gmail.com)
- ab34d4a 2016-02-18 Changed XEditableColumn import namespace (d.naumenko.a@gmail.com)
- 889efc1 2016-02-10 Fixed error when no tariff is available (d.naumenko.a@gmail.com)
- 4081d58 2016-02-10 spelling (d.naumenko.a@gmail.com)
- ecb31ca 2016-02-10 Fixed i18n config (d.naumenko.a@gmail.com)
- dfd828f 2016-02-10 Translations improved (d.naumenko.a@gmail.com)
- be0994a 2016-02-10 added messages files; (d.naumenko.a@gmail.com)
- baa7e3b 2016-02-08 Translations moved to hipanel/server category, other minor (d.naumenko.a@gmail.com)
- 5db921b 2016-02-02 Fixed standalone action to use updated api (andreyklochok@gmail.com)
- 033ba81 2016-01-25 server/view - fixed loading of huge data (d.naumenko.a@gmail.com)
- 4167fd2 2016-01-22 ServerController::indexAction - added filterStorageMap (d.naumenko.a@gmail.com)
- 12a6672 2015-12-09 Removed PHP short-tags (d.naumenko.a@gmail.com)
- 3b7f781 2015-12-04 Classes notation changed from pathtoClassName to PHP 5.6 ClassName::class (d.naumenko.a@gmail.com)
- 03fa3a6 2015-11-26 Fix markup on index page when Advanced Search show up (andreyklochok@gmail.com)
- b0540fc 2015-11-11 Changed ServerColumn default attribute name device->server (d.naumenko.a@gmail.com)
- 1a85ec9 2015-11-11 Expires widget updated due to parent class API change (d.naumenko.a@gmail.com)
- Fixed translation and minor issues
- cf1014e 2015-10-15 ServerGridView changed call of ArraySpoiler due to class API changes (d.naumenko.a@gmail.com)
- 4daa0ee 2015-10-12 Added server event list (d.naumenko.a@gmail.com)
Expand Down
19 changes: 12 additions & 7 deletions .hidev/config.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
package:
name: hipanel-module-server
namespace: hipanel\modules\server
label: HiPanel ServerModule
title: Server Plugin for HiPanel
type: yii2-extension
name: hipanel-module-server
title: Server module for HiPanel
headline: HiPanel Server Module
keywords: server, hipanel, plugin
year: 2014
namespace: hipanel\modules\server
description: |
[![Logo](https://raw.githubusercontent.com/hiqdev/hipanel-core/master/docs/logo.png)](https://hipanel.com/)
[HiPanel](http://hipanel.com) is the next generation control panel for hosting, domains and more.
This package provides server management for HiPanel.
require:
hiqdev/hidev-config: "*"
hiqdev/hidev-config-php: "*"
hiqdev/hidev-php: "*"
hiqdev/hidev-vendor: "*"
9 changes: 9 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
checks:
php:
code_rating: true
duplication: true
tools:
php_code_coverage:
enabled: true
external_code_coverage:
timeout: 600
26 changes: 26 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
language: php
php:
- 5.5
- 5.6
- 7
- hhvm
matrix:
allow_failures:
-
php: hhvm
cache:
directories:
- $HOME/.composer/cache
before_install:
- 'composer self-update'
- 'composer --version'
- 'wget http://hiqdev.com/hidev/hidev.phar -O hidev.phar && chmod a+x hidev.phar'
- './hidev.phar --version'
- './hidev.phar travis/before_install'
sudo: false
install:
- './hidev.phar travis/install'
script:
- './hidev.phar travis/script'
after_script:
- './hidev.phar travis/after_script'
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright © 2014-2015, HiQDev (http://hiqdev.com/)
Copyright © 2015-2016, HiQDev (http://hiqdev.com/)
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand All @@ -11,7 +11,7 @@ are met:
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of HiQDev nor HiPanel ServerModule nor the names of its
* Neither the name of HiQDev nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.

Expand Down
25 changes: 17 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,28 @@
Server Plugin for HiPanel
=========================
HiPanel Server Module
=====================

Server Plugin for HiPanel
**Server module for HiPanel**

[![Latest Stable Version](https://poser.pugx.org/hiqdev/hipanel-module-server/v/stable)](//packagist.org/packages/hiqdev/hipanel-module-server)
[![Total Downloads](https://poser.pugx.org/hiqdev/hipanel-module-server/downloads)](//packagist.org/packages/hiqdev/hipanel-module-server)
[![Latest Stable Version](https://poser.pugx.org/hiqdev/hipanel-module-server/v/stable)](https://packagist.org/packages/hiqdev/hipanel-module-server)
[![Total Downloads](https://poser.pugx.org/hiqdev/hipanel-module-server/downloads)](https://packagist.org/packages/hiqdev/hipanel-module-server)
[![Build Status](https://img.shields.io/travis/hiqdev/hipanel-module-server.svg)](https://travis-ci.org/hiqdev/hipanel-module-server)
[![Scrutinizer Code Coverage](https://img.shields.io/scrutinizer/coverage/g/hiqdev/hipanel-module-server.svg)](https://scrutinizer-ci.com/g/hiqdev/hipanel-module-server/)
[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/hiqdev/hipanel-module-server.svg)](https://scrutinizer-ci.com/g/hiqdev/hipanel-module-server/)
[![Dependency Status](https://www.versioneye.com/php/hiqdev:hipanel-module-server/dev-master/badge.svg)](https://www.versioneye.com/php/hiqdev:hipanel-module-server/dev-master)

[![Logo](https://raw.githubusercontent.com/hiqdev/hipanel-core/master/docs/logo.png)](https://hipanel.com/)

[HiPanel](http://hipanel.com) is the next generation control panel for hosting, domains and more.

This package provides server management for HiPanel.

## Installation

The preferred way to install this yii2-extension is through [composer](http://getcomposer.org/download/).

Either run

```
```sh
php composer.phar require "hiqdev/hipanel-module-server"
```

Expand All @@ -27,7 +36,7 @@ to the require section of your composer.json.

## License

This project is released under the terms of the BSD-3-Clause [license](https://github.com/hiqdev/hipanel-module-server/blob/master/LICENSE).
This project is released under the terms of the BSD-3-Clause [license](LICENSE).
Read more [here](http://choosealicense.com/licenses/bsd-3-clause).

Copyright © 2014-2015, HiQDev (http://hiqdev.com/)
Copyright © 2015-2016, HiQDev (http://hiqdev.com/)
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hiqdev/hipanel-module-server",
"type": "yii2-extension",
"description": "Server Plugin for HiPanel",
"description": "Server module for HiPanel",
"keywords": [
"server",
"hipanel",
Expand Down Expand Up @@ -42,12 +42,6 @@
"homepage": "http://hiqdev.com/"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/hiqdev/yii2-bootstrap-daterangepicker"
}
],
"require": {
"yiisoft/yii2": "2.*",
"hiqdev/hipanel-module-client": "*",
Expand All @@ -58,5 +52,11 @@
"psr-4": {
"hipanel\\modules\\server\\": "src"
}
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/hiqdev/yii2-bootstrap-daterangepicker"
}
]
}

0 comments on commit 009697d

Please sign in to comment.