Commit Graph

658 Commits (48ef453db243826a2c8f9b23f43a2e90bf5decd7)

Author SHA1 Message Date
Ruslan Baidan 48ef453db2
Updated the tests due to the stats service changes. 2020-07-14 11:23:52 +02:00
Ruslan Baidan c4c1e2fc44
FIxed the test based on the changes of stats service. 2020-07-13 14:37:04 +02:00
Ruslan Baidan a2db12e239
Added exposing of the postgresql port to access it from host machine. 2020-07-08 12:06:49 +02:00
Ruslan Baidan 84d6104001
Merge branch 'feature/stats' of https://github.com/monarc-project/MonarcAppFO into feature/stats
* 'feature/stats' of https://github.com/monarc-project/MonarcAppFO:
  chg: [vagrant] forward default output of systemd to /dev/null
  chg: [stats service deployment] do not install dev dependencies.
  added FLASK_APP env variable

# Conflicts:
#	vagrant/bootstrap.sh
2020-07-08 09:42:49 +02:00
Cédric Bonhomme c998326768
chg: [vagrant] forward default output of systemd to /dev/null 2020-07-07 23:15:24 +02:00
Cédric Bonhomme 9698735042
chg: [stats service deployment] do not install dev dependencies. 2020-07-07 22:03:47 +02:00
Cédric Bonhomme ab621b351d
added FLASK_APP env variable 2020-07-07 17:03:11 +02:00
Ruslan Baidan a5f78c28b3
removed the composer optimisation to load the dev dependencies. 2020-07-07 15:40:21 +02:00
Cédric Bonhomme 165401ec17 Merge branch 'feature/stats' of https://github.com/monarc-project/MonarcAppFO into feature/stats 2020-07-07 15:35:07 +02:00
Cédric Bonhomme 122428e8f0
added new variable for lib/mosp.py 2020-07-07 15:34:37 +02:00
Ruslan Baidan 2a0ea077ab
Used the stats port for the FO config. 2020-07-07 15:31:31 +02:00
Cédric Bonhomme 9f0241422b
new: [deployment] added installation, configuration of stats service and the systemd service file for it. The service is running by default on port 5005 in the Vagrant virtual machine, mapping is done on port 5005 of the host machine. 2020-07-07 14:39:02 +02:00
Ruslan Baidan e0db08786f
Removed the phpinfo file 2020-07-03 15:39:30 +02:00
Ruslan Baidan 37a2564579
Added the tests migrations files. 2020-07-03 15:38:25 +02:00
Ruslan Baidan 69894d9806
Covered fetching stats and filter with the test cases. 2020-07-03 15:00:32 +02:00
Ruslan Baidan 7c375ff1ca
Updated the composer.lock file due to zm_core fix. 2020-07-02 15:30:22 +02:00
Ruslan Baidan 125d7c1151
Added the stats type test cases. 2020-07-02 15:24:51 +02:00
Ruslan Baidan deeb0863d9
Fixed the tests execution and covered the current filter classes. 2020-06-30 21:18:06 +02:00
Ruslan Baidan 4614a8ee0c
Updated the dependencies versions. 2020-06-26 11:01:08 +02:00
Ruslan Baidan ef882860d1
Fixed the insert my print script. 2020-06-25 16:27:46 +02:00
Ruslan Baidan 31a30db6b6
Added compliance stats type to the tests data, fixed the initial insert data. 2020-06-24 15:12:40 +02:00
Ruslan Baidan 7b198da74f
Fixed the test data to comply with the actual stats modifications. 2020-06-12 12:40:25 +02:00
Ruslan Baidan 285e60c06a
Merge remote-tracking branch 'origin/master' into feature/stats
# Conflicts:
#	composer.lock
2020-06-05 12:09:05 +02:00
Ruslan Baidan ce2c5b71b3
Updated the release with retagged version of core and client. 2020-06-03 12:46:48 +02:00
Ruslan Baidan b7ce05d547
Updated the release with retagged version of core. 2020-06-03 12:00:28 +02:00
Ruslan Baidan c31f4723b3
Removed the restriction of doctrine/cache package. 2020-06-02 23:24:42 +02:00
Ruslan Baidan c156269a1d
Updated the release with retagged version of core. 2020-06-02 23:22:01 +02:00
Ruslan Baidan 0a21d07336
Release v2.9.15 related changes. 2020-06-02 16:36:44 +02:00
Ruslan Baidan bcecdd8eb6
Chnaged the test response codes to 201. 2020-06-02 16:29:55 +02:00
Ruslan Baidan b1759e405a
Improved the tests based on the zm_client changes. 2020-05-22 17:02:09 +02:00
Ruslan Baidan c1db6b2c3b
Covered the stats aggregation with the tests. 2020-05-18 23:56:07 +02:00
Ruslan Baidan dcfccc04e9
Added the basic tests to cover stats generation, added a possibility to execute the tests from host machine. 2020-05-14 23:43:02 +02:00
Ruslan Baidan 139348eed0
Added stats-api settings. 2020-05-12 18:25:51 +02:00
Ruslan Baidan a01cbeec8d
Fixed the VM issue of the proxy generation. 2020-04-28 21:47:02 +02:00
Ruslan Baidan 45fb3be941
Merge remote-tracking branch 'origin/master' into feature/stats
* origin/master:
  Renamed xdebug variable.
  fixed the permissions issue for the vm generation.
  chg: [vagrant] adjusted usermod and permissions on files (data for backend)
  Fix the issue with NPM check updates and specify -master instead of a version number for the version of MONARC in the vagrant VM.
  Release of new version 2.9.14 of monarc.
  chg: [vagrant] fix permissions issues and db initialization when deploying new dev env. sudo is no more required when updating MONARC in the VM vagrant

