osm/POL.git
2021-04-06 beierlmFeature 10296 Pip Standardization 99/10299/10 branch-ng-ro-refactor-start branch-sol006v331-start
2021-02-16 bravoffix(scaling): min instance count now from right sol006... 15/10315/5
2020-12-03 garciaaleSOL006 patch for POL 77/10077/3 release-v9.0-start v9.0.0 v9.0.0rc1
2020-06-15 bravoffix(aiokafka): version now fixed to 0.6.0 (this is... 89/9089/3 v8.0 release-v8.0-start v8.0.0 v8.0.0rc1 v8.0.0rc2 v8.0.0rc3 v8.0.1 v8.0.1rc1 v8.0.2 v8.0.3 v8.0.4
2020-06-15 bravoffix(healthcheck): new flag implemented as a file for... 75/9075/5
2020-06-10 Atul AgarwalResolved bug 1087 60/9060/6
2020-04-28 Atul AgarwalResolved bug 1047. 31/8831/12
2019-12-06 Gianpietro... Fix metric name at VNF Alarms feature 43/8343/3 sol006 v7.0.0 v7.0.0rc1 v7.0.1 v7.0.1rc1 v7.0.1rc2 v7.0.1rc3
2019-10-09 Benjamin DiazAdds arch docs to POL 39/8039/2 feature5837 feature7928
2019-09-19 Benjamin DiazRefactors alarm creation to comply with changes regardi... 64/7964/2
2019-09-03 beierlAdds unit test coverage 78/7878/2
2019-08-14 Benjamin DiazAdds projects_read and projects_write params to scaling... 45/7845/2
2019-07-22 Benjamin DiazUpgrading aiokafka to 0.5.* 85/7785/1
2019-07-12 Benjamin DiazRemoves kafka check from healthcheck 73/7773/1
2019-06-05 Benjamin DiazChanges vnf_member_index to a string 17/7617/1 v6.0 v6.0.0 v6.0.1 v6.0.2 v6.0.2rc1 v6.0.3 v6.0.4 v6.0.4rc1
2019-05-31 Benjamin DiazAdds missing healthcheck command to setup.py 91/7591/2
2019-05-27 Benjamin DiazAdds basic healthcheck to Dockerfile 57/7557/1
2019-05-23 Benjamin DiazImproves handling of database connections 36/7536/2
2019-05-21 Benjamin DiazMakes actions in vnf alarm optional 35/7535/1
2019-05-08 Benjamin DiazRemoving unused CMD from Dockerfile 49/7449/1
2019-04-30 Benjamin DiazAdds requests package installation to debian postinst 42/7442/1 feature7106
2019-04-26 Benjamin DiazImproves README 31/7431/2
2019-04-16 Benjamin DiazAdds pylint to tox test pipeline and fixes related... 05/7405/3
2019-04-05 Benjamin DiazAdds support for vnf alarms 79/7379/4
2019-03-15 Benjamin DiazRefactors autoscaling module to separate concerns and... 78/7378/1
2019-03-11 Benjamin DiazAdds support in entrypoint script for more complex... 89/7289/1
2019-02-26 Benjamin DiazModifies POL to create database if using mysql URI 57/7257/1
2019-02-21 Benjamin DiazAdds migration engine for peewee ORM 44/7244/5
2019-02-04 Benjamin DiazReplaces direct use of aiokafka with osm_common message... 76/7176/4
2019-02-01 Benjamin DiazExits process when encountered by a database exception 69/7169/1
2019-02-01 Benjamin DiazRemoves try except block from creation of database... 68/7168/1
2019-02-01 Benjamin DiazAdds pymysql to requirements.txt 67/7167/1
2018-11-27 Benjamin DiazAdds deletion of orphaned alarms after an scalein operation 81/6981/1 v5.0 v5.0.0 v5.0.1 v5.0.2 v5.0.3 v5.0.4 v5.0.5
2018-11-27 lavadoMerge "Adds use of alarm response topics based on cor_id"
2018-11-27 lavadoMerge "added env vars for mongo ha"
2018-11-26 Benjamin DiazAdds use of alarm response topics based on cor_id 67/6967/1
2018-11-24 Benjamin DiazAdds support for autoscaling based on vnf-metric 56/6956/2
2018-11-22 Benjamin DiazAdds deletion of scaling alarms in POL and MON after... 44/6944/4
2018-11-21 Juanadded env vars for mongo ha 37/6937/2
2018-11-16 Benjamin DiazRefactor scaling group config and adds partial support... 09/6909/2
2018-10-31 Benjamin DiazFixes discrepancies with IM related to monitoring params 03/6803/3
2018-10-16 Benjamin DiazRenames DbClient to CommonDbClient to avoid confusion 53/6653/8
2018-10-16 Benjamin DiazImplements aiokafka and modifies code to support asyncio 89/6689/11
2018-10-14 Benjamin DiazAdds use of OSMPOL_SQL_DATABASE_URI config param to... 54/6654/4
2018-10-14 Benjamin DiazAdds deletion of alarms in case exception is thrown... 52/6652/4
2018-10-13 lavadoMerge "Added LICENSE file to root folder" netslice
2018-10-10 Benjamin DiazAdds vnf_member_index attribute to ScalingGroup model 74/6674/1
2018-10-09 Benjamin DiazAdds unique group_id to KafkaConsumer used in MonClient 71/6671/1
2018-10-09 Benjamin DiazModifies version_command to use pep440-git-full 66/6666/3
2018-10-09 Benjamin DiazAdds support for cooldown-time variable in scaling... 65/6665/3
2018-10-09 Benjamin DiazFixes StopIteration error in multi scaling group descri... 59/6659/8
2018-10-09 Benjamin DiazRemoves filter param from osm-common function calls 62/6662/1
2018-10-04 Benjamin DiazAdds handling of scaled life cycle operation 20/6620/2
2018-10-04 Benjamin DiazRefactor common_db client code 19/6619/2
2018-09-27 Benjamin DiazAdds pip installation of python deps in deb package... 41/6541/25
2018-09-27 garciadeblasAdded LICENSE file to root folder 69/6569/1
2018-09-20 Mike MarchettiFixup name of MON -> POL 32/6532/1
2018-09-20 Benjamin DiazFixes dependency error in setup.py 30/6530/1
2018-09-18 Benjamin DiazMigrates POL code from MON repo 87/6487/2 v4.0.1
2018-08-31 garciadeblasInitial empty repository