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

Improve project structure #30

Merged
merged 2 commits into from
Dec 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,19 +61,20 @@ jobs:
needs: ci
runs-on: ubuntu-latest
env:
DOCKER_IMAGE: golang-venezuela/adan-bot
DOCKER_IMAGE: ghcr.io/euler-b/golang-venezuela/adan-bot
steps:
- name: Get source code
uses: actions/checkout@v4

- name: Login to Github Container Registry ( A.K.A. ghcr.io )
- name: "Login into Github Container Registry (a.k.a. ghcr.io)"
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ SECRETS.GITHUB_TOKEN }}
- name: "Build and push Docker image to Github Container Registry('latest')"

- name: "Build and push Docker image to Github Container Registry ('latest')"
if: ${{ github.ref == 'refs/heads/main' }}
run: |
docker build --tag ghcr.io/euler-b/$DOCKER_IMAGE:latest .
docker push ghcr.io/euler-b/$DOCKER_IMAGE:latest
docker build --tag $DOCKER_IMAGE:latest .
docker push $DOCKER_IMAGE:latest
205 changes: 6 additions & 199 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,203 +1,10 @@
## [406048c] 2023-05-26 23:37
- UPDATE: Add new feature in list
Author: FernandoH
# Changelog

## [2874987] 2023-05-26 23:03
- UPDATE: Add CHANGELOG.md
Author: FernandoH
All notable changes to this project will be documented in this file.

## [c026163] 2023-05-26 22:12
- UPDATE
Author: FernandoH
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [cb02b9a] 2023-05-26 22:08
- UPDATE: Add list features in readme
Author: FernandoH
[Unreleased]: https://github.com/Golang-Venezuela/adan-bot/compare/v0.1.0...main
## [Unreleased][]

## [c6e49fe] 2023-05-16 18:27
- Merge pull request #24 from Golang-Venezuela/feature/documentation
Author: Eduardo Bravo

## [e1dd254] 2023-05-16 18:21
- fixed(documentation): Fixed links and image size
Author: Eduardo Bravo

## [c44b536] 2023-05-16 16:54
- Merge pull request #23 from Golang-Venezuela/feature/documentation
Author: Eduardo Bravo

## [900c004] 2023-05-16 16:26
- fixed(documentacion): aligned elements
Author: Eduardo Bravo

## [0a97f68] 2023-05-16 16:07
- feat(documentation): added changes in README.md
Author: Eduardo Bravo

## [5322c56] 2023-05-02 20:13
- Merge pull request #20 from Golang-Venezuela/develop
Author: Eduardo Bravo

## [f0e4a49] 2023-05-02 20:06
- Merge pull request #19 from Golang-Venezuela/revert-18-feature/CD
Author: Eduardo Bravo

## [d02bf3f] 2023-05-02 20:02
- Revert "reafactor yml"
Author: Eduardo Bravo

## [226fffe] 2023-05-02 20:02
- Merge pull request #18 from Golang-Venezuela/feature/CD
Author: Eduardo Bravo

## [7446d6f] 2023-05-02 20:01
- Merge branch 'main' into feature/CD
Author: Eduardo Bravo

## [9839a7a] 2023-05-02 19:57
- reafactor yml
Author: Eduardo Bravo

## [2e5a7b8] 2023-05-02 13:15
- Update .env
Author: Eduardo Bravo

## [bdeac13] 2023-05-01 23:19
- Merge pull request #13 from Golang-Venezuela/develop
Author: Eduardo Bravo

## [b6ee395] 2023-05-01 22:41
- modified parameters for publish image docker
Author: Eduardo Bravo

## [95aed17] 2023-05-01 22:31
- Create .env
Author: Eduardo Bravo

## [17181b9] 2023-05-01 22:04
- Merge pull request #15 from Golang-Venezuela/feature/CD
Author: Eduardo Bravo

## [0009cfd] 2023-05-01 21:59
- Merge branch 'develop' into feature/CD
Author: Eduardo Bravo

