-
Notifications
You must be signed in to change notification settings - Fork 16
Update setup #762
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
Open
jmilljr24
wants to merge
117
commits into
main
Choose a base branch
from
update-setup
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update setup #762
+84
−24
Conversation
This file contains hidden or 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
prepare test db
* Community News crud and tests * Change author field to nil in community news spec * Change author from 'Author' to nil in spec * Update show.html.erb_spec.rb * Change author from 'Author' to nil in spec * Update new.html.erb_spec.rb * Update author and user fields in community news spec * Update CommunityNews specs to use user factories * Update show.html.erb_spec.rb * Update show.html.erb_spec.rb * Update new.html.erb_spec.rb * Setup permissions in community news index spec Add permissions setup for community news index spec * Update edit.html.erb_spec.rb * Remove workshop attribute from factory Removed workshop attribute from community news factory. * Remove 'workshop' attribute from CommunityNews specs Removed 'workshop' attribute from CommunityNews creation in specs. * Remove unused attributes from community news spec Removed 'inactive' and 'workshop' attributes from the community news spec. * Remove workshop attribute from factory Removed workshop attribute from community news factory.
* WIP: Organization profile * Add projects to user_nav * Update tests * Update admin to add git add -p! if not built out yet
* Community News crud and tests * Update community news * Change passive let to evaluated let
* Update display of dashboard * Adjust truncation of objective on dashboard * Move bookmarks below profile * Update accordion css
* Add more details to projects * Remove Project text/label from views in favor of Organization
* Cleanup stories display * Cleanup stories display * Update stories tests
* Add additional fields to project and rearrange form * Change form validation to select
* Update display of workshops on dashboard * Don't show bookmark in title
* add migration Add user_id to event registration Remove email and name * add index and associations * change create/destroy event registartion action to turbo_stream * clean up * update tests * use registrant alias * change tests to use registrant * migrate * fix user association * migrate
* Change workshop carousel styling * Fix project path
* fix trucnacte when description is nil for event * pass in object - not the decorator
* Remove helper, use workshop time display method * Update workshop idea time_frame_total method as well
* add stimlus dropdown to form * format * hidden unless children
Co-authored-by: diti <diti@diti.localdomain>
* add stimulus controller for dimiss * use class hidden instead of remove * fix width
* Only show dropdowns of User.active * Set users dropdown to include non-active assigned users, otherwise active * Include active scope on user * Fix typo
* Allow admin CRUD of EventRegistrations * Add EventRegistrations to admin dashboard
…stomization we need (o/w it accepts a single argument) (#386)
* Change member to facilitator * Change text on org views from 'Member since' to 'Affiliated since'
* Add workshop assn to quote, since it already has workshop_id in db * Add views for Quote CRUD
* Change pr template text (so gh will automatically close associated issues) * Show quotes on workshop_logs show * Add new, scoped assn for quotable_item_quotes and show on workshop_log show
* more shared methods to helper * clean up
* add zip and word doc types * use valid types
… (2) include links to owners for them. Add link to object from audit page (so needed some temporary show page routes for images) (#492)
* Simplify seeds and related files * Update contributing and readmin, and move StoryIdea::PUBLISH_PREFERENCES values into a constant * Rename new dev seeds file * Update windows_type factory to have a short_name
* Simplify seeds and related files * Update contributing and readmin, and move StoryIdea::PUBLISH_PREFERENCES values into a constant * Rename new dev seeds file * Introduce new class CategoryType to access 'metadata' table so it's clearer what it's for
* Remove AgeRange and WorkshopAgeRange since no prod data and we have age ranges in categories * Add sectorable_items and categorizable_items attributes to workshop strong params * Change windows_type to have_many age_ranges through categorizable_items instead of directly * Update workshop to have many workshop_variations and resources restrict_with_error * Add nested attributes for categories and sectors to workshop
* Remove hard-coded references for WindowsType. Change log_title method to type_name for legibility * Use short_name more conspicuously
* WindowsType CRUD with tests * Add short_name to windows_types factory since it's now validated
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
remove id as it was causing issues with idempotency
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.
What is the goal of this PR and why is this important?
How did you approach the change?
Anything else to add?