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

aiidateam / aiida_core / 4793
70%
develop: 74%

Build:
Build:
LAST BUILD BRANCH: fix_3032_doc_working_importexport
DEFAULT BRANCH: develop
Ran 13 Dec 2018 05:08PM UTC
Jobs 4
Files 413
Run time 30min
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
4793

push

travis-ci

sphuber
Various name changes, improvements and fixes to `Group` (#2329)

* `aiida.orm.importexport`
  - While importing data from the export file allow to specify user-defined
    group and to put all the imported data in this group

* `aiida.common.utils`
  - Remove `get_group_type_mapping` function which was mapping
    machine-specific group names with the user-friendly ones
  - Add escape_for_sql_like that escapes `%` or `_` symbols provided by user

* `aiida.orm.groups`
   - Add `GroupTypeString` enum which contains all allowed group types:
      data.upf (was `data.upf.family`)
      auto.import (was `aiida.import`)
      auto.run (was `autogroup.run`)
      user (was empty string)
   -  Remove `Group.query` and `Group.group_query` methods, as they are redundant

* `aiida.orm.data.upf`:
  - Set `UPFGROUP_TYPE` to `GroupTypeString.UPFGROUP_TYPE`
  - Replace the usage of `Group.query` by `QueryBuilder` in `get_upf_groups`
    and `get_upf_family_names` methods

* `aiida.orm.autogroup`:
  - set `VERDIAUTOGROUP_TYPE` to `GroupTypeString.VERDIAUTOGROUP_TYPE`

* `aiida.cmdline.commands.cmd_group`
  - Add `verdi group copy`
  - Add option to show all available group types
  - Add defaulf for group_type option
  - Replace `Group.query` with `QueryBuilder` in `verdi group list`
  - Remove usage of the get_group_type_mapping() function

* `aiida.cmdline.commands.cmd_import`
  - Add the possibility to define a group that will contain all imported nodes.

* `aiida.cmdline.params.types.group`
  - Add the possibility to the `GroupParamType` to create groups if they don't exist

* `aiida.backend*`:
  - Rename `type` and `name` to `type_string` and `label` for the database models

* Improve documentation for django and sqla backends migration

25301 of 37118 relevant lines covered (68.16%)

2.43 hits per line

Jobs
ID Job ID Ran Files Coverage
5 4793.5 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 13 Dec 2018 05:08PM UTC 0
61.27
Travis Job 4793.5
6 4793.6 (TEST_AIIDA_BACKEND=django TEST_TYPE="tests") 13 Dec 2018 05:14PM UTC 0
61.22
Travis Job 4793.6
7 4793.7 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 13 Dec 2018 05:15PM UTC 0
60.24
Travis Job 4793.7
8 4793.8 (TEST_AIIDA_BACKEND=sqlalchemy TEST_TYPE="tests") 13 Dec 2018 05:15PM UTC 0
60.2
Travis Job 4793.8
Source Files on build 4793
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #4793
  • 65dfecb2 on github
  • Prev Build on provenance_redesign (#4788)
  • Next Build on provenance_redesign (#4797)
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