Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | ci: pin go-mockgen to 1.2.0 (#7021) | Joe Chen | 2022-06-07 |
| | |||
* | db: use `context` and go-mockgen for `AccessTokensStore` (#7013) | Joe Chen | 2022-06-06 |
| | |||
* | ci: check tidiness of "task generate-schemadoc" (#7007) | Joe Chen | 2022-06-04 |
| | |||
* | db: run tests with pure-Go SQLite (#6998) | Joe Chen | 2022-06-03 |
| | |||
* | ci: run database tests against Postgres, MySQL and SQLite (#6996) | Joe Chen | 2022-06-01 |
| | |||
* | chore: Set permissions for GitHub actions (#6936) | Naveen | 2022-05-26 |
| | |||
* | assets: convert usage of go-bindata to Go embed (#6851) | Michael Li | 2022-03-17 |
| | | | Co-authored-by: Joe Chen <jc@unknwon.io> | ||
* | ci: delete Go 1.15 and add Go 1.18 (#6847) | Joe Chen | 2022-03-16 |
| | |||
* | chore: run `task generate` (#6844) | Joe Chen | 2022-03-15 |
| | |||
* | ci: check Go module tidiness (#6787) | Joe Chen | 2022-02-27 |
| | | | [skip ci] | ||
* | ci: send emails on job failures for Docker and Go (#6679) | Joe Chen | 2021-12-18 |
| | |||
* | ci: build and push Docker images on `main` branch (#6659) | Joe Chen | 2021-12-15 |
| | |||
* | ci: update GitHub Actions (#6612) | ᴜɴᴋɴᴡᴏɴ | 2021-09-04 |
| | |||
* | ci: use new lint action and add custom config (#6562) | ᴜɴᴋɴᴡᴏɴ | 2021-05-19 |
| | |||
* | ci: change of Go dependencies needs go test (#6368) | ᴜɴᴋɴᴡᴏɴ | 2020-10-04 |
| | |||
* | ci: enable Go for release branches | ᴜɴᴋɴᴡᴏɴ | 2020-09-26 |
| | |||
* | ci: only enforce Go checks for pushes to `main` branch | ᴜɴᴋɴᴡᴏɴ | 2020-09-04 |
| | | | Otherwise would create duplicated GitHub Checks. | ||
* | ci: re-run Go checks for every push on a pull request | ᴜɴᴋɴᴡᴏɴ | 2020-09-04 |
| | | | | If a pull request has changed any Go file, even if the new push doesn't change any, we should re-run Go checks to make GitHub Checks look consistent. | ||
* | github: add Go 1.15 to CI (#6294) | ᴜɴᴋɴᴡᴏɴ | 2020-08-29 |
| | |||
* | github: enable Go actions on push | ᴜɴᴋɴᴡᴏɴ | 2020-08-27 |
| | |||
* | github: only run Actions when Go files are changed (#6275) | ᴜɴᴋɴᴡᴏɴ | 2020-08-23 |
| | |||
* | lfs: implement HTTP routes (#6035) | ᴜɴᴋɴᴡᴏɴ | 2020-04-04 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Bootstrap with GORM * Fix lint error * Set conn max lifetime to one minute * Fallback to use gorm v1 * Define HTTP routes * Finish authentication * Save token updated * Add docstring * Finish authorization * serveBatch rundown * Define types in lfsutil * Finish Batch * authutil * Finish basic * Formalize response error * Fix lint errors * authutil: add tests * dbutil: add tests * lfsutil: add tests * strutil: add tests * Formalize 401 response | ||
* | gitutil: refactor the way to mock (#6032) | ᴜɴᴋɴᴡᴏɴ | 2020-03-29 |
| | | | | | * Refactor the mock module store * Only test on 1.14.x | ||
* | github: use Actions for CI (#6022) | ᴜɴᴋɴᴡᴏɴ | 2020-03-27 |
* Update golint.yml * Update README.md * Update README.md * Update golint.yml * Update golint.yml * Rename golint.yml to go.yml * Update go.yml * Update go.yml * Update go.yml * Improve tests on Windows * Delete files |