Commit Graph

877 Commits (main)

Author SHA1 Message Date
RW fc35dbf927
Update linter.yml 2022-11-20 14:05:03 +01:00
RW 70403aa120
Update security.yml 2022-11-20 14:04:46 +01:00
skyenought e8f8cb647b
Add customTags in logger middleware Config (#2188)
*  Add customTags in logger middleware Config

* improve tags with parameter

* improve logger performance

* improve logger performance

* improve logger performance

* improve logger performance

Co-authored-by: René Werner <rene@gofiber.io>
2022-11-18 13:10:43 +01:00
hs son 20109922aa
Add korean translate in Installation section (#2213) 2022-11-13 15:39:15 +03:00
Muhammed Efe Çetin 938e0fcea4
♻️ sync other langs with README.md 2022-11-12 09:26:47 +03:00
leonklingele 4d562923aa
README: update list of third-party library licenses (#2211) 2022-11-12 09:10:07 +03:00
skyenought 55fcddda6f
📝 Update README_zh-CN.md (#2186) 2022-11-09 07:56:58 +01:00
kinggo 486f3709ed
ci: add check-latest param in vulncheck.yml (#2197)
ci: add check-latest param
2022-11-08 14:20:14 +01:00
M. Efe Çetin 87cedc2022
👷 ci: replace snyk with govulncheck (#2178) 2022-11-01 08:50:33 +01:00
Muhammed Efe Çetin 9428befb9c
Merge remote-tracking branch 'origin/master' into v3-beta 2022-10-28 17:26:17 +03:00
M. Efe Çetin 691d2e6ad5
🗑️ deprecate: go 1.14 & go 1.15 support deprecation (#2172)
* 🗑️ deprecate: go 1.14 & go 1.15 support deprecation
https://github.com/valyala/fasthttp/pull/1379

* fix tests
2022-10-26 11:51:50 +02:00
M. Efe Çetin 156b81c768
🐛 bug: improve mounting behavior (#2120)
* 🐛 bug: fix mounting doesn't work if when to declare it before routes

* 🐛 bug: fix mounting doesn't work if when to declare it before routes

* 🐛 bug: fix mounting doesn't work if when to declare it before routes

* 🐛 bug: fix mounting doesn't work if when to declare it before routes

* 🐛 bug: fix mounting doesn't work if when to declare it before routes

* add onMount hooks, mountPath like express.js, better behavior for onName, onRoute, onGroup, onGroupName hooks on mounted apps

* add comment

* use once

* fix views when both app and sub-app have view engine, better behavior for mount path

* fix tests

* fix tests

* make some tasks

* make some tasks
2022-10-25 07:51:44 +02:00
Dio Rovelino f3c7c424b7
Update ReadmeID (#2150) 2022-10-11 09:52:00 +03:00
Ilhan e85a29abf3
📝 docs: Update language count (#2131) 2022-10-01 10:23:47 +03:00
René Werner 01cfc64f1c prevent v3 from affecting v2 benchmarks 2022-09-26 13:14:53 +02:00
naoki kuroda b319e8d00c
✍ Correct README_ja (#2108)
✍ correct reademe_ja
2022-09-21 14:50:16 +02:00
M. Efe Çetin 281e2f0046
v3 (feature): merge Listen methods & ListenConfig (#1930)
*  v3: new Start method for app

*  v3: new Start method for app

*  v3: new Start method for app

*  v3: new Start method for app

*  v3: new Start method for app

*  v3: new Start method for app

* fix tests

* improve graceful shutdown

* update

* Start -> Listen

* rename test funcs.

* Add Test_Listen_Graceful_Shutdown test.

* add OnShutdownSuccess

* fix tests

* fix tests

* split listen & listener

* typo

* Add retry logic to tests

* Add retry logic to tests

* Add retry logic to tests

* Add retry logic to tests

Co-authored-by: René Werner <rene@gofiber.io>
2022-09-08 07:57:05 +02:00
RW ca0f6630a1
Update release-drafter.yml 2022-09-07 14:36:37 +02:00
RW bb102259c4
Update release-drafter.yml 2022-09-07 14:36:27 +02:00
RW aa2881b2b2
Update release-drafter.yml 2022-09-07 13:06:43 +02:00
RW 22239f621d
Update release-drafter.yml 2022-09-07 13:06:27 +02:00
René Werner 8dfbd94608 Add changelog link to release drafter 2022-09-07 12:59:08 +02:00
René Werner 3bbeb4ebe9 Add changelog link to release drafter 2022-09-07 12:57:39 +02:00
dependabot[bot] 9fc80fcc92
Bump github.com/valyala/fasthttp from 1.39.0 to 1.40.0 (#2075)
* Bump github.com/valyala/fasthttp from 1.39.0 to 1.40.0

Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) from 1.39.0 to 1.40.0.
- [Release notes](https://github.com/valyala/fasthttp/releases)
- [Commits](https://github.com/valyala/fasthttp/compare/v1.39.0...v1.40.0)

---
updated-dependencies:
- dependency-name: github.com/valyala/fasthttp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Add retry logic to tests

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: René Werner <rene@gofiber.io>
2022-09-06 17:53:45 +02:00
Muhammed Efe Çetin 319b8ea3a8
Merge remote-tracking branch 'origin/master' into v3-beta 2022-09-03 23:56:45 +03:00
Carlos García Rosales 6026560c93
Sugerencia de cambios en traducción al español (#2064)
Saludos soy de Perú y me gustaría contribuir con una traducción más precisa al español mi lenguaje nativo.
2022-08-30 14:44:44 +02:00
Emre Savcı d9257c2c1d
🚀 [Feature]: add envvar expose middleware (#2054)
* add envvar expose middleware

* fix readme remove redundant word

* change hard coded json marshal to app config marshaller

* update readme

* update all lang readme

* change t.setenv to os.setenv as backward compability reason

* change io.readall to ioutil.readall

* Update envvar.go

* remove get method that only used in test

* remove unused method from envvar struct

* remove path variable from config, update readme, add new test case

Co-authored-by: RW <rene@gofiber.io>
2022-08-30 08:30:13 +02:00
Muhammed Efe Çetin 235ff1649c
📝 docs: convert gitter, telegram links to discord 2022-08-25 19:27:15 +03:00
GalvinGao b970457109
docs: change support claim up to go 1.19 (#2043) 2022-08-24 14:09:33 +02:00
micziz 6c6661a32d
📝 docs: Update Italian readme (#2042)
Update README_it.md
2022-08-24 13:50:45 +03:00
wernerr f9e87097ab Improve pull request template 2022-08-22 08:53:22 +02:00
wernerr 917263c9e4 Improve pull request template 2022-08-22 08:47:55 +02:00
Muhammed Efe Çetin 4105b008c2
Merge remote-tracking branch 'origin/master' into v3-beta 2022-08-19 14:33:31 +03:00
Tushar Dahiya 1fec8757c4
Update README.md 📝 (#2023)
Update README.md

Grammatical Error
2022-08-19 08:20:33 +02:00
Muhammed Efe Çetin 9af3c21b7a
👷 v3 (ci): fix tests 2022-08-08 11:19:57 +03:00
M. Efe Çetin adcb1f2bf1
v3: fix benchmark results (#1982)
* v3: fix benchmark results

* v3: fix benchmark results

* Fix Benchmark_Router_Github_API

* reduce duplicated tests run actions

* reduce duplicated tests run actions

* fix some benchmarks

Co-authored-by: wernerr <rene@gofiber.io>
2022-08-07 14:53:01 +03:00
Muhammed Efe Çetin 5bc1871205
📝 ci: fix CoC links on issue templates 2022-08-04 20:41:17 +03:00
RW 97ba1d16d5
Update benchmark.yml 2022-08-03 14:35:47 +02:00
wernerr 3552136805 reduce duplicated tests run actions 2022-08-03 13:12:47 +02:00
wernerr 96b4db17c6 reduce duplicated tests run actions 2022-08-03 13:03:06 +02:00
M. Efe Çetin fb780a01d0
ci: add go 1.19 to tests (#1994)
* ci: add go 1.19 to tests

* change test runner versions
skip it for 1.15, 1.17, 1.18

Co-authored-by: wernerr <rene@gofiber.io>
2022-08-03 11:07:21 +02:00
Raden Mohamad Rishwan ad89ba4e1c
fix README_it.md (#1980) 2022-07-21 17:46:01 +03:00
M. Efe Çetin a458bd344c
v3 (feature): convert fiber.Ctx type to interface (#1928)
*  v3: convert fiber.Ctx type to interface

* update ctx methods

* add new methods to customize ctx, fix some problems

* update comments.

* fix something
2022-07-13 07:48:29 +02:00
M. Efe Çetin b6818c20be
📝 docs: new issue templates (#1945)
* 📝 docs: new issue templates

* 📝 docs: new issue templates

* 📝 docs: new issue templates

* 📝 docs: new issue templates

* 📝 docs: new issue templates
2022-07-04 07:49:57 +02:00
M. Efe Çetin ab3874c634
📝 docs: translate some lines to turkish (#1954) 2022-06-29 12:41:33 +03:00
hamidreza ghahremani 83d8761222
Update README_fa.md (#1953) 2022-06-29 11:47:01 +03:00
M. Efe Çetin 002d9b5db4
📝 docs: flat-square style for readme badges (#1949) 2022-06-29 07:54:34 +02:00
Muhammed Efe Çetin 07e847b3c1
Merge branch 'master' into v3-beta 2022-06-18 20:04:23 +03:00
M. Efe Çetin 43aa457b97
👷 ci: actions for MacOS (#1911)
* 👷 ci: actions for MacOS

* Cache golang modules

* update
2022-06-14 15:10:33 +02:00
Muhammed Efe Çetin 3b943d79c9
v3: remove internal/template/html, replace internal/memory by internal/storage/memory 2022-06-04 14:19:59 +03:00
Muhammed Efe Çetin d4d2f9212f
v3: remove old go versions from ci tests 2022-05-31 17:51:59 +03:00
RW deb02cb64e
add caching for tests 2022-05-23 09:13:49 +02:00
witer33 aace425119
fixed typo (#1891) 2022-05-02 15:35:24 +02:00
dependabot[bot] 2326297bb8
Bump actions/checkout from 2 to 3 (#1885)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-01 11:09:32 +02:00
dependabot[bot] 03bdab962c
Bump reviewdog/action-golangci-lint from 1 to 2 (#1886)
Bumps [reviewdog/action-golangci-lint](https://github.com/reviewdog/action-golangci-lint) from 1 to 2.
- [Release notes](https://github.com/reviewdog/action-golangci-lint/releases)
- [Commits](https://github.com/reviewdog/action-golangci-lint/compare/v1...v2)

---
updated-dependencies:
- dependency-name: reviewdog/action-golangci-lint
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-01 10:38:59 +02:00
dependabot[bot] ab260fd080
Bump actions/setup-go from 1 to 3 (#1887)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 1 to 3.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v1...v3)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-01 10:33:46 +02:00
dependabot[bot] 60c9a5399e
Bump actions/cache from 1 to 3 (#1888)
Bumps [actions/cache](https://github.com/actions/cache) from 1 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v1...v3)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-01 10:33:37 +02:00
dependabot[bot] 6d63e9fa1c
Bump github/codeql-action from 1 to 2 (#1889)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-01 10:21:58 +02:00
Naveen bd4f1538e0
chore: Included githubactions in the dependabot config (#1883)
This should help with keeping the GitHub actions updated on new releases. This will also help with keeping it secure.

Dependabot helps in keeping the supply chain secure https://docs.github.com/en/code-security/dependabot

GitHub actions up to date https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot

https://github.com/ossf/scorecard/blob/main/docs/checks.md#dependency-update-tool
Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com>
2022-05-01 09:32:19 +02:00
Ankush Menat bd2acbb5a9
chore: remove incorrect links from supporter table (#1862) 2022-04-15 19:54:14 +02:00
M. Efe Çetin ee65ea5bab
🧹 Use encoding/json (#1851)
* remove goccy/go-json

* fix tests.
2022-04-13 10:45:33 +02:00
M. Efe Çetin 1c4ebf85f1
⬆️ add go1.18 to tests and docs (#1819)
* 👷 tests: add go1.18

* Update benchmark.yml

* update readmes
2022-03-15 17:43:49 +01:00
Edward zZhang f2391a9688
update some translation (#1815) 2022-03-07 23:08:47 -05:00
Serhat Şevki Dinçer 8b0170c0f4
🔗 Fix goreportcard & pkg.go.dev links in READMEs (#1798)
* 🔗 Fix goreportcard & pkg.go.dev links in READMEs

* 🔗 Fix package comment for pkg.go.dev links

* 🔗 Replace golang.org links with go.dev in READMEs

Co-authored-by: RW <rene@gofiber.io>
2022-03-03 11:54:56 +01:00
M. Efe Çetin 5c1ddb3245
Translation fixes (#1800) 2022-03-03 11:23:06 +01:00
RW a033ca240b
📒 Update readme (#1794)
* 📒 Update readme
- add some middlewares
- add section for awesome list

* 📒 Update readme
- add some middlewares
- add section for awesome list

* 📒 Update readme
- add some middlewares
- add section for awesome list
2022-02-28 10:22:17 +01:00
M. Efe Çetin a7032b7a17
Update TLS Config & Add ListenMutualTLS (#1761)
* deprecations

* Add mTLS support.

* update

* update

* Update app.go
2022-02-24 08:01:42 +01:00
Rendi Putra Pradana cf47f06ad1
📝 docs: translate some words to bahasa(ID) (#1780)
* docs: translate some words to bahasa

Translate:
download -> unduh
WebSocket support -> Mendukung WebSocket
Route Naming -> Penamaan Route
default -> bawaan

* 📝 docs: translate some words to bahasa(ID)
2022-02-15 15:48:30 +03:00
M. Efe Çetin e1833df93c
docs: add SSE example (#1776) 2022-02-14 16:27:57 +01:00
M. Efe Çetin 937713e41e
feature: bind support for render (#1754)
* Bind support for Render.

* update

* fix tests

* split Pass-locals-to-views & Bind from Render

* update comments.

* add benchs.

* Update ctx.go

Co-authored-by: hi019 <65871571+hi019@users.noreply.github.com>

* Update ctx.go

* optimize

* switch dictpool.

*  feature: bind support for render
- improve performance

*  feature: bind support for render
- improve performance

Co-authored-by: hi019 <65871571+hi019@users.noreply.github.com>
Co-authored-by: wernerr <rene.werner@verivox.com>
Co-authored-by: wernerr <rene@gofiber.io>
2022-02-12 22:52:24 +01:00
M. Efe Çetin c450072f4a
🐛 fix: mounted app views (#1749)
* Fix mounted app views.

* Cleaner structure.

Co-authored-by: RW <rene@gofiber.io>

* remove unnecessary lines.

* Add test case for group-with-mount, remove unnecessary lines.

Co-authored-by: RW <rene@gofiber.io>
2022-02-06 14:58:45 +01:00
Ege Can ÖZER 719992cb75
Add 3rd party middleware eozer/fiber_ldapauth (#1743)
* Add 3rd party middleware eozer/fiber_ldapauth

* Add 3rd party middleware eozer/fiber_ldapauth to other READMEs as well
2022-02-02 20:04:24 +03:00
vecpeng 24b645c779
📝docs: translate English to zh-TW (#1725) 2022-01-21 08:59:42 +01:00
Rendi Putra Pradana 2e1d425d4e
docs: translate some words to bahasa (#1717)
Translate:
download -> unduh
WebSocket support -> Mendukung WebSocket
Route Naming -> Penamaan Route
default -> bawaan
2022-01-18 09:54:19 +01:00
Roj 48acc21117
Add Central Kurdish README (#1694) 2022-01-08 14:30:26 +01:00
fncolon 9eab0c5cac
📝docs: fix ID translation typo (#1691)
Fix review in #1690
2022-01-07 11:32:03 +01:00
Ahmet Hakan Beşel 2c9410cb9c
Update Turkish translation (#1689) 2022-01-07 08:14:35 +01:00
fncolon e964adae91
docs: tweaks README_id.md (#1690)
* translate untranslated words
* fix unconsistent translate of `project`, every project word should be `proyek` instead of `projek` or the original one `project`
* fix wrong translation of Authentication, it should be `Autentikasi` instead of `Authentikasi`
2022-01-07 07:44:07 +01:00
vecpeng d96664dab4
📝docs: add emoji for limitations (#1682)
* 📝docs: add emoji for limations

* 🐛fix: remove debug info
2022-01-01 10:15:39 +01:00
M. Efe Çetin 894fa9db5e
fix indentions (#1680)
Fix indention for READMEs.
2021-12-30 23:02:49 +01:00
vecpeng 244d5a5450
📝docs(zh-CN): improve Chinese tanslation (#1679) 2021-12-30 08:10:42 +01:00
M. Efe Çetin 68d3b773bc
Add route naming feature. (#1650)
* Add route naming feature.

* Update basicauth_test.go

* Fix gosec issues.

* Change RoutaName -> Name

* Fix race conditions.

* Update READMEs.
2021-12-28 14:04:04 +01:00
sangjinsu 03c9598f6e
Update README_ko.md (#1653)
translated limitation into Korean.

Co-authored-by: RW <rene@gofiber.io>
2021-12-14 13:26:21 +01:00
sangjinsu 9efd1ba687
Update README_ko.md (#1656)
I translated English into Korean.
2021-12-14 12:50:56 +01:00
vecpeng 6f46e93ae1
📚 Doc: Change some Chinese translation (#1648)
* 📚 Doc: improve Chinese translation

* 📚 Doc: improve Chinese translation
2021-12-08 08:42:53 +01:00
mancix 8ad81d57f6
📚 Doc: italian translation (#1621) 2021-11-15 08:37:57 +01:00
wernerr 85591e8b45 Refresh dependabot configuration 2021-10-29 11:49:15 +02:00
Ali Baran Eser cdbcfbec17
🔥 Feature: add IP ranges support to config.TrustedProxies (#1602)
* feat: add IP ranges support to config.TrustedProxies

* Added config example to README and moved IncrementIPRange to utils.
2021-10-28 00:46:39 +02:00
M. Efe Çetin 9eaa8b0c73
Change default json lib. (#1563)
* Change default json lib.

* Remove gopsutil test.

* Fix tests.

* Ignore linter for UnmarshalFieldError.

* update
2021-10-11 08:28:06 +02:00
Wendell Sun fc782614be
docs: fix typo (#1569) 2021-10-08 08:19:05 +02:00
Iván Valdés 95a9e5091e
📒 Update Spanish documentation (#1554)
* 📒Update README_es.md

* Address PR request comments, and fix spelling
2021-10-01 21:54:34 -04:00
Nick a7d5f2b225
Improve README_tr.md (#1552) 2021-10-01 08:07:48 +02:00
ppmasa8 89b85c2684
Translated some sentences for ja-version (#1551) 2021-09-30 20:24:26 +02:00
Aman Kumar Sinha d2f5e3a430
update README with elastic/apmfiber middleware (#1540) 2021-09-28 10:02:17 +02:00
İsmail Emre Sırmalı 7a53521da8
fix translate issues and translate others (#1525) 2021-09-12 11:45:53 +02:00
ut-zero 5d1f89942c
Translate External Middleware of README to chinese. (#1523) 2021-09-07 14:55:27 +02:00
Zach 12c1bf91bc
Add Chinese translation for internal middleware (#1511) 2021-09-01 08:35:34 +02:00
Joe 29cafbd34b
Translate `Limitations` sections of README to Chinese (#1510) 2021-08-30 11:15:33 +02:00
Javad Rajabzade d3aba01845
Translated limitation section (#1509)
* simplify `u <= (1<<7)-1` to `u < (1 << 7)`

* It's not recommended to use `len` for empty string, we can check with string with ""

* It's not recommended to use `len` for empty string, we can check with string with ""

* It's not recommended to use `len` for empty string, we can check with string with ""

* It's not recommended to use `len` for empty string, we can check with string with ""

* Instead Bool comparison can using simplified bool check if !var = false checking

* Unnecessary use of fmt.Sprintf for value without format

* For check condition two value not required ! method

* nil check may not be enough for slice, better check with len

* function parameters combined

* When the form returns error information, the text content should not start with a capital letter or end with a punctuation mark

* error var invalidPath should have name of the form errFoo, It is recommended that the error variables that are part of an API should be named

* change to condition len(x), it's faster https://github.com/gofiber/fiber/pull/1386#discussion_r652369520

* Update write.go

* Update write_bytes.go

* Update store.go

* Adapted paragraph fiber version compatible with go

* add translated paragraph net/http interfaces limitation

Co-authored-by: RW <rene@gofiber.io>
2021-08-30 07:57:37 +02:00
hi019 8925c96264
Add Limitations section to README (#1508) 2021-08-29 10:43:38 +02:00
RW 4b62cfbb61
Add test run for go1.17 (#1501)
* Add test run for go1.17

default type for yaml is changed to „application/x-yaml"
-> instead of the yaml´s we use the html and json files for the test
2021-08-22 09:48:07 +02:00
Pranay f014d143ac
Update README.md (#1477) 2021-08-07 21:20:26 +02:00
wernerr c8d0a0c2ae 📚 Correct order of the basic routing example 2021-07-14 08:00:33 +02:00
Jefferson Maia b5cb8549e0
fix: Installation section translation correction (#1432) 2021-07-11 11:42:29 +02:00
alfuhigi 28ba42a6fd
✏️ fix [🔑gosec|passing] icon -> README_*.md (#1405)
* ✏️ fix [🔑 gosec|passing] icon -> README_*.md that not show correctly

* 🚩  drop .PNG, use SVG base64 for Flag
2021-06-25 08:25:38 +02:00
Tomás Warynyca b72297ee66
fix readme zh-CN (#1400) 2021-06-22 12:10:04 -04:00
Sujit Baniya cb5f2f7eab
🔥 Add Global ViewLayout (#1384)
* Add Global Layout for view render

* Add test case for Views Layout

* Update ctx_test.go
2021-06-14 11:10:49 +02:00
Javad Rajabzade 6da6678325
Fixed Grammar (#1373)
* Add README_fa.md for persian users

* Add flag IR for fix Error: URI Too Long

* Modfied flag image png to svg

* Modified IR flag url for src

* Fixed grammar
2021-06-09 08:29:44 +02:00
Javad Rajabzade 556df42956
Add README_fa.md for Persian users (#1370)
* Add README_fa.md for persian users

* Add flag IR for fix Error: URI Too Long

* Modfied flag image png to svg

* Modified IR flag url for src
2021-06-08 23:09:20 +02:00
Dio Rovelino eaf35e9e55
Update Readme ID (#1372) 2021-06-08 23:05:10 +02:00
Costa 9bbadddbb2
add link to third party middlewares of all readmes (#1358) 2021-06-02 11:29:50 +02:00
Luis 641e7459f8
small comment fix (#1347)
Fix to a comment pointing to wrong endpoint
2021-05-27 20:14:14 +02:00
wernerr 51becc123b Remove stale workflow 2021-05-25 09:03:40 +02:00
Marvin Wendt e1089fc1ae
✏️ Fix link (#1323) 2021-05-07 13:18:54 -04:00
sadfun 0c8b833f9c
Fix broken Rate Limiter link (#1301) 2021-04-28 12:17:08 +02:00
HAUDRAUFHAUN ec42f3c0b9
✏️ update german translation (#1282) 2021-04-13 09:23:04 +02:00
wernerr a3600f0ff9 Improve Release-Drafter 2021-04-12 08:20:41 +02:00
Owl cdd5326047
fix broken links (#1278) 2021-04-11 10:58:29 +02:00
Sagar Sonwane 19c95cdc17
📝 Doc (#1256)
fixed broken link in readmes
2021-04-06 07:57:49 +02:00
wernerr 81c0ec8c0c Improve Release-Drafter 2021-03-29 10:35:25 +02:00
wernerr 09bf323ec1 Improve Release-Drafter 2021-03-29 09:47:54 +02:00
wernerr f3b07df828 Improve Release-Drafter 2021-03-23 10:01:36 +01:00
wernerr 6415b015e1 Improve Release-Drafter 2021-03-21 16:12:37 +01:00
wernerr 00633f4fd9 Improve Release-Drafter 2021-03-21 16:08:00 +01:00
wernerr 7a3a87a0c4 Add Release-Drafter/Dependabot 2021-03-21 15:59:41 +01:00
Krist Menina b7e260a69d ✏️ fix broken links 2021-03-12 12:30:52 +08:00
Kiyon a36899c641 Merge branch 'master' of https://github.com/gofiber/fiber 2021-03-10 08:28:51 +08:00
Vic Shóstak aa044d090b
Update code snippets 2021-03-07 22:20:14 +03:00
wowpoppy 8e47ccd9ed
✏️ Remove unused path parameter in README example (#1201)
* ✏️ Remove unused path parameter in example

* Update translations
2021-03-05 11:18:21 +01:00
Baran Demirbaş bbd101d70d
✏️ Fix typos and translate some sentences English to Turkish (#1192) 2021-02-27 20:15:15 -05:00
Kiyon 866fc6f747 Merge branch 'master' of https://github.com/kiyonlin/fiber
# Conflicts:
#	.github/workflows/test.yml
2021-02-23 16:37:28 +08:00
kiyon 45d19cda25
Update test.yml 2021-02-23 16:36:59 +08:00
hi019 583131b84b
Add Golang 1.16 to testing matrix (#1176) 2021-02-18 11:06:35 -05:00
Bernard Bruno 3fc8c78388 Add repository to other readme languages + fix spaces 2021-02-09 14:55:31 +04:00
Bernard Joseph Jean Bruno 15d8ff332e
Add fiber-inertia to README.md 2021-02-04 20:38:51 +04:00
Sachintha Sandaruvan 9de10185ed
📝 README Updated- added new 3rd party middleware 2021-01-03 17:38:42 +08:00
Rock ef96dbc3e4
📚 Doc: Patch READ_zh-TW.md for how to install 2020-12-19 00:16:19 +08:00
Rock f936929847
📚 Doc: fix internal middleware format 2020-12-19 00:04:34 +08:00
Rock a9117081fa
📚 Doc: Update READ_zh-TW.md for how to install 2020-12-18 23:51:28 +08:00
s7tya 69e359e502 docs: Remove duplicated text
the Japanese text and English text were same. Remove English one.
2020-11-28 10:49:13 +09:00
s7tya 68ddf28312 docs: Improve Japanese translation 2020-11-28 10:47:59 +09:00
Koen Molenaar b7275d3350 🐛 Fix not correct markdown 2020-11-26 01:40:11 +01:00
Koen Molenaar 0066626f64 🌱 Add fiber_vhost middleware 2020-11-26 01:29:44 +01:00
Joey 57a9d4eaa3
Merge pull request #1022 from alfuhigi/master
update installation tags in readme_sa.md
2020-11-15 21:41:32 +01:00
Vic Shóstak 2942595482
Update README_ru.md 2020-11-15 22:44:10 +03:00
abdulaziz jaiz 1133eb001b update installtion tags in readme_sa.md 2020-11-15 03:47:33 +03:00
Fenny 51d4712b33 ✏ update spacing in code examples 2020-11-14 03:30:33 +01:00
Joey d1098d7057
Merge branch 'master' into master 2020-11-12 20:31:28 +01:00
bUBBLE 5af5459db8
Update README_zh-CN.md 2020-11-12 17:25:52 +08:00
Fenny 053dfd383d 🩹 fix crsf middleware 2020-11-11 15:25:35 +01:00
jonanOribe 028b3aabaf Update on spanish translation 2020-11-11 07:47:59 +01:00
Sujit bb9a9436a7 Change module name 2020-11-09 12:29:23 +05:45
hi019 5bf1a8040a Add note about go mod to installation instructions 2020-11-01 00:39:57 -04:00
Jean-Sébastien Ney 392014a1da fix proxy url 2020-10-22 11:27:27 +02:00
davidsetyanugraha 962f79bbd9 📚 Fix typos and improve readme indonesian translation 2020-10-19 11:44:10 +11:00
Abdulaziz Jaiz d04d8d15ec renaming to README_sa https://github.com/gofiber/website/pull/10#pullrequestreview-504575447 2020-10-09 03:28:37 +03:00
Roman 180fedc0c4 🩹 fix the anchor tag and external references to fix the GH-generated link 2020-10-06 10:21:16 +02:00
Fenny c6a08d9550 ✏ restore feature list 2020-10-05 21:51:35 +02:00
Fenny 898d210ea2 Merge remote-tracking branch 'upstream/master' 2020-10-05 20:04:40 +02:00
Fenny 9d57e235ed Update README.md 2020-10-04 05:43:27 +02:00
Fenny 16732c183e update features 2020-10-04 05:41:01 +02:00
Roman dcea4d5ddb 🩹fix the duplicated third party license links in the readme
right now the readme links to different third party licenses. The
last part has some of the doubled. This PR removes them
2020-10-03 23:33:57 +02:00
Dimitrii Lopanov 9e4ce64f28 long-polling 2020-10-02 11:46:43 +03:00
Fenny 9fd68c62b0 ✏ update comments 2020-09-29 21:49:50 +02:00
Fenny e6fc09bf2c
Merge pull request #840 from hi019/master
Add cache, timeout, requestid and proxy mw to RDME
2020-09-28 01:32:19 +02:00
hi019 0f7176e985 Update zh-TW readme 2020-09-27 19:31:14 -04:00
hi019 a89e30729f Add cache, timeout, requestid and proxy mw to RDME 2020-09-27 19:27:36 -04:00
Fenny e6e137e120
Merge pull request #839 from hi019/master
✏️ Fix example typo
2020-09-28 01:17:23 +02:00
hi019 4fbdaa62f9 ✏️ Fix example typo 2020-09-27 19:14:02 -04:00
Fenny 6444f092f1 ✏ fix snyk 2020-09-28 00:56:09 +02:00
Fenny 8d1b084e94 ✏ fix snyk 2020-09-28 00:54:12 +02:00
Fenny 0a3ff2f217 🔨 fix snyk 2020-09-28 00:51:55 +02:00
Fenny 052966e5dc ✏ update license 2020-09-28 00:46:18 +02:00
hi019 23598b416f 👷 Add Snyk security to CI 2020-09-26 19:08:05 -04:00
Fenny fbf03afa43
Merge pull request #829 from Fenny/master
📦 introduce cache mw
2020-09-26 11:22:58 +02:00
Fenny c3886e6a36 👩‍💻 update codeowners
Co-Authored-By: Tom <tom@tdpain.net>
Co-Authored-By: Alireza Salary M.N <arsmn1996@gmail.com>
2020-09-26 11:19:07 +02:00
Ankur Srivastava 2f3a56c34c 📝 README update:
- added prometheus-metrics middleware in thirdparty middlewares
- address review comments

Signed-off-by: Ankur Srivastava <best.ankur@gmail.com>
2020-09-23 18:37:35 +02:00
kiyon 8f5ac6a056 🎨 improve READMEs
fix links
2020-09-18 11:14:40 +08:00
Fenny ce3a7dae0d 🎖 add sponsor link 2020-09-16 21:07:17 +02:00
Fenny d902212bf0 ✏ update hello world 2020-09-16 15:19:23 +02:00
Fenny f5c5f19d27 ✏ update hello world example 2020-09-16 15:13:51 +02:00
Fenny 4f8a15a56f
Merge branch 'master' into master 2020-09-16 12:40:10 +02:00
Fenny bdd1bdbfa5 ✏ update security badge 2020-09-16 12:39:25 +02:00
Andrew DeChristopher efdff1d748
Fixed Security workflow badge link 2020-09-15 18:26:44 -04:00
Fenny f5c7092c17
Merge pull request #787 from Fenny/master
📦 fix limiter
2020-09-15 20:32:37 +02:00
Fenny d908716132 📦 fix limiter 2020-09-15 20:28:15 +02:00
Tom 1cf353d3e3
📝 Re-add fiber-cache middleware 2020-09-14 18:07:03 +01:00
Fenny 7576f806c9 📖 update readme 2020-09-14 14:21:13 +02:00
Fenny 2edf5aefb8 🏑 fix mw table 2020-09-14 12:27:23 +02:00
ReneWerner87 12d17daa06 🪓 Code separation for utils (🧹clean code)
Co-authored-by: Fenny <fenny@gofiber.io>
Co-authored-by: Kiyon <kiyon@gofiber.io>
2020-09-14 10:40:43 +02:00
Fenny 88cbf2fd53 🏃‍♂️ move vendors to internal
Co-Authored-By: RW <7063188+ReneWerner87@users.noreply.github.com>
2020-09-14 09:32:25 +02:00
Fenny 816547fba9 📖 update middleware table
Co-Authored-By: hi019 <65871571+hi019@users.noreply.github.com>
Co-Authored-By: RW <7063188+ReneWerner87@users.noreply.github.com>
Co-Authored-By: kiyon <kiyon@gofiber.io>
Co-Authored-By: Roger Guldbrandsen <8797880+kinbiko@users.noreply.github.com>
2020-09-14 08:23:50 +02:00
Fenny 7f7f7a74f0 v2 2020-09-14 05:25:34 +02:00
Fenny 8e47b97e2c v2 2020-09-14 04:54:54 +02:00
Fenny 63e6df8e91 v2 2020-09-14 04:10:21 +02:00
Fenny 61a7a890cd v2 2020-09-14 04:07:50 +02:00
Fenny a837fa4d55 v2 2020-09-14 04:02:27 +02:00
Fenny 9a31f89fdb v2 2020-09-13 11:22:01 +02:00
Fenny ec5d66e7a8 v2 2020-09-13 11:20:11 +02:00
Tom 896cbc481f
📝 Add fiber-cache middleware
Also alphabetically sort the list
2020-08-27 18:22:39 +01:00
Sujit 9855d1de0c Added fiber boilerplate 2020-08-16 16:29:49 +05:45
Emanuel Quimper cc777f2e78 📺 Add youtube video 2020-08-12 20:57:27 -04:00
Emanuel Quimper ebb5173c19 📺 Add youtube video 2020-07-31 10:56:50 -04:00
Fenny 5605c7916f 📺 Add youtube video 2020-07-29 16:49:42 +02:00
Emanuel Quimper 878764d064 Added new video 2020-07-29 10:37:43 -04:00
kiyon 7863cd1458 👷 add ctx.Render test cases 2020-07-29 11:07:47 +08:00
Fenny 205a4ef033 ✍ Update editorconfig 2020-07-23 06:29:18 +02:00
fenny 74a036e572
Merge pull request #666 from Fenny/master
🐶 Add Houndci
2020-07-22 18:30:33 +02:00
Fenny 5d9cbba467 🐶 Add Houndci 2020-07-22 18:04:59 +02:00
Thomas van Vugt aacfb61974 📝 Update Security Policy 2020-07-22 16:53:49 +02:00
fenny 0fb21e550b
Create codeql-analysis.yml 2020-07-22 01:45:11 +02:00
Fenny 43d76ee924 📃 Add PR Template
Co-Authored-By: Thomas van Vugt <thomasvvugt@users.noreply.github.com>
2020-07-21 21:37:25 +02:00
Fenny 768e3da855 ✏ Fix typo
Co-Authored-By: Thomas van Vugt <thomasvvugt@users.noreply.github.com>
2020-07-21 21:22:20 +02:00
Fenny 221b9129a5 🏷️ Add PR template 2020-07-21 20:46:24 +02:00
Fenny 31184fd1bb 🤗 Change issue template emoji 2020-07-21 20:46:02 +02:00
Fenny 8594ce4154 👑 Update supporters 2020-07-19 13:59:42 +02:00
Fenny 493b1d49d0 🧪 Update test coverage 2020-07-19 13:52:47 +02:00
Fenny ca1bd29359 🧪 Add TLS Tests 2020-07-15 18:50:28 +02:00
Fenny d2fd400781 🩹 Fix render test 2020-07-15 14:53:57 +02:00
Fenny d1b80af26e 🩹Fix render test 2020-07-15 14:49:01 +02:00
kiyon a92bcf7500 🇨🇳 improve README_zh-CN.md 2020-07-14 15:49:42 +08:00
kiyon bf20e790a7 📝 check README_zh-CN.md again 2020-07-13 11:12:50 +08:00
kiyon 1558f51bed 📝 improve README_zh-CN.md 2020-07-13 11:00:58 +08:00
Fenny 3bffdac364 ✏ Correct Static Example
Co-Authored-By: Demby Genesis M. Abella <dembygenesis@users.noreply.github.com>
2020-07-10 11:06:23 +02:00
Francisco Miamoto b3b5eff7ca 📝 Improve PT translation for README 2020-07-06 16:23:57 -03:00
Fenny 7d9ee75ab9 📚 Fix examples 2020-07-05 11:34:03 +02:00
Vijendra Kumar 3a11fb1bb5
docs(README.md): fix README.md documentation
fix broken code with proper markdown syntax.
2020-07-04 23:08:31 +05:30
Fenny b1aeec8c80 Add third party middleware 2020-07-03 10:21:11 +02:00
Fenny 563907cacb Update examples 2020-07-01 10:44:15 +02:00
Fenny a2f45a3559 Update example 2020-07-01 10:42:06 +02:00
Fenny 2fc60d97db Update examples 2020-07-01 10:34:53 +02:00
Fenny 86ed76148a Update media 2020-07-01 09:51:50 +02:00
Fenny 92d6da2fc0 Update benchmark.yml 2020-06-30 00:54:40 +02:00
Fenny 3398629680 Run benchmarks on middleware dir 2020-06-30 00:36:40 +02:00
Fenny 8ee41c00b5 Update linter.yml 2020-06-30 00:34:01 +02:00
Fenny e978c6ccd9 Add linter workflow to middleware dir 2020-06-30 00:32:02 +02:00
Fenny 64916c82e2 Add middleware to tests 2020-06-30 00:29:04 +02:00
Festum Qin 5c40a4e620 Add zh-TW translation 2020-06-28 17:36:35 +02:00
fenny b907e33d85
Update FUNDING.yml 2020-06-27 16:45:50 +02:00
Ender Bonnet 0abe10e3d7 Doc: Add media tutorial on spanish 2020-06-26 21:52:29 -04:00
Fenny d4e2a6f3c3 Update supporters 2020-06-25 16:10:27 +02:00
Fenny 2614158921 Fix broken link 2020-06-25 15:56:22 +02:00
Fenny b95c86237d Update middleware examples 2020-06-25 15:54:08 +02:00
kiyon 68314c408b add https://github.com/kiyonlin/fiber_limiter to third party middlewares 2020-06-20 08:32:43 +08:00
Vic Shóstak e310d12c79
Update README_zh-CN.md 2020-06-19 13:27:10 +03:00
Vic Shóstak 6e74dfe71a
Update README_tr.md 2020-06-19 13:26:52 +03:00
Vic Shóstak 12c6eeefab
Update README_ru.md 2020-06-19 13:26:35 +03:00
Vic Shóstak 29f94e0e91
Update README_pt.md 2020-06-19 13:26:10 +03:00
Vic Shóstak 73aed4d042
Update README_nl.md 2020-06-19 13:25:52 +03:00
Vic Shóstak 27f5d1c24a
Update README_ko.md 2020-06-19 13:25:30 +03:00