Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

bucketeer-io/bucketeer

kakcy closed a draft pull request on bucketeer-io/bucketeer
test: refactor account storage test
I introduced [go-sqlmock](https://github.com/DATA-DOG/go-sqlmock) to perform tests from the following perspectives for storage layer unit tests. - Test whether the content of the query is what you...
Ubisoft-potato pushed 1 commit to feat-v3-dashboard bucketeer-io/bucketeer

View on GitHub

hvn2k1 created a branch on bucketeer-io/bucketeer

feat/update-delete-push-no-command - Feature Flag Management and A/B Testing platform

cre8ivejp created a review comment on a pull request on bucketeer-io/bucketeer
The new update API must not use the command layer. So, we must have an implementation similar to this when updating the proto message. https://github.com/bucketeer-io/bucketeer/blob/main/pkg/featu...

View on GitHub

cre8ivejp created a review on a pull request on bucketeer-io/bucketeer

View on GitHub

Ubisoft-potato pushed 9 commits to feat-v3-dashboard bucketeer-io/bucketeer
  • feat(ui): add a temporary route rule for v3 console (#1296) 4bfc1b7
  • chore: add Makefile for new dashboard c70ca50
  • chore: git ignore 1c20159
  • chore: new dashboard build e4f15ca
  • feat: v3 dashboard 0525ab3
  • chore: v3 dashboard deaedd5
  • chore: v3 dashboard envoy 3e1226c
  • chore: update dashboard url f949543
  • chore: spa handler cd4faa6

View on GitHub

cre8ivejp deleted a branch bucketeer-io/bucketeer

feat/temporary-route-web-v3

cre8ivejp pushed 1 commit to main bucketeer-io/bucketeer
  • feat(ui): add a temporary route rule for v3 console (#1296) 4bfc1b7

View on GitHub

cre8ivejp closed a pull request on bucketeer-io/bucketeer
feat(ui): add temporary route v3
cre8ivejp created a review on a pull request on bucketeer-io/bucketeer
Thank you!

View on GitHub

steveninhle pushed 1 commit to feat/organization-management bucketeer-io/bucketeer
  • fix: dropdown styles and generate url code acd23fd

View on GitHub

hvn2k1 pushed 1 commit to feat/push-public-api bucketeer-io/bucketeer
  • fix: check push object not nil 20fada6

View on GitHub

hvn2k1 pushed 1 commit to feat/push-public-api bucketeer-io/bucketeer
  • remove fcmServiceAccount from response e083105

View on GitHub

steveninhle pushed 19 commits to feat/organization-management bucketeer-io/bucketeer
  • chore: change the default time range when getting evaluation count to 7 days (#1283) Signed-off-by: Alessandro Yuich... e5bb28c
  • feat: add redis copy hack script (#1269) cc0b874
  • chore: updgrade go version in devcontainer (#1287) 5e20c9a
  • fix(ui): save filter popup being shown upon re-login (#1288) f9076d7
  • chore: add make cmd to delete dev container mysql data (#1293) a526aca
  • chore: update dev container feature version (#1294) ed20f93
  • feat: support non-command for web create Push API (#1289) * split 2 functions to apply command removal * return p... 58d7287
  • implement organizations collection 4b8b33e
  • Implement organization projects collection 7c33120
  • implement organization users collection 39f1804
  • implement organization settings b554b3c
  • implement tabs link 730d7df
  • collection router improvement 9caa534
  • add new organization b932f06
  • update and archive organization 2b601bd
  • implement search filters 5278cfc
  • implement settings page 9e18913
  • Add temporary route under v3 8ca5b83
  • update create organization payload 6ab8082

View on GitHub

cre8ivejp pushed 1 commit to chore-org-create bucketeer-io/bucketeer
  • chore: change create organization api to create default environment Signed-off-by: Alessandro Yuichi Okimoto <yuichi... c6549a0

View on GitHub

cre8ivejp pushed 1 commit to chore-org-create bucketeer-io/bucketeer
  • chore: change create organization api to create default environment Signed-off-by: Alessandro Yuichi Okimoto <yuichi... 68f9b78

View on GitHub

steveninhle pushed 1 commit to feat/organization-management bucketeer-io/bucketeer
  • update create organization payload bd8b12e

View on GitHub

cre8ivejp pushed 1 commit to chore-org-create bucketeer-io/bucketeer
  • chore: change create organization api to create default environment Signed-off-by: Alessandro Yuichi Okimoto <yuichi... 711e8bc

View on GitHub

cre8ivejp created a review comment on a pull request on bucketeer-io/bucketeer
The environment must have a unique URL code. Otherwise, it will conflict with other environments in the same project. So, I used the project URL code as a prefix.

View on GitHub

cre8ivejp created a review on a pull request on bucketeer-io/bucketeer

View on GitHub

cre8ivejp pushed 1 commit to chore-org-create bucketeer-io/bucketeer
  • chore: change create organization api to create default environment Signed-off-by: Alessandro Yuichi Okimoto <yuichi... b687a73

View on GitHub

cre8ivejp created a review comment on a pull request on bucketeer-io/bucketeer
As I commented here, the account storage has a different implementation, so I can't reuse the same transaction to create a new account. When we refactor the organization storage layer, I'll improve...

View on GitHub

cre8ivejp created a review comment on a pull request on bucketeer-io/bucketeer
I didn't add a unit test because as soon as we implement this on the new console, I'll reuse the current unit test, removing the deprecated `command` field.

View on GitHub

cre8ivejp created a review on a pull request on bucketeer-io/bucketeer

View on GitHub

cre8ivejp pushed 1 commit to chore-org-create bucketeer-io/bucketeer
  • chore: change create organization api to create default environment Signed-off-by: Alessandro Yuichi Okimoto <yuichi... eedf6a1

View on GitHub

Ubisoft-potato pushed 1 commit to feat-v3-dashboard bucketeer-io/bucketeer
  • chore: update dashboard url 095f741

View on GitHub

cre8ivejp created a branch on bucketeer-io/bucketeer

chore-org-create - Feature Flag Management and A/B Testing platform

Ubisoft-potato pushed 8 commits to feat-v3-dashboard bucketeer-io/bucketeer
  • feat: support non-command for web create Push API (#1289) * split 2 functions to apply command removal * return p... 58d7287
  • add temporary route v3 c64ca9e
  • chore: add Makefile for new dashboard 73abc2e
  • chore: git ignore cac3620
  • chore: new dashboard build 69497af
  • feat: v3 dashboard edac7a1
  • chore: v3 dashboard 5a679d8
  • chore: v3 dashboard envoy f1118d6

View on GitHub

steveninhle opened a draft pull request on bucketeer-io/bucketeer
feat(ui): add temporary route v3
Load more