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

Dev #54

Merged
merged 43 commits into from
Nov 6, 2023
Merged

Dev #54

Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
b53078a
Updated module name, might be reverted for a future pull-request to t…
yigithanbalci Jan 17, 2023
da0001b
Merge pull request #1 from yigithanbalci/dev
yigithanbalci Jan 17, 2023
6645855
Updated go.mod
yigithanbalci Jan 17, 2023
262485a
Merge pull request #2 from yigithanbalci/dev
yigithanbalci Jan 17, 2023
653f376
Create go.yml
yigithanbalci Jan 17, 2023
b722dce
Delete ci.yml
yigithanbalci Jan 17, 2023
7f0a9af
Added challenges endpoint
yigithanbalci Mar 4, 2023
1b234b5
Added valorant endpoints
yigithanbalci Mar 5, 2023
e24ed36
Merge pull request #3 from yigithanbalci/master
yigithanbalci Jul 7, 2023
69197ed
Changed repository name to the original
yigithanbalci Jul 7, 2023
afabe75
Merge pull request #4 from yigithanbalci/master
yigithanbalci Jul 9, 2023
5b8c302
Revert "Changed repository name to the original"
yigithanbalci Jul 9, 2023
de0e6a2
Fixed PR review requests
yigithanbalci Aug 4, 2023
104feee
Merge remote-tracking branch 'origin/dev' into dev
yigithanbalci Aug 4, 2023
1ed61d4
Merge branch 'master' into dev
yigithanbalci Aug 4, 2023
b404563
Renamed go.yml to make it compatible with base repository
yigithanbalci Aug 5, 2023
73eeac3
Merge remote-tracking branch 'origin/dev' into dev
yigithanbalci Aug 5, 2023
18d8ab2
Fix wrong tests
yigithanbalci Oct 26, 2023
8dd4a54
Fix lint issues regarding comments
yigithanbalci Oct 26, 2023
2634436
Fix naming in README.md
yigithanbalci Oct 26, 2023
0bfa155
Merge remote-tracking branch 'upstream/master' into dev
yigithanbalci Oct 26, 2023
8ba8074
Fix linting issues
yigithanbalci Oct 27, 2023
5ef131a
Merge branch 'dev' of https://github.com/yigithanbalci/golio into lin…
yigithanbalci Oct 27, 2023
af1b733
Merged changes from dev
yigithanbalci Oct 27, 2023
14b4037
Merge pull request #5 from yigithanbalci/linting-fixes
yigithanbalci Oct 27, 2023
c01ec0e
Update README.md
yigithanbalci Oct 27, 2023
32f7047
lintin fixes
yigithanbalci Oct 27, 2023
a186474
goimports re-run
yigithanbalci Oct 27, 2023
c56d5c3
lint fix again.
yigithanbalci Oct 27, 2023
3b31079
lint fix again.
yigithanbalci Oct 27, 2023
6be1533
lint fix again.
yigithanbalci Oct 27, 2023
e5366ab
lint fix again.
yigithanbalci Oct 27, 2023
7cfe3d5
Add codecov config
yigithanbalci Oct 27, 2023
11d3425
changed test cases for coverage
yigithanbalci Oct 27, 2023
1548505
Merge pull request #6 from yigithanbalci/yigithanbalci-patch-1
yigithanbalci Oct 27, 2023
f472590
fix: Fix linting & test problems, run gofmt & goimports on all files
yigithanbalci Oct 29, 2023
9c61135
fix: Fix PR review issues
yigithanbalci Oct 30, 2023
f09ee09
fix: lint long lines
yigithanbalci Oct 30, 2023
2fb9d2f
fix: lint long lines for endpointChallengesLeaderboards
yigithanbalci Oct 30, 2023
bea373b
fix: endpointChallengesLeaderboards split into two variables because …
yigithanbalci Oct 30, 2023
7183e3d
fix: Add client test
yigithanbalci Oct 31, 2023
08d6dca
fix: linting issue in new client test for val
yigithanbalci Oct 31, 2023
a880405
fix: run goimports
yigithanbalci Oct 31, 2023
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
Prev Previous commit
Next Next commit
fix: Fix linting & test problems, run gofmt & goimports on all files
  • Loading branch information
yigithanbalci committed Oct 29, 2023
commit f47259023002364bc16f3d8ef485c3006f0bf2ef
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ linters-settings:
goimports:
# put imports beginning with prefix after 3rd-party packages;
# it's a comma-separated list of prefixes
local-prefixes: github.com/yigithanbalci/golio
local-prefixes: github.com/KnutZuidema/golio
gocyclo:
# minimal code complexity to report, 30 by default (but we recommend 10-20)
min-complexity: 10
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Documentation](https://godoc.org/github.com/yigithanbalci/golio?status.svg)](https://godoc.org/github.com/yigithanbalci/golio)
![CI](https://github.com/yigithanbalci/golio/workflows/CI/badge.svg?branch=master)
[![Go Report Card](https://goreportcard.com/badge/github.com/yigithanbalci/golio)](https://goreportcard.com/report/github.com/yigithanbalci/golio)
[![codecov](https://codecov.io/gh/yigithanbalci/golio/branch/master/graph/badge.svg)](https://codecov.io/gh/yigithanbalci/golio)
[![Documentation](https://godoc.org/github.com/KnutZuidema/golio?status.svg)](https://godoc.org/github.com/KnutZuidema/golio)
![CI](https://github.com/KnutZuidema/golio/workflows/CI/badge.svg?branch=master)
[![Go Report Card](https://goreportcard.com/badge/github.com/KnutZuidema/golio)](https://goreportcard.com/report/github.com/KnutZuidema/golio)
[![codecov](https://codecov.io/gh/KnutZuidema/golio/branch/master/graph/badge.svg)](https://codecov.io/gh/KnutZuidema/golio)

# Golio

Expand All @@ -18,8 +18,8 @@ import (
"fmt"
"net/http"

"github.com/yigithanbalci/golio"
"github.com/yigithanbalci/golio/api"
"github.com/KnutZuidema/golio"
"github.com/KnutZuidema/golio/api"
log "github.com/sirupsen/logrus"
)

Expand Down
4 changes: 2 additions & 2 deletions datadragon/data_dragon.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import (

log "github.com/sirupsen/logrus"

"github.com/yigithanbalci/golio/api"
"github.com/yigithanbalci/golio/internal"
"github.com/KnutZuidema/golio/api"
"github.com/KnutZuidema/golio/internal"
)

const (
Expand Down
Loading