Commit Graph

  • 53a2f2f3a8 Add version_table to alembic.ini for autogenerate to work locally Yuriy Taraday 2016-03-18 17:33:31 +0300
  • ff79245cd7 Add foreign key names to all FKs in initial migration Yuriy Taraday 2016-03-17 20:45:35 +0300
  • c243bf3b33 Remove explicit PrimaryKeyConstraints from initial migration Yuriy Taraday 2016-03-17 17:20:00 +0300
  • 089579394b Adjust project name in .gitreview Yuriy Taraday 2016-03-18 18:01:30 +0300
  • 9216afaf0a Delete temp database file in migration tests only if it exists Yuriy Taraday 2016-03-18 18:19:31 +0300
  • bb964c7269 Update patch set 1 Gerrit User 3 2016-03-18 15:20:47 +0000
  • d1d864a99e Update patch set 1 Gerrit User 3 2016-03-18 15:20:09 +0000
  • cc31779423 Update patch set 1 Gerrit User 3 2016-03-18 15:18:29 +0000
  • 1e597fff73 Update patch set 1 Gerrit User 3 2016-03-18 15:17:44 +0000
  • 04d8e76d9d Create change Gerrit User 708 2016-03-18 15:04:15 +0000
  • 8aadbbe4fe Create change Gerrit User 708 2016-03-18 15:04:15 +0000
  • 5d601ba7dc Create change Gerrit User 708 2016-03-18 15:04:15 +0000
  • f77a20e9e0 Create change Gerrit User 708 2016-03-18 15:04:15 +0000
  • e84609f9e3 Create change Gerrit User 708 2016-03-18 15:04:15 +0000
  • 036a2bc626 Switch to new resource-based API Yuriy Taraday 2016-03-18 17:40:17 +0300
  • 019e698f98 Add version_table to alembic.ini for autogenerate to work locally Yuriy Taraday 2016-03-18 17:33:31 +0300
  • e597cb142d Add foreign key names to all FKs in initial migration Yuriy Taraday 2016-03-17 20:45:35 +0300
  • f6c708845b Remove explicit PrimaryKeyConstraints from initial migration Yuriy Taraday 2016-03-17 17:20:00 +0300
  • 9d98f759ce Adjust project name in .gitreview Yuriy Taraday 2016-03-18 18:01:30 +0300
  • 39a885cb24 Update patch set 1 Gerrit User 3 2016-03-18 14:49:05 +0000
  • 4a7a9c274a Create change Gerrit User 6677 2016-03-18 14:32:53 +0000
  • 3e7f3514db RPM build specification Oleg Gelbukh 2016-03-18 17:28:08 +0300
  • 31be79a4f3 Add prefixed version of migrations vs models test Yuriy Taraday 2016-03-16 18:03:42 +0300
  • 74071b6407 Add test verifying that migrations are in sync with models Yuriy Taraday 2016-03-16 17:30:18 +0300
  • 2fee0f55d9 Import reload for py34 (it's not builtin anymore) Yuriy Taraday 2016-03-16 17:29:25 +0300
  • 33bf2b96c0 Fix PEP8 Yuriy Taraday 2016-03-16 16:52:52 +0300
  • 6913cd388b Add one_or_none for older SQLAlchemy support Yuriy Taraday 2016-03-15 15:50:02 +0300
  • 5986a22ee8 Fix table prefixing through reloading of models module Yuriy Taraday 2016-03-15 14:11:20 +0300
  • 139167a7aa Add logging capture to tests Yuriy Taraday 2016-03-13 18:47:43 +0300
  • 33c7c4b768 Plug our Flask app into Nailgun's web.py Yuriy Taraday 2016-03-09 10:56:10 +0300
  • 4f40d2e6ba Add alembic support with initial migration Yuriy Taraday 2016-03-02 17:45:12 +0300
  • e00980ab57 Add simple Nailgun extension Yuriy Taraday 2016-03-01 20:05:57 +0300
  • 6d47406bf9 Add function to prefix all tables in DB Yuriy Taraday 2016-03-01 19:33:51 +0300
  • 82d0a1c9a7 Add environment resource Yuriy Taraday 2016-02-21 20:36:20 +0300
  • 5188891140 Add solar to requirements Yuriy Taraday 2016-02-21 16:33:55 +0300
  • 16d1190031 Add cover dir to .gitignore Yuriy Taraday 2016-01-19 17:16:01 +0300
  • f78785950e Add template value compilation Yuriy Taraday 2016-01-19 17:14:23 +0300
  • f737ac7bf5 Add iter_environment_level_values function Yuriy Taraday 2016-01-19 16:38:30 +0300
  • 88c71f89fa Add real schema and template content to tests Yuriy Taraday 2016-01-19 16:35:49 +0300
  • 92440974ff Add mixin for models with fancy __repr__ and id Yuriy Taraday 2015-12-31 18:25:04 +0300
  • b18a0d40fc Extract get_environment_level_value method Yuriy Taraday 2015-12-31 15:55:39 +0300
  • 337478dec5 Use db.get_or_create method in EnvironmentSchemaValues.put Yuriy Taraday 2015-12-30 18:24:44 +0300
  • 28586f1ccc Add db.get_or_create method Yuriy Taraday 2015-12-30 18:24:15 +0300
  • c7be47780f Fixup sqlite engine for tests Yuriy Taraday 2015-12-30 18:13:13 +0300
  • faed30afcb Extract getting hierarchy levels for environment Yuriy Taraday 2015-12-28 11:13:34 +0300
  • f3f65a6840 Use SQLAlchemy relationships instead of IDs Yuriy Taraday 2015-12-22 17:25:48 +0300
  • bee28a52ed Store schema values at hierarchy levels Yuriy Taraday 2015-12-22 17:16:53 +0300
  • c3cea453fb Add LevelsConverter for nested data URLs Yuriy Taraday 2015-12-21 11:38:31 +0300
  • 92c2e02ef7 Create hierarchy levels with environment Yuriy Taraday 2015-12-18 18:23:53 +0300
  • 3bee93dc4f Add fk() shorthand for Colum(ForeignKey(etc)) Yuriy Taraday 2015-12-18 18:22:09 +0300
  • 14898185cb Fix EnvironmentSchemaValues.schema_id ForeignKey Yuriy Taraday 2015-12-18 14:09:05 +0300
  • 8e270ec3a8 Add TODO item Yuriy Taraday 2015-12-17 18:36:39 +0300
  • a569bcc946 Use JSON in DB Yuriy Taraday 2015-12-17 18:31:39 +0300
  • d8d02ff7fc Add environment schema values handler Yuriy Taraday 2015-12-17 18:10:59 +0300
  • 4b4c83db5d Add TODO Yuriy Taraday 2015-12-17 15:39:32 +0300
  • 3fb2fbcd76 Add environment handlers Yuriy Taraday 2015-12-17 15:33:15 +0300
  • 2363bb7124 Move test_get_components_empty to its place Yuriy Taraday 2015-12-17 15:18:18 +0300
  • eb3a6606b0 Cut unused models for now Yuriy Taraday 2015-12-17 15:04:56 +0300
  • 4239d903b2 Use method_decorators Yuriy Taraday 2015-12-17 14:28:50 +0300
  • 13332a4dcd Add /components handlers Yuriy Taraday 2015-12-17 13:04:28 +0300
  • f9d021412b Fix tests naming Yuriy Taraday 2015-12-17 12:35:23 +0300
  • 767ea333bd Fix test on py34 Yuriy Taraday 2015-12-17 12:17:51 +0300
  • 30f261ded5 Extract fixture in tests Yuriy Taraday 2015-12-17 12:17:19 +0300
  • 5c504840cd Check that DELETE response is empty Yuriy Taraday 2015-12-16 18:36:07 +0300
  • d3a2d85b52 Add PUT and DELETE handlers for namespaces Yuriy Taraday 2015-12-10 16:21:44 +0300
  • c6bce83f64 Add namespace POST handler Yuriy Taraday 2015-12-10 15:50:58 +0300
  • ddd9cf2c1c Add basic namspace get operation Yuriy Taraday 2015-12-10 14:53:38 +0300
  • 1f29c63932 Move db.init_app to after config setting in test_db Yuriy Taraday 2015-12-10 14:51:30 +0300
  • a880dc5a85 Remove test left around from cookiecutter Yuriy Taraday 2015-12-03 12:43:18 +0300
  • 8008d3a423 Add basic DB schema Yuriy Taraday 2015-12-03 12:42:41 +0300
  • 6cd5de497d Clear requirements, add necessary ones Yuriy Taraday 2015-12-03 11:35:15 +0300
  • 2df03c3ed4 Fix tox run issues Yuriy Taraday 2015-11-25 18:33:38 -0800
  • bd06811539 Initial Cookiecutter Commit. Yuriy Taraday 2015-11-25 18:20:28 -0800