Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
22a5938
First commit.
json-lim Jan 19, 2016
76a86be
Committing current progress.
json-lim Jan 19, 2016
dc5a865
Adding gitignore file.
json-lim Jan 19, 2016
2d0820f
Remove EIFGENs folder.
json-lim Jan 19, 2016
3ab4845
Replaced 'in-development' firebase_api with original working firebase…
json-lim Jan 19, 2016
b7a6d78
Updated .gitignore file.
json-lim Jan 19, 2016
42ffde7
Updated .gitignore file correctly.
json-lim Jan 19, 2016
5bbdd60
Implemented draft set_print_format feature.
json-lim Jan 19, 2016
7f38eb4
Merge branch 'printFeature' into dev
json-lim Jan 19, 2016
05442f3
Minor refactoring.
json-lim Jan 19, 2016
1e5b2ca
Implemented feature that allows user to set a shallow query string. T…
json-lim Jan 19, 2016
02e670b
firebase_api now handles multiple queries and can set format response…
json-lim Jan 20, 2016
da04034
Refactored code.
json-lim Jan 20, 2016
eb7f7bc
Implemented post-condition for print feature.
json-lim Jan 21, 2016
fe85663
Commit for immediate merge.
json-lim Jan 21, 2016
106a00e
Fixed up mistakes from old commits. Re-added application.e and fireba…
json-lim Jan 21, 2016
c8115e4
Refactoring.
json-lim Jan 21, 2016
e9aa1fb
Implemented orderBy and startAt query feature.
json-lim Jan 22, 2016
f8c9b71
Implemented endAt query feature and a helper feature.
json-lim Jan 22, 2016
70ca554
Added postcondition for set_format_response feature.
json-lim Jan 22, 2016
9072c10
Implemented a get-priority feature.
json-lim Jan 25, 2016
15661dc
Implemented retrieve_rules and update_rules features.
json-lim Jan 25, 2016
753f704
Changed methods with detachable BOOLEAN parameters to use just BOOLEA…
json-lim Jan 25, 2016
8c5a9b2
Redid the get_priority feature.
json-lim Jan 25, 2016
de277fe
Implemented helped function that cleared all query settings.
json-lim Jan 25, 2016
c637ed5
Improved set_limit_to_first_value and set_limit_to_last_value features.
json-lim Jan 25, 2016
ddb5f7e
Refactored code, added postconditions, included documentation.
json-lim Jan 25, 2016
b5b5044
Added more documentation and refactored code.
json-lim Jan 25, 2016
b3fcba5
Update documentation.
json-lim Jan 25, 2016
a94ebab
Merge branch 'dev' of https://github.com/blank23/firebase4Eiffel into…
jvelilla Jan 26, 2016
0ba9abc
Added template TEST_REST_API
jvelilla Jan 26, 2016
7da9ee9
Merge branch 'jvelilla-firebase_Rev' into dev
json-lim Jan 26, 2016
6b78a39
Added download feature, modified get_priority, retrieve_rules and upd…
json-lim Jan 30, 2016
59212e9
Fixed conflicts.
json-lim Jan 30, 2016
1066e39
Started implementing tests for firebase_api.
json-lim Jan 30, 2016
5170b11
Implementing test cases in application.e and test_rest_api.e. Also mo…
json-lim Feb 3, 2016
24d77a6
Completed documentation. Finalised test files. Added comments to fire…
json-lim Feb 5, 2016
7dd5b91
Removed old READMEs.
json-lim Feb 5, 2016
837a575
Add new README.
json-lim Feb 5, 2016
dc64e3c
Removed a print statement
json-lim Feb 5, 2016
b23efe7
Edited the README.md file. Also included a folder titled 'other' cont…
json-lim Feb 5, 2016
b306e0a
Updated links of result screenshots. Instead of using screenshots fro…
json-lim Feb 5, 2016
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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Directories and patterns to ignore.
EIFGENs
.git
.svn/
*.swp
*~
Expand Down
Loading