andrsuh/generic_variables_evaluation 0
demo OOP generic variables evaluation project
Тесты к курсу «Технологии Java»
push eventitmo-java-basics-2021/lab-base-code
commit sha d23811517b6062b8c0f93c8556f2c3450e62b8e8
fix connector docs
push time in 21 days
push eventitmo-java-basics-2021/lab-base-code
commit sha 94dca6204347c524ab13a8df22ca86a0d9e2645d
fix: null bulk string field in RespBulkString
commit sha 6d9a65a7a6f013476ad99b6ca239398fd995c977
Fix null bulk string field in RespBulkString (DudkoMatt/patch-1)
push time in 22 days
push eventitmo-java-basics-2021/lab-base-code
commit sha 91ecae382c4ceebab3f473e052d4c415e855e410
Typos fixing (#4)
push time in 22 days
push eventitmo-java-basics-2021/lab-base-code
commit sha 447e48ec4cb9513bf0dcca4c3e9bcef135e30599
init 4 lab
push time in 22 days
PR closed microservices-course-itmo/infrastructure_config
UPDATED:
- artifactory (
docker-compose.yml+.env) - elk stack: elasticsearch, kibana, logstash (
docker-compose.yml+.env) - mongo (
docker-compose.yml+.env) - registry (
docker-compose.yml+.env) - zoopark stack: zookeeper, kafka (
docker-compose.yml+.env) - proxy stack: docker reverse proxy, docker load balancer, registry reverse proxy (
docker-compose.yml)
pr closed time in a month
issue closedmicroservices-course-itmo/deployer
реализовать таблицу с хистори логом ApplicationPage
все данные приходят
спека: https://github.com/microservices-course-itmo/deployer/issues/17
closed time in a month
MaximLukianchukissue closedmicroservices-course-itmo/deployer
Попытаться интегрировать сервер
Необходимо связаться с командой разработки серверной части, и обсудить возможность интеграции. При наличии возможности интеграции - произвести её.
closed time in a month
alexstriveissue closedmicroservices-course-itmo/deployer
Оформление страницы приложения
Терминология
- Application – приложение
- Application Template – описания приложения в качестве шаблона
- Application Instance – экземпляр приложения
- Deploy – разворачивание экземпляра приложения
Термины и значения можно использовать взаимозаменяемо. В реализации кода предпочтительнее использовать термины.
Задача
Создание страницы приложения (Application). Продемонстировать работу на примере данных.
Должна быть возможность развернуть (задеплоить) экземпляр приложения, без отправки запроса на сервер.

Описание
Environment – группа функционала, позволяющий просматривать и редактировать переменные окруженния (environment variables) данного Application. Подробнее https://docs.docker.com/engine/reference/commandline/run/#set-environment-variables--e---env---env-file Ports – группа функционала, позволяющая просматривать и редактировать проброшенный порты (port mapping) для контейнеров из данного Application. Подробнее https://docs.docker.com/config/containers/container-networking/ Volumes – группа функционала, позволяющая просматривать и редактировать имена томов данных и точки для монтирования (volumes). В будущем возможен выбор драйвера тома данных. Подробнее https://docs.docker.com/storage/volumes/#start-a-container-with-a-volume
Вышеприведённые группы можно оформить в качестве отдельных секций. Должна быть возможность просматривать и редактировать их. Крайне желательно сделать подтверждение действий редактирования (всплывающее меню), либо обосновать причину отказа от подобного механизма взаимодействия с пользователем.
Description – описание Application Last Release – последняя версия Application
Version – поле с выпадающем списоком версий Application Alias – "псевдоним" Application Instance, отображается в 6 колонке таблицы Deploy – кнопка формирующая запрос на разворачивания Application Instance от указанных настроек. Страница не должна перезагружаться после ее нажатия. Клиент должен ожидать ответа от сервера. В случае успеха – обновить таблицу Application Instance и отобразить новосозданный экземпляр приложения. В случае неудачи – отобразить ошибку пользователю.
Таблица Application Instance данного Application
| Name | Version | Deploy Initiator | Status | Actions | Alias |
|---|
Name – название приложения для которого экземпляр был создан. Version – версия экземпляра приложения с которой был размещён (deployed). Deploy Initiator – пользователь инициировавший размещение (deploy) экземпляра приложения. Status – состояние экземпляра приложения. Actions – три действия: запустить, остановить, перезапустить. Применяются к экземпляру приложения. Alias – псевдоним экземпляра приложения.
Список изменений приложения
Формат: Дата изменения / Тип изменения / Автор изменений / Описание изменений
closed time in a month
alexstrivepush eventitmo-java-basics-2021/lab-base-code
commit sha 7bf010f59e5cd4c08c6964da390d2257bfd9b0c2
Исправил опечатки (#3)
push time in a month
PR merged itmo-java-basics-2021/lab-base-code
pr closed time in a month
PR opened itmo-java-basics-2021/lab-base-code
pr created time in a month
push eventitmo-java-basics-2021/lab-base-code
commit sha 8275a3b4e937b5125bd5877eb40179f066ea0424
change to RespArray
commit sha addf9f3781de2dce7833e4ee35bbc6f31a81a281
Merge remote-tracking branch 'origin/master'
push time in a month
push eventitmo-java-basics-2021/lab-base-code
commit sha 0b3a3f05f6f59990538547b3e4bece8d579aaf13
fix docs
push time in 2 months
push eventitmo-java-basics-2021/lab-base-code
commit sha 431a37c5985a22b1e335612209f893ca1d30c008
init: add base code for third lab
push time in 2 months
create barnchitmo-java-basics-2020/task8-database-server
branch : dependabot/maven/commons-io-commons-io-2.7
created branch time in 2 months
PR opened itmo-java-basics-2020/task8-database-server
Bumps commons-io from 2.5 to 2.7.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr created time in 2 months
push eventitmo-java-basics-2021/lab-base-code
commit sha defad969cccf64a0d09b456ae525455d4bd781e3
feat: update docs
push time in 2 months
push eventitmo-java-basics-2021/lab-base-code
commit sha 9421b6895febd3d820c94c39aed61a8afa742ab7
Add mockito inline dependency
push time in 2 months
push eventitmo-java-basics-2021/lab-base-code
commit sha 515f5a84f43d238ae875ade1ae84f17de4e734d3
feat: add cache entities
push time in 2 months
push eventitmo-java-basics-2021/lab-base-code
commit sha 5e0571e2e02ec0de5dddab25ed34f6e0d196f821
chore: Add Lombok dependency
push time in 2 months