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

Develop into Master #640

Merged
merged 34 commits into from
Jul 10, 2024
Merged
Changes from 3 commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
72b5c91
Update rubocop-rspec to version 2.29.2
depfu[bot] May 4, 2024
659f58a
Update nokogiri to version 1.16.5
depfu[bot] May 13, 2024
35a923c
Merge pull request #618 from sanger/depfu/update/rubocop-rspec-2.29.2
stevieing May 24, 2024
d675b53
Update rubocop to version 1.63.5
depfu[bot] May 24, 2024
92cd5e5
Merge pull request #619 from sanger/depfu/update/rubocop-1.63.5
stevieing May 24, 2024
1efb390
Merge pull request #620 from sanger/depfu/update/nokogiri-1.16.5
stevieing May 29, 2024
cb367c8
Update rubocop-rails to version 2.25.0
depfu[bot] May 29, 2024
467c6f5
Merge pull request #622 from sanger/depfu/update/rubocop-rails-2.25.0
stevieing May 29, 2024
ae4d9ad
Create assign_issue_number.yml
SHIV5T3R May 30, 2024
0942c70
Update assign_issue_number.yml
SHIV5T3R May 30, 2024
f595e3d
Update rubocop to version 1.64.1
depfu[bot] Jun 1, 2024
9611963
Update all of rails to version 7.0.8.4
depfu[bot] Jun 5, 2024
4410477
Merge pull request #624 from sanger/y24-115-auto-issue-gen
SHIV5T3R Jun 12, 2024
8693327
Remove created from aliquots table.
stevieing Jun 14, 2024
b7be65e
Remove created column from aliquots table
stevieing Jun 14, 2024
671efe8
Remove 'created' column from Aliquot model and database table.
stevieing Jun 14, 2024
f0e1802
Merge pull request #625 from sanger/depfu/update/rubocop-1.64.1
stevieing Jun 18, 2024
0de8dc8
Update rubocop-rspec to version 2.31.0
depfu[bot] Jun 18, 2024
fa1e254
Merge pull request #627 from sanger/depfu/update/group/rails-7.0.8.4
stevieing Jun 21, 2024
3217588
Merge pull request #628 from sanger/depfu/update/rubocop-rspec-2.31.0
stevieing Jun 21, 2024
493a240
Update rubocop-rspec to version 3.0.1
depfu[bot] Jun 21, 2024
6996403
Update rspec-rails to version 6.1.3
depfu[bot] Jun 21, 2024
a206960
Remove 'created' column from Aliquot model and database table.
stevieing Jul 1, 2024
a126cb7
Modified aliquots factory.
stevieing Jul 1, 2024
3465959
Merge pull request #629 from sanger/depfu/update/rubocop-rspec-3.0.1
stevieing Jul 1, 2024
aa55a40
Merge pull request #630 from sanger/remove-created-from-aliquots
stevieing Jul 1, 2024
1849c7d
Update rubocop-performance to version 1.21.1
depfu[bot] Jul 1, 2024
8ba9743
Merge pull request #631 from sanger/depfu/update/rubocop-performance-…
stevieing Jul 1, 2024
e213c91
Merge pull request #632 from sanger/depfu/update/rspec-rails-6.1.3
stevieing Jul 1, 2024
2208dcc
Update rubocop-rails to version 2.25.1
depfu[bot] Jul 1, 2024
7c812b4
Added insert size to aliquot table.
stevieing Jul 8, 2024
940c24b
Merge pull request #637 from sanger/add-insert-size-to-aliquots
stevieing Jul 8, 2024
6f7549a
Merge pull request #635 from sanger/depfu/update/rubocop-rails-2.25.1
stevieing Jul 10, 2024
839db95
Update .release-version
stevieing Jul 10, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .github/workflows/assign_issue_number.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Assign Issue Number

on:
issues:
types: [opened]

jobs:
call-add-to-project:
uses: sanger/.github/.github/workflows/generate_issue_number.yml@master
secrets:
app_id: ${{ secrets.ISSUE_GEN_APP_ID }}
app_key: ${{ secrets.ISSUE_GEN_APP_KEY }}