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.
Jan 19, 2016
76a86be
Committing current progress.
Jan 19, 2016
dc5a865
Adding gitignore file.
Jan 19, 2016
2d0820f
Remove EIFGENs folder.
Jan 19, 2016
3ab4845
Replaced 'in-development' firebase_api with original working firebase…
Jan 19, 2016
b7a6d78
Updated .gitignore file.
Jan 19, 2016
42ffde7
Updated .gitignore file correctly.
Jan 19, 2016
5bbdd60
Implemented draft set_print_format feature.
Jan 19, 2016
7f38eb4
Merge branch 'printFeature' into dev
Jan 19, 2016
05442f3
Minor refactoring.
Jan 19, 2016
1e5b2ca
Implemented feature that allows user to set a shallow query string. T…
Jan 19, 2016
02e670b
firebase_api now handles multiple queries and can set format response…
Jan 20, 2016
da04034
Refactored code.
Jan 20, 2016
eb7f7bc
Implemented post-condition for print feature.
Jan 21, 2016
fe85663
Commit for immediate merge.
Jan 21, 2016
106a00e
Fixed up mistakes from old commits. Re-added application.e and fireba…
Jan 21, 2016
c8115e4
Refactoring.
Jan 21, 2016
e9aa1fb
Implemented orderBy and startAt query feature.
Jan 22, 2016
f8c9b71
Implemented endAt query feature and a helper feature.
Jan 22, 2016
70ca554
Added postcondition for set_format_response feature.
Jan 22, 2016
9072c10
Implemented a get-priority feature.
Jan 25, 2016
15661dc
Implemented retrieve_rules and update_rules features.
Jan 25, 2016
753f704
Changed methods with detachable BOOLEAN parameters to use just BOOLEA…
Jan 25, 2016
8c5a9b2
Redid the get_priority feature.
Jan 25, 2016
de277fe
Implemented helped function that cleared all query settings.
Jan 25, 2016
c637ed5
Improved set_limit_to_first_value and set_limit_to_last_value features.
Jan 25, 2016
ddb5f7e
Refactored code, added postconditions, included documentation.
Jan 25, 2016
b5b5044
Added more documentation and refactored code.
Jan 25, 2016
b3fcba5
Update documentation.
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
Jan 26, 2016
6b78a39
Added download feature, modified get_priority, retrieve_rules and upd…
Jan 30, 2016
59212e9
Fixed conflicts.
Jan 30, 2016
1066e39
Started implementing tests for firebase_api.
Jan 30, 2016
5170b11
Implementing test cases in application.e and test_rest_api.e. Also mo…
Feb 3, 2016
24d77a6
Completed documentation. Finalised test files. Added comments to fire…
Feb 5, 2016
7dd5b91
Removed old READMEs.
Feb 5, 2016
837a575
Add new README.
Feb 5, 2016
dc64e3c
Removed a print statement
Feb 5, 2016
b23efe7
Edited the README.md file. Also included a folder titled 'other' cont…
Feb 5, 2016
b306e0a
Updated links of result screenshots. Instead of using screenshots fro…
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