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

Release 5.11.0 to master #506

Merged
merged 209 commits into from
Feb 26, 2024
Merged

Release 5.11.0 to master #506

merged 209 commits into from
Feb 26, 2024

Conversation

gregcorbett
Copy link
Member

Subject to #505 being reviewed, this PR contains no unreviewed code.

Ian Neilson and others added 30 commits September 30, 2022 11:22
Removed unused method for loading reserved scopes from local_config.xml and adjust some comments.
This nested list was missing list tags on the outer list which was
making it appear wonky. Inner scope indented.
Add unordered lists tags to fix wonky list
Allow single quote in user identifiers to dev
Replace tabs for spaces and reindent gocdb_schema.xml
- Fixed Codacy issues
- Changed dryRun variable to Boolean for clairty
- Added an if statement so outputting to file after no login date only happens on dry run.
- Changed a comment
- Changed file output to CSV to make it more machine readable
Co-authored-by: Adrian Coveney <4836233+tofu-rocketry@users.noreply.github.com>
Co-authored-by: Adrian Coveney <4836233+tofu-rocketry@users.noreply.github.com>
- Adds an else clause to prevent deleteUser function being called whether it is a dry run or not
- Warning emails are no longer sent in dry run mode
- Changes the file type of the written to file from .txt to .csv
- Various changes to where new lines are added
- Inline comments are reworked to not be on the same line as a statement
Added an extra space on lines 67-70 as indent was 7 spaces, not 8
- Removed unnecessary continue statement and coinciding comment
- Added new lines for better output readability
Option for page banner on all pages
- as old egi wiki links are out of date, references are reworked to point to somewhere appropriate
- rewording of text and reformatting of links
- removal of spaces after some hyperlinked words
- rewoding of text to read better
Remove references to EGI wiki on Help and Contact page
- removed instances where gocdb-admins@mailman.egi.eu was hardwired into code
- replaced the email addresses with a config call
- split email adresses into 'to' and 'from' addresses
- added lines in config file for to and from email adresses
- added reply-to adresses in email text when emails are sent
Ian Neilson and others added 23 commits October 12, 2023 13:54
Fix PHP 7.4 MariaDB test, Drop experimental MariaDB tests
…rviceGroup-page

[GT-193] Update css properties for service group
…-site,-services-and-endpoints

[GT-141] Add support for pre selecting endpoints
Co-authored-by: ineilson <ian.neilson@stfc.ac.uk>
Fix JS regex use to validate IRIS IAM strings
…ipts

- not doing this produces a codacy/codeclimate fail
- to fix code style issues that get flagged by codacy/codeclimate
- lines over 80 characters flag codeclimate fails
- this splits up long lines in the deploy directory
- opening parenthesis at end of line
- one argument per line
- closing parenthesis on own line
- indentation fixes
- spaces after closing parenthesis before an opening parenthesis
- some issue fixes suggested by codeclimate
…ta-deploy-scripts

Fix code style issues in sample data deploy scripts
Update ShibToken for Keycloak based EGI Check-in to dev
- Having the line break in the href string cause the spaces to be
  interpreted as part of the URL.
- Add a comment explaining why xecho is used here
- factor out $params['user']->getHomeSite() and short name /
  site id into variables
- indentation of "?>" looks a little weird but i guess it makes
  sense because it's treating the `if` as a reason to increase
  the indent.
Allow status of GOCDB to be checked without requiring authentication
Add http response code to check.php
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@gregcorbett gregcorbett added this to the 5.11.0 milestone Feb 23, 2024
@gregcorbett gregcorbett requested a review from a team as a code owner February 23, 2024 10:57
@gregcorbett
Copy link
Member Author

gregcorbett commented Feb 23, 2024

Most of the issues are line length related, Codacy is pulling in the fact we care about that for the first time on the master branch (see #468).

I also had to (re?)enabled analysis of the master branch, so some of the "new" issues seem to be just long standing issues getting noticed for the "first" time by Codacy.

@gregcorbett gregcorbett merged commit 37c788d into master Feb 26, 2024
19 of 20 checks passed
@gregcorbett gregcorbett deleted the release-5.11.0 branch February 26, 2024 11:13
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.

8 participants