Ecosyste.ms: Timeline

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

shellhub-io/shellhub

haller33 pushed 2 commits to feat/field_namespace_type shellhub-io/shellhub
  • feat: add field for namespace type d7c81c5
  • feat(cli,api): update namespace Type field processing 5c3d441

View on GitHub

gustavosbarreto deleted a branch shellhub-io/shellhub

feat/lookup-user-status

gustavosbarreto pushed 1 commit to master shellhub-io/shellhub
  • feat(gateway): add user status lookup for invite redirection 0799a8d

View on GitHub

haller33 pushed 1 commit to feat/field_namespace_type shellhub-io/shellhub
  • feat(cli,api): add field for namespace type 006590b

View on GitHub

haller33 pushed 1 commit to feat/field_namespace_type shellhub-io/shellhub
  • feat(cli,api): add field for namespace type ae81b9f

View on GitHub

haller33 pushed 1 commit to feat/field_namespace_type shellhub-io/shellhub
  • feat(cli,api): add field for namespace type d153239

View on GitHub

cplinux98 starred shellhub-io/shellhub
haller33 pushed 13 commits to feat/field_namespace_type shellhub-io/shellhub
  • feat(api): add options pattern to store.NamespaceList|Get Refactor `NamespaceList` and `NamespaceGet` methods to use... 356b4c5
  • chore(api): remove export option in NamespaceList 7d7175e
  • chore(api): remove duplicated filter query in NamespaceList c15abc7
  • chore(api): simplify NamespaceGetPreferred Remove tenantID from parameters as we can retrieve the user's preferred n... 8a47d92
  • ui: bump qrcode.vue from 3.5.0 to 3.5.1 in /ui Bumps [qrcode.vue](https://github.com/scopewu/qrcode.vue) from 3.5.0 ... b7a0a88
  • ui: bump vee-validate from 4.13.2 to 4.14.3 in /ui Bumps [vee-validate](https://github.com/logaretm/vee-validate/tre... 196f051
  • ui: bump terser from 5.34.1 to 5.36.0 in /ui Bumps [terser](https://github.com/terser/terser) from 5.34.1 to 5.36.0.... 85ad9b7
  • ui: bump vuetify from 3.7.2 to 3.7.3 in /ui Bumps [vuetify](https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/... bff5e7f
  • bump(ui): generate snapshots for vuetify 3.7.3 bump 1bd50f5
  • fix(bin): run compose command without format tag Before the version v2.21.0 of docker compose, the tag `--format` ha... 4c50482
  • api: bump github.com/getsentry/sentry-go from 0.29.0 to 0.29.1 in /api Bumps [github.com/getsentry/sentry-go](https:... 5b7d9c9
  • chore(pkg): add functions to set and get values from cache using generics 9795d0b
  • feat(cli,api): add field for namespace type 6936231

View on GitHub

haller33 pushed 1 commit to feat/field_namespace_type shellhub-io/shellhub
  • feat(cli,api): add field for namespace type 340aebc

View on GitHub

haller33 pushed 1 commit to feat/field_namespace_type shellhub-io/shellhub
  • feat(cli,api): add field for namespace type 146a882

View on GitHub

henrybarreto created a review comment on a pull request on shellhub-io/shellhub
With the suggestion I gave, the Type wouldn't be a raw string, but a type "over" a string, what means that a variable/parameter from this "Type" would only accept values from this type, how I have ...

View on GitHub

henrybarreto created a review on a pull request on shellhub-io/shellhub

View on GitHub

haller33 created a review comment on a pull request on shellhub-io/shellhub
In our Namespace structure, we consistently use pointer indirection for foreign types/structures. However, `'Type'` field was a raw string, breaking this pattern. ``` go type Namespace ...

View on GitHub

haller33 created a review on a pull request on shellhub-io/shellhub

View on GitHub

heiytor pushed 1 commit to feat/lookup-user-status shellhub-io/shellhub
  • feat(gateway): add user status lookup for invite redirection 7a8a127

View on GitHub

heiytor created a branch on shellhub-io/shellhub

feat/lookup-user-status - computer: Get seamless remote access to any Linux device. Centralized SSH for the edge and cloud computing

henrybarreto created a review comment on a pull request on shellhub-io/shellhub
I think that `Type` shouldn't to be a structure with two fields. It would be a lot simpler being a type to a string or a value, and create possible values from this type. For example: ```go...

View on GitHub

henrybarreto created a review on a pull request on shellhub-io/shellhub

View on GitHub

haller33 pushed 1 commit to feat/field_namespace_type shellhub-io/shellhub
  • feat(cli,api): add field for namespace type 1cd5139

View on GitHub

luannmoreira pushed 24 commits to refactor/auth-store shellhub-io/shellhub
  • ui: bump vuetify from 3.7.1 to 3.7.2 in /ui Bumps [vuetify](https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/... 42e1997
  • bump(ui): updated snapshots for vuetify 3.7.2 bump 00815ca
  • feat(api): allow multiple users with `username` set to `nil` Currently, the `user` collection has a unique index on ... babfe17
  • feat(api,cloud): add 'invited' status for users Introduce a new `invited` status for users. This status indicates th... 1466681
  • feat(api,cloud): send a registration email to member if not found In cloud instances, when adding a user to a namesp... 471d165
  • refactor(api): enable token creation without namespaces `Service.CreateUserToken` now allows users to create tokens ... 7e9a5bf
  • feat(ui): invite namespace member with sign-up treatment This commit adds a new way to add members, introducing the ... f565013
  • chore: bump shellhub version to v0.17.0-rc.1 43a1e93
  • fix(ui): resolve type error for v-dialog maxWidth property in TerminalDialog This commit fixes a type error in the T... 147d432
  • ui: bump @sentry/vue from 7.119.1 to 7.119.2 in /ui Bumps [@sentry/vue](https://github.com/getsentry/sentry-javascri... facfc79
  • ui: bump @types/node from 18.19.54 to 18.19.55 in /ui Bumps [@types/node](https://github.com/DefinitelyTyped/Definit... a9c1348
  • ui: bump express from 4.21.0 to 4.21.1 in /ui Bumps [express](https://github.com/expressjs/express) from 4.21.0 to 4... 0324ba1
  • ssh: bump github.com/pires/go-proxyproto from 0.7.0 to 0.8.0 in /ssh Bumps [github.com/pires/go-proxyproto](https://... 08e14da
  • ui: bump vue-stripe-js from 1.0.2 to 1.0.3 in /ui Bumps [vue-stripe-js](https://github.com/ectoflow/vue-stripe-js) f... 85daea2
  • ui: bump typescript from 5.6.2 to 5.6.3 in /ui Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.... ca18641
  • chore(ui): remove openapi generator and its dependencies The script that generates the Typescript OpenAPI client, an... ade5c70
  • fix(ssh): identify origin ip address on web session When logging from the web interface, we could not get the client... 745f09d
  • feat(ssh): standardize the SSHID on welcome message c9e55a4
  • refactor(ssh): remove device SSHID on error message in banner d01e08c
  • refactor(ui): improve and simplify namespace member invitation This refactoring aims to simplify much of the UI resp... 9343734
  • and 4 more ...

View on GitHub

gustavosbarreto pushed 1 commit to master shellhub-io/shellhub
  • chore(pkg): add functions to set and get values from cache using generics 9795d0b

View on GitHub

henrybarreto created a branch on shellhub-io/shellhub

chore/pkg_functions_generics_cache - computer: Get seamless remote access to any Linux device. Centralized SSH for the edge and cloud computing

gustavosbarreto closed a pull request on shellhub-io/shellhub
api: bump github.com/getsentry/sentry-go from 0.29.0 to 0.29.1 in /api
Bumps [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go) from 0.29.0 to 0.29.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gets...
henrybarreto pushed 11 commits to feature/setup shellhub-io/shellhub
  • feat(api): add options pattern to store.NamespaceList|Get Refactor `NamespaceList` and `NamespaceGet` methods to use... 356b4c5
  • chore(api): remove export option in NamespaceList 7d7175e
  • chore(api): remove duplicated filter query in NamespaceList c15abc7
  • chore(api): simplify NamespaceGetPreferred Remove tenantID from parameters as we can retrieve the user's preferred n... 8a47d92
  • ui: bump qrcode.vue from 3.5.0 to 3.5.1 in /ui Bumps [qrcode.vue](https://github.com/scopewu/qrcode.vue) from 3.5.0 ... b7a0a88
  • ui: bump vee-validate from 4.13.2 to 4.14.3 in /ui Bumps [vee-validate](https://github.com/logaretm/vee-validate/tre... 196f051
  • ui: bump terser from 5.34.1 to 5.36.0 in /ui Bumps [terser](https://github.com/terser/terser) from 5.34.1 to 5.36.0.... 85ad9b7
  • ui: bump vuetify from 3.7.2 to 3.7.3 in /ui Bumps [vuetify](https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/... bff5e7f
  • bump(ui): generate snapshots for vuetify 3.7.3 bump 1bd50f5
  • feat(api,gateway,pkg): add and fit user created on setup route on new rules 5ae853d
  • feat(gateway): add setup route by checking number of users on database 0ab0ac6

View on GitHub

henrybarreto pushed 1 commit to feature/setup shellhub-io/shellhub
  • feat(gateway): add setup route by checking number of users on database 2eab418

View on GitHub

gustavosbarreto deleted a branch shellhub-io/shellhub

fix/compose_minimum_version

Load more