Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cas datamodel change #1287

Merged
merged 14 commits into from
May 3, 2023
Merged

Cas datamodel change #1287

merged 14 commits into from
May 3, 2023

Conversation

mehreenmansur
Copy link
Contributor

1279

  • rather 1-story 1-commit than sub-atomic commits

  • commit title is meaningful => git history search

  • commit description is helpful => helps the reviewer to understand the changes

  • code is up-to-date with the latest developments of the target branch (rebased to it or whatever) => ⏩-merge for linear history is favoured

  • added code is linted

  • tests are passing (at least locally): we still have some random test failure on CI. thinking of asking spec/examples.txt to be commited

  • in case the changes are visible to the end-user,  video or screenshots should be added to the PR => helps with user testing

  • testing coverage improvement is improved.

  • CHANGELOG :  add a bullet point on top (optional: reference to github issue/PR )

  • parallele PR for documentation  on docusaurus  if the feature/fix is tagged for a release

@mehreenmansur mehreenmansur marked this pull request as draft April 19, 2023 13:06
app/api/chemotion/search_api.rb Outdated Show resolved Hide resolved
app/api/chemotion/search_api.rb Outdated Show resolved Hide resolved
app/api/chemotion/search_api.rb Outdated Show resolved Hide resolved
app/api/chemotion/search_api.rb Outdated Show resolved Hide resolved
app/api/chemotion/search_api.rb Outdated Show resolved Hide resolved
app/models/sample.rb Outdated Show resolved Hide resolved
app/models/sample.rb Outdated Show resolved Hide resolved
app/models/sample.rb Outdated Show resolved Hide resolved
lib/reporter/docx/detail_reaction.rb Outdated Show resolved Hide resolved
lib/reporter/docx/detail_reaction.rb Outdated Show resolved Hide resolved
lib/reporter/docx/detail_reaction.rb Outdated Show resolved Hide resolved
lib/reporter/docx/detail_reaction.rb Outdated Show resolved Hide resolved
lib/reporter/docx/detail_reaction.rb Outdated Show resolved Hide resolved
spec/api/chemotion/sample_api_spec.rb Show resolved Hide resolved
spec/api/chemotion/sample_api_spec.rb Show resolved Hide resolved
@github-actions
Copy link

LCOV of commit 1d60cf8 during Continuous Integration #855

Summary coverage rate:
  lines......: 59.8% (11735 of 19609 lines)
  functions..: no data found
  branches...: no data found

Files changed coverage rate: n/a

app/models/sample.rb Outdated Show resolved Hide resolved
@github-actions
Copy link

LCOV of commit d3f0253 during Continuous Integration #856

Summary coverage rate:
  lines......: 59.8% (11736 of 19610 lines)
  functions..: no data found
  branches...: no data found

Files changed coverage rate: n/a

app/models/sample.rb Outdated Show resolved Hide resolved
app/api/chemotion/search_api.rb Show resolved Hide resolved
app/api/chemotion/search_api.rb Show resolved Hide resolved
app/api/chemotion/search_api.rb Outdated Show resolved Hide resolved
spec/api/chemotion/sample_api_spec.rb Show resolved Hide resolved
@github-actions
Copy link

LCOV of commit f40be6d during Continuous Integration #861

Summary coverage rate:
  lines......: 59.8% (11733 of 19609 lines)
  functions..: no data found
  branches...: no data found

Files changed coverage rate: n/a

@github-actions
Copy link

LCOV of commit ae57c35 during Continuous Integration #862

Summary coverage rate:
  lines......: 59.8% (11735 of 19609 lines)
  functions..: no data found
  branches...: no data found

Files changed coverage rate: n/a

@github-actions
Copy link

LCOV of commit 3a10af6 during Continuous Integration #897

Summary coverage rate:
  lines......: 60.0% (11764 of 19599 lines)
  functions..: no data found
  branches...: no data found

Files changed coverage rate: n/a

@github-actions
Copy link

LCOV of commit 36711b5 during Continuous Integration #919

Summary coverage rate:
  lines......: 60.2% (11797 of 19611 lines)
  functions..: no data found
  branches...: no data found

Files changed coverage rate: n/a

@github-actions
Copy link

LCOV of commit b360f16 during Continuous Integration #921

Summary coverage rate:
  lines......: 60.1% (11794 of 19612 lines)
  functions..: no data found
  branches...: no data found

