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

aiidateam / aiida_core
69%
develop: 74%

Build:
Build:
LAST BUILD BRANCH: fix_3032_doc_working_importexport
DEFAULT BRANCH: develop
Repo Added 19 Sep 2018 06:55AM UTC
Files 403
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

LAST BUILD ON BRANCH issue_2237_rebased2
branch: issue_2237_rebased2
CHANGE BRANCH
x
Reset
  • issue_2237_rebased2
  • backend_transactions
  • borellim-docs-typo-1
  • borellim-docs-typo-2
  • borellim-fix-show-mpl
  • develop
  • django_jsonb
  • fix_1741_expose_inputs_deepcopy
  • fix_201_method_names_for_data
  • fix_2082_process_command_waits
  • fix_2233_node_to_new_backend
  • fix_2342_update_export_import_to_prov_redesign
  • fix_2981_verdi_export_inspect
  • fix_3013_docs_venv_qinstall
  • fix_3014
  • fix_3014_changes_marco
  • fix_3015_code_setup
  • fix_3037_update_kiwipy
  • fix_465_upgrade_sqlalchemy
  • fix_migration_py3_integrity_violation
  • fix_missing_testing_deps
  • fix_test_cif_structure_roundtrip
  • fix_test_inline_export
  • fix_working_with_aiida
  • giovannipizzi-fix-templatereplacer
  • issue_3062_process_report
  • master
  • merge_master_into_develop
  • new_engine
  • new_engine_jenkins
  • newest_plum
  • orm_design_refactor
  • orm_group_refactor
  • orm_log_refactor
  • provenance_redesign
  • query-contains-filter-doc
  • release_v0.12.3
  • release_v0.12.4
  • release_v1.0.0a3
  • release_v1.0.0a4
  • release_v1.0.0b1
  • release_v1.0.0b3
  • serialize
  • sphuber-fix_1787_sqla_model_wrapper_setter
  • support/0.12.x
  • v0.12.3
  • v1.0.0a3
  • v1.0.0a4
  • v1.0.0b1
  • v1.0.0b2
  • v1.0.0b3
  • v1.0.0b4
  • zhubonan-patch-1

pending completion
4728

Pull #2309

travis-ci

web-flow
Removed `get_aiida_class`

Replaced all instances with either `get_backend_entity` or `get_orm_entity`
(as appropriate).

Also changed backend group to be independent of the ORM.  Because the
iterator was getting the ORM class and returning that, which required it
to access up to the ORM level.  Now it just returns backend entities
which are in turn converted to ORM entities by the `orm.Group`.  This also
means you can't call `len(group.nodes)` because this is not allowed for
iterators but the same can be achieved with `len(list(group.nodes))`
Pull Request #2309: Remove `get_aiida_class`

304 of 304 new or added lines in 34 files covered. (100.0%)

25412 of 36860 relevant lines covered (68.94%)

2.46 hits per line

Relevant lines Covered
Build:
Build:
36860 RELEVANT LINES 25412 COVERED LINES
2.46 HITS PER LINE
Source Files on issue_2237_rebased2
  • List 0
  • Changed 51
  • Source Changed 34
  • Coverage Changed 47
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
4728 issue_2237_rebased2 Removed `get_aiida_class` Replaced all instances with either `get_backend_entity` or `get_orm_entity` (as appropriate). Also changed backend group to be independent of the ORM. Because the iterator was getting the ORM class and returning that, ... Pull #2309 07 Dec 2018 06:53PM UTC web-flow travis-ci pending completion  
4727 issue_2237_rebased2 Removed `get_aiida_class` Replaced all instances with either `get_backend_entity` or `get_orm_entity` (as appropriate). Also changed backend group to be independent of the ORM. Because the iterator was getting the ORM class and returning that, ... push 07 Dec 2018 06:40PM UTC sphuber travis-ci pending completion  
4722 issue_2237_rebased2 Merge branch 'provenance_redesign' into issue_2237_rebased2 Pull #2309 07 Dec 2018 02:49PM UTC web-flow travis-ci pending completion  
4721 issue_2237_rebased2 Merge branch 'provenance_redesign' into issue_2237_rebased2 push 07 Dec 2018 02:33PM UTC web-flow travis-ci pending completion  
4713 issue_2237_rebased2 Removed `get_aiida_class` Replaced all instances with either `get_backend_entity` or `get_orm_entity` (as appropriate). Also changed backend group to be independent of the ORM. Because the iterator was getting the ORM class and returning that, ... Pull #2309 07 Dec 2018 01:07PM UTC web-flow travis-ci pending completion  
4712 issue_2237_rebased2 Removed `get_aiida_class` Replaced all instances with either `get_backend_entity` or `get_orm_entity` (as appropriate). Also changed backend group to be independent of the ORM. Because the iterator was getting the ORM class and returning that, ... push 07 Dec 2018 12:53PM UTC muhrin travis-ci pending completion  
4703 issue_2237_rebased2 Removed `get_aiida_class` Replaced all instances with either `get_backend_entity` or `get_orm_entity` (as appropriate). Also changed backend group to be independent of the ORM. Because the iterator was getting the ORM class and returning that, ... Pull #2309 07 Dec 2018 10:57AM UTC web-flow travis-ci pending completion  
4702 issue_2237_rebased2 Removed `get_aiida_class` Replaced all instances with either `get_backend_entity` or `get_orm_entity` (as appropriate). Also changed backend group to be independent of the ORM. Because the iterator was getting the ORM class and returning that, ... push 07 Dec 2018 10:43AM UTC muhrin travis-ci pending completion  
4695 issue_2237_rebased2 Removed `get_aiida_class` Replaced all instances with either `get_backend_entity` or `get_orm_entity` (as appropriate). Also changed backend group to be independent of the ORM. Because the iterator was getting the ORM class and returning that, ... push 07 Dec 2018 09:12AM UTC sphuber travis-ci pending completion  
4673 issue_2237_rebased2 Removed `get_aiida_class` Replaced all instances with either `get_backend_entity` or `get_orm_entity` (as appropriate). Also changed backend group to be independent of the ORM. Because the iterator was getting the ORM class and returning that, ... Pull #2309 06 Dec 2018 06:23PM UTC web-flow travis-ci pending completion  
See All Builds (2232)
  • Repo on GitHub
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

© 2025 Coveralls, Inc