# Conflicts:
#	composer.lock
2020-04-24 21:19:20 +02:00
Ruslan Baidan 04ac95d038
Renamed xdebug variable. 2020-04-24 20:46:17 +02:00
Ruslan Baidan f49b7ac201
fixed the permissions issue for the vm generation. 2020-04-24 20:34:42 +02:00
Cédric Bonhomme 737774a151
chg: [vagrant] adjusted usermod and permissions on files (data for backend) 2020-04-24 15:55:29 +02:00
Cédric Bonhomme e0f9d1265b
Fix the issue with NPM check updates and specify -master instead of a version number for the version of MONARC in the vagrant VM. 2020-04-24 11:49:44 +02:00
Ruslan Baidan ab4606e085
Release of new version 2.9.14 of monarc. 2020-04-24 10:19:01 +02:00
Cédric Bonhomme 13cb6681d5
chg: [vagrant] fix permissions issues and db initialization when deploying new dev env. sudo is no more required when updating MONARC in the VM vagrant 2020-04-22 13:29:32 +02:00
Ruslan Baidan ab927c2489
Set defualt null for updated_at filed. 2020-04-22 11:36:00 +02:00
Ruslan Baidan 830a7785ac
Changed the filed type to datetime instead of timestamp, to check if github actions build will be passed. 2020-04-22 10:53:05 +02:00
Ruslan Baidan 3f93cbfcb8
Updated the client dependency. 2020-04-22 09:17:37 +02:00
Ruslan Baidan 3f4326e675
Updated the client dependency. 2020-04-21 22:33:14 +02:00
Ruslan Baidan bd7d3fad8e
Uodated the client dependency. 2020-04-21 16:02:07 +02:00
Ruslan Baidan 6d58e44823
Fixed the core package version. 2020-04-21 15:33:54 +02:00
Ruslan Baidan 9757525c73
Added the commit with the tests introduction. 2020-04-21 14:31:57 +02:00
Ruslan Baidan ad74b357f1
Created the new release tags and updated the dependencies. 2020-04-14 12:42:48 +02:00
Ruslan Baidan 0ca8aed1e1
Uncommented the mysql server start for the build. 2020-03-19 15:11:26 +01:00