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: mock-foundation/moc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.2.0-p2
Choose a base ref
...
head repository: mock-foundation/moc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.2.0-p3
Choose a head ref
  • 14 commits
  • 166 files changed
  • 1 contributor

Commits on Jul 16, 2022

  1. Configuration menu
    Copy the full SHA
    688a4c3 View commit details
    Browse the repository at this point in the history
  2. fix: some old references

    voltangle committed Jul 16, 2022
    Configuration menu
    Copy the full SHA
    d8bfb7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3505212 View commit details
    Browse the repository at this point in the history
  4. fix: file display: closes #107

    voltangle committed Jul 16, 2022
    Configuration menu
    Copy the full SHA
    ca3005e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    599910e View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Update README.md

    voltangle authored Jul 20, 2022
    Configuration menu
    Copy the full SHA
    c7c683a View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. fix: sourcery script

    voltangle committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    1814139 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2022

  1. Update README.md

    voltangle authored Jul 31, 2022
    Configuration menu
    Copy the full SHA
    b4d2573 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Rewritten environment.sh in Swift (#111)

    * feat: created environment.swift with basic logging functions
    
    * feat: added run(command:with:) and install(command:from:as) to run and install commands respectively
    
    * feat: implemented askForContinuation(_:explicit:)
    
    * feat: created EnvironmentScript struct, that will parse arguments and options
    
    * fix: rebuild functions to run shell commands, now they work properly
    
    * feat: implemented environment teardown
    
    * docs: update README with new instructions on environ setup
    
    * feat: moved all functions to the EnvironmentScript struct, bc why are they global anyways
    
    * feat: finished the rewrite
    
    * docs: added new line in the env setup part
    
    * feat: remove environment.sh
    
    * feat: update build workflow to use the new script
    
    * ci: improve the PR workflow
    
    * feat: added swiftlint:disable all to environment.swift
    voltangle authored Aug 1, 2022
    Configuration menu
    Copy the full SHA
    521fbbc View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. In-App updates (#115)

    voltangle authored Aug 3, 2022
    Configuration menu
    Copy the full SHA
    e119098 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. docs: update README

    voltangle authored Aug 4, 2022
    Configuration menu
    Copy the full SHA
    44201ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b300434 View commit details
    Browse the repository at this point in the history
  3. docs: specify additional instructions on cloning

    Specifically that there should be the recurse submodules flag
    voltangle authored Aug 4, 2022
    Configuration menu
    Copy the full SHA
    bd8a9c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2022

  1. New code field design (#119)

    * feat: removed all that shit about git submodules and reverted back to normal usage of SPM
    
    * feat: implemented the pin code text field
    @RobotsAndPencils, this is huge, lovin this thing!
    
    * feat: improved menubar item design
    also added a placeholder for a future "Chat Shortcut" feature
    voltangle authored Aug 7, 2022
    Configuration menu
    Copy the full SHA
    ea43ab6 View commit details
    Browse the repository at this point in the history
Loading