Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / acidlemon/mirage-ecs issues and pull requests

#76 - fix typo

Pull Request - State: closed - Opened by fujiwara about 1 month ago

#75 - add ecs:TagResource

Pull Request - State: closed - Opened by fujiwara about 1 month ago

#74 - add exclude_regexp to /api/purge

Pull Request - State: closed - Opened by fujiwara 2 months ago

#73 - fix goreleaser

Pull Request - State: closed - Opened by fujiwara 3 months ago

#72 - Fix panic when fields of Failures are nil

Pull Request - State: closed - Opened by kofuk 4 months ago - 4 comments

#71 - use t.Logf

Pull Request - State: closed - Opened by fujiwara 7 months ago

#70 - Fix: transport breaks large contents by setting a timeout.

Pull Request - State: closed - Opened by fujiwara 7 months ago

#68 - Bump golang.org/x/net from 0.17.0 to 0.23.0

Pull Request - State: closed - Opened by dependabot[bot] 7 months ago
Labels: dependencies

#67 - Don't reuse a tracer instance.

Pull Request - State: closed - Opened by fujiwara 8 months ago

#66 - Fix: panic when config.ecs.launch_type is nil

Pull Request - State: closed - Opened by fujiwara 8 months ago

#65 - set ldflags to embed Version and buildDate

Pull Request - State: closed - Opened by fujiwara 9 months ago

#64 - release build by go 1.22

Pull Request - State: closed - Opened by fujiwara 10 months ago

#63 - Go 1.22

Pull Request - State: closed - Opened by fujiwara 10 months ago

#62 - fix readme and images

Pull Request - State: closed - Opened by fujiwara 10 months ago

#61 - Fix/v2 tf

Pull Request - State: closed - Opened by fujiwara 10 months ago
Labels: v2

#60 - fix Origin header validation.

Pull Request - State: closed - Opened by fujiwara 10 months ago
Labels: v2

#59 - v2 doesn't base64 encode a subdomain value.

Pull Request - State: closed - Opened by fujiwara 10 months ago
Labels: v2

#58 - switch to log/slog

Pull Request - State: closed - Opened by fujiwara 10 months ago
Labels: v2

#57 - API accespts application/json only.

Pull Request - State: closed - Opened by fujiwara 10 months ago
Labels: v2

#56 - Fix/csrf more

Pull Request - State: closed - Opened by fujiwara 10 months ago
Labels: v2

#55 - Add tracer, show stopped task in webapi list.

Pull Request - State: closed - Opened by fujiwara 10 months ago
Labels: v2

#54 - fix invalid warning

Pull Request - State: closed - Opened by fujiwara 10 months ago

#53 - Notice: Default branch name will change to main branch

Issue - State: closed - Opened by acidlemon 11 months ago

#52 - Bump golang.org/x/crypto from 0.14.0 to 0.17.0

Pull Request - State: closed - Opened by dependabot[bot] 11 months ago
Labels: dependencies

#51 - use HTMX!

Pull Request - State: closed - Opened by fujiwara about 1 year ago
Labels: v2

#50 - Pass OPTIONS requests without cookie auth.

Pull Request - State: closed - Opened by fujiwara about 1 year ago

#49 - -local mode don't access to ECS.

Pull Request - State: closed - Opened by fujiwara about 1 year ago

#48 - check origin header

Pull Request - State: closed - Opened by fujiwara about 1 year ago - 1 comment

#47 - add requre_auth_cookie feature.

Pull Request - State: closed - Opened by fujiwara about 1 year ago

#46 - Don't set SubdomainRaw tag.

Pull Request - State: closed - Opened by fujiwara about 1 year ago

#45 - Set SubdomainRaw tag and environment variable.

Pull Request - State: closed - Opened by fujiwara about 1 year ago

#44 - Bump golang.org/x/net from 0.12.0 to 0.17.0

Pull Request - State: closed - Opened by dependabot[bot] about 1 year ago
Labels: dependencies

#43 - Add auth configuration

Pull Request - State: closed - Opened by fujiwara about 1 year ago

#42 - Load config and html files from S3.

Pull Request - State: closed - Opened by fujiwara about 1 year ago

#41 - html download from s3

Pull Request - State: closed - Opened by fujiwara about 1 year ago

