-
Notifications
You must be signed in to change notification settings - Fork 8
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
Fix/install yarn #175
Open
NeverovDS
wants to merge
266
commits into
rubizza-camp:master
Choose a base branch
from
cybergizer-hq:fix/install-yarn
base: master
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
Fix/install yarn #175
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
* Add linter for javascript * Check js before commit with lint-staged * Upgrade packages
* add subscription type to retrospective schema * add apollo client * add ws and redis * add gql info to board.jsx * add gql fragments * graphql subscriptions alive * add destroy card mutation * add boardsql controller
* Fix port conflict, improve code of ReadyButton * Fix unique "key" warning
* Find user by email to force use alfred logins * Update avatar when login
Co-authored-by: Valentin Kopotchel <[email protected]>
Co-authored-by: Valentin Kopotchel <[email protected]>
* Add card add and remove operation live update * Add card edit synchronization * Add likes live update * Add action items crud live update * Add action items from previous board liveupdate * Add ready-button liveupdate * Add multi-user invite live sync, put remove_user to server-side, bug- fix * Add specs for broadcasting, minor style fixes Co-authored-by: Valentin Kopotchel <[email protected]>
* Prevent card froms from multiple submit, remove forced page reload * Add common container for all board columns to fix empty previous action items bug * Reduce number of ActionCable consumers Co-authored-by: Valentin Kopotchel <[email protected]>
* Add Comments model * Add policies and controllers for comments * Add dropdown with form for comment addition * Add comments rendering into card, implement comments live update, fixes in layout * Add specs, fix policy for comments controller * Add emoji keyboard, add comments count, fix card with comments delete bug * Refactor CommentsDropdown component Co-authored-by: Valentin Kopotchel <[email protected]>
* Add policies and controllers for comments * Add dropdown with form for comment addition * Add comment delete * Add comments' edit, update Comments API controller specs * Extract API calls, add emoji for comment edit Co-authored-by: Valentin Kopotchel <[email protected]>
* Fix board link open bug * Change 404 and 500 error pages Co-authored-by: Valentin Kopotchel <[email protected]>
Move edit and delete to dropdown menu for action item Create helper for headers, rewrite logic with onBlur, rename class Remove extra code. Move some functions to util
Move edit and delete for cards and action items
Co-authored-by: Valentin Kopotchel <[email protected]>
…dit_cards Add buttons to add and edit card and action item
Co-authored-by: Valentin Kopotchel <[email protected]>
…itationBlock, make column names customizable (#42) Co-authored-by: Valentin Kopotchel <[email protected]>
Transfer from GraphQL to REST API
Deploy on Amazon ECS
Update configuration for AWS and Dockerfile
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.
Add yarn setup in Dockerfile to install dependencies when build to run webpacker.