-
Notifications
You must be signed in to change notification settings - Fork 1
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
Move QA to Main branch #419
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [spring-watcher-listen](https://github.com/jonleighton/spring-watcher-listen) and [spring](https://github.com/rails/spring). These dependencies needed to be updated together. Updates `spring-watcher-listen` from 2.0.1 to 2.1.0 - [Commits](rails/spring-watcher-listen@v2.0.1...v2.1.0) Updates `spring` from 2.1.1 to 4.1.1 - [Release notes](https://github.com/rails/spring/releases) - [Changelog](https://github.com/rails/spring/blob/main/CHANGELOG.md) - [Commits](rails/spring@v2.1.1...v4.1.1) --- updated-dependencies: - dependency-name: spring-watcher-listen dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: spring dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Removes Webpacker.
…lity 150 resolved dynamic-render-path-vulnerability
202: updated pagy to 6.0.4, updated config/initializers/pagy file
Footer updates partial fix for 171
131 added tests for channels, jobs, and publications_helper
…t-to-ci added brakeman and bundler-audit to CI, move brakeman gem to dev/test
…-listen-and-spring-2.1.0 Bump spring-watcher-listen and spring
Bumps [puma](https://github.com/puma/puma) from 6.3.1 to 6.4.0. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v6.3.1...v6.4.0) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [net-smtp](https://github.com/ruby/net-smtp) from 0.3.3 to 0.4.0. - [Release notes](https://github.com/ruby/net-smtp/releases) - [Changelog](https://github.com/ruby/net-smtp/blob/master/NEWS.md) - [Commits](ruby/net-smtp@v0.3.3...v0.4.0) --- updated-dependencies: - dependency-name: net-smtp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [bootstrap](https://github.com/twbs/bootstrap-rubygem) from 4.4.1 to 5.3.1. - [Release notes](https://github.com/twbs/bootstrap-rubygem/releases) - [Changelog](https://github.com/twbs/bootstrap-rubygem/blob/main/CHANGELOG.md) - [Commits](twbs/bootstrap-rubygem@v4.4.1...v5.3.1) --- updated-dependencies: - dependency-name: bootstrap dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bump puma from 6.3.1 to 6.4.0
Bump net-smtp from 0.3.3 to 0.4.0
Bump bootstrap from 4.4.1 to 5.3.1
Add confirmation check to deploy
Bumps [pagy](https://github.com/ddnexus/pagy) from 6.0.4 to 6.1.0. - [Changelog](https://github.com/ddnexus/pagy/blob/master/CHANGELOG.md) - [Commits](ddnexus/pagy@6.0.4...6.1.0) --- updated-dependencies: - dependency-name: pagy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.56.3 to 1.56.4. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.56.3...v1.56.4) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.12.0 to 4.13.1. - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Changelog](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES) - [Commits](https://github.com/SeleniumHQ/selenium/commits) --- updated-dependencies: - dependency-name: selenium-webdriver dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bump pagy from 6.0.4 to 6.1.0
Bumps [listen](https://github.com/guard/listen) from 3.8.0 to 3.9.0. - [Release notes](https://github.com/guard/listen/releases) - [Commits](guard/listen@v3.8.0...v3.9.0) --- updated-dependencies: - dependency-name: listen dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bump listen from 3.8.0 to 3.9.0
…iver-4.18.1 Bump selenium-webdriver from 4.17.0 to 4.18.1
* moved changes to add_remove_authors.js file * added new feature test to check author add/delete/edit functionality * corrected comments * fix error of id's not being assigned correctly * wip * rubocop * wip * Move feature helper functions to own file, create add_author tests * Add testing for adding authors to existing publication * Fix javascript functions, update partial, make tests for author management * Make add and delete labels for authors and artists correctly reflect the titles of either author or artist * remove extra functionality that should have been a separate PR * Ruby version file updated * Restore humanizing class names for flash * Remove inserted line * Fix test to account for humanized class names * Fix labeling error and Remove Author button
* wip * Fix tests for two-column layout * Remove skipped tests
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.60.2 to 1.61.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.60.2...v1.61.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bump rubocop from 1.60.2 to 1.61.0
Bumps [pagy](https://github.com/ddnexus/pagy) from 7.0.6 to 7.0.8. - [Release notes](https://github.com/ddnexus/pagy/releases) - [Changelog](https://github.com/ddnexus/pagy/blob/master/CHANGELOG.md) - [Commits](ddnexus/pagy@7.0.6...7.0.8) --- updated-dependencies: - dependency-name: pagy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bump pagy from 7.0.6 to 7.0.8
Bumps [pagy](https://github.com/ddnexus/pagy) from 7.0.8 to 7.0.10. - [Release notes](https://github.com/ddnexus/pagy/releases) - [Changelog](https://github.com/ddnexus/pagy/blob/master/CHANGELOG.md) - [Commits](ddnexus/pagy@7.0.8...7.0.10) --- updated-dependencies: - dependency-name: pagy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [capistrano](https://github.com/capistrano/capistrano) from 3.17.3 to 3.18.1. - [Release notes](https://github.com/capistrano/capistrano/releases) - [Commits](capistrano/capistrano@v3.17.3...v3.18.1) --- updated-dependencies: - dependency-name: capistrano dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.61.0 to 1.62.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.61.0...v1.62.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Add more comprehensive testing for publications controller * Add test for show * WIP * Fix tests, increase 'show' resilience * Expand publications controller tests, clarify #show
* Sort departments on citations page * Sort publications within departments, add tests * Rubocop fix
* Update finished page * Remove buttons and list format * Add spacing below text
* Fix unnecessary 'required' marks, 2-col format * Make author form two-column format * rebase * Text horizontal alignment of items * Move public function out of private section * re-do what was accidentally undone with rebase
* WIP - refactored but tests failing * additional test for coveralls failure
Bump capistrano from 3.17.3 to 3.18.1
Bump pagy from 7.0.8 to 7.0.10
Bump rubocop from 1.61.0 to 1.62.0
* Enhance Test Stability with Improved Wait Mechanisms * Look for selector after clicking edit * Add more wait selectors for author vs artist labels spec * Use a 10-second wait on tests * Add 10 second wait to support/helpers/feature_spec_helpers/author_management * Rebase * Correct 'login_as_admin' to new method name
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.62.0 to 1.62.1. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.62.0...v1.62.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bump rubocop from 1.62.0 to 1.62.1
* Update footer to match library footer * Modify when links are underlined
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Refs #178
Merges qa into main to prepare for deployment 4/16/23