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

Migrate monorepo to development branch #190

Merged
merged 632 commits into from
Mar 10, 2020
Merged

Migrate monorepo to development branch #190

merged 632 commits into from
Mar 10, 2020

Conversation

mnaamani
Copy link
Member

Merge after updating monorepo to a cargo worksapce

bedeho and others added 30 commits November 30, 2019 13:14
Rome version of hiring module
Added activation and deactivation of relationships
rustfmt + update dependency
- fix redundant field names in struct initialization
- change assert!(false) to panic! with comments
- fix using `clone` on a `Copy` type
- fix match on a boolean expression
- fix passing small enum by reference
- fix typos
- rustfmt
- fix doc comments
- upgrade to directory
- introduce application, opening, staking_policy submodules
- copy related code to the new modules
- implement several macro’s as generic functions
- move application and opening entities to related modules
- move staking_policy methods to staking_policy module
- fix very complex type warning
- altered add_application
- altered deactive_application
Cover main hiring workflow:
1. add_opening
2. add_application
3. begin_review
4. fill_opening
- remove comment
- add check for application is not crowded out
- add more comments to checks
- add ensure_can_add_application basic check
- add more comments
- add wiki ling to smoke-test concept
- mark ‘macroes’ mod with #[macro_use]
- remove all #[macro_export]
- move out opening checks from lib.rs to opening.rs
- move out opening construction to opening.rs (as ::new() constructor)
- delete obsolete macro ensure_amount_valid_in_opt_staking_policy
- improve readability of call_and_assert()
- check content asserts inside call_and_assert()
- revert error handling back to assert!
- add tests for begin_accepting_applications
- add test for add_opening with Exact block activation
- commented empty tests for future use in mod.rs
- move out code from lib.rs to opening.rs
- mark some pub methods as crate-only
shamil-gadelshin and others added 26 commits March 9, 2020 18:03
…rnal_modules

# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
…nal_modules

# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
…norepo_external_modules

# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
Hiring module migration to the monorepo branch.
External joystream modules migrated to the runtime monorepo.
# Conflicts:
#	Cargo.lock
#	Cargo.toml
@mnaamani mnaamani marked this pull request as ready for review March 10, 2020 10:21
@mnaamani mnaamani merged commit 620094e into development Mar 10, 2020
@mnaamani mnaamani deleted the monorepo branch April 16, 2020 05:22
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.

None yet

3 participants