• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

aiidateam / aiida_core / 5286
48%
develop: 74%

Build:
Build:
LAST BUILD BRANCH: fix_3032_doc_working_importexport
DEFAULT BRANCH: develop
Ran 22 Feb 2019 01:20PM UTC
Jobs 2
Files 299
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
5286

push

travis-ci

ltalirz
Providing a non-ORM way to add nodes to a group. This speeds up a lot the group addition procedure and import method of SQLA should benefit from it (#2471)

Fast group addition, skipping the ORM

This PR solves issue #1319 and provides a fast way to add nodes to a group that circumvents the ORM. Import/export benefit from this; particularly import under SQLA.

In order to achieve this, it uses RAW SQL statements. It was agreed by @giovannipizzi  @sphuber 
 and @szoupanos that this is acceptable for aiida 0.X. sqlalchemy >= 1.1 provides better solutions for this in aiida 1.0 (see comments in the code).

Furthermore, it adds a new migration `7a6587e16f4c`.
For consistency, PR #2514 inserts this migration also in the upstream branch for aiida 1.0 (and handles collisions with other following migrations).

25 of 25 new or added lines in 3 files covered. (100.0%)

19073 of 34721 relevant lines covered (54.93%)

0.96 hits per line

Jobs
ID Job ID Ran Files Coverage
3 5286.3 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 22 Feb 2019 01:20PM UTC 0
48.24
Travis Job 5286.3
4 5286.4 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 22 Feb 2019 01:21PM UTC 0
48.18
Travis Job 5286.4
Source Files on build 5286
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #5286
  • 28eea8c4 on github
  • Prev Build on release_v0.12.3 (#5278)
  • Next Build on release_v0.12.3 (#5375)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc