-
Notifications
You must be signed in to change notification settings - Fork 205
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
Branch a assertions #335
base: master
Are you sure you want to change the base?
Branch a assertions #335
Commits on Aug 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 65f72a8 - Browse repository at this point
Copy the full SHA 65f72a8View commit details
Commits on Aug 12, 2019
-
Add sample checkstyle configuration
Add toolVersion block in to Gradle code sample to prevent errors.
Configuration menu - View commit details
-
Copy full SHA for 0112efe - Browse repository at this point
Copy the full SHA 0112efeView commit details
Commits on Aug 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for cfd6da7 - Browse repository at this point
Copy the full SHA cfd6da7View commit details -
Merge pull request nus-cs2103-AY1920S2#12 from j-lum/gradle+x
Change file mode on `gradle` to be executable (nus-cs2103-AY1920S2#9)
Configuration menu - View commit details
-
Copy full SHA for 6e6ace1 - Browse repository at this point
Copy the full SHA 6e6ace1View commit details
Commits on Aug 20, 2019
-
Add configuration for console applications
Gradle defaults to an empty stdin which results in runtime exceptions when attempting to read from `System.in`. Let's add some sensible defaults for students who may still need to work with the standard input stream.
Configuration menu - View commit details
-
Copy full SHA for a3ca5a4 - Browse repository at this point
Copy the full SHA a3ca5a4View commit details
Commits on Aug 21, 2019
-
Merge pull request nus-cs2103-AY1920S2#13 from j-lum/javaexec
Add configuration for console applications
Configuration menu - View commit details
-
Copy full SHA for 7b60e81 - Browse repository at this point
Copy the full SHA 7b60e81View commit details
Commits on Sep 20, 2019
-
JavaFX tutorial: Support cross-platform JARs
The OpenJFX plugin expects applications to be modular and bundled with jlink, resulting in fat jars that are not cross-platform. Let's manually include the required dependencies so that shadow can package them properly.
Configuration menu - View commit details
-
Copy full SHA for c4678f7 - Browse repository at this point
Copy the full SHA c4678f7View commit details
Commits on Oct 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 30efbae - Browse repository at this point
Copy the full SHA 30efbaeView commit details
Commits on Jan 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a800e87 - Browse repository at this point
Copy the full SHA a800e87View commit details
Commits on Jan 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d132256 - Browse repository at this point
Copy the full SHA d132256View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03c4f5c - Browse repository at this point
Copy the full SHA 03c4f5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 90cfa7b - Browse repository at this point
Copy the full SHA 90cfa7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 910235a - Browse repository at this point
Copy the full SHA 910235aView commit details
Commits on Jan 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a839254 - Browse repository at this point
Copy the full SHA a839254View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4277ddd - Browse repository at this point
Copy the full SHA 4277dddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d0c50f - Browse repository at this point
Copy the full SHA 8d0c50fView commit details
Commits on Jan 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 930a078 - Browse repository at this point
Copy the full SHA 930a078View commit details
Commits on Jan 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7dcb780 - Browse repository at this point
Copy the full SHA 7dcb780View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed40c2b - Browse repository at this point
Copy the full SHA ed40c2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ebbba1 - Browse repository at this point
Copy the full SHA 7ebbba1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a01069 - Browse repository at this point
Copy the full SHA 2a01069View commit details -
Configuration menu - View commit details
-
Copy full SHA for e031c18 - Browse repository at this point
Copy the full SHA e031c18View commit details
Commits on Jan 26, 2020
-
Merge branch 'branch-level-8' into branch-level-7
# Conflicts: # src/main/java/Task.java
Configuration menu - View commit details
-
Copy full SHA for 2f2af31 - Browse repository at this point
Copy the full SHA 2f2af31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2566e10 - Browse repository at this point
Copy the full SHA 2566e10View commit details -
Configuration menu - View commit details
-
Copy full SHA for df062a9 - Browse repository at this point
Copy the full SHA df062a9View commit details
Commits on Jan 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e7bd919 - Browse repository at this point
Copy the full SHA e7bd919View commit details
Commits on Jan 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a1a0f14 - Browse repository at this point
Copy the full SHA a1a0f14View commit details
Commits on Jan 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for be3ffa1 - Browse repository at this point
Copy the full SHA be3ffa1View commit details -
This reverts commit e7bd919. # Conflicts: # data/duke.txt
Configuration menu - View commit details
-
Copy full SHA for ebb04c4 - Browse repository at this point
Copy the full SHA ebb04c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f03e731 - Browse repository at this point
Copy the full SHA f03e731View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba3194c - Browse repository at this point
Copy the full SHA ba3194cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b7749ce - Browse repository at this point
Copy the full SHA b7749ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7636cc5 - Browse repository at this point
Copy the full SHA 7636cc5View commit details -
Merge branch 'branch-A-CodingStandard'
# Conflicts: # src/main/java/Duke.java # src/main/java/Task.java # src/main/java/TaskList.java # src/main/java/Ui.java
Configuration menu - View commit details
-
Copy full SHA for 390f121 - Browse repository at this point
Copy the full SHA 390f121View commit details -
# Conflicts: # data/duke.txt # src/main/java/Task.java # src/main/java/Ui.java
Configuration menu - View commit details
-
Copy full SHA for ecbd9d0 - Browse repository at this point
Copy the full SHA ecbd9d0View commit details
Commits on Feb 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ba3af75 - Browse repository at this point
Copy the full SHA ba3af75View commit details
Commits on Feb 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 538006a - Browse repository at this point
Copy the full SHA 538006aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1523c25 - Browse repository at this point
Copy the full SHA 1523c25View commit details -
Configuration menu - View commit details
-
Copy full SHA for d395975 - Browse repository at this point
Copy the full SHA d395975View commit details
Commits on Feb 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7c14641 - Browse repository at this point
Copy the full SHA 7c14641View commit details
Commits on Feb 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for aa9bc6f - Browse repository at this point
Copy the full SHA aa9bc6fView commit details
Commits on Feb 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 04bc397 - Browse repository at this point
Copy the full SHA 04bc397View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94322e5 - Browse repository at this point
Copy the full SHA 94322e5View commit details
Commits on Feb 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 81343f2 - Browse repository at this point
Copy the full SHA 81343f2View commit details
Commits on Feb 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8f6d8cb - Browse repository at this point
Copy the full SHA 8f6d8cbView commit details