Ecosyste.ms: Timeline

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

robmoffat

robmoffat created a comment on a pull request on finos/FDC3
LGTM. Adding maintainers for review.

View on GitHub

robmoffat created a comment on an issue on finos/common-cloud-controls
Perhaps we can look at it in one of Jared's meetings?

View on GitHub

robmoffat created a comment on an issue on finos/common-cloud-controls
Reopening this. Can we turn off the thing that closes all the issues we raise? @sshiells-scottlogic

View on GitHub

robmoffat reopened an issue on finos/common-cloud-controls
CIS Benchmarks
Has anyone looked at this to see if it contains any useful prior art for CCC? https://www.cisecurity.org/cis-benchmarks
robmoffat pushed 1 commit to sail2 finos/FDC3-Sail
  • Preload working in tabs and iframes cae0445

View on GitHub

robmoffat pushed 1 commit to sail2 finos/FDC3-Sail
  • Major refactoring of weird circular relationships in state management cc94c13

View on GitHub

robmoffat pushed 1 commit to sail2 finos/FDC3-Sail
  • Exploded out all the different classes in common facbd11

View on GitHub

robmoffat pushed 1 commit to sail2 finos/FDC3-Sail
  • Got the preload bundling and running 6fd4889

View on GitHub

robmoffat pushed 1 commit to sail2 finos/FDC3-Sail
  • Startup screen now working ea7e577

View on GitHub

robmoffat pushed 1 commit to sail2 finos/FDC3-Sail
  • Updated documentation to include electron b0d3a46

View on GitHub

robmoffat created a comment on a pull request on finos/calendar
@mimiflynn so are we good then? @TheJuanAndOnly99 are you happy with this?

View on GitHub

robmoffat pushed 32 commits to fdc3-for-web-impl finos/FDC3
  • Adding support for controlling debug logging in fdc3-agent-proxy and fdc3-get-agent 19a3aad
  • CHANGELOG 19a0f8e
  • Testing coverage a44ec5d
  • Test coverage dca1f8a
  • Allow DAs to customize timeouts used for message exchanges and app launches 77e92a8
  • timeouts in testing for fdc3-agent-proxy cbf8ab1
  • Shorten timeouts used when testing bdef136
  • Update website/docs/api/ref/GetAgent.md 1ed86d8
  • WIP timeout tests - not passing yet 3bd6717
  • Merge branch 'fdc3-for-web-impl' into fdc3-for-web-impl-debug-logs 5dcffda
  • Merge branch 'fdc3-for-web-impl' into fdc3-for-web-impl-debug-logs 0644c81
  • Merge branch 'main' into fdc3-for-web-impl-control-timeouts 36f795a
  • Move conformance test docs into correct location in mono-repo 3b7f2a2
  • Creating ApiTimeout errors and partially complete tests ca3daad
  • Merge branch 'fdc3-for-web-impl-debug-logs' into fdc3-for-web-impl-control-timeouts e93d026
  • first test working 5ee82fb
  • Log handshake messages at debug level 55bb9da
  • All timeout tests working 65930b2
  • CHANGELOG 366e092
  • Merge branch 'fdc3-for-web-impl' into fdc3-for-web-impl-control-timeouts 12df506
  • and 12 more ...

View on GitHub

robmoffat closed a pull request on finos/FDC3
Allow DAs to customize timeoutsand apps to control logging
## Describe your change Resolves two requested additions to getAgent/fdc3-for-web: 1. Adds the ability to control debug logging output from getAgent() and the DesktopAgentProxy via new argume...
robmoffat pushed 4 commits to fdc3-for-web-impl finos/FDC3
  • Fixed path to directory schema 18ad82b
  • Added extra exports 9bc1f41
  • fixed typo 7445181
  • Merge pull request #1500 from finos/fdc3-for-web-impl-fixes-rm Fdc3 for web impl fixes rm d8b1c5e

View on GitHub

robmoffat closed a pull request on finos/FDC3
Fdc3 for web impl fixes rm
## Describe your change <!--- Describe your change here--> ### Related Issue <!--- This project prefers to accept pull requests related to open issues --> <!--- If suggesting a new feature ...
robmoffat created a comment on an issue on finos/spring-bot
No one is complaining about this... multi-tenant is working fine.

View on GitHub

robmoffat closed an issue on finos/spring-bot
Single Tennant For Teams
Microsoft supports the single tennant model for C# and Javascript. However, other platforms including Java only have Multi-tennant support. The problem with this is that potentially anyone on t...
robmoffat created a comment on an issue on finos/spring-bot
Closed since we have a workaround.

View on GitHub

robmoffat closed an issue on finos/spring-bot
TemplateEngine fails if you have teams starter but don't include teams in profile
Added to the troubleshooting: - `The bean 'templateEngine',... could not be registered. `: This happens when you have included the Teams Spring Boot Starter but have disabled it with `spring.pr...
robmoffat created a comment on an issue on finos/spring-bot
To do this, we could add a new function in `Rendering`: ``` X dateField(Variable varialble, boolean editable); ``` and use this in `TimeConverter`. The `AdaptiveCardRendering` can use Input.Dat...

View on GitHub

robmoffat created a comment on an issue on finos/spring-bot
Adaptive Card supports this: Input.Date

View on GitHub

robmoffat created a comment on an issue on finos/spring-bot
Still the case, but no one is asking for this so closing.

View on GitHub

robmoffat closed an issue on finos/spring-bot
Can't mention yourself in teams
You can't do @robmoffat if you _are_ @robmoffat , you can only mention other people. This is annoying in say, the todo bot, because I can't assign items to myself. Idea: be able to type @me,...
robmoffat created a comment on an issue on finos/spring-bot
@vaibhav-db says fixed, closing

View on GitHub

robmoffat closed an issue on finos/spring-bot
ChatButton appear on Personal IM Chat, even if rooms filter apply
Even if we specify rooms list in @ChatButton, the button has appear on personal IM room. e.g.: @ChatButton(value = Hello.class, buttonText = "Config", showWhen = WorkMode.EDIT, rooms = { "test_...
robmoffat created a comment on an issue on finos/spring-bot
Won't fix as we don't have a use case right now. closing.

View on GitHub

robmoffat closed an issue on finos/spring-bot
Other Adapters: HTML / Slack / WhatsApp
It would be great to have an HTML adapter, so that we could have an endpoint exposed via @ChatRequest which conforms to a HTTP request. Then, we would pass the user details through using Spring Se...
robmoffat reopened a pull request on finos/spring-bot
250: adding a temporary change in reminderController
its my first contribution just tried to fix the issue by -In the addreminder method, before adding a new reminder, ichecked if the Reminder has a valid time in the future. -removed reminders...
robmoffat created a comment on an issue on finos/spring-bot
Won't fix, closing

View on GitHub

robmoffat closed an issue on finos/spring-bot
Chat Workflow Mapping For Primitives
Create this - it's annoying that they aren't supported yet.
Load more