Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: AnyChart/reference-engine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: AnyChart/reference-engine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dockerize-and-debug
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 23 files changed
  • 2 contributors

Commits on Nov 8, 2018

  1. Fix skype notifications

    ilevd committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    ba471ae View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2025

  1. Configuration menu
    Copy the full SHA
    dd52711 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6d5987 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dfbfb53 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2025

  1. Configuration menu
    Copy the full SHA
    e786534 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29805ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f1d535 View commit details
    Browse the repository at this point in the history
  4. Refactor social network icons in footer

    Use a grid layout for better responsiveness and visual appearance.
    Update styles for improved icon presentation and hover effects.
    rkkmkkfx committed Mar 27, 2025
    Configuration menu
    Copy the full SHA
    984968d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0175293 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    26f5982 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    083701c View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2025

  1. Style the footer and add .clj-kondo to gitignore

    The footer now contains social media links and a copyright notice.
    `.clj-kondo` is added to gitignore to prevent it from being
    committed.
    rkkmkkfx committed Mar 28, 2025
    Configuration menu
    Copy the full SHA
    1970d70 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2025

  1. Add Docker setup and improve debugging

    Containerizes application with Docker and docker-compose configuration
    for local development environment. Adds extensive debug logging
    throughout the application to help diagnose issues with database
    connections, git operations, and data generation.
    
    Debugging enhancements include detailed logs in core components:
    - JDBC connection handling
    - API request/response cycles
    - Git repository operations
    - Database queries and tree generation
    Add Docker setup and improve debugging instrumentation
    
    Add Docker configuration files for local development environment with
    multi-container setup. Enhance application troubleshooting by adding
    extensive debug logging statements and improved error handling throughout
    the codebase, particularly for database operations and API calls.
    rkkmkkfx committed Apr 21, 2025
    Configuration menu
    Copy the full SHA
    4309207 View commit details
    Browse the repository at this point in the history
Loading