-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into 'master'
Release 1.2 See merge request mishamyrt/myrt.co!9
- Loading branch information
Showing
37 changed files
with
1,578 additions
and
428 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,27 @@ | ||
build docker image: | ||
.build image: | ||
image: docker:latest | ||
cache: {} | ||
only: | ||
- master | ||
stage: dockerize | ||
tags: | ||
- docker | ||
services: ["docker:dind"] | ||
before_script: | ||
- echo -n $CI_JOB_TOKEN | docker login -u gitlab-ci-token --password-stdin $CI_REGISTRY | ||
script: | ||
- docker build -t $CI_REGISTRY_IMAGE -f docker/Dockerfile . | ||
- docker build -t $CI_REGISTRY_IMAGE:$BUILD_VERSION -f docker/Dockerfile . | ||
- docker push $CI_REGISTRY_IMAGE | ||
|
||
build docker image: | ||
extends: .build image | ||
only: | ||
- master | ||
|
||
build backup docker image: | ||
extends: .build image | ||
variables: | ||
BUILD_VERSION: $CI_COMMIT_REF_NAME | ||
only: | ||
- tags | ||
|
||
|
||
|
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
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
### Added | ||
|
||
- Cool CI feature. | ||
- New page. | ||
|
||
### Changed | ||
|
||
- Better colours | ||
|
||
### Fixed | ||
|
||
- Bug with links | ||
|
||
### Removed | ||
|
||
- Some crap | ||
|
||
/assign @mishamyrt | ||
/merge | ||
/title Release 1.0 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,51 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
The format is based on [Keep a Changelog][], | ||
and this project adheres to [Semantic Versioning][]. | ||
|
||
## [1.1] — 2019-09-15 | ||
## [1.2][] — 2019-09-15 | ||
|
||
### Added | ||
|
||
- English pages. | ||
- Pug linting. | ||
- 16×16 favicon. | ||
- Nginx language redirect. | ||
- Build tagged commits. | ||
- Service worker. | ||
- Web Manifest. | ||
- Font swap logic. | ||
- Dynamic `theme-color`. | ||
|
||
### Changed | ||
|
||
- CSS transormed to SCSS. | ||
|
||
## [1.1][] — 2019-09-15 | ||
|
||
## [1.0] - 2019-09-14 | ||
### Added | ||
- Basic desktop and mobile layout. | ||
- Build system. | ||
- CI/CD. | ||
- Only russian language. | ||
- Added basic lints. | ||
- Forced code style. | ||
- Hooks. | ||
|
||
[1.1]: https://gitlab.com/mishamyrt/myrt.co/tree/v1.0 | ||
- English pages. | ||
- Pug linting. | ||
- 16×16 favicon. | ||
- Nginx language redirect. | ||
|
||
## [1.0][] - 2019-09-14 | ||
|
||
### Added | ||
|
||
- Basic desktop and mobile layout. | ||
- Build system. | ||
- CI/CD. | ||
- Only russian language. | ||
- Added basic lints. | ||
- Forced code style. | ||
- Hooks. | ||
|
||
[keep a changelog]: https://keepachangelog.com/en/1.0.0/ | ||
|
||
[semantic versioning]: https://semver.org/spec/v2.0.0.html | ||
|
||
[1.0]: https://gitlab.com/mishamyrt/myrt.co/tree/v1.1 | ||
|
||
[1.1]: https://gitlab.com/mishamyrt/myrt.co/tree/v1.0 | ||
|
||
[1.2]: https://gitlab.com/mishamyrt/myrt.co/tree/v1.2 |
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
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
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
Oops, something went wrong.