Skip to content
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

Remove azure directory #226

Closed
wants to merge 99 commits into from
Closed
Show file tree
Hide file tree
Changes from 95 commits
Commits
Show all changes
99 commits
Select commit Hold shift + click to select a range
688b287
POC of nomerge, no write for readonly event for v1
Nov 8, 2020
a5f09bf
add more security on missing files
Nov 24, 2020
dbd12f1
ver
Nov 24, 2020
16c3429
Merge remote-tracking branch 'github.com/v1.0.6' into bugfix/azure-bl…
Nov 24, 2020
0f58a0e
semi working ver
Nov 25, 2020
c4edc82
make no merge sheduler public
Nov 26, 2020
e342c4a
create proper readonly DIrectory with aliasing for time of resync
Nov 27, 2020
e53d62a
correct versions
Nov 27, 2020
d439b77
Merge remote-tracking branch 'github.com/master' into bugfix/azure-bl…
Nov 30, 2020
62f0fb9
move definition to new interface
Nov 30, 2020
23257d7
Separate method from new interface to new Factory
Nov 30, 2020
1ccbdec
removed unsed code and definitions
Nov 30, 2020
5ebc18e
correct definition
Nov 30, 2020
35afc28
correct nuspec and directory
Nov 30, 2020
9ee49ac
Fix ruleset so this builds
nzdev Dec 4, 2020
be6ccb7
Update blob storage package as previous obsolete. Add logging extensi…
nzdev Dec 4, 2020
fb79db7
Add logging
nzdev Dec 4, 2020
2993a68
Deduplicate isreadonly
nzdev Dec 4, 2020
2b60857
don't change name unintentionally
nzdev Dec 4, 2020
0d80363
logging for lock errors
nzdev Dec 4, 2020
9fb1f56
Renamed AzureDirectory to AzureLuceneDirectory to avoid conflicts wit…
nzdev Dec 4, 2020
b7af836
revert overwrite
nzdev Dec 4, 2020
66a16d9
Tests run (with possible bugs) in azurite
nzdev Dec 4, 2020
8c94405
allow overwrite
nzdev Dec 4, 2020
df80409
More extensibility
nzdev Dec 4, 2020
e0f5504
update nuspec
nzdev Dec 5, 2020
7e65b23
update nuspec dependencies
nzdev Dec 5, 2020
abd1216
bugfix. update nuspec
nzdev Dec 5, 2020
005632c
Prevent indexwriter's merge scheduler being replaced.
nzdev Dec 6, 2020
19feb3a
refactor
nzdev Dec 6, 2020
31176c5
optimize when Indexwriter is created to avoid creating twice due to d…
nzdev Dec 6, 2020
07770fd
Add test for readonly azuredirectory. Fix getallblobfiles.
nzdev Dec 6, 2020
b4f720c
more logging. More virtual methods so fault handling / retries can be…
nzdev Dec 6, 2020
26add11
revert changes to createnewindex
nzdev Dec 6, 2020
6f7177a
revert exists check to save on transactions.
nzdev Dec 6, 2020
2da83a6
Remove microsoft.logging. Use Trace for logs instead.
Dec 6, 2020
761826b
change version number
Dec 6, 2020
a636d95
just needs to stop writing the .lock file in the readonly cache
Dec 8, 2020
b6043f2
test passes
Dec 8, 2020
4d119d5
Fix test
Dec 8, 2020
3f0ea94
wip, use a manifest
Dec 8, 2020
0e469fb
disable writes for readonly indexes. Fix decompression.
Dec 15, 2020
5f069ce
fix documentwriting event
Dec 15, 2020
7086766
Remove cachedirectory from examinedirectory
Dec 21, 2020
8f1431c
remove commented out code
Dec 21, 2020
c8da0d3
Cleanup based on shannon and mine comments
Dec 23, 2020
f3b7084
Merge remote-tracking branch 'github.com/master' into feature/v1/azur…
Dec 23, 2020
805b5c7
merge
nzdev Jan 9, 2021
311f347
test fix
nzdev Jan 9, 2021
c4f9483
Fix lock name (bielu). Catch exception for empty old sync dir
nzdev Jan 9, 2021
6e53949
make azure helper not static
Jan 10, 2021
fc6f4da
Merge remote-tracking branch 'fork/feature/v1/azureblob' into feature…
Jan 10, 2021
cf1c9a4
Use azure helper in azureindex input
Jan 16, 2021
e850508
start abstracting out api
Jan 16, 2021
2fbd177
continue moving staff
Jan 16, 2021
bc7fefa
add missing parameters
Jan 16, 2021
948652d
move more staff around
Jan 16, 2021
d735c3b
basic abstracion build, need refactor and correction of tests
Jan 16, 2021
3437965
Merge remote-tracking branch 'github.com/master' into feature/v1/azur…
Jan 17, 2021
f0451ef
finish separation of APi from directory
Jan 21, 2021
6f539b8
correct namespace and project name
Jan 22, 2021
4e645a9
correc some small project files
Feb 3, 2021
3a7a433
correct remote directory and azure directory
Feb 3, 2021
583a925
Merge remote-tracking branch 'github.com/master' into feature/v1/azur…
Feb 3, 2021
2f92c45
corret namespace
Feb 3, 2021
0657b06
correct some parts after finding out they don't work
Feb 3, 2021
57c30ee
restore readonly test
Feb 3, 2021
1e3eb86
fix other small bits
Feb 4, 2021
45c6c41
fix issue when searcher was still using old writer with old directory
Feb 6, 2021
c239a59
add comment about syncness of rebuild function
Feb 7, 2021
4f96afb
remove more build warnings
Feb 7, 2021
fb158a0
remove unused method
Feb 7, 2021
7f8d761
read lock
Feb 7, 2021
a7cfd53
introduce logging abstraction
Feb 12, 2021
eae3ac8
add overloads without logging service for now to avoid create that in…
Feb 12, 2021
01d19f5
clear reader
Feb 12, 2021
631dea9
add dirty check on getting indexwriter
Feb 12, 2021
1bd1fdd
make logich more bullet proof
Feb 13, 2021
3e807fa
Merge remote-tracking branch 'github.com/dependabot/bundler/docs/noko…
Feb 17, 2021
3e333ef
stop resync if blob get removed on server, probably next refresh of b…
Feb 17, 2021
7367563
swallow exception for StaleReaders as they could be not initiated
Feb 19, 2021
0c9d143
avoid Dispoing index writer in use
Feb 19, 2021
197e83a
avoid breaking change
Feb 19, 2021
31f2ab4
dont init writer in cleaning method as it cause double open and perna…
Feb 19, 2021
d2a7264
Merge branch 'feature/logging' into feature/v1/azure-blob-1-fixes
Mar 20, 2021
07abf30
remove old api packages
Mar 20, 2021
a702238
upgrade azure api
Mar 20, 2021
28170fb
Merge branch 'feature/upgrade-api' into feature/v1/azure-blob-1-fixes
Mar 20, 2021
614259a
correct azure factories after merges from smaller prs
Mar 20, 2021
5d20be0
Merge branch 'feature/logging' into feature/v1/azure-blob-1-fixes
Mar 22, 2021
b7e1ae5
clean up methods
Mar 22, 2021
b954c60
remove azureDirectory
May 1, 2021
86a57f3
Merge remote-tracking branch 'github.com/dev' into feature/v1/azure-b…
May 1, 2021
a10d620
cleanup project after merges
May 1, 2021
ec77202
correct build xml
May 1, 2021
56486fa
add missing methods in examine index writer, add coment about cleanin…
May 3, 2021
3e9ef59
add code, correct lucene searcher
May 3, 2021
b20eb23
unbind method
May 3, 2021
3a42255
remove old comment
May 3, 2021
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
1 change: 0 additions & 1 deletion build/build.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<build>
<project id="Examine" version="1.2.0"/>
<project id="Examine.AzureDirectory" version="1.0.0-beta07"/>
</build>
Loading