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

support common git source #567

Merged
merged 25 commits into from
Oct 30, 2024
Merged

Commits on Sep 11, 2024

  1. support common git source

    petar-cvit committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    5f50e06 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

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

Commits on Sep 27, 2024

  1. ✨ copy labels from current module (#569)

    * copy labels current module
    
    * copy labels current module
    
    * fix imports
    
    * remove owner ref
    
    * remove unused import
    petar-cvit committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    69af811 View commit details
    Browse the repository at this point in the history
  2. ⬆️ bump v0.11.1 (#571)

    petar-cvit committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    29125cf View commit details
    Browse the repository at this point in the history
  3. 🕒 progressing deployment state (#570)

    * progressing deployment state
    
    * progressing workload status
    
    * add callback
    
    * remove module status streaming
    
    * remove unused import
    
    * remove watch resources
    
    * remove unused
    
    * format controller
    
    * add resource button icons
    petar-cvit committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    28b70ab View commit details
    Browse the repository at this point in the history
  4. ✏️ civo x cyclops (#573)

    KaradzaJuraj authored and petar-cvit committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    e52078d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b7d3cc View commit details
    Browse the repository at this point in the history
  6. ⛓️ fetch module list periodicaly (#577)

    * fetch module list periodicaly
    
    * fetch module list periodicaly
    
    * single fetching func
    petar-cvit committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    c19397c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    85299a2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9519252 View commit details
    Browse the repository at this point in the history
  9. 🆙 bump to 0.12.0 (#580)

    petar-cvit committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    7dd794c View commit details
    Browse the repository at this point in the history
  10. 💿 sts progressing status (#581)

    * sts progressing status
    
    * ready replicas
    petar-cvit committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    07fc158 View commit details
    Browse the repository at this point in the history
  11. 🌊 stream all module resources (#582)

    * stream all module resources
    
    * stream all module resources
    
    * disable streaming flag
    
    * kind to resource
    
    * ⚙️ update cyclops to v0.13.0-rc.1
    
    * get module workloads
    
    * get module workloads
    
    * ⚙️ update cyclops to v0.13.0-rc.2
    
    ---------
    
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    petar-cvit and github-actions[bot] committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    7e59c87 View commit details
    Browse the repository at this point in the history
  12. ✨ default target namespace (#583)

    * default target namespace
    
    * default namespace
    petar-cvit committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    d642fad View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    455d6b4 View commit details
    Browse the repository at this point in the history
  14. 🤖 bump express from 4.19.2 to 4.21.0 in /cyclops-ui (#576)

    Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.21.0.
    - [Release notes](https://github.com/expressjs/express/releases)
    - [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md)
    - [Commits](expressjs/express@4.19.2...4.21.0)
    
    ---
    updated-dependencies:
    - dependency-name: express
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and petar-cvit committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    486c9c2 View commit details
    Browse the repository at this point in the history
  15. ✨ smaller default template image (#587)

    * optimize default module image
    
    * optimize default module image
    
    * optimize default module image
    petar-cvit committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    9a03005 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    35234aa View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9b3c01e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    55024f6 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5d57a20 View commit details
    Browse the repository at this point in the history
  20. ⚙️ docs to v0.13.1 (#590)

    KaradzaJuraj authored and petar-cvit committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    ccc0318 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Merge branch 'main' into support-common-git-template-source

    # Conflicts:
    #	cyclops-ctrl/pkg/cluster/k8sclient/client.go
    petar-cvit committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    ff8e34f View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    d2ca579 View commit details
    Browse the repository at this point in the history
  2. 🌊 support azure repos (#664)

    * support azure repos
    
    * return error if no files found
    petar-cvit authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    958a896 View commit details
    Browse the repository at this point in the history