Files changed coverage rate: n/a

@github-actions
Copy link

LCOV of commit c6537d0 during Continuous Integration #922

Summary coverage rate:
  lines......: 60.1% (11795 of 19611 lines)
  functions..: no data found
  branches...: no data found

Files changed coverage rate: n/a

app/models/sample.rb Outdated Show resolved Hide resolved
app/models/sample.rb Outdated Show resolved Hide resolved
@github-actions
Copy link

LCOV of commit 2c095db during Continuous Integration #927

Summary coverage rate:
  lines......: 60.1% (11793 of 19612 lines)
  functions..: no data found
  branches...: no data found

Files changed coverage rate: n/a

@github-actions
Copy link

LCOV of commit 7e80a02 during Continuous Integration #928

Summary coverage rate:
  lines......: 60.1% (11792 of 19612 lines)
  functions..: no data found
  branches...: no data found

Files changed coverage rate: n/a

@github-actions
Copy link

LCOV of commit 4cf244a during Continuous Integration #930

Summary coverage rate:
  lines......: 60.1% (11795 of 19611 lines)
  functions..: no data found
  branches...: no data found

Files changed coverage rate: n/a

@PiTrem PiTrem marked this pull request as ready for review April 28, 2023 14:53
@github-actions
Copy link

LCOV of commit d16277f during Continuous Integration #932

Summary coverage rate:
  lines......: 60.1% (11791 of 19612 lines)
  functions..: no data found
  branches...: no data found

Files changed coverage rate: n/a

@github-actions
Copy link

github-actions bot commented May 3, 2023

LCOV of commit 78112be during Continuous Integration #936

Summary coverage rate:
  lines......: 60.1% (11793 of 19612 lines)
  functions..: no data found
  branches...: no data found

Files changed coverage rate: n/a

@github-actions
Copy link

github-actions bot commented May 3, 2023

LCOV of commit bc80b00 during Continuous Integration #938

Summary coverage rate:
  lines......: 60.1% (11794 of 19611 lines)
  functions..: no data found
  branches...: no data found

Files changed coverage rate: n/a

@PiTrem PiTrem merged commit 7382586 into main May 3, 2023
2 of 3 checks passed
PiTrem pushed a commit that referenced this pull request May 9, 2023
* add migration to change cas value

* cas number string searchable

* update cas structure in frontend sample create

* update scope for sample cas

* update spec sample cas data

* rubocop fixes

* update sample xref method

* fix error white screen after clicking on CAS-Nummer field

* update sample cas suggestion query



---------

Co-authored-by: Mehreen <mehreen.mansur>
Co-authored-by: fathia <f.idiris1@gmail.com>
Co-authored-by: nh9378 <basha.adam@kit.edu>
dpatelev pushed a commit that referenced this pull request May 10, 2023
* add migration to change cas value

* cas number string searchable

* update cas structure in frontend sample create

* update scope for sample cas

* update spec sample cas data

* rubocop fixes

* update sample xref method

* fix error white screen after clicking on CAS-Nummer field

* update sample cas suggestion query



---------

Co-authored-by: Mehreen <mehreen.mansur>
Co-authored-by: fathia <f.idiris1@gmail.com>
Co-authored-by: nh9378 <basha.adam@kit.edu>
mekkyz pushed a commit that referenced this pull request Sep 21, 2023
* add migration to change cas value

* cas number string searchable

* update cas structure in frontend sample create

* update scope for sample cas

* update spec sample cas data

* rubocop fixes

* update sample xref method

* fix error white screen after clicking on CAS-Nummer field

* update sample cas suggestion query



---------

Co-authored-by: Mehreen <mehreen.mansur>
Co-authored-by: fathia <f.idiris1@gmail.com>
Co-authored-by: nh9378 <basha.adam@kit.edu>
baolanlequang pushed a commit that referenced this pull request Mar 5, 2024
* add migration to change cas value

* cas number string searchable

* update cas structure in frontend sample create

* update scope for sample cas

* update spec sample cas data

* rubocop fixes

* update sample xref method

* fix error white screen after clicking on CAS-Nummer field

* update sample cas suggestion query



---------

Co-authored-by: Mehreen <mehreen.mansur>
Co-authored-by: fathia <f.idiris1@gmail.com>
Co-authored-by: nh9378 <basha.adam@kit.edu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants