S
S
stictt2019-07-06 08:42:17
1C
stictt, 2019-07-06 08:42:17

Item group weights, what is it?

Gentlemen, inhabitants of the toaster, I ask for your help) a task came not long ago, in its part the weights of the nomenclature group are mentioned, and that they do not have to be 100, I can’t imagine what the weight of the nomenclature group could mean, there were suggestions that this is some kind of analogue of the "warehouse" but it's not accurate. Please help me with this riddle. It's unlikely that I'll be able to do the full job. There were ideas that the weights are similar to the weights of graphs, and the nomenclature group acts like a tree, but they also say that this is not so.

Answer the question

In order to leave comments, you need to log in

5 answer(s)
D
Dimonchik, 2017-09-22
@dimonchik2013

https://habrahabr.ru/company/piter/blog/337170/

S
Saboteur, 2017-09-22
@saboteur_kiev

"I want to change the process and add auto-tests and some automation based on TeamCity to make it like this (feature-branches I thought not to use, since we have a lot of small edits, and branches add an overhead):"
That's just the point, that auto -tests without feature branches will not work very well.
More:
Autotests should usually be triggered on a commit. But this also means that the developer does not test the application locally, but simply commits and waits for a response from the autotest.
And if he commits to the master, then one developer can break the build for everyone.
If you use a separate branch for autotest, again, several developers can commit to it and it will not be clear who broke what.
That's why feature branches are used - each developer has created a feature branch like feature/lalala, and autotest responds to a commit to any branch using the feature/* mask
. gitlab, gerrit, bitbucket, where it is convenient to configure the creation of pull requests so that they do not allow merging until there is 1 review and 1 successful build.

E
Egor Kazantsev, 2017-09-28
@saintbyte

Switch to normal TDD to start

P
Ptolemy_master, 2017-09-28
@Ptolemy_master

We also thought about TeamCity, but after we mastered Bitbucket pipelines, we somehow decided to do without it.
There you can set up automatic (that is, after pushing to a branch, any) or manual deployment (we deploy to Heroku).
That is, your point 6, as I understand it, this is our manual deployment - it is really done with almost one click.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question