From: "Magnus Granberg" <zorry@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/tinderbox-cluster:master commit in: /
Date: Thu, 9 Apr 2020 06:05:37 +0000 (UTC) [thread overview]
Message-ID: <1586412307.7792701f588d7c92c019de3924fbdad1d9a8014d.zorry@gentoo> (raw)
commit: 7792701f588d7c92c019de3924fbdad1d9a8014d
Author: Magnus Granberg <zorry <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 9 06:05:07 2020 +0000
Commit: Magnus Granberg <zorry <AT> gentoo <DOT> org>
CommitDate: Thu Apr 9 06:05:07 2020 +0000
URL: https://gitweb.gentoo.org/proj/tinderbox-cluster.git/commit/?id=7792701f
Remove timestamp and deleted on tables keyword, use and restrictions
Signed-off-by: Magnus Granberg <zorry <AT> gentoo.org>
gosbs/db/sqlalchemy/models.py | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --cc gosbs/db/sqlalchemy/models.py
index 119369c,e4fc530..1c2db00
--- a/gosbs/db/sqlalchemy/models.py
+++ b/gosbs/db/sqlalchemy/models.py
@@@ -15,8 -15,12 +15,17 @@@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
++<<<<<<< HEAD
+"""
+SQLAlchemy models for nova data.
++=======
+
+ # Origin https://github.com/openstack/nova/blob/master/nova/db/sqlalchemy/models.py
+ # Only small part is left from the origin
+
+ """
+ SQLAlchemy models for gosbs data.
++>>>>>>> be80f7418991180567f0882902ca4151a635e42d
"""
import uuid
@@@ -274,7 -278,7 +283,11 @@@ class PackagesEmails(BASE, NovaBase)
default=lambda: str(uuid.uuid4()))
email_id = Column(Integer, ForeignKey('emails.id'))
++<<<<<<< HEAD
+class Emails(BASE, NovaBase):
++=======
+ class Emails(BASE, NovaBase, models.TimestampMixin, models.SoftDeleteMixin):
++>>>>>>> be80f7418991180567f0882902ca4151a635e42d
"""Represents an image in the datastore."""
__tablename__ = 'emails'
__table_args__ = (
@@@ -282,7 -286,7 +295,11 @@@
id = Column(Integer, primary_key=True)
email = Column(String(255))
++<<<<<<< HEAD
+class Uses(BASE, NovaBase):
++=======
+ class Uses(BASE, NovaBase, models.TimestampMixin, models.SoftDeleteMixin):
++>>>>>>> be80f7418991180567f0882902ca4151a635e42d
"""Represents an image in the datastore."""
__tablename__ = 'uses'
__table_args__ = (
@@@ -292,7 -296,7 +309,11 @@@
flag = Column(String(255))
description = Column(Text)
++<<<<<<< HEAD
+class Restrictions(BASE, NovaBase):
++=======
+ class Restrictions(BASE, NovaBase, models.TimestampMixin, models.SoftDeleteMixin):
++>>>>>>> be80f7418991180567f0882902ca4151a635e42d
"""Represents an image in the datastore."""
__tablename__ = 'restrictions'
__table_args__ = (
@@@ -301,7 -305,7 +322,11 @@@
id = Column(Integer, primary_key=True)
restriction = Column(String(255))
++<<<<<<< HEAD
+class Keywords(BASE, NovaBase):
++=======
+ class Keywords(BASE, NovaBase, models.TimestampMixin, models.SoftDeleteMixin):
++>>>>>>> be80f7418991180567f0882902ca4151a635e42d
"""Represents an image in the datastore."""
__tablename__ = 'keywords'
__table_args__ = (
next reply other threads:[~2020-04-09 6:05 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-09 6:05 Magnus Granberg [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-10-28 21:07 [gentoo-commits] proj/tinderbox-cluster:master commit in: / Magnus Granberg
2015-08-04 14:30 Magnus Granberg
2015-04-18 20:27 Magnus Granberg
2015-04-18 20:27 Magnus Granberg
2015-04-18 20:27 Magnus Granberg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1586412307.7792701f588d7c92c019de3924fbdad1d9a8014d.zorry@gentoo \
--to=zorry@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox