Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update finalizer #921

Closed
wants to merge 28 commits into from
Closed

update finalizer #921

wants to merge 28 commits into from

Commits on Sep 19, 2023

  1. Condition Rework (#887)

    * rework condition to take functions instead of ui elements
    
    * update ci go version
    
    * improve condition test coverage
    
    * test only pkg
    
    * only test app pkg
    
    * Update build.yml
    
    * Update build.yml
    
    * Update build.yml
    maxence-charriere committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    68c3227 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Broader use of formatted string arg and generated documentation overh…

    …aul (#888)
    
    * replace remaining strings argument by format
    
    * use format with Style
    
    * Improve generated documentation.
    
    * improve generated doc C
    
    * Improve generated doc D - E
    
    * Update html.go
    
    * Update html.go
    
    * Update html.go
    
    * Update html.go
    
    * Update html.go
    
    * Update html.go
    
    * update event handlers doc
    
    * Update html.go
    
    * Update html.go
    
    * Update html.go
    
    * modify fixed method doc
    
    * Update html.go
    
    * Update html.go
    
    * Update html.go
    
    * Update html.go
    
    * Update html.go
    
    * Update html.go
    
    * Update html.go
    
    * Update html.go
    
    * Update html.go
    
    * Update html.go
    
    * Update html.go
    
    * Update html.go
    
    * update generated doc
    
    * update generated wording
    maxence-charriere committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    48e43ab View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Routes refactoring (#889)

    * make routes call only take factory functions
    
    * add NewComponentFunc
    
    * rename NewComponentFunc to NewZeroComponentFunc
    
    * rename NewZeroComponentFunc to NewZeroComponentFactory
    maxence-charriere committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    d30c8bf View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Improve filter UI elems (#891)

    * update former FilterUIElems and its doc
    
    * improve FilterUIElems unit tests
    
    * cleanup test
    maxence-charriere committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    326e537 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df458a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    234dbd3 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. Configuration menu
    Copy the full SHA
    0b57931 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Node manager (#903)

    * node manager declaration
    
    * mount text
    
    * remove node manager dismountText
    
    * node manager can update
    
    * node manager update text
    
    * updade node manager doc
    
    * mount html element
    
    * node manager resolve url
    
    * Update node_test.go
    
    * node manager mount html attributes
    
    * node manager mount html event handler
    
    * test mount event handler
    
    * node manager make context
    
    * Update html.go
    
    * node manager dismount html element
    
    * html element setters to return the element
    
    * node manager updateHTMLAttributes
    
    * node manager update html event handlers
    
    * node manage update html children
    
    * Update node_test.go
    
    * unexport Depth()
    
    * node manager mount component partial implementation
    
    * node manager component mount
    
    * improve node manager mount test coverage
    
    * Update node_test.go
    
    * Update node.go
    
    * node manager dismount component
    
    * node manager update component
    
    * can update value tests
    
    * node manager mount raw html
    
    * node manager dismount raw html
    
    * node manager update raw html
    
    * node manager notify component update on html events
    
    * node manager NotifyComponentEvent
    
    * refactor node manager to use context
    
    * use function to get page in node context
    
    * enginex navigate and load
    
    * enginex url tests
    
    * update manager
    
    * enginex start implementation
    
    * fix enginex context
    
    * implement more node context methods
    
    * browser app updatble
    
    * Update browser.go
    
    * comple browser init
    
    * Update enginex.go
    
    * refactor actions
    
    * enginex start testing
    
    * update context documentation
    
    * add notifications to node context
    
    * state manage implementation part1
    
    * state manager broadcast
    
    * state manager observer and get unit tests
    
    * state manager test  set partial tests
    
    * state manager remaining tests
    
    * fix doc site
    
    * cleanup
    
    * node manage encode text
    
    * node manage encode raw
    
    * node manager encode component
    
    * node manager encode html
    
    * update node manager doc
    
    * Update node.go
    
    * node manage encode test
    
    * enginex to load component intro body first child only
    
    * change loading
    
    * enginex root
    
    * refactor node manager encode
    
    * engine x encode
    
    * fix set state
    
    * context to be a single structure
    
    * update context
    
    * state manager delete
    
    * Update context.go
    
    * fix on anchor click
    
    * fix fragment navigation
    
    * fix js loading
    
    * fix node manager foreach updatable component
    
    * fix action post
    
    * Update node.go
    
    * update default rate
    
    * Update app.go
    
    * Update app.go
    
    * revert oninit and prerender deprecation
    
    * Update context.go
    
    * remove emit back
    
    * cleanup
    
    * add back benchmarks
    
    * add generated unit test
    
    * add unit test to gen html
    
    * fix context defer and add unit tests
    
    * refactor testing
    
    * refactor testing
    
    * refactor HTMLString
    
    * cleanup
    maxence-charriere committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    9340c1f View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    88b5f15 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. fix broadcast state

    maxence-charriere committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    4eeb845 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    8e43917 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. js args adjustment (#907)

    * Update js_wasm.go
    
    * cleanup
    maxence-charriere committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    5225723 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Url resolver (#911)

    * resource resolver for local and remote dir
    
    * fix macro run
    
    * refactor http to use resource resolver
    
    * cleanup
    
    * cleanup
    
    * Update go.sum
    
    * Update http.go
    
    * add domain to http handler
    
    * Update http.go
    
    * resolve of url
    
    * resolve twitter image
    
    * trim prefixed version path
    
    * updat http
    
    * wasm content length set
    
    * WasmContentLength as a string
    
    * Update http.go
    
    * Update http.go
    
    * resolve manifest urls
    maxence-charriere committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    d4dfb8e View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    d42a900 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0168c8c View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Http resource (#913)

    * http resource
    
    * use parse http resource
    
    * Update http.go
    
    * Update http.go
    maxence-charriere committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    d2ee13f View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. Fix prevent update (#916)

    * http resource
    
    * use parse http resource
    
    * Update http.go
    
    * Update http.go
    
    * replace update struct by counter
    
    * Update update.go
    maxence-charriere committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    bffd2dc View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    3d8a5e6 View commit details
    Browse the repository at this point in the history
  2. add context.Update

    maxence-charriere committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    4b614f9 View commit details
    Browse the repository at this point in the history
  3. Update http.go

    maxence-charriere committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    8256c2c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    200b16d View commit details
    Browse the repository at this point in the history
  5. Trigger on update whenever a component is updated (#918)

    * trigger on update whenever a component is updated
    
    * update doc
    maxence-charriere committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    424c7c1 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    403bcdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bbf4b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e1653a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2393cd8 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    0e3d458 View commit details
    Browse the repository at this point in the history
  2. update finalizer

    maxence-charriere committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    c59b3f3 View commit details
    Browse the repository at this point in the history