Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
06e6800
clean up controller and service
Apr 16, 2018
8cff8a6
Update management.js
Apr 16, 2018
bdd93b6
Merge branch 'master' of https://github.mcgill.ca/ECSE321-2018-Winter…
Apr 16, 2018
c8218ca
Update build.gradle
idodin Apr 16, 2018
2654cc0
Merge pull request #106 from ECSE321-2018-Winter/feature/gradle
idodin Apr 16, 2018
fa8070e
Edit Description Tag Android
idodin Apr 16, 2018
1d500d9
Fix update trees method
Apr 16, 2018
b5b698f
Merge branch 'master' of https://github.mcgill.ca/ECSE321-2018-Winter…
Apr 16, 2018
4ae5037
fix junit tests
Apr 16, 2018
0cd86aa
Merge branch 'master' of https://github.mcgill.ca/ECSE321-2018-Winter…
Apr 16, 2018
809b967
Implement Java Docs for MainActivity.Java
idodin Apr 16, 2018
2549b1b
Update tree update
Apr 16, 2018
181b356
Merge branch 'master' of https://github.mcgill.ca/ECSE321-2018-Winter…
Apr 16, 2018
7e444f3
Merge pull request #107 from ECSE321-2018-Winter/feature/android
Apr 16, 2018
6744b02
Update README.md
Apr 20, 2018
b45d71c
Update README.md
Apr 20, 2018
6ceb88c
Clean Repository
idodin May 5, 2020
0bc97c4
Configure Backend for Heroku Deployment
idodin May 5, 2020
46a7a55
Update Gradle Build t use jars
idodin May 5, 2020
edabec5
Update Procfile
idodin May 5, 2020
9e24e9f
Fix bug in persistence on Heroku
idodin May 5, 2020
0505321
Add Frontend Procfile
idodin May 5, 2020
89f90ab
Update Web Procfile
idodin May 5, 2020
d1c8fac
Add Trash Package for Node Buildpack
idodin May 5, 2020
0343860
Fix package.json syntax error
idodin May 5, 2020
58d1eec
Update package.json
idodin May 5, 2020
a5deb7c
Create Procfile
idodin May 5, 2020
e37fb5f
Bump stringstream from 0.0.5 to 0.0.6 in /TMS-Web
dependabot[bot] May 5, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
*.DS_Store
bin/
.bin/
.gradle/
.settings/
.recommenders/
**/.idea/*
Binary file removed .gradle/4.3/fileChanges/last-build.bin
Binary file not shown.
Binary file removed .gradle/4.3/fileHashes/fileHashes.lock
Binary file not shown.
Binary file removed .gradle/4.3/taskHistory/taskHistory.lock
Binary file not shown.
Binary file removed .gradle/4.4/fileChanges/last-build.bin
Binary file not shown.
Binary file removed .gradle/4.4/fileContent/fileContent.lock
Binary file not shown.
Binary file removed .gradle/4.4/fileHashes/fileHashes.bin
Binary file not shown.
Binary file removed .gradle/4.4/fileHashes/fileHashes.lock
Binary file not shown.
Binary file removed .gradle/4.4/fileHashes/resourceHashesCache.bin
Binary file not shown.
Binary file removed .gradle/4.4/javaCompile/classAnalysis.bin
Binary file not shown.
Binary file removed .gradle/4.4/javaCompile/jarAnalysis.bin
Binary file not shown.
Binary file removed .gradle/4.4/javaCompile/javaCompile.lock
Binary file not shown.
Binary file removed .gradle/4.4/javaCompile/taskHistory.bin
Binary file not shown.
Binary file removed .gradle/4.4/javaCompile/taskJars.bin
Binary file not shown.
Binary file removed .gradle/4.4/taskHistory/taskHistory.bin
Binary file not shown.
Binary file removed .gradle/4.4/taskHistory/taskHistory.lock
Binary file not shown.
Binary file removed .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
2 changes: 0 additions & 2 deletions .gradle/buildOutputCleanup/cache.properties

This file was deleted.

Binary file removed .gradle/buildOutputCleanup/outputFiles.bin
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 0 additions & 2 deletions .settings/org.eclipse.buildship.core.prefs

This file was deleted.

3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

This is a repository for the TreePLE Application created by Project Group 9 for the ECSE 321 Winter 2018 Course.

## Website URL
http://ecse321-9.ece.mcgill.ca:8087/#/

## Workflow Description

Each member has their own development branch. We did this with the following command (for future reference):
Expand Down
85 changes: 0 additions & 85 deletions TMS-Android/.idea/assetWizardSettings.xml

This file was deleted.

Binary file removed TMS-Android/.idea/caches/build_file_checksums.ser
Binary file not shown.
29 changes: 0 additions & 29 deletions TMS-Android/.idea/codeStyles/Project.xml

This file was deleted.

18 changes: 0 additions & 18 deletions TMS-Android/.idea/gradle.xml

This file was deleted.

34 changes: 0 additions & 34 deletions TMS-Android/.idea/misc.xml

This file was deleted.

12 changes: 0 additions & 12 deletions TMS-Android/.idea/runConfigurations.xml

This file was deleted.

6 changes: 0 additions & 6 deletions TMS-Android/.idea/vcs.xml

This file was deleted.

Loading