#40 - Transport timeout

Pull Request - State: closed - Opened by fujiwara over 1 year ago

#39 - /api/purge durtaion allows integer or string.

Pull Request - State: closed - Opened by fujiwara over 1 year ago

#38 - v1

Pull Request - State: closed - Opened by fujiwara over 1 year ago

#37 - fix put/get metrics

Pull Request - State: closed - Opened by fujiwara over 1 year ago

#36 - fix /api/purge

Pull Request - State: closed - Opened by fujiwara over 1 year ago

#35 - Request format 'application json'

Pull Request - State: closed - Opened by fujiwara over 1 year ago

#34 - switch to aws-sdk-go-v2

Pull Request - State: closed - Opened by fujiwara over 1 year ago

#33 - switch to Echo

Pull Request - State: closed - Opened by fujiwara over 1 year ago

#32 - Add description and options to config paraeter.

Pull Request - State: closed - Opened by fujiwara over 1 year ago

#31 - show version number at starting up.

Pull Request - State: closed - Opened by fujiwara over 1 year ago

#30 - Add ECS tags to tasks and`exclude_tags` parameter.

Pull Request - State: closed - Opened by fujiwara over 1 year ago

#28 - Attach any tag when launch a task

Issue - State: closed - Opened by ksk-ktsr over 1 year ago

#27 - Always return 404 if the requested subdomain not exists.

Pull Request - State: closed - Opened by fujiwara over 1 year ago

#26 - add purge API.

Pull Request - State: closed - Opened by fujiwara over 1 year ago

#25 - Add "details" in response data of /api/launch.

Pull Request - State: closed - Opened by fujiwara over 1 year ago

#24 - Add testing reverseproxy and wildcard specication

Pull Request - State: closed - Opened by fujiwara over 1 year ago

#22 - Add default values.

Pull Request - State: closed - Opened by fujiwara over 1 year ago

#21 - Loading config from s3

Pull Request - State: closed - Opened by fujiwara over 1 year ago

#20 - Add ACM and README

Pull Request - State: closed - Opened by fujiwara over 1 year ago

#19 - add example enviroment terraform & ecspresso files

Pull Request - State: closed - Opened by fujiwara over 1 year ago

#18 - set cluster from metadata

Pull Request - State: closed - Opened by fujiwara over 1 year ago

#17 - build ghcr.io image

Pull Request - State: closed - Opened by fujiwara over 1 year ago

#16 - zero configuration

Pull Request - State: closed - Opened by fujiwara over 1 year ago

#15 - Bump golang.org/x/net from 0.0.0-20201110031124-69a78807bb2b to 0.7.0

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies

#14 - Add local mode

Pull Request - State: closed - Opened by fujiwara over 1 year ago

#13 - Add access counter.

Pull Request - State: closed - Opened by fujiwara over 1 year ago

#12 - subdomain allows path.Match() wildcard.

Pull Request - State: closed - Opened by fujiwara over 2 years ago

#11 - Add proxyHandler lifetime

Pull Request - State: closed - Opened by fujiwara over 2 years ago

#10 - add validation for subdomain at launch.

Pull Request - State: closed - Opened by fujiwara over 2 years ago

#9 - add html/ and config_sample.yml to release packages.

Pull Request - State: closed - Opened by fujiwara almost 3 years ago

#8 - Support link feature on launcher

Pull Request - State: closed - Opened by HASHIMOTO-Takafumi almost 3 years ago - 1 comment

#7 - remove a proxy hander on subdomain terminated.

Pull Request - State: closed - Opened by fujiwara almost 3 years ago

#6 - fix capacity provider

Pull Request - State: closed - Opened by fujiwara almost 3 years ago

#5 - Support capacity_provider_strategy.

Pull Request - State: closed - Opened by fujiwara almost 3 years ago

#4 - Add workflows to test and release.

Pull Request - State: closed - Opened by fujiwara almost 3 years ago

#3 - Add test and release workflows.

Pull Request - State: closed - Opened by fujiwara almost 3 years ago

#2 - Add env element in list API responses.

Pull Request - State: closed - Opened by fujiwara almost 3 years ago

#1 - mirage link

Pull Request - State: closed - Opened by fujiwara over 3 years ago - 1 comment