## [a706e92] 2023-05-01 21:55
- add continous deployment ( 1st part)
Author: Eduardo Bravo

## [37ad3b0] 2023-05-01 10:27
- Merge pull request #17 from Golang-Venezuela/code-of-conduct
Author: Eduardo Bravo

## [dc9b884] 2023-05-01 10:19
- Create CODE_OF_CONDUCT.md
Author: Eduardo Bravo

## [2640c29] 2023-04-30 23:59
- add dockerfile
Author: Eduardo Bravo

## [c72a823] 2023-04-20 01:53
- Merge branch 'main' into develop
Author: Eduardo Bravo

## [f882b5a] 2023-04-20 01:51
- fixed error PR #13
Author: Eduardo Bravo

## [b75a0b8] 2023-04-20 01:43
- flujo de la notificacion
Author: Eduardo Bravo

## [c8bffa4] 2023-04-19 23:54
- Update golanVE-ci.yml
Author: Eduardo Bravo

## [dc98fb1] 2023-04-19 22:41
- prueba de concepto con PR
Author: Eduardo Bravo

## [32b441b] 2023-04-18 05:44
- Merge pull request #2 from Golang-Venezuela/feature/documentation
Author: Eduardo Bravo

## [a499f35] 2023-04-18 05:43
- improved README.md
Author: Eduardo Bravo

## [849b559] 2023-04-17 17:56
- Merge pull request #11 from Golang-Venezuela/develop
Author: Eduardo Bravo

## [11ecaf6] 2023-04-17 17:55
- allowed pull_request.md
Author: Eduardo Bravo

## [9c958b7] 2023-04-17 15:46
- Merge pull request #10 from Golang-Venezuela/Euler-B-patch-1
Author: Eduardo Bravo

## [964787c] 2023-04-17 15:46
- Update golanVE-ci.yml
Author: Eduardo Bravo

## [0182568] 2023-04-17 15:44
- Merge pull request #8 from Golang-Venezuela/develop
Author: Eduardo Bravo

## [02f152b] 2023-04-17 15:40
- Merge pull request #9 from Golang-Venezuela/feature/CI-and-dependenciesCheck
Author: Eduardo Bravo

## [5366ba9] 2023-04-17 15:37
- added emoji for templates issue
Author: Eduardo Bravo

## [766b3eb] 2023-04-15 09:26
- Merge pull request #7 from Golang-Venezuela/feature/CI-and-dependenciesCheck
Author: Eduardo Bravo

## [139855f] 2023-04-14 17:25
- translate templates to english
Author: Eduardo Bravo

## [24bd2fe] 2023-04-14 16:45
- arreglando flujo de desarrollo
Author: Eduardo Bravo

## [a55e510] 2023-04-14 16:24
- agregada automatizacion para PR y Issues
Author: Eduardo Bravo

## [3e8e4fa] 2023-04-14 02:22
- Merge pull request #6 from Golang-Venezuela/feature/helloWorld
Author: Fernando Hernandez

## [9c0ab5c] 2023-04-13 17:30
- primera configuracion CI
Author: Eduardo Bravo

## [3626bbc] 2023-04-13 16:39
- primer borrador del readme
Author: Eduardo Bravo

## [7d0ecd2] 2023-04-13 12:39
- Update README.md
Author: Fernando Hernandez

## [1a142a8] 2023-04-13 12:28
- Update README.md
Author: Fernando Hernandez

## [6d69eb6] 2023-04-13 12:07
- UPDATE: Hola Mundo
Author: Hernandez

## [6c84461] 2023-03-27 11:13
- ADD MIT LICENSE
Author: Hernandez

## [bbbc297] 2023-03-20 10:01
- Create
Author: Eduardo Bravo
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,11 @@ lint:

.PHONY: run
run:
go run ./main.go
go run ./cmd/adan-bot/...

.PHONY: run-race
run-race:
go run -race ./main.go
go run -race ./cmd/adan-bot/...

.PHONY: test
test:
Expand Down
Loading
Loading